@charset "utf-8";
@import '../css/animate.min.css';
@import '../css/plugins/icon-moon.min.css';

.reviewsSwiper {
  max-width: 1200px;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
}

img.header-logo {
    width: 250px; 
    height: auto;
    transition: width 0.3s ease-in-out; 
}

.header.scrolled img.header-logo {
    width: 180px !important; 
    transition: width 0.3s ease-in-out; 
}
footer a{
  color: #fff;
  text-decoration: none;
}


:root {
 --heading-color: #365094;
}

@media (max-width: 1440px) { /* Targets mobile screens */
    .col-md-6 {
        padding: 40px 20px !important; /* Adjust the padding for mobile */
    }
}

/* button effects */

.DuoM {
  border: none;
  outline: none;
  color: #fff;
  background: #198754;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  font-size: 2rem;
  letter-spacing: 0;
  padding: 10px;
}

.DuoM::before {
  content: '';
  background: linear-gradient(45deg, #fff, #198754, #ffffff, #93f900);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(10px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 9s linear infinite;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.77,0,.18,1);
  border-radius: 10px;
}

.DuoM:active  {
    color: #000
}

.DuoM:active:after {
    background: transparent;
}

.DuoM:hover:before{
    opacity: 1;
}

.DuoM::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #198754;
  color: #fff;
  left: 0;
  top: 0;
  border-radius: 4px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



  #msgSubmitQF, 
  #msgSubmitCF {
    padding: 9px;
    margin: 8px;
    border-radius: 8px;
  }
  .setBG{
    background: #3e0f79;
     color: #fff;
  }




#get-quote {
  border-top: 1px solid #ddd;
}
#get-quote p {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 300;
}
.quote-head {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 5rem;
}

.btn.getQuote {
  min-width: 15vw;
  padding: 15px;
  color: #fff !important;
  letter-spacing: 0;
}

.btr-25{
  border-top-right-radius: 25px;
}

.movedLeft{
  height: 0;
  padding: 0;
  margin: 0;
  margin-left: -9999px;
  margin-top: 15px;
}
.sameheight-item {
  min-height: 340px;
}
.fa-x4 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
  float: left;
  padding-right: 17px;
}
.text-success {
  color: #111;
  display: inline-block;
  background-color: #aaf091;
  padding: 15px;
  border-radius: 15px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Afacad',sans-serif;
  font-weight:700
}

h2, .h2 {
  font-size: 40px;
  margin-bottom: 3rem;
}



a:hover,
a:focus {
 text-decoration:none
}
*{
  font-family: 'Afacad',sans-serif;
}
.section {
  padding: 20px 0;
}
.head {
  /* margin-top: 0; */
  font-size: calc(200% + 25px);
  font-weight: 800;
  margin: 0;
  font-family: 'Afacad',sans-serif;
}
.h4 {
 font-size:30px;
 margin-bottom:25px;
  font-family: 'Afacad',sans-serif;
}
p {
 font-size:17px;
  font-weight:400
}
.sub-head {
 margin:30px 0 5px;
 font-weight:600;
 font-size:18px
}
.padding-top {
 padding-top:70px
}
.margin-top {
 margin-top:15px
}
.parallax {
 background-size:cover
}
.white {
 color:#fff
}
.light-bg {
 background:#fff
}



#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #6d9134;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

header {
 top:0;
 left:0;
 right:0;
 margin:auto;
 padding:10px 10px;
 z-index:1040;
 background-color: #fff;
 -webkit-transition:all .4s ease-in-out;
 -moz-transition:all .4s ease-in-out;
 -ms-transition:all .4s ease-in-out;
 -o-transition:all .4s ease-in-out;
 transition:all .4s ease-in-out
}
.logo {
  cursor: pointer;
  max-width: 400px;
  float: left;
}
@media(max-width: 768px){
  .logo {
    max-width: 87%;
  }
}
.site-menu {
 float:right;
 display:block;
 margin:0;
 margin-top: 5rem;
}
.site-menu li {
 display:inline-block
}
.site-menu li a {
  display: block;
  padding: 12px 7px;
  font-size: calc(-2px + 18px);
  color: #fff;
  font-family: 'Afacad', sans-serif;
}


