@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
a, input, button, .mainNav li a{
-o-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
html, body {
color: #000;
background-color: #fff;
font-family: "Raleway", sans-serif;
margin:0;
padding:0;
height: 100%;
width: 100%;
scroll-behavior: smooth;
font-size: 1em;
}
ul{
list-style: none;
}
img{
border: none;
}
a{
text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6, ul, body{padding:0px;
margin:0px;
}
.main2 {
width: 100%;
float: left;
height: 100vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-color: orange;
z-index: 0;
}

.b9{
font-weight: 600;
display: inline-block;
width: 10%;
color: #000;
cursor: pointer;
}
.b9:hover{
text-decoration: underline;
font-weight:900;        
}
    .main1 {
      width: 100%;
      height: 100vh;
      position: relative;
      z-index: 1;
      overflow: hidden;
    }
    .main1Small {
      width: 100%;
      height: 20vh;
      position: relative;
      z-index: 1;
      overflow: hidden;
    }    
    .sliderWrapper {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }
    .slideImgs {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      object-fit: cover;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      z-index: 0;
      pointer-events: none;
    }
    .slideImgs.active {
      opacity: 1;
      z-index: 1;
      pointer-events: auto;
    }
    .main1Top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 4.5em;
      background-color: #fff;
      z-index: 2;
      padding:0 5%;
      position: fixed;
      width:100%;
    }
.mainLogo {
  height: 79%;
}

.mainLogo a {
  height: 100%;
  display: flex;
  align-items: center;
}    
    .mainLogo a img {
      height: 100%;
    }
    .mainRight {
      display: flex;
      align-items: center;
      height: 100%;
      display: none;
    }
    .navMenu {
      display: flex;
      gap:3em;
      align-items: center;
      list-style: none;
              font-size: .89em;
              font-weight: 500;
    }
    .productsOverlay {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
      position: fixed;
      top: 3.5em;
      left: 0;
      height: 100vh;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.97);
      z-index: 999;
      justify-content: space-between;
      padding: 9.5em 10% 0 10%;
      box-sizing: border-box;
      pointer-events: none;
      display: flex;
    }
    .productsOverlay.show {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .productsImage {
      width: 70%;
      position: relative;
      overflow: hidden;
      height:33em;
    }
    .productsImage img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      opacity: 0;
      transition: opacity 0.4s ease;
      pointer-events: none;
      z-index: 0;
    }
    .productsImage img.preview-active {
      opacity: 1;
      pointer-events: auto;
      z-index: 1;
    }
    .productsList {
      width: 17%;
      display: flex;
      flex-direction: column;
      gap: 1em;
    }
    .productsList a {
        text-decoration: none;
        color: #333;
        font-size: 1.3em;
        margin-bottom: .6em;
    }
    .productsList a:hover {
      font-weight: 900;
    }
    .b900 { font-weight: 900; }
    .underline { text-decoration: underline; text-decoration-thickness:1px; }

.fullViewportSection {
overflow: hidden;
  height: 100vh;
  width: 100%;
  background: url('../img/viewImg.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  padding: 0 2em;
  box-sizing: border-box;
}

.contentWrapper {
  max-width: 900px;
}

.fullViewportSection h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1em;
}

.fullViewportSection p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0.5em 0;
}

.lineGroup2 {
        margin-top: 0em;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.8em;
        float: right;
        width: 47%;
        height: auto;
        margin-bottom: 4em;
}
.lineGroup {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
}

.line {
  display: block;
  height: 2px;
  background: #111;
  width: 60%;
  margin-bottom: 5px;
}

.line-1 { width: 31%; }
.line-2 { width: 25%; }
.line-3 {         width: 29%;
        margin-left: 2%; }

.testimonialSection {
  width: 100%;
  padding: 4em 0;
  background-color: #fff;
  text-align: center;
}

.testimonialTitle {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2em;
}

.testimonialWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 1em;
  max-width: 1400px;
  margin: 0 auto;
}

.arrow {
  background: none;
  border: 1px solid #aaa;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.testimonialContent {
  display: flex;
  align-items: center;
  flex: 1;
}

.testimonialImage img {
        display: none;
        border-radius: 4px;
}

.testimonialText {
  text-align: left;
  max-width: 550px;
  position: relative;
}

.name {
  font-weight: 800;
  font-size: 1.3rem;
  margin: 0.5em 0 0;
}

.role {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1em;
}

.message {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.learnMoreBtn {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.8em 2em;
  border: 2px solid #000;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.quoteMark {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
}

.quoteMark.end {
  position: absolute;
  bottom:-36px;
  right: 0;
  font-size:3rem;
}
.testimonialSlidesContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height 0.4s ease;
}

