:root {
  /*--navy-deep: #06335f;   /* dark surfaces: contact panel */
  --navy-deep: #054581;
  --navy:      #054581;   /* primary brand: navbar, footer, about, headings */
  --blue:      #1a73c8;   /* accent: buttons, links, active states */
  --blue-dark: #135aa8;   /* button/link hover */
  --blue-soft: #8fb3d6;   /* muted text on dark surfaces */
  --bg:        #f0f4f8;   /* light section background */
  --border:    #e6edf4;   /* hairline borders */
  --muted:     #6b7a8d;   /* secondary body text */
}

html {
  scroll-behavior: smooth;
}

body {
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: var(--navy);
  margin: 0;
  /*background-color: var(--bg);*/
}

.btn-view-more {
  text-decoration: none;
}

.btn-quote {
	background-color: var(--blue);
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 600;
	padding: 15px 54px;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(26,115,200,0.28);
	transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.btn-quote:hover {
	background-color: var(--blue-dark);
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(26,115,200,0.34);
}
.btn-quote:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(26,115,200,0.28);
}

.navbar-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navbar-menu ul li {
  float: right;
  width: 18%;
}

.navbar-menu ul li a {
  display: block;
  color: rgba(255,255,255,0.85);
  text-align: center;
  padding: 10px 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.navbar-menu ul li a:hover {
  color: #ffffff;
}

.top {
  height: 10vh;
  background-color: var(--bg);
}

.top-contact {
  display: none;
}

.top-navbar {
  margin: auto;
  padding: 16px 0 16px 0;
  overflow: hidden;
  background-color: var(--navy);
}

.navbar-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.navbar-logo {
  width: 30%;
  float: left;
  text-align: left;
  padding-left: 0;
}

.navbar-text {
    margin: 0 0 3px 0;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0 0 0 10px;
    color: white;
}

.navbar-menu {
  width: 60%;
  float: right;
  text-align: right;
  padding: 8px 0 0 5px;
}

.navbar-menu-mobile {
  text-align: right;
  display: none;
}

.menu-hidden {
    display: none;
}

/* Mobile dropdown menu is shown only inside the mobile media query */
#mobile-menu {
    display: none;
}

/*Header Block*/
.header {
  height: auto;
  padding: 110px 0px 130px 0px;
  width: 80%;
  margin: auto;
  border-bottom: 1px solid var(--border);
  background: radial-gradient(ellipse at 50% 40%, rgba(26,115,200,0.10) 0%, transparent 65%);
}

h1 {
  font-size: 3.5rem;
  margin: 15px 0 15px 0;
}

header .main-text {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 3.1em;
  letter-spacing: -0.02em;
  margin: 0 0 20px 0;
  /*color: var(--navy);*/
  color:#444444;
}

header .sub-text {
  font-size: 1.5rem;
  margin: 0 0 40px 0;
  line-height: 40px;
  /*color: var(--blue);*/
  color:#444444;
  font-weight: 700;
}

.div-brands {
  overflow: hidden;
  height: 200px;
  background-color: #ffffff;
  border-bottom: 1px solid var(--border);
}

.brands-img {
  width: 22%;
  max-width: 240px;
  padding: 50px 30px 30px 30px;
  text-align: center;
  vertical-align: middle;
  margin: 30px;
  margin-top: 0;
}

.div-midbar > h2 {
  background: var(--navy);
  color: white;
  padding: 20px 0 20px 0;
  margin: 0;
}

.div-installer {
  background-color: var(--bg);
  width: 100%;
  height: 210px;
  margin-top: -4.5px;
}

.div-installer h1, .div-questions h1 {
  padding: 20px 0 0 0;
  font-size: 35px;
  margin: 0 0 0 10px;
  font-weight: 600;
  color: var(--navy);
}

.div-installer h4, .div-questions h4 {
  font-size: 20px;
  padding-top: 0;
  margin: 0 0 25px 0;
  font-weight: 400;
  color: var(--muted);
}

.div-contact {
  background-color: var(--navy-deep);
  color: white;
  padding: 50px 20px;
  border-radius: 16px;
  max-width: 960px;
  margin: 0 auto 60px auto;
}

.div-contact .container-sub .contact-sub .material-icons {
  font-size: 30px;
}