.header.is-active {
 font-size:16px
}

header.is-active {
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}

header.is-active .site-menu li a {
 color:#929292
}
header.is-active .site-menu li.active a, header.is-active .site-menu li a:hover {
  color: #6a914a;
}

.hero {
  margin: 0;
  width: 100vw;
  max-width: 100%;
  min-height: 700px;
  position: relative;
  color: #fff;
}

.hero .content {
 color:#fff;
 background-image: url(../images/double-glazing-perth.jpg); 
 background-position: bottom center;
 background-repeat: no-repeat;
  aspect-ratio: 12/6;
 width:100%; 
 height: auto;
 min-height: 800px;
}


h1 { /* internal pages*/
  font-size: calc(80px - 20%);
  font-weight: 700;
  line-height: .9em;
  font-family: 'Afacad', sans-serif;
  letter-spacing: -2px;
  color: #313134;
}
.text-green {
  color: #6a914a;
}

h2 { /* internal pages*/
  font-size: calc(40px - 20%);
  font-weight: 700;
  line-height: .9em;
  font-family: 'Afacad', sans-serif;
  letter-spacing: -2px;
  color: #313134;
}
.subtext {  /* internal pages*/
  color: #313134;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: normal;
  margin: 25px;
  font-family: 'Afacad', sans-serif;  
}
@media (max-width: 1280px) {
  h1 {
    font-size: clamp(5rem, 4vw, 18px);
  }
}

@media (max-width: 991px) {
  /*
  .hero .content::after {
    background-position: top right;
    background-size: cover;
  }
  */

  h1 {
    font-size: clamp(4rem, 4vw, 18px);
  }
  h2 { /* internal pages*/
    font-size: clamp(3rem, 4vw, 18px);
  }

}


.hero div {
  font-size: clamp(90px, 2vw, 30px);
  font-weight: 700;
  line-height: .9em;
  font-family: 'Afacad', sans-serif;
  letter-spacing: -2px;
  color: #313134;
  text-align: center;
}
.hero div span,{
  font-size: 50%;
  color: #313134;
  letter-spacing: normal;  
}
.hero div.subtext{
  color: #313134;
  font-size: clamp(50px, 3vh, 25px);
  font-weight: 400;
  letter-spacing: normal;
  margin: 5px;
}