.testimonialSlidesContainerInner {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.testimonialSlide {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.ctaSection.fullHeight {
  height:65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4em 2em;
  text-align: center;
  overflow: hidden;
  background-color: #eee;
}

.ctaContent {
  max-width: 800px;
  margin: 0 auto;
}

.ctaHeading {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 1em;
}

.ctaSubtext {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2em;
}

.ctaSubtext strong {
  font-weight: 600;
  color: #000;
}

.ctaButton {
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
  display: inline-block;
  padding: 0.9em 2em;
  border: 2px solid #000;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

.ctaButton:hover, .learnMoreBtn:hover {
  background-color: #000;
  color: #fff;  
}

.featuresSection {
  padding:7em 10%;
  text-align: center;
  background-color: #fff;
overflow: hidden;  
}

.featuresIntro h2 {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 0.3em;
}

.featuresIntro p {
        color: #666;
        margin-bottom: 3em;
        line-height: 1.6em;
}

.featuresGrid {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}

.featureItem {
        flex: 1 1 30%;
        max-width: 27%;
        padding: 0 1em;
}

.featureIcon {
  font-size: 2.5em;
}
.featureIcon img{
width: 1.9em;
}
.featureItem h4 {
  font-size: 1em;
  font-weight: 800;
  margin-bottom: 0.8em;
}

.featureItem p {
  font-size: 0.95em;
  color: #333;
  line-height: 1.6;
}

.contactSection {
  padding: 5em 10%;
  background: #fff;
  text-align: center;
}

.contactIntro h2 {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.contactIntro p {
  max-width: 800px;
  margin: 0 auto 2em;
  color: #333;
  font-size: 1em;
  line-height: 1.6;
}

.contactForm {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

.nameRow {
  display: flex;
  gap: 1em;
}

.contactForm input,
.contactForm textarea {
  padding: 1em;
  font-size: 1em;
  border: 1px solid #333;
  width: 100%;
  box-sizing: border-box;
}

.contactForm button {
  align-self: center;
  padding: 0.8em 2em;
  font-weight: bold;
  border: 2px solid #000;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contactForm button:hover {
  background-color: #000;
  color: #fff;
}

.siteFooter {
  background: #000;
  color: #fff;
  padding: 4em 10%;
  font-family: 'Helvetica Neue', sans-serif;
}

.footerTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3em;
}

.footerBranding h2 {
  font-size: 3em;
  font-weight: 300;
  letter-spacing: 0.3em;
  margin-bottom: 1em;
}

.contactDetails {
  list-style: none;
  padding: 0;
  font-size: 0.95em;
}

.contactDetails li {
  margin-bottom: 0.5em;
}

.contactDetails span {
  margin-right: 0.5em;
}

.footerLinks {
  display: flex;
  gap: 4em;
}

.footerLinks ul {
  list-style: none;
  padding: 0;
}

.footerLinks ul li {
  margin-bottom: 0.8em;
}

.footerLinks ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footerLinks ul li a:hover {
  color: #aaa;
}

.footerSocial {
  display: flex;
  gap: 1.5em;
  font-size: 1.5em;
}

.footerSocial a {
  color: #fff;
  text-decoration: none;
}

.siteFooter hr {
  border: none;
  height: 1px;
  background: #fff;
  margin: 3em 0 2em;
}

.footerBottom {
  text-align: center;
  font-size: 0.95em;
}

.partnerLogos {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  gap: 2em;
}

.partnerLogos img {
  height: 30px;
}
.error-modal-content {
padding: 20px;
border-radius: 8px;
background-color: #fff;
border-left: 4px solid #d32f2f;
position: relative;
overflow: hidden;
}

.error-modal-close {
position: absolute;
top: 10px;
right: 10px;
color: #d32f2f;
font-size: 24px;
font-weight: bold;
cursor: pointer;
}
.error-modal-content h2 {
color: #d32f2f;
margin-bottom: 10px;
}
.errContent {
color: #555;
font-size: 16px;
margin-bottom: 20px;
}
.error-modal-button {
background-color: #d32f2f;
color: white;
border: none;
padding: 10px 20px;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
}

.error-modal-button:hover {
background-color: #c12727;
}
.loading {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
z-index: 9999;
text-align: center;
display: none;
}
.loading img{
height: 6rem;
margin-top: 21rem;
display: inline-block;
}

.featureBoxes {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.featureBox {
  flex: 1;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.featureBox .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.featureBox:hover .overlay {
  opacity: 1;
}

.featureBox h3 {
  font-size: 2em;
  margin-bottom: 1em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.featureBox:hover h3 {
  opacity: 1;
  transform: translateY(0);
}

.featureBox p {
  max-width: 80%;
  font-size: 0.95em;
  margin-bottom: 2em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}

.featureBox:hover p {
  opacity: 1;
  transform: translateY(0);
}

.buttons {
  display: flex;
  gap: 1em;
  justify-content: center;
  width: 100%;
  position: relative;
}

.btn {
  padding: 0.8em 1.6em;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.btn.left {
  transform: translateX(-100%);
}

.btn.right {
  transform: translateX(100%);
}

.featureBox:hover .btn.left,
.featureBox:hover .btn.right {
  transform: translateX(0);
  opacity: 1;
}
.btn {
  padding: 0.8em 1.6em;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.cls{float: right;
height: auto;
font-size: .8em;
font-weight: 900;
cursor: pointer;
}
.fOUT{width: auto;
height: auto;
background-color: #fff;
border-radius: .8em;
position: absolute;
top: 1em;
left: 10%;
right: 10%;
padding: 3%;
}
.qtForm{
width: auto;
height: auto;
left: 0;
right: 0;
top:0;
bottom: 0;
position: fixed;
z-index: 999999;
background-image: url(../images/black.png);
display: none;
}
.formOUT{width: 700px;
float: left;
height: auto;
background-color: #ede;
padding: 1%;
border-radius: .4em;
}
.form2{width: 100%;
float: left;
height: auto;
margin-bottom: .3em;
font-size: calc(1px + 1vw);
font-weight: 900;
}
.form3{width: 100%;
float: left;
height: auto;
margin-bottom: .3em;
}
.form3 b{font-weight: 300;
font-size: calc(-1px + 1vw);
color: red;
}
.form35{width: 100%;
float: left;
height: auto;
margin-bottom: 0.6em;
font-weight: 300;
}
.form4{width: 95%;
float: left;
height: auto;
margin-bottom: 1em;
padding: 2%;
border: 1px solid #000;
border-radius: .3em;
font-size: calc(1px + 1vw);
}
.fL{width: 49%;
float: left;
height: auto;
}
.fR{width: 49%;
float: right;
height: auto;
}
.form5{width: 100%;
float: left;
height: auto;
margin-bottom: 1em;
}
.form6{width: 43%;
float: left;
height: auto;
line-height: 1.15em;
margin-right: 6%;
margin-bottom: .3em;
}
.form7{width: auto;
float: left;
height: auto;
font-size: calc(1px + 1vw);
}
.form8{width: auto;
float: right;
height: auto;
}
.sendQ{width: auto;
float: right;
padding: 13px 21px;
font-size: calc(1px + 1vw);
font-weight: 900;
border: 1px solid #000;
border-radius: .3em;
background-color: #2B4437;
color: #fff;
text-shadow: 1px 1px 1px #000;
cursor: pointer;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
margin-top: 1.5em;
}
.form65{width: 26%;
float: left;
height: auto;
margin-bottom: .3em;
font-weight: 300;
font-size: calc(10px + 1vw);
margin-right: 7%;
}
.formhh{width: 100%;
float: left;
height: auto;
margin-bottom: 1.3em;
font-weight: 300;
font-size: calc(10px + 1vw);
}
.sec1{
opacity: .9;
width: 90%;
height: auto;
padding: .41em 5%;
background-color: #000;
float: left;
}
.sec1L{
width: auto;
float: left;
height: 100%;
font-size: 128%;
line-height: 1.1em;
}
.sec1L1{width: auto;
float: left;
height: 100%;
margin-right: 16px;
font-size: .7em;
line-height: 1em;
}
.sec1R{
width: 50%;
float: right;
height: 38px;
color: #fff;
text-align: right;
display: flex;
justify-content: center;
align-items: center;
}
.sec1R a{
width: auto;
float: right;
height: auto;
padding: .4% 3%;
}
.sec1R a img{height:100%;
}
.sec1LImg{
width: 28px;
height: auto;
float: left;
margin-right: 11px;
text-align: center;
margin-top: 5px;
}
.sec1LImg img{width:100%;
}

.sec1LInfo{
width: auto;
height: 100%;
color: #fff;
font-weight: 900;
font-size: 107%;
float: left;
padding-top: 0.85rem;
}
.sec2{
width: 90%;
height: auto;
padding: 1em 5% 1em 5%;
background-color: #fff;
float: left;
opacity: .95;
}
.secL{
width: auto;
float: left;
height: 101px;
}
.secL a{
width: auto;
float: left;
height: 100%;
}
.secL a img{height:100%;
}
.secR{
width: 83%;
float: right;
height: 100%;
}

.sec3{
width: 100%;
float: left;
height: 100vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
overflow: hidden;
}
.sec3 video{
float: left;
width: 107%;
margin-left: -4%;
}
.bg-video {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
object-fit: cover;
}

.sec3,.sec3 .sliderWrap {
position: relative;
z-index: 1;
}

.ovrlay{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.mainNav li:hover .mainNav2nd{display: inline-block;
}
.mainNav2nd{
position: absolute;
width: 268px;
height: auto;
padding: 16px;
z-index: 3;
text-align: left;
top: 5em;
left: -99px;
background-color: #000;
color: #fff;
display: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.mainNav3nd{position: absolute;
width: 302px;
height: auto;
padding: 16px;
z-index: 3;
text-align: left;
top: -40px;
left: 216px;
background-color: gray;
display: none;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.mainNav2nd li:hover .mainNav3nd{display: inline-block;
}
.mainNav li .mainNav2nd li{
float: left;
width: 100%;
height: auto;
margin-bottom: -2px;
padding: 10px 0px 10px 0px;
color: #fff;
text-align: center;
font-weight: 800;
}
.mainNav li .mainNav2nd li .mainNav3nd li{float: left;
width: 100%;
height: auto;
margin-bottom: -9px;
padding: 10px 0px 10px 0px;
}
.mainNav li .mainNav2nd li a .mainNav3nd li a{width: auto;
display: inline-block;
height: 100%;
font-weight: 900;
color: #fff;
margin-left: 0;
line-height: 1.2em;
}
.mainNav li .mainNav2nd li a{width: 100%;
display: inline-block;
height: auto;
font-weight: 900;
color: #fff;
margin-left: 0;
line-height: 1.2em;
font-size: .9em;
text-align: center;
}
.sliderWrap{
width: auto;
position: absolute;
z-index: 2;
left: 16%;
right: 16%;
height: auto;
top: 42vh;
text-align: center;
text-shadow: 1px 1px 1px #000;
}
.sliderWrap h1{
color: #fff;
font-size: 3.5dvh;
font-weight: 900;
line-height: 1.2em;
margin-bottom: 4dvh;
margin-top: 9dvh;
}
.sliderWrap h2{
color: #fff;
font-size: 1em;
font-weight: 900;
line-height: 1.1em;
float: left;
width: 100%;
margin-bottom: 4px;
}
.sliderWrap p{
color: #fff;
text-shadow: 1px 1px #000;
font-size: .9em;
font-weight: 500;
line-height: 1.1em;
}
.getaqtmain{background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
display: inline-block;
width: auto;
height: auto;
background-color: #E8DD00;
padding: 16px 30px;
border-radius: 3px;
font-weight: 900;
color: #000;
cursor: pointer;
text-shadow: none;
}

.sec4{
width: 90%;
float: left;
height: auto;
position: relative;
padding: 35px 5%;
background-color:#f2f6f9;
content-visibility: auto;
}

.sec4H2{width: 100%;
height: auto;
text-align: center;
display: inline-block;
font-size: 2em;
margin-bottom: 10px;
margin-top: 27px;
line-height: 1.1em;
font-weight: 900;
}
.sec4P{width: 90%;
height: auto;
text-align: center;
display: inline-block;
margin-bottom: 25px;
padding: 0 5%;
}
.sec4P a, .blackBold{font-weight: 900;
color: #000;
}
.boxTextP a{font-weight: 900;
color: #FFF;
}
.sec4Boxes{width: 100%;
display: inline-block;
height: auto;
}
.sec4BoxItem{width: 31%;
display: inline-block;
height: auto;
background-color: #fff;
margin: 1%;
color: #000;
}
.sec4ItemImg{background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
float: left;
height:357px;
width: 100%;
margin-bottom: 10px;
}
.sec4ItemImg img{width: 100%;
}
.sec4ItemTit{float: left;
height: auto;
width: 90%;
margin-bottom: 10px;
font-size: 1.5em;
font-weight: 900;
padding: 0 5% 0px 5%;
}
.sec4ItemTitProj{float: left;
height: 85px;
width: 90%;
font-size:19px;
font-weight: 900;
padding: 0 5% 0px 5%;
color: #000;
}
.sec4ItemInfo{color: #000;
float: left;
height: auto;
width: 90%;
margin-bottom: 32px;
padding: 0 5% 0px 5%;
min-height: 162px;
}
.sec4ItemLink{float: left;
height: auto;
width: 90%;
padding: 0 5% 42px 5%;
}
.sec4ItemLink a{float: left;
height: auto;
width: auto;
font-weight: 900;
color: #2B4437;
text-transform: uppercase;
}
.sec5{overflow: hidden;
width: 100%;
float: left;
height: auto;
min-height: 500px;
position: relative;
background-color: #fff;
padding-bottom: 100px;
}
.sesc5L{width: 67%;
float: left;
height: auto;
min-height: 92vh;
background-color: #fff;
padding: 1vh 5% 1vh 5%;
}
.sesc5LH3{width: 100%;
float: left;
height: auto;
font-size: 2.3em;
margin-top: 9vh;
margin-bottom: 9vh;
}
.sesc5R{width: 23%;
float: right;
height: auto;
min-height: 113vh;
background-color: #f2f6f9;
position: relative;
}
.sesc5R img{position: absolute;
left: -31.3vh;
top: 114px;
height: auto;
width: 58vh;
z-index: 9;
box-shadow: 0px 3px 63px -33px #000;
}
.foot{content-visibility: auto;
width: 90%;
float: left;
height: 300px;
position: relative;
background-color: #222222;
padding: 25px 5%;
color: #fff;
text-align: center;
}
.reviewHomeItem{width: 77%;
float: left;
height: auto;
margin-bottom: 5vh;
padding-bottom: 4vh;
}
.rev1 img {width: 5vh;
margin-right: 3vh;
float: left;
margin-bottom: 3vh;
}
.rev2{width: 94%;
float: left;
height: auto;
font-size:19px;
}
.sec6{width:100%;
float: left;
height:100vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.boxTextP{width: 100%;
display: inline-block;
height: auto;
color: #fff;
font-size: 1.6em;
font-weight: 900;
text-shadow: 1px 1px 1px #000;
}
.sec7{width: 100%;
float: left;
height: auto;
background-color: #fff;
position: relative;
text-align: center;
content-visibility: auto;
}
.contactRAP{width: auto;
display: inline-block;
z-index: 2;
height: auto;
text-align: center;
color: #000;
padding: 69px 15%;
}
.contactRAP h2{font-size: 2em;
font-weight: 900;
line-height: 1.3em;
}
.contactRAP p{display: inline-block;
margin-bottom: 10px;
}
.formDetails{width: 100%;
display: inline-block;
height: auto;
position: relative;
}
.contactField{display: inline-block;
height: auto;
width: 30%;
background-color: #ddd;
padding: 19px 13px;
color: gray;
margin:2px 2px 6px 2px;
font-size: 1em;
border: none;
}
.contactFieldSelect{display: inline-block;
height: auto;
width: 44%;
background-color: #ddd;
padding: 24px 18px;
color: gray;
font-size: 1.2em;
border: none;
margin: 0;
}
.sendButton {background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
display: inline-block;
width: auto;
height: auto;
background-color: #7c9e9d;
padding: 16px 30px;
border-radius: 3px;
font-weight: 900;
color: #fff;
text-shadow: 1px 1px 1px #000;
font-size:1em;
cursor: pointer;
border: none;
}
.clear{clear: both;
}
.sec8 {width: 100%;
text-align: center;
float: left;
height: auto;
position: relative;
padding: 25px 0;
}
.sec8 img{height: 231px;
}
.sec9{width: 90%;
float: left;
height: auto;
padding: 6vh 5%;
background-color:#404040;
text-align: center;
overflow: hidden;
}
.footSec{width: 30%;
display: inline-block;
height: auto;
margin: 10px 1%;
text-align: left;
min-height: 471px;
}
.chevron-up {box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 22px;
border: 2px solid transparent;
border-radius: 100px;
color: #000;
}
.chevron-up::after {content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 10px;
border-top: 2px solid;
border-right: 2px solid;
transform: rotate(-45deg);
left: 4px;
bottom: 2px }
.backUp{background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
width: auto;
position: fixed;
bottom: 40px;
right: 21px;
background-color:#7c9e9d;
padding: 21px;
z-index: 99;
border-radius: 3px;
box-shadow: 0px 4px 20px -11px #000;
display: none;
cursor: pointer;
}
.footNoteTit{width: 100%;
float: left;
height: auto;
margin-bottom: 20px;
color: #E8DD00;
font-size: 1.6em;
}
.footNoteinfo{width: 100%;
float: left;
height: auto;
color: #fff;
font-size: 1em;
}
.footAlink{color: #fff;
}
.footUL{width: 100%;
float: left;
height: auto;
list-style: disc;
color: #fff;
}
.footUL li{width: 100%;
float: left;
height: auto;
margin-bottom: 4px;
}
.footUL li a{width: 100%;
float: left;
height: auto;
color: #fff;
}
.newsEmailField{width: 92%;
float: left;
font-size: 1.1em;
padding: 3%;
margin-bottom: 11px;
}
.sendEmailSignUp{background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
float: right;
width: auto;
height: auto;
background-color: #2B4437;
padding: 12px 22px;
border-radius: 3px;
font-weight: 900;
color: #fff;
text-shadow: 1px 1px 1px #000;
font-size: 1em;
cursor: pointer;
border: none;
}
.insideBoxes{
width: 100%;
float: left;
height: auto;
overflow: hidden;
}

.boxTextL{
width: 38%;
float: left;
height: auto;
background-color: #fff;
padding: 10vh 6%;
min-height: 37vh;
}

.boxImgRChurch{width: 50%;
float: right;
height: 121vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.boxImgR{width: 50%;
float: right;
height: 100vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.boxImgR3 P,.boxImgRChurch p,.boxImgR p, .boxImgRAD p, .boxImgRADLeft p{
width: 300px;
float: left;
height: auto;
margin: 3%;
font-weight: 900;
line-height: 1.3em;
text-align:center;
background-color: #fff;
padding: 11px;
border-radius: 4px;
box-shadow: 0px 3px 27px -8px #000;
}

.boxText1{width: 100%;
float: left;
height: auto;
font-size: 2em;
color: #2B4437;
font-weight: 900;
margin-bottom: -14px;
}
.boxText2{font-weight: 400;
width: 100%;
float: left;
height: auto;
font-size: 2.7em;
color: #000;
margin-bottom:15px;
}
.boxTextInfo{width: 100%;
float: left;
height: auto;
color: #000;
}
.boxTextInfo_a{font-weight: 900;
color: #000;
}
.boxImgL{width: 50%;
float: left;
height:139vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.boxTextR{width: 38%;
float:right;
height: auto;
background-color: #fff;
padding: 10vh 6%;
}
.boxIMageL1{width: 50%;
float: left;
height: 80vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.boxTextR1{width: 38%;
float: right;
height: auto;
background-color: #fff;
padding: 10vh 6%;
}
.sec10{content-visibility: auto;
width: 100%;
float: left;
height:auto;
padding: 0;
}
.sec10Item{width: 25%;
float: left;
height: 37vh;
background-color: #edd;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.sec10ItemDoors{width: 20%;
float: left;
height: 53vh;
background-color: #edd;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.boxImgLs200Door{width: 50%;
float: left;
height: 68vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.aboutusrap{width: 88%;
float: left;
height: auto;
background-color: #f2f6f9;
padding: 10vh 6%;
}
.mapOUTER{width: 100%;
height:70vh;
float: left;
}
.mobNav {display: none;
}
.bottomSelectIte{display: inline-block;
height: auto;
width: 44%;
background-color: #ddd;
padding: 22px 18px;
color: gray;
font-size: calc(2px + 1vw);
border: none;
margin: 10px;
}
.sentItem{width: 100%;
float: left;
color: red;
text-align: center;
font-weight: 900;
font-size:19px;
display: none;
}
#newsID{width: auto;
display: inline-block;
}
.mainOUT{width: 80%;
float: left;
height: auto;
padding: 25px 10%;
}
.h1 {width: 100%;
float: left;
height: auto;
}
.rT {width: 100%;
float: left;
height: auto;
font-size: 2.2em;
margin-bottom: 2px;
}
.rR {width: 100%;
float: left;
height: auto;
font-size: 1.3em;
margin-bottom: 2px;
}
.rD {width: 100%;
float: left;
height: auto;
text-align: center;
margin-bottom: 2px;
}
.rSTR {width: 100%;
float: left;
height: auto;
text-align: center;
font-size: 1.8em;
}
.leaveRevModal{position: fixed;
left: 10%;
top: 90px;
right: 10%;
background-color: #fff;
border: #000 6px solid;
border-radius: 1em;
box-shadow: 0px 5px 8px -8px #000;
padding: 30px;
z-index: 999;
display: none;
}
.leaveRevModal h2{width: 100%;
float: left;
height: auto;
margin-bottom: 20px;
font-size: 1.1em;
}
.leaveRevModal a{width: auto;
float: right;
height: auto;
font-size: 1.1em;
color: #000;
}
.leaveRevCon{width: 100%;
float: left;
height: auto;
}
.leaveRevCon textarea{width: 98%;
float: left;
height: 16em;
font-size: 1em;
padding: 1%;
}
.sendR{width: auto;
height: auto;
color: #000;
font-weight: 900;
background-color: #7c9e9d;
padding: .9%;
border: none;
border-radius: 4px;
font-size: .9em;
display: inline-block;
cursor: pointer;
}
.leaveRevCon2{width: 100%;
float: left;
height: auto;
text-align: center;
padding-top: 25px;
}
.levclose{width: auto;
float: right;
color: #000;
cursor: pointer;
}
#statusThisNow{position: fixed;
left: 25%;
top: 98px;
right: 25%;
background-color: #fff;
border: #000 6px solid;
border-radius: 1em;
box-shadow: 0px 5px 8px -8px #000;
padding: 54px 30px;
z-index: 9999;
display: none;
text-align: center;
font-size: 1.3em;
color: #000;
font-weight: 500;
}
.overlay{width:auto;
left: 0;
top: 0;
right: 0;
bottom: 0;
position: absolute;
background-color: #000;
opacity: .5;
display: none;
text-align: center;
}
.loaderGif{width: auto;
height: 84px;
display: inline-block;
margin-top: 146px;
}
.loaderGif img{height: 100%;
}
.benMainT{width: 100%;
float: left;
text-align: center;
font-weight: 900;
font-size: 2em;
margin-bottom: 45px;
}
.insideBullInfo{color: #000;
float: left;
height: 202px;
width: 90%;
margin-bottom: 32px;
padding: 0 5% 0px 5%;
}
.benefitsOps{content-visibility: auto;
width: 100%;
height: auto;
float: left;
background-color: #e5e6e1;
padding: 36px 0 76px 0;
text-align: center;
}
.benefitItem{width: 21%;
height: 270px;
display: inline-block;
background-color: #000;
margin: .5%;
position: relative;
}
.benImg{width: 100%;
float: left;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100%;
}
.benTit{color: #000;
width: auto;
position: absolute;
bottom: 10px;
left: 10px;
right: 10px;
text-align: center;
font-weight: 900;
z-index: 9;
background-color: #fff;
padding: 10px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.logos{
width: 100%;
float: left;
height: auto;
background-color: #eff;
text-align: center;
padding: 28px 0 26px 0;
}
.logoItem{
width: 11%;
height: 6em;
display: inline-block;
margin: 0 0.5%;
overflow: hidden;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;        
}
.logoItem img{height: 100%;
}
.error{
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
border-radius: 5px;
background-color: red;
color: #fff;
font-size: 18px;
font-weight: 900; height: auto; left: 40%; padding:50px 0; position: fixed; text-align: center; top: 200px; width: auto; z-index: 9999999; right: 40%; 
}
.botbutton{width: 100%; float: left; height: auto; text-align: center; }
.textItem{width: 100%; float: left; height: auto; margin-bottom: 18px; }
.textItemL{width: 86%; float: right; height: auto; font-size: 19px; color: #000; }
.textItemR {width: 11%; float: left; height: 119px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; }

.sliderrL{         float: left;
height: auto;
text-align: left;
margin-top: -7dvh;
margin-left: -1vw;
width: 55%;}

.sliderrR{
width: 39%; float: right; height: auto; background-color: #fff; text-align: left; padding: 2%; border-radius: 8px; margin-top: -5dvh; opacity: .88; position: relative; 
}

.slR1{width: 100%; float: left; height: auto; text-shadow: none; font-size: 1.5em; font-weight: 900; }
.slR1 a {color: #000; }
.slR2 {width: 100%; float: left; height: auto; text-shadow: none; color: #000; margin-bottom: 10px; }
.sndIn{width: 100%; float: left; height: auto; text-shadow: none; color: #000; margin-bottom: 10px; font-weight: 900; font-size: .8em; }
.frmP{width: 100%; float: left; height: auto; text-shadow: none; color: #000; margin-bottom: 1px; font-size: .9em; font-weight: 900; }
.frmField{width: 95%; float: left; height: auto; text-shadow: none; color: #000; margin-bottom: 8px; padding: 2%; }
.frmSend{width: auto; float: right; height: auto; text-shadow: none; color: #000; margin-bottom: 8px; padding: 2%; cursor: pointer; }
#res{width: auto; float: right; height: auto; color: red; font-size: .8em; }
.secRep1{width: 100%; float: left; padding: 1em 0; }
.secRepLeft{width: 50%; float: left; height: 58vh; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; }
.secRepRight{width: 43%; float: right; height: auto; padding: 3%; }
.botVideR h2, 
.secRepRight h2{float: left; height: auto; width: 100%; margin-bottom: 15px; font-size: 1.5em; font-weight: 900; }

.botTxtArea{display: inline-block; height: 287px; background-color: #ddd; color: gray; padding: 1%; width: 96%; border: none; font-size: 1.3em; }

.art1{width: 80%; float: left; height: auto; background-color: #e5e5e5; padding: 79px 10%; content-visibility: auto; }

.artL{width: 60%; float: left; height: auto; }

.artR{width:37%; float:right; height:300px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; 
}

.artR p{
width: auto;
float: right;
height: auto;
font-size: 1em;
font-weight: 900;
color: #fff;
text-shadow: 1px 1px 1px #000;
margin: 16px 20px 20px 20px;
}

.artL strong{width: 100%; float: left; height: auto; font-weight: 900; font-size: 2.4em; margin-bottom: -2px; }
.artL span{width: auto; float: left; height: auto; font-weight: 900; margin-right: 12px; margin-bottom: 10px; font-size: 1.7em; }
.artL h2{width:100%; float: left; height: auto; font-weight: 300; margin-bottom: 10px; font-size: 1.3em; }
.artL p{width:100%; float: left; height: auto; font-weight: 300; margin-bottom:20px; font-size: 1em; }
.artL a{width: auto; float: left; height: auto; font-weight: 900; font-size: 1em; background-color: #000; color: #fff; padding: 11px 15px; border-radius: 6px; background-image: url(../img/but_gloss.webp); background-size: 100% 100%; }
#telThis{color: #000; font-weight: 900; }
.tagLine{
width: 100%;
text-align: center;
height: auto;
float: left;
padding: .5em 0;
background-color: #E8DD00;
font-weight: 700;
color: #000;
font-size: 58%;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
letter-spacing: 1px;
}
.callrap{width: 100%; display: inline-block; text-align: center; letter-spacing: .7px; }
.topNumber{display: none; visibility: hidden; float: left; height: auto; width: 100%; text-align: center; font-weight: 900; font-size: 1.9em; color: #2B4437; margin-top: -14px; margin-bottom: 15px; }
.mobButton{visibility:hidden; display: none; }

.sec1IMagesBelow{
width: 100%; float: left; height: auto; position: relative; content-visibility: auto; text-align: center; padding: 14px 0; 
}

.sec1IMagesBelow a{
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 13%;
display: inline-block;
height: 13em;
}

.sec1IMagesBelow h2{color: #000; font-size: 1.4em; font-weight: 900; display: inline-block; width: 100%; text-align: center; padding: 16px 0px 11px 0px; }
.boxImgRalum_doorsR {width: 50%; float: right; height: 59vh; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; }
.boxTextL_alumDoorsL {width: 38%; float: left; height: auto; background-color: #fff; padding: 10vh 6%; }
.boxImgRalum_doorsR p{width: 300px; float: left; height: auto; margin: 3%; font-weight: 900; line-height: 1.3em; text-align: left; background-color: #fff; padding: 11px; border-radius: 4px; box-shadow: 0px 3px 27px -8px #000; }
.revHome{width: 90%; height: auto; float: left; background-image: url(../images/revbg.jpg); background-size: 100% 100%; position: relative; padding: 5%; overflow: hidden; content-visibility: auto; }
.revOne{width: 100%; float: left; height: auto; margin-bottom: 31px; text-align: center; font-size: 2.4em; font-weight: 900; content-visibility: auto; }
.revTwo {width: 100%; float: left; height: 36px; margin-bottom: 59px; text-align: center; content-visibility: auto; }
.revTwo img{display: inline-block; margin: 0 6px; height: 100%; width: auto; content-visibility: auto; }
.revThree{width: 100%; float: left; height: auto; margin-bottom: 31px; text-align: center; font-size: 1.3em; font-weight:300; content-visibility: auto; }
.revThree strong{float: left; width: 100%; height: auto; }
.quil{width: auto; position: absolute; height: 90px; left: 76px; top: 29px; content-visibility: auto; }
.quil img, .airplane img{height: 100%; }
.airplane{width: auto; position: absolute; height: 130px; right: 129px; bottom: 55px; content-visibility: auto; }
.bottomvideo{width: auto; float: left; height: auto; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; content-visibility: auto; margin-left:3%; }
.bottomvideo iframe {width: 300px; height: 528px; }
.botVideR{width: 74%; float: left; height: auto; padding: 1% 2% 2% 2%; }
.secRepLeftretDrs {width: 50%; float: left; height: 93vh; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; content-visibility: auto; }
.boxImgRAlt {width: 50%; float: right; height: 91vh; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; }
.boxImgRAlt p {width: 300px; float: left; height: auto; margin: 3%; font-weight: 900; line-height: 1.3em; text-align: left; background-color: #fff; padding: 11px; border-radius: 4px; box-shadow: 0px 3px 27px -8px #000; }
.bottomSecOut{width: 50%; float: left; height: 56vh; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; content-visibility: auto; }
.boxtextLeftRep{width: 43%; float: left; height: auto; background-color: #fff; padding: 4vh 3%; min-height: 80vh; content-visibility: auto; }
.projects{width: 90%; height: auto; float: left; background-color: #eee; padding: 2em 5%; content-visibility: auto; }
.projects h2{width:100%; height: auto; float: left; margin-bottom:10px; content-visibility: auto; }
.projects p{width:100%; height: auto; float: left; }
.projects p strong{font-size: 1.4em; font-weight: 900; }
.projL{float: left; width: 46%; height: auto; min-height: 500px; overflow: hidden; content-visibility: auto; }
.projR{float: right; width: 49%; height: auto; min-height:500px; content-visibility: auto; }
.projLRImg{width: auto; height: 500px; float: left; position: relative; margin-right: 10px; content-visibility: auto; }
.projLRImg iframe{height:500px; width: 100%; float: left; margin-bottom: 25px; content-visibility: auto; }
.projLRImgLabel{width: auto; height: auto; position: absolute; left: 0; top: 10px; background-color: #fff; font-weight: 900; padding: 9px; content-visibility: auto; font-size: .8em; }
.projLRImg2 {width: 142px; height: 156px; float: left; position: relative; overflow: hidden; content-visibility: auto; margin-right: 15px; }
.projLRImg2 a{float: left; width: 100%; height: auto; overflow: hidden; }
.projLRImg2 a img{width: 100%; height: auto; }
.mainProjBan{width: 100%; float: left; height: auto; margin-bottom: 15px; border: 12px solid #000; border-top-left-radius: 1em; border-bottom-left-radius: 1em; content-visibility: auto; }
.projBan{width: 98%; float: left; height: 435px; position: relative; margin-bottom: 15px; border: 12px solid #000; border-top-right-radius: 1em; border-bottom-right-radius: 1em; background-color: #000; }
.projBan img{width: 100%; margin-bottom: -3px; min-height: 100%; height: auto; content-visibility: auto; }
.projBan iframe{height: 478px; width: 271px; position: absolute; right: -16px; top: -31px; border: 12px solid #000; border-top-right-radius: 1em; border-bottom-right-radius: 1em; background-color: #000; }
.cov{position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: #fff; opacity: .9; z-index: 999999; text-align: center; border-radius: 4px; display: none; }
.cov img{width: auto; height: 90px; display: inline-block; margin-top: 10dvh; }

.boxImgRAD {
width: 50%;
float: right;
height: 67vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.boxTextLRAD {
width: 38%;
float: left;
height: auto;
background-color: #fff;
padding: 10vh 6%;
min-height: 50vh;
}

.boxTextRAD{
font-weight: 400;
width: 100%;
float: left;
height: auto;
font-size: 2.2em;
color: #000;
margin-bottom: 15px;
line-height: 1.2em;
margin-top: .4em;
}

.boxTextLRADRight {
width: 38%;
float: right;
height: auto;
background-color: #fff;
padding: 10vh 6%;
min-height: 50vh;
}

.boxImgRADLeft {
width: 50%;
float: left;
height: 67vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}


.leftImageNew{
width: 50%;
float: left;
height: 73vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;       
}

.leftImageNew_span{
width: 5em;
height: auto;
position: absolute;
background-color: #000;
padding: 1% 2%;
border-radius: 6px;
top: 1em;
left: 2em;
z-index: 9;
color: #fff;
font-weight: 800;
text-align: center;
background-image: url(../img/but_gloss.webp); background-size: 100% 100%;
}

.leftImageNew_spanR{
width: 5em;
height: auto;
position: absolute;
background-color: #000;
padding: 1% 2%;
border-radius: 6px;
top: 1em;
right: 2em;
z-index: 9;
color: #fff;
font-weight: 800;
text-align: center;
background-image: url(../img/but_gloss.webp); background-size: 100% 100%;
}

.boxIMgRCOtes{
width: 50%;
float: right;
height: 58vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;        
}

.boxIMgRCOtes p, .boxImgRBot p, .botRImg p, .boxImgR22 p, .boxImgRBot2 p{
width: 300px;
float: left;
height: auto;
margin: 3%;
font-weight: 900;
line-height: 1.3em;
text-align: left;
background-color: #fff;
padding: 11px;
border-radius: 4px;
box-shadow: 0px 3px 27px -8px #000;
}

.boxImgRBot {
width: 50%;
float: right;
height: 53vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.boxTextL h2{
float: left; height: auto; width: 100%; margin-bottom: 15px; font-size: 1.5em; font-weight: 900; 
}

.botRImg{
width: 50%;
float: right;
height: 85vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative; 
}

.sec4Gal{
width: 90%;
float: left;
height: auto;
position: relative;
padding: 35px 5%;
background-color: #f2f6f9;
content-visibility: auto;
margin-bottom: 1.7em;       
}

.boxImgR22 {
width: 50%;
float: right;
height: 82vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.boxImgRBot2 {
width: 50%;
float: right;
height: 67vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.leftImageNewALt {
width:50%;
float: left;
height: 89vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.bizLVid{
position: absolute; left: 3em; top: 1.5em; width: 35%; height: auto; background-color: #fff; padding: 2%; border-radius: 14px; box-shadow: 0px 3px 16px -3px #000;       
}

.bizRVid{
position: absolute; right: 3em; top: 1.5em; width: 35%; height: auto; background-color: #fff; padding: 2%; border-radius: 14px; box-shadow: 0px 3px 16px -3px #000;       
}
.fredoorB p{
width: 300px;
float: left;
height: auto;
margin: 3%;
font-weight: 900;
line-height: 1.3em;
text-align: left;
background-color: #fff;
padding: 11px;
border-radius: 4px;
box-shadow: 0px 3px 27px -8px #000;
}

.fredoorF {
width: 88%;
float: left;
height: auto;
background-color: #fff;
padding: 10vh 6%;
text-align: center;
}

.fredoorB {
width: 100%;
float: right;
height: 91vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.insideBoxes2{
width: 89%;
float: left;
height: auto;
margin: 4%;
padding: 1%;
border: 1px solid #000;
}

.boxImgRBot2 {
width: 50%;
float: right;
height: 83vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.leftImageNew2 {
width: 50%;
float: left;
height: 114vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.boxImgR3 {
width: 50%;
float: right;
height: 135vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}


.leftImageNew2 {
width: 50%;
float: left;
height: 104vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.boxTextL3 {
width: 38%;
float: left;
height: auto;
background-color: #fff;
padding: 1vh 6% 7vh 6%;
min-height: 37vh;
}
.boxTextL3 h2{
float: left; height: auto; width: 100%; margin-bottom: 15px; font-size: 1.5em; font-weight: 900; 
}
.boxTextL333 {
width: 38%;
float: left;
height: auto;
background-color: #fff;
padding: 2vh 6% 10vh 6%;
min-height: 37vh;
}
.secRepRight33 {
width: 43%;
float: right;
height: auto;
padding: 1% 3% 3% 3%;
}
.secRepRight33 h2{
float: left; 
height: auto; 
width: 100%; 
margin-bottom: 15px; 
font-size: 1.5em; 
font-weight: 900; 
}
.boxImgR3 p, .boxImgRBotFAQ p {
width: 300px;
float: left;
height: auto;
margin: 3%;
font-weight: 900;
line-height: 1.3em;
text-align: left;
background-color: #fff;
padding: 11px;
border-radius: 4px;
box-shadow: 0px 3px 27px -8px #000;
}
.boxImgRBotFAQ {
width: 100%;
float: right;
height: 111vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.review-container {
margin: auto;
text-align: center;
padding: 20px 0;
border-radius: 10px;
position: relative;
height: 19em;
width: 97%;
margin-top: 4em;
}
.stars {
color: gold;
font-size: 40px;
}
.review {
position: absolute;
width: 100%;
opacity: 0;
transition: opacity 1s ease-in-out;
}
.review-text{
font-size: 1.1em
}
.review.active {
opacity: 1;
}
.riv1{
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
float: left;
width: 86%;
height: auto;
background-color:#C0A264;
margin-bottom: 2em;
border-bottom-left-radius: 1em;
border-top-left-radius: 1em;
overflow: hidden;
padding: 1em 6%;
}
.sldR{
width: 17%;
float: right;
height: auto;
text-align: left;
padding: 2%;
border-radius: 8px;
margin-top: -3em;
opacity: .88;
position: relative;
margin-right: 15%;
}
.OP1{
opacity: .5;
display: inline-block;	
width: 100%;
height: auto;
}
.thisHead{
position: absolute;
left: 0;
top: 0;
right: 0;
height: auto;
z-index: 99;
}
.riv1L{
float: left;
height: auto;
width: 52%;
padding: 3%;
border-top-left-radius: 1em;
overflow: hidden;
border-bottom-left-radius: 1em;
}
.riv1R{
float: right;
height: auto;
width: 40%;
text-align: center;
}
.riv1R img{
width: 52%;
height: auto;
margin-top: 6%;
}
.memLoginBut{
float: right;
border-radius: 3px;
padding: 1% 13px;
color: #fff;
font-weight: 600;
text-shadow: 1px 1px 1px #000;
cursor: pointer;
margin: .6% 0;
border: 1px solid #fff;
background: none;
}
.cons{
float: left;
height: auto;
width: 98%;
font-size: .8em;
font-weight: bold;
color: #fff;
margin-bottom: 3px;
text-align: right;
}
.usrfld{
width: 100%;
float: left;
height: auto;
margin-bottom: 4px;
font-size: .9em;
}
.usrfldTxt{
width: 268px;
float: left;
height: auto;
margin-bottom: 19px;
font-size: .9em;
padding: 3%;
}
.loginMod {
float: left;
height: auto;
text-align: left;
margin-top: -7dvh;
margin-left: -1vw;
width: 21%;
}
.flrrr{
float: right;
width: 100%;
text-align: right;
cursor: pointer;
}
.error-modal {
position: fixed;
top: 41%;
left: 50%;
transform: translate(-50%, -50%);
width: 87%;
max-width: 400px;
background-color: #ffdddd;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
border-radius: 8px;
z-index: 99999999;
padding: 4px;
text-align: center;
display: none;
}
.adminOut{
position: relative;
display: inline-block;
width:80%;
height: auto;
background-color: #fff;
margin-top: 2em;
border: 1px solid silver;
border-radius: 8px;
padding: 1%;
}
.amindSec{
width: 100%;
float: left;
height: auto;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align: center;
min-height: 51em;
max-height: 51em;
}
.thisHeadAdmin {
float: left;
width: 100%;
height: auto;
}
.adminL{
float: left;
height: auto;
width: 28%;
padding: 1em 2% 0em 2%;
text-align: left;
}
.adminR{
float: right;
height: auto;
width: 62%;
border: 1px solid #eee;
padding: 2%;
text-align: left;
min-height: 57dvh;
}    
.menuItem{
width: 100%;
margin-bottom: 1em;
border-bottom: 1px solid silver;
padding-bottom: 1em;
font-size:clamp(1rem, 1vw, 1rem);
font-weight: 700;
float: left;
color: #000;
}    
.menuItem:last-child{
border-bottom: none;
}
.menuItem img {
float: left;
height: 24px;
margin-right:3%;
}
.menuItem b {
width: auto;
float: left;
font-weight: 700;
}
.dlItem{
display: inline-block;
height: auto;
width: 17%;
text-align: center;
border: 1px solid silver;
border-radius: 5px;
padding: 2% 3%;
position: relative;
margin-bottom: .4em;
margin-right: 1%;
}
.imgTop {
float: left;
height: 3vh;
width: 100%;
}
.dlItem img{
height: auto;
width: 42%;
}
.docName{
float: left;
height:2em;
width: 100%;
font-size: clamp(0.4rem, 1vw, 0.7rem);
color: #000;
font-weight: 600;
line-height: 1em;
overflow: hidden;
}
.incidentreportfield{
width: 96%;
float: left;
border: 1px silver solid;
padding: 2%;
border-radius: 4px;
min-height: 28vh;
margin-bottom: 1em;
}
.subButton{
background-color: #09f;
color: #fff;
width: auto;
height: auto;
border: none;
padding: 2% 4%;
font-size: .9em;
border-radius: 3px;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
display: inline-block;
}
.subButtt{
width: 100%;
float: left;
height: auto;
text-align: center;
}
.adminRTop{
width: 50%;
float: right;
height: 38px;
color: #fff;
text-align: right;
display: flex;
justify-content: center;
align-items: center;
}
.adminRTop a{
width: auto;
float: right;
height: auto;
color: #fff;
margin-left: .5%;
}
.adminRTop a img{
height:100%;
}
.adminTitle{
text-transform: uppercase;
width: 100%;
height: auto;
font-size:clamp(1rem, 5.2vw, 1.5rem);
margin-bottom: .5em;
line-height: 1em;
border-bottom: 1px solid #ccc;
padding-bottom: .4em;
}
.admInfoIn{
width: 100%;
height: auto;
margin-bottom: 1.6em;
}
.incidentOption {
width: 100%;
padding: 1em 2%;
border: 1px solid #ccc;
border-radius: 6px;
background-color: #f8f8f8;
font-size: 1em;
color: #333;
cursor: pointer;
transition: all 0.3s ease;
margin-bottom: 1em;
}

.incidentOption:hover, .incidentOption:focus, , .textFld:focus {
border-color: #888;
background-color: #fff;
}

.incidentOption option {
padding: 10px;
font-size: 16px;
background-color: #fff;
color: #333;
}

.incidentOption option:hover {
background-color: #ddd;
}
.fieldTit{
width: 100%;
float: left;
margin-bottom: 3px;
font-size: .9em;
font-weight: 600;
}
.imgUploads {
width: 93%;
display: flex;
justify-content: center;
gap: 1%;
flex-wrap: wrap;
padding: 0px 20px 20px 20px;
}
.fileInput {
width: 28%;
padding: 8px;
background-color: #eee;
font-size: .8em;
border-radius: 6px;
color: silver;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
border: none;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;        
}

.fileInput:hover {
background-color: #007acc;
}

.fileInput:focus{
outline: 2px solid #005faa;
}
.fullSelect{
width: 100%;
padding: 2.5% 2%;
border: 1px solid #ccc;
border-radius: 6px;
background-color: #f8f8f8;
font-size: clamp(1rem, 9.2vw, .8rem);
color: #333;
cursor: pointer;
transition: all 0.3s ease;
margin-bottom: .5em;     
}
.textFld {
width: 96%;
padding: 2%;
border: 1px solid #ccc;
border-radius: 6px;
background-color: #f8f8f8;
font-size: 1em;
color: #333;
cursor: pointer;
transition: all 0.3s ease;
margin-bottom: 1em;
}

.nontextFld {
width: 96%;
border-radius: 6px;
font-size: 1em;
color: #333;
transition: all 0.3s ease;
margin-bottom: 1em;
float: left;
}
.planIDSel{
border: 1px solid #ccc;
padding: 15px;
border-radius: 5px;
margin-bottom: 20px;
width: 100%;
}
.planIDSel option{
padding: 15px;
margin-bottom: 5px;
width: 100%;
}
.cardsAccepted {
width: 100%;
height: 48px;
display: inline-block;
margin-top: 2em;
}
.cardsAccepted img{
height: 100%;
}
.backBt{
background-color: #6772e5;
color: #fff;
border: none;
padding: 15px 30px;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
position: fixed;
left: 1%;
top: 2%;
}
.belCont{
width: 100%;
float: left;
height: auto;
}
.stockItem{
width: 18%;
height: auto;
display: inline-block;
text-align: center;
border-radius: 4px;
margin: 1%;
border: 1px solid #ccc;
padding: 2%;
overflow: hidden;
min-height: 8.7em;
}
.stockImg{
width: 100%;
height: 6em;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
overflow: hidden;
float: left;
margin-bottom: .3em;
border-radius: 5px;
}
.stockItem p{
width: 100%;
height: auto;
font-size: clamp(.4rem, .8vw, 1rem);
font-weight: 700;
margin-bottom: -4px;
float: left;
}
.stockItem strong{
width: 100%;
height: auto;
font-size: clamp(.4rem, .7vw, 1rem);
font-weight: 500;
margin-bottom: 0px;
float: left;
}
.modal-overlay {
position: fixed;
top: 2%;
left: 2%;
width: 96%;
height: 96%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
justify-content: center;
align-items: center;
z-index: 1000;
opacity: 0;
transition: opacity 0.4s ease;
}

.modal-overlay.show {
display: flex;
opacity: 1;
}

.modal-content {
background: #fff;
padding: 4%;
border-radius: 10px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
width: auto;
position: fixed;
left: 28%;
top: 6%;
right: 28%;
bottom: 5%;
display: none;
overflow-y: auto;
overflow-x: hidden;
z-index:999;
}
.modal-content h3{
margin-bottom: 10px;
margin-top: 6px;
width: 100%;
font-weight: 700;
color: #000;
}
.modal-overlay.show .modal-content {
transform: scale(1);
}
.time-slot.gap-slot {
background-color: #d4edda;
border-color: #28a745;
font-style: italic;
}
.modal-close, .thisModal, .thisModal2 {
position: absolute;
top: 10px;
right: 15px;
font-size:2em;
color: #888;
cursor: pointer;
}
.modal-close:hover, .thisModal:hover, .thisModal2:hover {
color: #333;
}
.add-to-basket {
background-color: #09f;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 6px;
font-size: 16px;
cursor: pointer;
margin-top: 20px;
transition: opacity 0.3s ease;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;  
}
.add-to-basket:hover {
opacity: .5;
}
#calendar{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9999;
}
.stockViewModal{
position: fixed;
left: 12%;
top: 13%;
right: 12%;
background-color: #fff;
bottom: 7%;
height: auto;
width: auto;
opacity: .93;
border-radius: 1em;
border: 3px solid #ccc;
}
.modimg{
width: 17em;margin-bottom: 1em;border: 1px solid #ccc;padding: 1%;border-radius: 7px;        
}
.modal2Content{
width: 100%;
display: inline-block;
height: auto;
background-color: #fff;
display: none;
}
.modal2Content .time-slot:hover {
background-color: #f0f0f0;
}

.time-slot.selected {
background-color: #cce5ff;
border-color: #007bff;
}

.time-slot.booked {
pointer-events: none;
}
.modal2Content h3{
float: left;
height: auto;
width: 100%;
margin-top: -2em;
}
.modal2Content div{
font-size: .8em;
display: flex;
width: 94%;
margin: 0.2em 0;
border: 1px solid #ccc;
padding: 3%;
border-radius: 3px;
border: none;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
justify-content: flex-start;
align-content: center;
}
.modal2Content{
float: left;
width: 100%;
height: 1px;
}
.modal2Content {
display: block;
margin-top: 1em;
}
.day-header {
width: 100%;
clear: both;
margin-top: 1.5em;
margin-bottom: 0.6em;
font-size: 1rem;
font-weight: bold;
color: #333;
border-top: 1px solid #eee;
padding-top: 0.5em;
}

.time-slot.available:hover {
background-color: #f0f8ff;
}

.time-slot.booked {
background-color: #eee;
color: #999;
cursor: not-allowed;
}

.time-slot.selected {
background-color: #cce5ff;
border-color: #339af0;
font-weight: bold;
}
.payment-form {
background: #fff;
padding: 40px 30px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
width: 100%;
max-width: 33%;
top: 8rem 128px;
position: absolute;
}
.payment-form p{
font-size:1.3em;
}        
.payment-form h1{
font-size:2.4em;
}        
#card-element {
border: 1px solid #ccc;
padding: 2.8%;
border-radius: 5px;
margin-bottom: 20px;
width: 94%;
font-size: 1.8em;
}
#submit {
background-color: #6772e5;
color: #fff;
border: none;
padding: 15px 30px;
border-radius: 5px;
font-size: .9em;
cursor: pointer;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;              
}
#submit:hover {
background-color: #5469d4;
}
#payment-message {
color: green;
margin-top: 15px;
display: none;
}      
.InputContainer .InputElement {
position: absolute;
top: 0;
font-size: 1.5em;
}   
.note {
font-weight: bold;
color: black;
font-size: 0.8em;
}
.admInfoIn strong{
float: left;
height: auto;
width: 100%;
margin: .6em 0;
font-size: 1.3em;
}
.slots-wrapper {
display: flex;
flex-wrap: wrap;
gap: 7px;
margin-bottom: 1em;
justify-content: space-between;
}
.time-slot {
flex:0 2 calc(33.33% - 15px);
box-sizing: border-box;
}
.mar{
height: 5rem;
margin-top: .1em;
}
.adminButs{
float: left;
height: auto;
width: 100%;
margin-bottom: 1.5em;
border-bottom: 1px #ccc solid;
padding-bottom: 1.5em;
}
.adminbut1{
background-color: #09f;
color: #fff;
width: auto;
height: auto;
border: none;
padding: 2% 4%;
font-size: clamp(.1rem, .8vw, 1rem);
border-radius: 3px;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
display: inline-block;        
}
.delDL{
width: auto;
height: auto;
font-weight: 700;
font-size: clamp(1.4rem, 2vw, 1rem);
color: #000;
position: absolute;
left: 6px;
top: 1px;
cursor: pointer;
}
.adminLine {
float: left;
height: auto;
width: 100%;
border-bottom: 1px solid #ccc;
padding-bottom: .5em;
margin-bottom: .5em;
font-size: clamp(1rem, 1.5vw, 1rem);
line-height: 1em;
display: flex;
justify-content: center;
align-items: center;
}
.adminLine:last-child{
border-bottom: none;
}
.adLineL{
float: left;
width: 40%;
height: auto;
}
.adLineR{
float:right;    
width: 60%;
text-align: right;
height: auto;
}
.addMembBtn{
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
width: auto;
float: right;
font-weight: 700;
color: #fff;
padding: 0% 2%;
border-radius: 3px;
font-size: clamp(.7rem, 0.5vw, 1rem);
cursor: pointer;     
margin-left: 1%;        
}
.memberButton{
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
width: 14%;
display: inline-block;
font-weight: 700;
color: #fff;
padding: 2% 4%;
margin: 0 0.4%;
border-radius: 4px;
font-size: clamp(.7rem, 0.5vw, 1rem);
cursor: pointer;
text-align: center;
}
.showWarn{
float: left;
min-height: 10em;
width: 100%;
display: none;
}
.emergBut{
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
width: 66px;
display: inline-block;
font-weight: 700;
color: #fff;
padding: 6% 3%;
margin: 0 0.4%;
border-radius: 4px;
font-size: clamp(.7rem, 0.5vw, 1rem);
cursor: pointer;
text-align: center;        
}
.displayNone{
display: none;
}
.orange{
background-color:orange;    
}
.green{
background-color: #00A86B;    
}
.ccc{
background-color:#ccc;
}
.lightBlue{
background-color:#09f;
}
.red{
background-color:red;
}
.black{
background-color: #000;        
}
.opacity50{
opacity: .5;
}
.backwarn {
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
width: auto;
float: right;
font-weight: 700;
color: #fff;
padding: 0% 2%;
border-radius: 3px;
font-size: clamp(.7rem, 0.5vw, 1rem);
cursor: pointer;
margin-left: 1%;
}
.adLineRemerL {
float: left;
width: 100%;
height: auto;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
}
.adLineRemer{
float:right;    
width: 20%;
text-align: right;
height: auto;
}
.smallTxt{
font-size: .7em;
}


.member-section {
border: 1px solid #ccc;
padding: 20px;
margin-bottom: 25px;
border-radius: 8px;
background-color: #f9f9f9;
}

.member-section h3 {
margin-top: 0;
color: #333;
margin-bottom: .6em;
}
.warning{
float: left;
height: auto;
width: 100%;
background-color: red;
color: #fff;
padding: .7em 0;
font-weight: 700;
text-align: center;
box-shadow: 0px 15px 22px -15px #000;
text-shadow: 1px 1px 1px #000;
}

.river-timestamp {
font-size: 0.7em;
}

.adLineLIncident {
float: left;
width: 84%;
height: auto;
}
.wid100{
width: 100%;
float: left;
}
.wid100Padd{
width: 96%;
float: left;
padding: 2%;
}
.hireNmeBx{
background-color: #f6f1f1;
padding: 5px 21px;
float: left;
border-radius: 4px;
font-size: .8em;
margin: 6px 0;
}
.f8f8f8{
background-color: #f8f8f8;	
}
.input-error{
border:2px solid red;
}
.formContent {
background: #fff;
padding: 4%;
border-radius: 10px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
width: 30%;
display: inline-block;
margin: 15rem 31% 0 31%;
}
.formContent h2{
margin-bottom: 10px;
margin-top: 6px;
width: 100%;
font-weight: 700;
color: #000;
}
.stockOut{
display: inline-block;
height: auto;
width: 12%;
text-align: center;
border: 1px solid silver;
border-radius: 5px;
padding: 1% 3%;
position: relative;
margin-bottom: .4em;
margin-right: 1%;
}
.stockOut img{
display: inline-block;
width: 100%;
height: 5em;
}
.delStock{
position: absolute;
right: 7px;
top: 2px;
font-size: 1.2em;
font-weight: 800;
cursor: pointer;
}
.smallP{
width: 100%;
display: inline-block;
height: auto;
font-weight: 900;
color: #fff;
margin-left: 0;
line-height: 1.2em;
font-size: .9em;
text-align: center;	
}
.editBanner{
position: absolute;
left: 26px;
top: 15em;
background-color: #fff;
padding: .5em 1%;
border-radius: 5px;
z-index:99;
font-weight: 800;
box-shadow: 0px 8px 15px -6px #000;
cursor: pointer;
}
.txtAreaInp, .singleTextarea, .singleFile, .editpTitle, .editpDesc,.editpKey {
display: none;
}
.adminTopBox{
position: fixed;
top: 0px;
left: 35%;
right: 35%;
padding: .9em 0;
background-color: red;
z-index: 999;
text-align: center;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
cursor: pointer;
opacity: .9;
}
.pagePropButs{
width: auto;
height: auto;
display: inline-block;
margin: 0 4px;
padding: 1%;
background-color: #fff;
color: #000;
font-weight: 800;
font-size: .8em;
border-radius: 4px;

}
.addPage{
font-weight: 900;
width: 100%;
text-align: center;
float: left;
color: yellow;
font-size: .9em;
cursor: pointer;

}
.topButsAdmin{
position: fixed;
top: -4px;
right: 20px;
height: auto;
width: auto;
z-index: 999;
}
.topBut{
float: right;
margin-left: 12px;
height: auto;
display: flex;
width: 94px;
justify-content: center;
align-items: center;
color: #fff;
font-weight: 800;
text-shadow: 1px 1px 1px #000;
padding: 1em 14px;
border-bottom-left-radius: 9px;
border-bottom-right-radius: 9px;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
cursor: pointer;
}
.topBut:hover{
padding: 1em 14px 1.4em 14px;        
}
.b2Admin {
position:fixed;
top: -38px;
left: -128px;
background-color: red;
padding: 4% 7% 1% 7%;
z-index: 999;
width: auto;
height: auto;
color: #fff;
font-weight: 900;
text-shadow: 1px 1px 1px #000;
transform: rotate(-31deg);
}
.galPhotoPage{
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;        
width: auto;
height: auto;
position: absolute;
bottom: 0;
left: 5%;
background-color: red;
padding: .7% 3%;
z-index: 99;
color: #fff;
font-weight: 800;
text-shadow: 1px 1px 1px #000;
border-top-left-radius: .7em;
border-top-right-radius: .7em;
cursor: pointer;
}
.delItt{
position: absolute;
top: 4px;
right: 4px;
background-color: #000;
padding: 3px 9px;
color: #fff;
font-weight: 900;
font-size: 1em;
cursor: pointer;
border-radius: 5px;
box-shadow: 0px 3px 7px -4px #000;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;               
}
.committeeMembers{
width: 100%;
height: 31em;
background-color: #edd;
display: inline-block;
text-align: center;
position: relative;
padding: 2em 0;
}
.commMemItem{
width: 16%;
display: inline-block;
height: 19em;
margin: 1em 1%;
position: relative;
}
.commImg{
float: left;
height: 16em;
width: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-bottom: .6em;
overflow: hidden;
border-radius: 12px;
}
.commName{
float: left;
height: auto;
width: 100%;
font-size: 1em;
font-weight: 800;
}
.rdMoreComm{
position: absolute;
top: 12px;
right: 15px;
background-color: #000;
padding: 4px 9px;
color: #fff;
font-weight: 900;
font-size: .8em;
cursor: pointer;
border-radius: 5px;
box-shadow: 0px 3px 7px -4px #000;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
}
.genButton{
position: absolute;
top: 9em;
left: 15px;
background-color: #000;
padding: 4px 9px;
color: #fff;
font-weight: 900;
font-size: .8em;
cursor: pointer;
border-radius: 5px;
box-shadow: 0px 3px 7px -4px #000;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;      
}
.rdMoreCommEdit{
position: absolute;
top: 9em;
left: 15px;
background-color: #000;
padding: 4px 9px;
color: #fff;
font-weight: 900;
font-size: .8em;
cursor: pointer;
border-radius: 5px;
box-shadow: 0px 3px 7px -4px #000;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;      
}
.rdMoreCommDel{
position: absolute;
bottom: 5em;
left: 15px;
background-color:red;
text-shadow: 1px 1px 1px #000;
padding: 4px 9px;
color: #fff;
font-weight: 900;
font-size: .8em;
cursor: pointer;
border-radius: 5px;
box-shadow: 0px 3px 7px -4px #000;
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;   
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.info-section {
        display: flex;
        height: 100vh;
        width: 100%;
        overflow: hidden;
}

.image-panel {
  flex: 1;
  position: relative;
}

.bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tooltip-point {
  position: absolute;
  width: 50px; 
  height: 50px;
  background: url('../img/LV-Callout-Dots-white.webp') center center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.tooltip-point::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 30px;
  top: -10px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.tooltip-point:hover::after {
  opacity: 1;
}

.sidebar {
  width: 300px;
  background: #444;
  color: white;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar h3 {
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}

.resource-btn {
  display: block;
  margin-bottom: 15px;
  padding: 12px 18px;
  background: transparent;
  border: 1px solid #aaa;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}

.resource-btn:hover {
  background: #666;
  border-color: #fff;
}

.cta-section {
  background-color: #d3d3d3; /* Matches the light grey background */
  padding: 6em 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 24px;
  color: #555;
  margin-bottom: 30px;
  font-weight: 500;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;
      display: inline-block;
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
        text-decoration: none;
        font-size: 1em;
        font-weight: 700;
        transition: background-color 0.3s ease;
        border-radius: 4px;
}

.cta-btn:hover {
  background-color: #333;
}
@media (max-width: 768px) {
  .info-section {
    flex-direction: column;
    height: auto;
  }

  .image-panel {
    width: 100%;
    height: auto;
  }

  .bg-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .sidebar {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .resource-btn {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
  }

  .tooltip-point {
    transform: scale(0.8); /* Optional: make tooltips smaller on mobile */
  }

  .tooltip-point::after {
    font-size: 12px;
    left: 25px;
    top: -5px;
  }
}

.difference-section {
        overflow: hidden;
        background-color: white;
        text-align: center;
        padding: 4em 5% 0em 5%;
}

.lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  gap: 10px;
}

.line {
  display: block;
  background-color: #999;
  height: 2px;
}

.line-top {
  width: 250px;
}

.line-middle {
  width: 150px;
}

.line-bottom {
  width: 300px;
}

.difference-section h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 30px;
  font-weight: 500;
}

.difference-section p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  color: #444;
  line-height: 1.6;
        padding-bottom: 4em;  
}
.slide-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 60px 0;
}

.slider-wrapper {
  width: 90vw;
  overflow: hidden;
  border-radius: 6px;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-track img {
  width: 90vw;
  flex-shrink: 0;
  display: block;
  object-fit: cover;
}

.slider-btn {
  background-color: #eee;
  border: none;
  padding: 10px 14px;
  font-size: 24px;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 1;
}

.slider-btn:hover {
  background-color: #ccc;
}

.certification-section {
overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  background-color: #f7f7f7;
  min-height: 500px;
}

.certification-text {
  flex: 1 1 400px;
  padding: 60px 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.certification-text h2 {
  font-size: 32px;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}

.certification-text p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cert-btn {
background-image: url(../img/but_gloss.webp);
background-size: 100% 100%;  
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  width: fit-content;
}

.cert-btn:hover {

  background-color: #000;
  color: #fff;
}

.certification-image {
  flex: 2 1 600px;
  overflow: hidden;
}

.certification-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.finish-options {
  text-align: center;
  padding: 60px 20px;
  overflow: hidden;
}

.finish-options h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

.finish-options {
        text-align: center;
        padding: 4em 0;
        overflow: hidden;
        float: left;
        width: 100%;
}

.finish-options h2 {
        float: left;
        font-size:2em;
        width: 100%;
font-weight: 700;        
      }

.finish-columns {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 2em;
}

.finish-column {
        float: left;
        width: 100%;
}

.finish-column h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.finish-column p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
}

.color-swatch {
        width: 7em;
        height: 7em;
        margin: 5px 1em;
        border: 1px solid #ccc;
        display: inline-block;
        line-height: 7em;
        font-weight: 700;
}

.label {
  font-size: 14px;
  margin-top: 5px;
}

.premium-grid {
float: left;
        width: 100%;
        margin-bottom: 12px;
}

.premium-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 12px;
  gap: 10px;
  color: #333;
}

.custom-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #333;
  text-align: left;
  margin: 0 auto;
  max-width: 200px;
  line-height: 1.6;
}

.disclaimer {
  font-size: 12px;
  color: #555;
  margin: 20px auto;
  max-width: 800px;
  line-height: 1.5;
}

.finish-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.finish-button:hover {
  background: #000;
  color: #fff;
}

.collect-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.collect-modal-content {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 60px auto;
  padding: 30px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.collect-modal h2 {
  margin-top: 0;
  font-size: 22px;
}

.collect-modal p {
  font-size: 14px;
  color: #444;
}

.collect-modal input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #aaa;
  font-size: 14px;
}

.collect-modal button {
  padding: 12px 20px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s ease;
  font-weight: bold;
}

.collect-modal button:hover {
  background: #333;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.masonry-gallery {
  padding: 40px 20px;
}

.masonry-grid {
        overflow: hidden;
  column-count: 3;
  column-gap: 16px;
}

.gallery-img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: block;
}

.gallery-img:hover {
  transform: scale(1.02);
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 6px;
}

.lightbox .close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.contact-hero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 67px;
        padding: 4em 6% 5em 6%;
        overflow: hidden;
}

.contact-content {
  flex: 1 1 500px;
}

.contact-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.contact-content p {
  font-size: 16px;
  color: #444;
  margin-bottom: 40px;
  max-width: 500px;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 220px;
  background: #f8f9fb;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.contact-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.icon img {
width: 35px;
display: inline-block;
}
.contact-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.contact-info {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
}

.contact-card a {
  display: inline-block;
  padding: 10px 18px;
  background-color: #ff5722;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.contact-card a:hover {
  background-color: #e64a19;
}

.contact-image {
  flex: 1 1 400px;
  text-align: center;
}

.contact-image img {
  max-width: 100%;
  border-radius: 12px;
}
#page-loader {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.4s ease;
}

.loader-icon {
  width: 48px;
  height: 48px;
  animation: spin 1s linear infinite;
}

.luxDetails-section {
  padding: 80px 20px;
  background: #fff;
  color: #333;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
}

.luxDetails-container {
  max-width: 1200px;
  margin: 0 auto;
}

.luxDetails-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.luxDetails-intro {
  font-size: 16px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.luxDetails-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.luxDetails-feature {
  max-width: 300px;
}

.luxDetails-feature h4 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}

.luxDetails-feature img {
  width: 100%;
  height: auto;
  display: block;
}

.skyl{
  width: 100%;
  height: auto;
  float: left;
}

#loaderOverlay {
position: fixed;
top: 0; left: 0;
width: 100vw;
height: 100vh;
background: rgba(255, 255, 255, 0.95);
z-index: 99999;
display: flex;
justify-content: center;
align-items: center;
}

.spinner {
width: 50px;
height: 50px;
border: 5px solid #ccc;
border-top: 5px solid #333;
border-radius: 50%;
animation: spin 0.8s linear infinite;
}
.colorSample-section {
  padding: 80px 20px;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
  background: #fff;
}

.colorSample-title {
  font-size: 24px;
  margin-bottom: 40px;
}

.colorSample-container {
  max-width: 1200px;
  margin: 0 auto;
}

.colorSample-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.colorSample-column {
  flex: 1;
  min-width: 250px;
}

.colorSample-box {
  width: 60px;
  height: 60px;
  margin: 10px auto;
}

.colorSample-label {
  font-size: 14px;
  margin-top: 5px;
}

.colorSample-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.colorSample-row-labels {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
  margin: 5px 0 10px;
  flex-wrap: wrap;
}

.colorSample-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 250px;
  margin: 0 auto;
  font-size: 14px;
}

.colorSample-list li::before {
  content: "• ";
  color: #000;
}

.colorSample-note {
  font-size: 12px;
  margin-top: 40px;
  color: #444;
}

.colorSample-button {
  margin-top: 20px;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.colorSample-button:hover {
  background: #333;
}
.marg5{
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.mobNavButton {
  float: right;
  width: 50px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  padding: 10px;
  background-color: #000;
}

.mobNavButton .bar {
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 2px;
}

.mobileMenu {
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: white;
        width: 200px;
        z-index: 1000;
        padding: 2em 0;
}

.mobileMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobileMenu li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #333;
}

.mobileMenu li a:hover {
  background-color: #eee;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .contact-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-content,
  .contact-image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .contact-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-cards {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .featureBoxes {
    flex-direction: column;
    height: auto;
  }

  .featureBox {
    height: 60vh;
  }
}


@media (max-width: 768px) {
  .featuresGrid {
    flex-direction: column;
    align-items: center;
  }

  .featureItem {
    max-width: 100%;
    padding: 2em 0;
  }
}


@media (max-width: 768px) {
  .testimonialsSection {
    padding: 3em 1.5em;
    height: auto;
  }

  .testimonialSlider {
    flex-direction: column;
    gap: 2em;
    align-items: center;
    text-align: center;
  }

  .testimonialImage,
  .testimonialContent {
    max-width: 100%;
  }

  .testimonialName,
  .testimonialRole,
  .testimonialText {
    text-align: center;
  }

  .quoteIcon.end {
    text-align: center;
  }

  .ctaButton {
    margin-top: 1em;
  }
}

@media (max-width: 768px) {
  .footerTop {
    flex-direction: column;
    align-items: flex-start;
  }

  .footerLinks {
    flex-direction: column;
    gap: 1.5em;
  }

  .footerBranding h2 {
    font-size: 2em;
  }

  .partnerLogos {
    flex-direction: column;
    gap: 1em;
  }
}

@media (max-width: 768px) {
  .nameRow {
    flex-direction: column;
  }

  .contactIntro p {
    font-size: 0.95em;
  }
}
@media (max-width: 600px) {
  .contact-cards {
    flex-direction: column;
    gap: 16px;
  }

  .contact-card {
    width: 100%;
    max-width: 100%;
  }

  .contact-content h2 {
    font-size: 26px;
  }

  .contact-content p {
    font-size: 15px;
  }

  .contact-card a {
    font-size: 13px;
    padding: 10px 16px;
  }

  .icon {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .masonry-grid {
    column-count: 1;
  }
}

@media (max-width: 500px) {
  .time-slot {
  flex: 0 2 calc(46% - 15px);
  }
}

@media (max-width: 320px) {
  .time-slot {
  flex: 0 2 calc(46% - 15px);
  }
}

@keyframes fadeIn {
from { opacity: 0; transform: translate(-50%, -60%); }
to { opacity: 1; transform: translate(-50%, -50%); }
}

.error-modal {
animation: fadeIn 0.3s ease-out;
}
.downloads-section {
padding: 60px 20px;
        text-align: center;
        background-color: #f9f9f9;
        float: left;
        width: 100%;
}

.downloads-section h2, .pdfdl-section h2 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 40px;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.download-item {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 10px;
  text-decoration: none;
  color: #000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.download-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.download-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.download-item p {
  font-weight: 600;
  margin-top: 12px;
  font-size: 1rem;
}

.fullwidth-image-strip {
  width: 100%;
  overflow: hidden;
}

.image-strip-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.image-strip-container a {
  flex: 1;
}

.image-strip-container img {
  width: 100%;
  height:115px;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease-in-out;
}

.image-strip-container img:hover {
  opacity: 0.7;
  cursor: pointer;
}
.fullwidth-image-carousel {
  width: 100%;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
  display: block;
}

.swiper-slide img:hover {
  opacity: 0.7;
  cursor: pointer;
}
.wid100N{
  width: 100%;
  display: inline-block;
  height:3em;
}
.width100Now{
  width: 100%;
  display: inline-block;
}

.pdfdl-section {
        padding: 2em 5%;
        display: inline-block;
        width: 90%;
}

.pdfdl-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.pdfdl-table thead {
  border-bottom: 2px solid #ddd;
}

.pdfdl-table th,
.pdfdl-table td {
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
}

.pdfdl-table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

.pdfdl-layout-link,
.pdfdl-download-link {
  color: #3366cc;
  text-decoration: none;
  font-weight: 500;
}

.pdfdl-layout-link:hover,
.pdfdl-download-link:hover {
  text-decoration: underline;
}