.div-contact-mobile {
  z-index: 99;
  display: none;
  height: 65px;
  width: 100%;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.div-contact h1, .div-products h1, .div-brands h1, .div-clients h1, .div-gallery h1, .title-head {
  margin-top: 20px;
  font-size: 35px;
  margin-bottom: 35px;
  font-weight: 400;
}

.contact-text {
    font-size: 17px;
}

.div-contact-mobile h4 {
  margin-top: 5px;
}

.div-contact-mobile .container-contact {
  width: 100%;
  height: 10px;
  float: left;
  margin-top: 10px;
}

.div-contact-mobile .sub-description {
    font-size: 14px;
    margin-top: 2px;
}

.div-services {
  overflow: hidden;
  width: 90%;
  margin: auto;
  padding: 10px 15px 15px 15px;
  margin-bottom: 5px;
}

.service-container {
  width: 25%;
  float: left;
  display: block;
}

.service-sub-container {
  width: 80%;
  margin: auto;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 20px;
  box-shadow: 0 2px 8px rgba(5,69,129,0.06);
  transition: box-shadow 0.2s ease;
}

.service-sub-container:hover {
  box-shadow: 0 4px 16px rgba(5,69,129,0.12);
}

.service-img {
  width: 60%;
}

.service-header {
  font-size: 17px;
  font-weight: 600;
  color: var(--navy);
  margin: 10px 0 0 0;
}

.service-1 {
    padding: 10px 10px 10px 10px;
}

.service-2 {
  padding: 25px;
  display: none;
}

/*--------------FAQ Header-----------------*/

.div-questions-header {
  margin-bottom: 50px;
}

/*---------------------------------------------*/

/*-------------Collapsible FAQs----------------*/

.collapsible {
  background-color: #fff;
  color: var(--navy);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  border-top: 1px solid var(--border);
  transition: color 0.2s ease;
}

.active, .collapsible:hover {
  color: var(--blue);
}

.collapsible:after {
  content: '\002B';
  color: var(--blue);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
}

.faq-container {
  width: 80%;
  margin: auto;
}

.div-gallery {
  padding: 0 20px 20px 20px;
}

.div-gallery .gallery-img {
  max-height: 160px;
  margin: 0 15px 0 15px;
}

.container-footer {
  width: 100%;
  background-color: var(--navy);
  padding: 20px 0 20px 0;
  color: var(--blue-soft);
  margin-top: 50px;
}

  .div-products {
    background: var(--bg);
    padding: 0 0 30px 0;
  }

  .div-products h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .item {
    height: 320px;
    padding: 15px;
    background: white;
    border-radius: 12px;
    border: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(5,69,129,0.05);
  }

  .item .item-img {
    height: 164px;
    margin: auto;
    position: relative;
  }

  .product-img {
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .product-meta {
    position: absolute;
    bottom: 10px;
    width: 85%;
    height: 158px;
  }

  .product-title {
    font-weight: 700;
    margin: 0;
    text-align: left;
    color: var(--blue);
    font-size: 16px;
    height: 44px;
  }

  .product-description {
    text-align: left;
    font-size: 13px;
    margin-bottom: 65px;
    line-height: 1.6;
    color: var(--muted);
  }

  .product-view-more {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: var(--blue);
    cursor: pointer;
    font-weight: 600;
  }

  .owl-container {
      width: 60%;
      margin: auto;
      margin-top: 20px;
  }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 40px;
    line-height: 40px;
  }

  .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--border);
    color: var(--navy);
    text-decoration: none;
  }

  .breadcrumb-module {
    padding: 5px 20px 0 20px;
    text-align: left;
  }

  .breadcrumb-module span {
    cursor: pointer;
    color: var(--blue);
  }

  .product-hero {
    max-width: 1300px;
    margin: 50px auto 20px auto;
  }

  .product-hero_gallery .product-hero_gallery-main {
    border: 1px solid var(--border);
    border-radius: 12px;
    margin: 0 20px 30px 20px;
    overflow: hidden;
  }

  .product-hero_gallery .product-hero_gallery-sub{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 10px;
    padding: 0 20px 0 20px;
  }

  .product-hero_gallery .product-hero_gallery-sub .img-holder {
    border: 2px solid var(--border);
    border-radius: 8px;
    height: 100px;
    max-width: 100%;
    position: relative;
    transition: border-color 0.2s ease;
  }

  .product-hero_gallery .product-hero_gallery-sub .img-holder:hover {
    border-color: var(--blue);
  }

  .product-hero_gallery .product-hero_gallery-sub .img-holder .product-hero_gallery-sub-img {
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .product-hero_gallery .product-hero_gallery-main img {
    height: 195px;
    max-width: 100%;
  }

  .product-hero_content {
    font-family: 'Inter', sans-serif;
    padding: 5px 20px 20px 20px;
    text-align: left;
  }

  .product-hero_content .title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: var(--navy);
  }

  .product-hero_content .description {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--muted);
  }

 .product-section {
   padding: 50px 0 50px 0;
   border-top: 1px solid var(--border);
   font-family: 'Inter', sans-serif;
 }

 .product-section-container {
    width: 90%;
    margin: auto;
 }

 .product-section .product-section-container .section-heading {
   margin: 0 0 50px 0;
   font-size: 34px;
   font-weight: 600;
   color: var(--navy);
 }

 .product-section .product-section-content {
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
    color: var(--muted);
 }

 @media only screen and (min-width: 825px) {
   .breadcrumb-module {
     padding: 5px 20px 0 50px;
     text-align: left;
   }

   .product-hero {
     max-width: 1300px;
     margin: 70px auto 20px auto;
   }

   .grid-container {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
     grid-gap: 20px;
   }

   .product-hero_content {
     padding: 5px 20px 20px 40px;
     grid-column: 2/3;
     grid-row: 1/2;
   }

   .product-hero_gallery .product-hero_gallery-main {
     margin: 0 0 30px 0;
   }

   .product-hero_gallery {
     grid-column: 1/2;
     grid-row: 1/2;
   }

   .product-hero_gallery .product-hero_gallery-main img {
     height: 395px;
   }

  .product-section-container {
    width: 650px;
  }

 }