.doWn {
 position:absolute;
 bottom:120px;
 left:50%;
 z-index:2;
 -webkit-transform:translate(0,-50%);
 transform:translate(0,-50%);
 color:#fff;
 transition:opacity .3s;
 z-index:999
}
.doWn span {
 position:absolute;
 top:0;
 left:50%;
 width:17px;
 height:17px;
 margin-left:-12px;
 border-left:1px solid #fff;
 border-bottom:1px solid #fff;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-animation:sdb05 1.5s infinite;
 animation:sdb05 1.5s infinite;
 box-sizing:border-box
}
@-webkit-keyframes sdb05 {
 0% {
  -webkit-transform:rotate(-45deg) translate(0,0);
  opacity:0
 }
 50% {
  opacity:1
 }
 100% {
  -webkit-transform:rotate(-45deg) translate(-20px,20px);
  opacity:0
 }
}
@keyframes sdb05 {
 0% {
  transform:rotate(-45deg) translate(0,0);
  opacity:0
 }
 50% {
  opacity:1
 }
 100% {
  transform:rotate(-45deg) translate(-20px,20px);
  opacity:0
 }
}
.about-left {
 padding-right:20px
}
.team .col-sm-3 {
 padding-bottom:10px
}
.single-team {
 background:#fff;
 box-shadow:0 1px 1px rgba(0,0,0,.1);
 -webkit-transition:all .3s ease-in;
 -moz-transition:all .3s ease-in;
 -ms-transition:all .3s ease-in;
 -o-transition:all .3s ease-in;
 transition:all .3s ease-in
}
.single-team img {
 width:100%
}
.single-team:hover {
 -webkit-box-shadow:0 4px 20px 0 rgba(168,182,191,.6);
 box-shadow:0 4px 20px 0 rgba(168,182,191,.6)
}
.single-team:hover figure .overlay {
 opacity:1;
 visibility:visible
}
.single-team figure {
 position:relative
}
.single-team figure .overlay {
 position:absolute;
 left:0;
 right:0;
 width:100%;
 height:100%;
 top:0;
 background:rgba(255,255,255,.67);
 opacity:0;
 visibility:hidden;
 -webkit-transition:all .3s ease-in-out;
 -moz-transition:all .3s ease-in-out;
 -ms-transition:all .3s ease-in-out;
 -o-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out
}
.single-team .table {
 display:table;
 height:100%
}
.single-team .content {
 display:table-cell;
 vertical-align:middle;
 color:#666;
 text-align:center
}
.single-team .content span {
 display:block;
 margin-bottom:10px;
 font-weight:600;
 font-size:17px
}
.single-team .content a {
 display:inline-block;
 width:27px;
 height:27px;
 line-height:27px;
 border:1px solid #666;
 color:#666;
 margin-right:5px
}
.single-team .content a:hover {
 background:#666;
 color:#fff
}
.single-team .content i {
 font-size:14px
}
.single-team .content a:last-child {
 margin-right:0
}
.single-team .figcaption {
 padding:10px 15px
}
.single-team .figcaption h5 {
 font-size:15px;
 font-weight:400;
 margin:0
}
.skillbar {
 position:relative;
 display:block;
 margin-bottom:30px;
 width:100%;
 background:#fff;
 height:25px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 -webkit-transition:.2s linear;
 -moz-transition:.2s linear;
 -ms-transition:.2s linear;
 -o-transition:.2s linear;
 transition:.2s linear;
 -webkit-transition-property:width,background-color;
 -moz-transition-property:width,background-color;
 -ms-transition-property:width,background-color;
 -o-transition-property:width,background-color;
 transition-property:width,background-color
}
.skillbar-title {
 position:absolute;
 top:0;
 left:0;
 font-size:13px;
 background:#555;
 color:#fff;
 -webkit-border-top-left-radius:3px;
 -webkit-border-bottom-left-radius:4px;
 -moz-border-radius-topleft:3px;
 -moz-border-radius-bottomleft:3px;
 border-top-left-radius:3px;
 border-bottom-left-radius:3px
}
.skillbar-title span {
 display:block;
 background:rgba(0,0,0,.1);
 padding:0 20px;
 height:25px;
 line-height:25px;
 font-size:13px;
 -webkit-border-top-left-radius:3px;
 -webkit-border-bottom-left-radius:3px;
 -moz-border-radius-topleft:3px;
 -moz-border-radius-bottomleft:3px;
 border-top-left-radius:3px;
 border-bottom-left-radius:3px
}
.skillbar-bar {
 height:25px;
 width:0;
 background:#777;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px
}
.skill-bar-percent {
 position:absolute;
 right:10px;
 top:0;
 font-weight:600;
 font-size:14px;
 height:25px;
 line-height:25px;
 color:#fff;
 color:#333
}
.work-ex .item {
 background:#fff;
 padding:20px;
 margin-bottom:15px;
 box-shadow:0 1px 4px rgba(0,0,0,.1);
 -webkit-transition:all .3s ease-in;
 -moz-transition:all .3s ease-in;
 -ms-transition:all .3s ease-in;
 -o-transition:all .3s ease-in;
 transition:all .3s ease-in
}
.work-ex .item h4 {
 font-size:18px;
 font-weight:500;
 margin-top:0;
 margin-bottom:2px
}
.work-ex .item span {
 display:inline-block;
 margin-right:18px;
 font-size:14px;
 color:#656565
}
.status {
 background:#333;
 color:#fff;
 text-align:center
}
.status h3 {
 font-size:65px;
 font-weight:700;
 margin:0;
 line-height:1
}
.status span {
 display:block;
 font-size:17px
}
.service-left {
 padding-right:20px
}
.service-left i {
 font-size:35px;
 float:left;
 margin-right:15px
}
.service-left h4 {
 font-weight:500;
 font-size:15px
}

.services .item {
 background:#fff;
 padding:20px;
 min-height:150px;
 margin-bottom:15px;
 box-shadow:0 3px 16px rgba(0,0,0,.1);
 -webkit-transition:all .3s ease-in;
 -moz-transition:all .3s ease-in;
 -ms-transition:all .3s ease-in;
 -o-transition:all .3s ease-in;
 transition:all .3s ease-in
}
.services .item:hover {
 -webkit-box-shadow:0 4px 20px 0 rgba(168,182,191,.6);
 box-shadow:0 4px 20px 0 rgba(168,182,191,.6)
}
.services .item i {
 font-size:35px
}
.services .item h3 {
 margin:5px 0 10px;
 font-weight:400;
 font-size:18px
}
.services .item p {
 font-size:13px;
 color:#888
}

.testmonials {
  position: relative;
  z-index: 55;
  background: #333;
}
.testmonials::after {
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 margin:auto;
 width:100%;
 height:100%;
 background:rgba(0,0,0,.61);
 content:'';
 z-index:-1
}
.owl-theme .owl-dots {
 padding-top:40px
}
.testmonials .item {
 background:#fff;
 padding:20px;
 box-shadow:0 1px 1px rgba(0,0,0,.1)
}
.testmonials .item::after {
 display:block;
 clear:both;
 content:''
}
.testmonials .figure {
 display:block;
 float:left;
 margin-right:16px;
 width:85px;
 height:85px;
 border-radius:50%;
 overflow:hidden
}
.testmonials .figure img {
 display:block;
 width:100%
}
.testmonials p {
 display:block;
 padding-top:7px;
 color:#656565;
 font-style:italic
}
.testmonials .item h3 {
 font-size:20px;
 font-weight:400;
 margin:30px 0 0
}
.testmonials h5 {
 margin-top:0;
 font-size:13px;
 font-weight:400;
 color:#666
}

.text-danger {
 color:#f2332f
}
.contact-us {
 background:#333;
 color:#fff
}
.contact-us ul {
 padding:0
}
.contact-us li {
 color:#c5c3c3;
 margin-bottom:25px
}
.contact-us .ico {
 display:inline-block;
 font-size:20px;
 float:left;
 margin:0 10px 15px 0
}
.contact-us input,
.contact-us textarea {
 background:0 0;
 border:1px solid #666;
 height:40px;
 color:#fff
}
.contact-us textarea {
 height:150px
}
.contact-us .btn-submit {
 padding:10px 20px;
 font-weight:600;
 margin-top:10px
}
.contact-us .btn-submit:hover {
 background:#333;
 color:#fff
}


.back-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;  
  margin: auto;
  background: #157347;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}
.back-top::after {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 17px;
  font-family: icomoon !important;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width:1024px) {
.site-menu li a {
  padding: 13px 14px;
  padding-left: 0;
  font-size: 22px;
}
 .services .item h3 {
  font-size:17px
 }
}
@media screen and (max-width:1280px) {
 body.overflow {
  overflow:hidden!important
 }
 .site-menu {
  opacity:0;
  visibility:hidden;
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width:100%;
  height:100%;
  background: #6e9140;
  padding-top:20px;
  -webkit-transform:translateX(-100%);
  -moz-transform:translateX(-100%);
  transform:translateX(-100%);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  padding-left:25px
 }
 .site-menu li {
  display:block
 }
 .site-menu li a {
  color:#cccbcb!important
 }
 header.is-active .site-menu li.active a {
  color:#fff!important
 }
  .site-menu.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    z-index: 999;
  }

  #nav-icon {
  width: 30px;
  height: 20px;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  right: 20px;
  position: absolute;
  z-index: 1000;
  }
  #nav-icon span {
  display:block;
  position:absolute;
  height:1px;
  width:100%;
  background:#fff;
  border-radius:9px;
  opacity:1;
  left:0;
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  transform:rotate(0deg);
  -webkit-transition:.25s ease-in-out;
  -moz-transition:.25s ease-in-out;
  -o-transition:.25s ease-in-out;
  transition:.25s ease-in-out
  }
  #nav-icon span:nth-child(1) {
  top:0;
  -webkit-transform-origin:left center;
  -moz-transform-origin:left center;
  -o-transform-origin:left center;
  transform-origin:left center
  }
  #nav-icon span:nth-child(2) {
  top:9px;
  -webkit-transform-origin:left center;
  -moz-transform-origin:left center;
  -o-transform-origin:left center;
  transform-origin:left center
  }
  #nav-icon span:nth-child(3) {
  top:18px;
  -webkit-transform-origin:left center;
  -moz-transform-origin:left center;
  -o-transform-origin:left center;
  transform-origin:left center
  }
  #nav-icon.open span:nth-child(1) {
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  top:-3px;
  left:8px
  }
  #nav-icon.open span:nth-child(2) {
  width:0%;
  opacity:0
  }
  #nav-icon.open span:nth-child(3) {
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
  top:19px;
  left:8px
  }
  header.is-active #nav-icon span {
  background:#cac4c4
  }

   .section {
    padding:45px 0
   }
  .section {
    min-height: 500px;
  }

 .padding-top {
  padding-top:45px
 }
 .sm-padding {
  padding:0;
  margin-top:30px
 }
 .head {
  font-size:33px
 }
 .sub-head {
  font-size:16px;
  margin:0 0 20px
 }
 .hero div {
  font-size:70px
 }
 
}