@media only screen and (max-width: 900px) {
  .material-icons {
      font-size: 30px;
      color: white;
  }

  .div-dot {
      display: none;
  }

  .header {
    padding: 50px 0px 60px 0px;
  }

  header .main-text {
    margin: 0px 0 20px 0;
    font-size: 25px;
  }

  header .sub-text {
      font-size: 22px;
  }

  .header .btn-quote {
     padding: 12px 52px;
  }

  /*========= Mobile Menu ==================*/
  #mobile-menu {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      background: white;
      box-shadow: 0 12px 24px rgba(5,69,129,0.18);
      z-index: 1000;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.3s ease;
  }

  #mobile-menu.menu-open {
      max-height: 400px;
  }

  #mobile-menu li {
      margin: 0;
      list-style: none;
      background: white;
  }

  #mobile-menu li a {
      display: block;
      padding: 16px 24px;
      color: var(--navy);
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      border-top: 1px solid var(--border);
      transition: background-color 0.2s ease, color 0.2s ease;
  }

  #mobile-menu li:first-child a {
      border-top: none;
  }

  #mobile-menu li a:hover {
      background: var(--navy);
      color: white;
  }

  .top-navbar {
      width: 100%;
      padding: 16px 0 10px 0;
      position: relative;
      overflow: visible;
  }

  .navbar-inner {
      padding: 0 16px;
  }

  .flex-img {
      width: 100%;
  }

  .navbar-logo {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 0;
  }

  .navbar-text {
      font-size: 18px;
  }

  .navbar-menu {
    display: none;
  }

  .navbar-menu-mobile {
    display: block;
    padding: 15px 20px 0 0;
  }

  #contact-email {
    display: none;
  }

  .div-brands {
      height: 120px;
  }

  .brands-img {
    width: 27%;
    padding: 45px 10px 45px 10px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
  }

  .div-midbar > h2 {
    font-size: 18px;
  }

  .div-contact-mobile {
    display: block;
    height: 65px;
  }

  .div-installer {
      height: 190px;
  }

  .div-installer h1, .div-questions h1 {
    padding: 20px 0 0 0;
    font-size: 28px;
  }

  .div-installer h4 {
    padding: 0px 0 0 0;
    font-size: 18px;
    font-weight: 400;
  }

  .div-installer .btn-quote {
    font-size: 17px;
    padding: 10px 50px;
  }

  .service-container {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .service-sub-container {
    width: 85%;
    margin: auto;
  }

  .service-img {
    width: 35%;
    max-width: 150px;
  }

  .owl-container {
    width: 90%;
  }

  .div-gallery {
      padding: 0;
  }

  .div-gallery .gallery-img {
    max-height: 80px;
    margin: 0 5px 10px 5px;
  }

  .faq-container {
    width: 95%;
  }

  .flex1 {
    order: 2;
    width: 100%;
  }

  .flex2 {
    order: 1;
    width: 100%;
  }

  .flex3, .flex4 {
    width: 100%;
    order: 3;
  }

  .flex5 {
    order: 5;
    width: 100%;
  }

  .flex6 {
    order: 4;
    width: 100%;
  }

  .container-footer {
      width: 100%;
      background-color: var(--navy);
      color: var(--blue-soft);
  }

  .div-contact {
    border-radius: 0;
    margin: 0 0 40px 0;
  }
}