.container {
  max-width: 1280px;
  min-width: 75%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}


@media (max-width: 1280px) {
    .container {
        min-width: 100%; 
        padding: 0 15px; 
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 10px; 
    }
}

@media screen and (max-width:767px) {
 .container {
  padding:0 15px
 }
header {
  padding: 40px 0;
}
 .contact-us .form-group {
  padding-left:0
 }
 .site-menu {
  padding:40px;
 }

  .hero div,
  .hero h1 {
    font-size: 50px;
  }

  .hero div.subtext,
  .hero h2.subtext
   {
    color: #313134;
    font-size: 72%;
    font-weight: 400;
    letter-spacing: normal;
    margin: 5px;
  }
  .hero div span{
    margin: 0px;
  }

}
@media screen and (max-width:440px) {
 .section {
  padding:35px 0
 }
 .col-mob {
  width:100%
 }
 .head {
  font-size:40px
 }
  .hero div {
    font-size: 47px;
    letter-spacing: 0;
  }
  .hero div.subtext {
    font-size: 20px;
    line-height: 1.1em;
  }

}
@media screen and (max-width:1026px) {
 .section {
  padding:25px 0
 }
 .head {
  font-size:25px
 }
 .sub-head {
  font-size:14px
 }

.hero div {
  font-size: 50px;
  padding-top: 3rem;
}

}




. .choose, .btn, 
.back-top, 
header.is-active .social-top a:hover {
    background:#fff;
    color: #fff;
}
.logo{
  background: transparent !important;
}

header.is-active .social-top a:hover{
  border-color: #fff;
}
 
header.is-active .site-menu li.active a, .services .item h3, .services .item i, .testmonials h5 {
    color: #fff;
}
.testmonials h5 {
  color: #fff;
}
ul.work-nav li button.is-checked {
    color: #fff;
    border-bottom: 2px solid #fff;
}



.testimonial-card {
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  height: auto;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

h3.testimonial-author {
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}

.testimonial-rating {
  font-size: 20px;
  color: #f4c150; /* Gold Star Color */
}



.sectionWhite {
    padding: 60px;  
    border-radius: 15px;
    background-color: #fff;
    font-family: 'Afacad',sans-serif;    
}


.service-item {
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}


.service-icon {
    width: 60px; 
        margin-bottom: 10px;
}


@media (max-width: 768px) {
  .service-item,
  .testimonial-card {
    padding: 1px;
  }  
  .sectionWhite {
      padding: 20px;
  }
}



/* Quote Section */

.quoteBtn {
  background-color: #6D9134;
  color: #fff !important;
  padding: 12px !important;
  font-size: 18px !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-left: 3rem;
}
@media screen and (max-width:768px) {
.quoteBtn {
  color: unset !important;
  font-size: unset !important;
  margin-left: 0 !important;
  padding: unset !important;  
}

}
.quote-section {
    background: radial-gradient(circle, rgba(34, 34, 34, 1) 100%, rgba(20, 20, 20, 1) 0%);
    color: white;
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

/* Container */
.quote-container {
    display: flex;
    align-items: center;
    max-width: 1000px;
    width: 90%;
    background: transparent;
}

/* Left Section */
.quote-left {
    flex: 1;
    padding-right: 30px;
}


.quote-left h3 {
  font-size: clamp(40px,3vw,47px);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
.quote-left p {
  color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

/* Right Section (Form) */
.quote-right {
    flex: 1;
}

form {
    display: flex;
    flex-direction: column;
}

input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
}

button {
    background-color: #6D9134;
    color: white;
    padding: 12px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

button:hover {
  background-color: #365094;
}


@media (max-width: 768px) {
    .quote-container {
        flex-direction: column;
        text-align: center;
    }
    
    .quote-left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .quote-left h2 {
        font-size: 24px;
    }
}

#double-glazed{
  padding: 100px 0;
}

.unordered-list {
  list-style-type: disc !important;
  padding-left: 40px !important;
  font-family: 'Afacad', sans-serif;
  font-size: 19px;
}
.unordered-list li {
  margin-bottom: 6px !important;
}

.btn-emperor-black {
  background-color: #323234;
  color: #fff;
  font-size: clamp(14px, 2vw, 20px); 
  margin-bottom: 2rem;
  max-width: 100%;
}

.btn-emperor-black:hover,
.btn-emperor-black:focus {
  background-color: #000 !important;
  color: #fff !important;
}

.promo-image {
  border-radius: 8px;
  max-height: 300px;
  width: fit-content;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}



.slider-container {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;

}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-image {
    display: block;
    width: 100%;
    /*height: auto;
    height: 750px;*/

    user-select: none;
}

.slider-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 50% 0 0); /* Starts halfway */
}

.slider-before img {
    width: 100%;
    /*height: auto;*/
    object-fit: cover;
}

.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: white;
    cursor: ew-resize;
    transform: translateX(-50%);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
}

.slider-handle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.slider-labels {
    position: absolute;
    top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.slider-labels span {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

/*
@media (max-width: 1200px) {
  body::before {
    content: "Viewport is ≤ 1200px";
    position: fixed;
    top: 10px;
    left: 10px;
    background: red;
    color: white;
    padding: 5px;
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  body::before {
    content: "Viewport is ≤ 320px";
    position: fixed;
    top: 10px;
    left: 10px;
    background: red;
    color: white;
    padding: 5px;
    font-size: 14px;
  }
}
*/
* {
  /*max-width: 100%;*/
  box-sizing: border-box;
}

/*
.hero {
  min-height: 100vh;
  height: auto;
}
*/

@media screen and (max-width: 767px) {
  .hero div.h1 {
    font-size: clamp(36px, 3vw, 18px);
    margin-bottom: 0;
    padding-top: 10px;
  }
  .hero div.subtext {
    font-size: 60%;
  }
}


.gallery-item {
  margin-bottom: 2rem;
}


#nav-icon {
  width: 30px;
  height: 30px;
  float: right;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  #nav-icon {
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 768px) {
  #nav-icon {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 30px;
  }

}

@media (max-width: 360px) {
  #nav-icon {
    top: 20px;
    right: 20px;
    width: 32px;
    height: 30px;
  }
}

.bord-tr-rad { border-top-right-radius: 125px; }
.bord-br-rad { border-bottom-right-radius: 125px; }
.bord-tl-rad { border-top-left-radius: 125px; }
.bord-bl-rad { border-bottom-left-radius: 125px; }

@media (max-width: 1024px) {
  .bord-tr-rad, .bord-br-rad, .bord-tl-rad, .bord-bl-rad {
    border-radius: 100px;
  }
}

@media (max-width: 768px) {
  .bord-tr-rad, .bord-br-rad, .bord-tl-rad, .bord-bl-rad {
    border-radius: 75px;
  }
}

@media (max-width: 480px) {
  .bord-tr-rad, .bord-br-rad, .bord-tl-rad, .bord-bl-rad {
    border-radius: 50px;
  }
}

@media (max-width: 360px) {
  .bord-tr-rad, .bord-br-rad, .bord-tl-rad, .bord-bl-rad {
    border-radius: 30px;
  }

}

