@font-face {
  font-family: Cormorant_Garamond_L;
  src: url("../assets/font/Cormorant_Garamond/CormorantGaramond-Light.ttf");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: Cormorant_Garamond_R;
  src: url("../assets/font/Cormorant_Garamond/CormorantGaramond-Regular.ttf");
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: Cormorant_Garamond_M;
  src: url("../assets/font/Cormorant_Garamond/CormorantGaramond-Medium.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Cormorant_Garamond_B;
  src: url("../assets/font/Cormorant_Garamond/CormorantGaramond-Bold.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Cormorant_Garamond_SB;
  src: url("../assets/font/Cormorant_Garamond/CormorantGaramond-SemiBold.ttf");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: Proxima_Nova_L;
  src: url("../assets/font/Proxima_Nova/proximanova_light.otf");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: Proxima_Nova_R;
  src: url("../assets/font/Proxima_Nova/proximanova_regular.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Proxima_Nova_B;
  src: url("../assets/font/Proxima_Nova/proximanova_bold.otf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Proxima_Nova_EB;
  src: url("../assets/font/Proxima_Nova/proximanova_extrabold.otf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Matter_L;
  src: url("../assets/font/matter/Matter-Light.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Matter_R;
  src: url("../assets/font/matter/Matter-Regular.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Matter_M;
  src: url("../assets/font/matter/Matter-Medium.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Matter_B;
  src: url("../assets/font/matter/Matter-Bold.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Matter_SB;
  src: url("../assets/font/matter/Matter-SemiBold.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: Matter_H;
  src: url("../assets/font/matter/Matter-Heavy.ttf");
  font-weight: 700;
  font-display: swap; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  margin: 0;
  color: #34393F;
  background-color: #e5e5e5; }

ul {
  padding-left: 0 !important; }

.anchorbtn {
  color: #34393F;
  -webkit-text-fill-color: #34393F; }

.CG_L {
  font-family: Cormorant_Garamond_L !important;
  font-weight: 400; }

.CG_R {
  font-family: Cormorant_Garamond_R !important;
  font-weight: 500; }

.CG_M {
  font-family: Cormorant_Garamond_M !important;
  font-weight: 500; }

.CG_B {
  font-family: Cormorant_Garamond_B !important;
  font-weight: 700; }

.CG_SB {
  font-family: Cormorant_Garamond_SB !important;
  font-weight: 700; }

.PN_L {
  font-family: Proxima_Nova_L !important;
  font-weight: 300; }

.PN_R {
  font-family: Proxima_Nova_R !important;
  font-weight: 400; }

.PN_B, .navbar * {
  font-family: Proxima_Nova_B !important;
  font-weight: 700;
  letter-spacing: 2px; }

.PN_EB {
  font-family: Proxima_Nova_EB !important;
  font-weight: 800; }

.Matter_L {
  font-family: Matter_L; }

.Matter_R, body {
  font-family: Matter_R; }

.Matter_M {
  font-family: Matter_M; }

.Matter_B {
  font-family: Matter_B; }

.Matter_SB {
  font-family: Matter_SB; }

.Matter_H {
  font-family: Matter_H; }

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem !important; }

.br40 {
  border-radius: 40px; }

.navbar {
  top: 50px; }
  .navbar .container-fluid {
    margin: auto;
    width: min(96%, 1480px) !important;
    padding: 12px 0px 9px 0px; }
  .navbar .navbar-nav {
    gap: 2px;
    flex-wrap: nowrap; }
  .navbar li {
    padding: 0 2px;
    color: #fff; }
    .navbar li a {
      font-size: 1.35rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      /* padding: 0; */
      color: #fff;
      transition: 0.5s ease-in-out all;
      white-space: nowrap; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .navbar li a {
          font-size: 1.2rem !important; } }
      .navbar li a:hover {
        color: #fff;
        opacity: 60%; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .navbar .nav-item button {
      font-size: 1.1rem !important; } }

.inner-navbar {
  background-color: #2C2C2C !important;
  top: 0; }
  .inner-navbar .nav-qut {
    background: #fff;
    color: #000 !important;
    padding: 1rem 2.2rem !important; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .inner-navbar .nav-qut {
        padding: 0.9rem 1.6rem !important; } }

.nav-layout-row {
  gap: 18px; }

.nav-brand-wrap {
  display: flex;
  align-items: center; }

.nav-menu-wrap {
  min-width: 0; }

.nav-contact-item,
.nav-cta-item {
  flex: 0 0 auto; }

.nav-phone-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  padding: 0.8rem 1.75rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff06a 0%, #f7dc2f 100%);
  color: #111 !important;
  line-height: 1;
  gap: 0.55rem;
  white-space: nowrap;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: 1px solid rgba(17, 17, 17, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }

.nav-phone-pill:hover,
.nav-phone-pill:focus {
  color: #111 !important;
  background: linear-gradient(180deg, #fff58a 0%, #ffe94a 100%);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 8px 18px rgba(0, 0, 0, 0.16); }

.nav-phone-label {
  letter-spacing: inherit;
  opacity: 1; }

.nav-phone-number {
  font-weight: 700;
  letter-spacing: inherit; }

.sdBanner {
  height: 900px;
  margin-top: -11rem; }
  .sdBanner .carousel-inner {
    height: 100%; }
    .sdBanner .carousel-inner .carousel-item {
      height: 100%; }
  .sdBanner .carousel-caption {
    top: 30%;
    z-index: 99;
    text-align: left; }
  .sdBanner .heading {
    font-size: 7rem; }

.gallery-row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px; }

/* Create four equal columns that sits next to each other */
.gallery-column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px; }

.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%; }

/* // omg promise csss */
.omg-promise {
  background-color: #2C2C2C;
  padding: 50px 80px;
  height: 100%;
  position: relative; }

.omg-promise-heading {
  color: #fff;
  font-family: Cormorant_Garamond_B;
  font-size: 40px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block; }
  .omg-promise-heading::after {
    content: '';
    height: 3px;
    width: 40px;
    background-color: #F8D215;
    position: absolute;
    right: -50px;
    top: 60%; }
    @media (max-width: 480px) {
      .omg-promise-heading::after {
        display: none; } }

.omg-promise-para {
  color: #fff;
  font-family: Matter_R;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px; }

.omg-promise-para:last-child {
  margin-bottom: 0px; }

.ing-left {
  display: flex;
  justify-content: space-around; }

.regncyprms {
  padding: 80px 0px 80px 0px;
  position: relative; }

.yellowvctor {
  position: absolute;
  top: -26px;
  left: -22px; }

.yellowvctorlower {
  position: absolute;
  bottom: -26px;
  right: -2px; }

.yellowvctorlowercommit {
  position: absolute;
  bottom: -26px;
  right: -2px; }

/* // president message section css */
.president-message {
  padding: 80px 0px 80px 0px; }
  .president-message .image-overlay {
    padding: 40px 30px 30px !important; }
    .president-message .image-overlay .meetteam {
      font-size: 3.8rem !important; }
      .president-message .image-overlay .meetteam:after {
        bottom: 17%;
        margin-left: 10px;
        top: unset; }
    .president-message .image-overlay h4 {
      font-size: 12px; }

.president-image {
  height: 518px;
  width: 100%; }

.president-image-inner {
  height: 100%; }

.president-image img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.president-message-heading {
  color: #313131;
  font-size: 48px;
  line-height: 60px;
  font-family: Cormorant_Garamond_M; }

.president-message-para {
  font-style: italic;
  font-family: Matter_R;
  color: #313131;
  font-size: 28px;
  line-height: 55px;
  max-width: 686px;
  width: 100%;
  position: relative;
  margin-top: 70px;
  margin-left: 39px; }

.padding-for-president-section {
  padding-left: 60px; }

.qoute-img-left {
  position: absolute;
  left: -40px;
  top: -20px; }

.qoute-img-right {
  position: absolute;
  right: 115px;
  bottom: -10px; }

.yellowleftbottm {
  position: absolute;
  left: -19px;
  bottom: -30px; }

.ceoyellowbottom {
  margin-left: -30px;
  margin-top: -18px; }

/* // our teams css */
.team {
  background-color: #2C2C2C;
  padding: 50px 0px 80px 0px;
  margin-bottom: 50px; }

.team-quote {
  margin-bottom: 110px; }
  @media (max-width: 767px) {
    .team-quote {
      margin-bottom: 5px; } }

.team-quote-heading {
  color: #FFFFFF;
  font-size: 48px;
  font-family: Cormorant_Garamond_M;
  margin-bottom: 30px; }

.team-member {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.team-member-header {
  padding: 0px 20px 0px 75px; }

.team-member-header-heading {
  color: #FFFFFF;
  font-size: 34px;
  font-family: Cormorant_Garamond_M;
  margin-bottom: 30px; }

.team-member-header-para {
  color: #FFFFFF;
  font-size: 24px;
  font-family: Matter_R;
  font-style: italic;
  line-height: 34px; }

.team-member-header-list {
  color: #FFFFFF;
  font-size: 20px;
  font-family: Matter_R;
  line-height: 32px;
  list-style: disc;
  padding-left: 20px !important;
  margin-top: 10px; }
  .team-member-header-list li {
    color: #FFFFFF;
    margin-bottom: 6px; }

.team-memeber-img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  margin-bottom: 0; }

.team-member-name {
  color: #FFFFFF;
  font-size: 32px;
  font-family: Cormorant_Garamond_M;
  margin-bottom: 1px; }

.team-member-position {
  color: #FFFFFF;
  font-size: 24px;
  font-family: Matter_R; }

.meetteam {
  color: #000;
  font-size: 48px;
  font-family: Cormorant_Garamond_M;
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
  .meetteam:after {
    content: '';
    height: 3px;
    width: 40px;
    background-color: #F8D215;
    position: absolute;
    /* right: -50px; */
    top: 32%;
    margin-left: 8px; }

.process-meetteam {
  color: #000;
  font-size: 48px;
  font-family: Cormorant_Garamond_M;
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
  .process-meetteam:after {
    content: '';
    height: 3px;
    width: 40px;
    background-color: #F8D215;
    position: absolute;
    /* right: -50px; */
    top: 32%;
    margin-left: 8px; }

.ourProcess {
  padding: 5rem 5rem;
  position: relative;
  background-image: url("../assets/images/processBg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 50px; }
  .ourProcess .ourProcess-row {
    padding-left: 15rem;
    padding-bottom: 12rem;
    padding-top: 0rem; }
    .ourProcess .ourProcess-row:after {
      content: "";
      left: 0;
      position: absolute;
      width: 300px;
      display: block;
      background-color: #1E1E1E;
      height: 100%;
      top: 0; }
  .ourProcess .meetteam {
    text-align: left;
    padding-left: 18rem;
    margin-top: 8px;
    margin-bottom: 4rem; }
  .ourProcess .process-slider {
    position: relative;
    z-index: 99; }
    .ourProcess .process-slider .carousel-inner {
      height: 500px; }
      .ourProcess .process-slider .carousel-inner img {
        object-fit: cover;
        height: 500px; }
    .ourProcess .process-slider .image-overlay .meetteam {
      font-size: 4rem; }
      .ourProcess .process-slider .image-overlay .meetteam:after {
        top: unset;
        bottom: 19px; }
    .ourProcess .process-slider button {
      opacity: 1; }
    .ourProcess .process-slider .carousel-control-prev-icon,
    .ourProcess .process-slider .carousel-control-next-icon {
      border: 1px solid #fff;
      padding: 17px;
      background-size: 100% 79%; }
  .ourProcess .yellowvctor,
  .ourProcess .yellowvctor2 {
    left: -37px; }
  .ourProcess .yellowvctor2 {
    top: unset;
    bottom: -21px;
    transform: rotateZ(-91deg);
    left: -25px !important;
    position: absolute; }
  .ourProcess ul li span {
    color: #F8D215; }

/* contact us css */
.contact-us-heading {
  color: #fff;
  font-size: 48px;
  font-family: Cormorant_Garamond_M;
  text-align: center;
  margin-bottom: 50px;
  position: relative; }

.contact-us-heading::after {
  content: '';
  height: 3px;
  width: 40px;
  background-color: #F8D215;
  position: absolute;
  /* right: -50px; */
  top: 70%;
  margin-left: 8px; }

.contact-us {
  background-color: #2C2C2C;
  padding: 20px 0px; }

.contact-us-quote {
  color: #FFFFFF;
  font-size: 48px;
  font-family: Cormorant_Garamond_M;
  line-height: 65px;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .contact-us-quote {
      margin-bottom: 5rem; } }

.contact-us-ways {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.contact-mail {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }

.contact-mail-text {
  font-size: 20px;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Matter_R;
  margin: 0px 30px 0px 20px;
  border-bottom: 1px solid #fff;
  -webkit-text-decoration-skip-ink: none; }
  @media (max-width: 767px) {
    .contact-mail-text {
      font-size: 18px; } }
  @media (max-width: 480px) {
    .contact-mail-text {
      border-bottom: none; } }

.phone-number {
  font-size: 20px;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Matter_R;
  margin: 0px 30px 0px 20px;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  -webkit-text-decoration-skip-ink: none;
  text-decoration: none; }
  @media (max-width: 767px) {
    .phone-number {
      font-size: 18px; } }

.contact-us-links {
  text-align: center;
  margin-top: 60px; }

.follow-us {
  color: #F8D215;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px; }

.contact-us-links-imgs img {
  margin: 5px 10px;
  cursor: pointer; }

/* footer css */
.footer {
  padding: 40px 0px 0px 0px;
  border-top: 0.5px solid #fff;
  margin-top: 100px;
  display: flex;
  justify-content: center; }

.footer-navbar-nav {
  list-style: none;
  display: flex; }

.footer-nav-item {
  margin: 0px 30px; }

.footer-nav-item:last-child {
  margin-right: 0px; }

.footer-nav-link {
  color: #fff;
  text-decoration: none;
  font-family: Proxima_Nova_B; }

/* customer review css */
.customer {
  padding: 80px 0px 80px 0px; }
  @media (max-width: 767px) {
    .customer {
      padding: 0 0 80px 0; } }
  .customer .container {
    padding: 0 7rem; }
    .customer .container .test-arrows {
      position: absolute;
      top: -14rem;
      right: 0;
      display: flex;
      gap: 8px; }
    .customer .container .carousel-control-prev,
    .customer .container .carousel-control-next {
      background-color: #000;
      width: 40px;
      height: 40px;
      position: relative; }
      .customer .container .carousel-control-prev-icon,
      .customer .container .carousel-control-next-icon {
        background-image: none; }

.customer-review {
  background-color: #fff;
  padding: 20px 40px 20px 40px;
  display: flex !important;
  align-items: baseline; }

.custmer-saying {
  color: #313131;
  font-size: 48px;
  font-family: Cormorant_Garamond_M;
  max-width: 476px;
  width: 100%;
  margin-bottom: 40px;
  position: relative; }

.custmer-saying::after {
  content: '';
  height: 3px;
  width: 40px;
  background-color: #F8D215;
  position: absolute;
  /* right: -50px; */
  top: 80%; }

.customer-review-text {
  color: #313131;
  font-size: 24px;
  font-family: Matter_R;
  margin-left: 40px;
  font-style: italic; }

.customer-review-designation {
  margin-top: 20px;
  margin-left: 80px;
  position: relative;
  border-left: 1px solid;
  padding-left: 24px; }

.customer-review-designation-name {
  color: #313131;
  font-size: 20px;
  line-height: 38px;
  font-family: Matter_R;
  margin-bottom: 0px; }

.customer-review-designation-position {
  color: #333;
  font-size: 18px;
  line-height: 38px;
  font-family: Matter_R; }

/* // gallery section css */
.gallery .gallery-inner {
  display: flex;
  gap: 12px;
  justify-content: center; }
  .gallery .gallery-inner:nth-child(2) {
    margin-top: 12px; }
  .gallery .gallery-inner .gallery-item {
    width: 33.33%;
    overflow: hidden; }
    .gallery .gallery-inner .gallery-item img {
      max-width: 100%;
      height: auto;
      width: 100%; }
    .gallery .gallery-inner .gallery-item:first-child img {
      margin: 0; }

.gallery .yellowvctorlower {
  right: -22px;
  bottom: -26px; }

.gallery button {
  background: transparent; }

.image-effect {
  transition: 0.5s ease-in-out all; }
  .image-effect .image-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0c0c0c8f;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 5rem;
    opacity: 0;
    transition: 0.5s ease-in-out all;
    cursor: pointer; }
    .image-effect .image-overlay h4 {
      letter-spacing: 2px;
      font-size: 1.4rem; }
  .image-effect:hover .image-overlay {
    opacity: 1; }

.ourProcess .meetteam::after {
  top: 50% !important; }

.process-steps-list {
  list-style: none; }
  .process-steps-list > li {
    border-bottom: 1px solid #eaeaea; }
  .process-steps-list > li:last-child {
    border-bottom: none; }
  .process-steps-list .process-step-desc {
    padding-left: 28px;
    font-family: Matter_R;
    font-weight: 400;
    color: #555;
    line-height: 1.6; }

.meet-team-heading {
  color: #fff;
  font-size: 48px;
  font-family: Cormorant_Garamond_M;
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
  .meet-team-heading::after {
    content: '';
    height: 3px;
    width: 40px;
    background-color: #F8D215;
    position: absolute;
    /* right: -50px; */
    top: 50%;
    margin-left: 8px; }

.gallery-heading {
  color: #000;
  font-size: 48px;
  font-family: Cormorant_Garamond_M;
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
  .gallery-heading::after {
    content: '';
    height: 3px;
    width: 40px;
    background-color: #F8D215;
    position: absolute;
    /* right: -50px; */
    top: 50%;
    margin-left: 8px; }

.gallery-inner-heading {
  color: #000;
  font-size: 48px;
  font-family: Cormorant_Garamond_M;
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
  .gallery-inner-heading::after {
    content: '';
    height: 3px;
    width: 40px;
    background-color: #F8D215;
    position: absolute;
    /* right: -50px; */
    top: 75%;
    margin-left: 8px; }

.president-message-designation {
  margin-left: 45px !important; }

/* Responsive layout - makes a two column-layout instead of four columns */
@media  screen and (min-width:991px) and (max-width:1650px) {
  .navbar > .container-fluid{
    width: 95% !important;
  }
}
@media screen and (max-width: 800px) {
  .gallery-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; } }

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .sdBanner {
    height: auto;
    margin-top: 5rem; }
  .content-sec .pb-5 {
    padding-bottom: 0 !important; }
  .president-message {
    padding: 0px 20px !important; }
  .ourProcess {
    padding: 0 !important; }
  .customer .container {
    padding: 0 4rem !important; }
  .glass-designs img {
    margin-left: 0px !important; }
  .cont {
    padding: 0px 30px; }
  .meetteam {
    font-size: 32px; }
  .contact-us {
    padding: 10px 30px 60px 30px; }
  .footer-navbar-nav {
    flex-wrap: wrap; }
  .footer {
    margin-top: 5rem; }
  .contact-us-heading {
    font-size: 36px; }
  .meet-team-heading {
    font-size: 32px; }
  .gallery-heading {
    font-size: 32px; }
  .contact-us-quote {
    font-size: 36px;
    line-height: 40px; }
  .team-quote-heading {
    font-size: 32px;
    line-height: 44px; }
  .padding-for-president-section {
    padding-left: 0px; }
  .team-member-name {
    font-size: 24px; }
  .team-member-position {
    font-size: 18px; }
  .team-member-header {
    padding: 19px 20px 0px 4px; }
  .team-member-header-heading {
    font-size: 26px; }
  .team-member-header-para {
    font-size: 18px; }
  .custmer-saying {
    font-size: 32px; }
  .customer-review {
    height: auto; }
  .big-qoute-img {
    height: 30px; }
  .customer-review-text {
    font-size: 16px; }
  .customer-review-designation {
    margin-left: 10px; }
  .customer-review-designation-position {
    font-size: 14px;
    line-height: 28px; }
  .customer-review-designation-name {
    font-size: 20px; }
  .customer .container .test-arrows {
    top: -5rem; }
  .carousel-item {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .ourProcess .ourProcess-row {
    padding-left: 4rem;
    padding-right: 3rem;
    padding-bottom: 7rem; }
  .ourProcess .ourProcess-row:after {
    z-index: -1;
    width: 100%; }
  .president-message-heading {
    font-size: 32px;
    line-height: 42px;
    margin-top: 45px !important;
    margin-left: 18px !important; }
  .president-message-para {
    font-size: 18px;
    line-height: 36px;
    margin-left: 32px !important; }
  .qoute-img-right {
    position: absolute;
    right: 60px;
    bottom: -20px; }
  .president-image {
    height: unset;
    width: unset; }
  .president-message .image-overlay .meetteam {
    font-size: 2.8rem !important; }
  .gallery {
    padding: 0px 45px; }
  .gallery .gallery-inner {
    justify-content: center;
    flex-direction: column; }
  .gallery-item {
    width: 100% !important; }
  .ourProcess .meetteam {
    color: #fff;
    text-align: center !important;
    margin-top: 26px;
    margin-bottom: 3rem;
    padding-left: 0px !important; }
  .ourProcess .yellowvctor2 {
    display: none; }
  .ourProcess .process-slider .image-overlay .meetteam {
    font-size: 3rem !important; }
  .processYellow {
    display: none; }
  .process-steps {
    flex-direction: column; }
  .process-steps-second {
    padding-left: 0px !important; }
  .gallery-inner-heading {
    font-size: 36px; }
  .about-bg,
  .product-bg,
  .resource-bg,
  .faq-bg,
  .glass-bg,
  .lockset-bg {
    height: 260px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    position: relative; }
  .uper-section-heading {
    font-size: 28px !important; } }

@media screen and (max-width: 991px) {
  .sdBanner .heading {
    font-size: 4rem !important; }
  .dropdown {
    text-align: center; }
  .arrow-top-btn {
    height: 24px !important;
    width: 24px !important; }
  #myBtn {
    font-size: 12px !important;
    padding: 10px !important; }
  .ing-left {
    margin-top: 30px;
    justify-content: space-between; }
  .regen-promise-left {
    width: 100%;
    margin-right: 20px;
    height: 500px; }
  .regen-promise-right {
    width: 100%;
    height: 500px; }
  .yellowvctorlower {
    position: absolute;
    bottom: -26px;
    right: -18px; }
  .president-message-heading {
    margin-left: 50px;
    margin-top: 15px;
    font-size: 24px;
    line-height: 40px; }
  .president-message-para {
    font-size: 18px;
    line-height: 35px;
    margin-top: 42px;
    margin-left: 84px; }
  .qoute-img-right {
    right: 60px;
    bottom: -15px; }
  .omg-promise {
    padding: 30px 35px; }
  .omg-promise-heading {
    font-size: 30px;
    margin-bottom: 15px; }
  .omg-promise-para {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px; }
  .regncyprms {
    padding: 80px 20px; }
  .president-message {
    padding: 80px 20px; }
  .omg-img {
    width: 50%; }
  .omg-toggle-btn {
    width: 50%;
    text-align: end; }
    .omg-toggle-btn .navbar-toggler {
      border: 1px solid #fff;
      border-radius: 5px; }
  .navbar-toggler:focus {
    box-shadow: none !important; }
  .hamburger_img {
    width: 30px; }
  .omg-collapse-area {
    position: absolute;
    width: 100%;
    transform: translate(-50%, 45px);
    top: 50%;
    left: 50%;
    background: #2C2C2C;
    padding: 30px 30px; }
  .slide-img {
    height: 100%;
    object-fit: cover; }
  .sdBanner .heading {
    font-size: 4rem; }
  .team-quote-heading {
    font-size: 32px;
    line-height: 44px; }
  .team-member {
    flex-direction: column; }
  .team-member-name {
    font-size: 24px; }
  .team-member-position {
    font-size: 18px; }
  .team-member-header {
    padding: 19px 20px 0px 4px; }
  .team-member-header-heading {
    font-size: 26px; }
  .team-member-header-para {
    font-size: 18px; }
  .team {
    padding: 40px 30px; }
  .padding-for-president-section {
    padding-left: 0px; }
  .zIndex {
    z-index: 99; }
  .padding-left-0 {
    padding-left: unset !important; }
  .pr-0 {
    padding-right: 0px; } }

@media screen and (max-width: 1200px) {
  .team-member {
    flex-direction: column; }
  .team-memeber-img {
    height: unset !important;
    min-height: unset !important;
    margin-bottom: 30px; } }

@media screen and (max-width: 1600px) {
  .quick-btn {
    font-size: 1.25rem !important;
    padding: 0.9rem 1.8rem !important; }
  .navbar li {
    padding: 0 1px; } }
  @media screen and (max-width: 1600px) and (max-width: 991px) {
    .navbar li {
      margin-bottom: 8px; } }

@media screen and (max-width: 1600px) {
  .navbar li a {
    font-size: 1.25rem; }
  .dropdown .nav-button {
    font-size: 1.25rem; } }

@media screen and (max-width: 1400px) and (min-width: 1250px) {
  .navbar .container-fluid {
    width: 95% !important; } }

@media screen and (max-width: 1250px) and (min-width: 991px) {
  .navbar .container-fluid {
    width: 97% !important; } }

@media screen and (max-width: 1600px) and (min-width: 991px) {
  .sdBanner .heading {
    font-size: 5rem !important; }
  .team-quote-heading {
    font-size: 3.6rem !important; }
  .team-member {
    align-items: flex-start !important; }
  .team-member-header-para {
    font-size: 18px;
    line-height: 26px; }
  .president-message-heading {
    font-size: 36px;
    line-height: 50px; }
  .president-message-para {
    font-size: 24px;
    line-height: 48px;
    margin-top: 50px; }
  .yellowvctorlowercommit {
    right: -16px; } }

.president-message .yellowvctor {
  position: absolute;
  top: -13px;
  left: -18px; }

#carouselExampleFade .carousel-item {
  position: relative; }
  #carouselExampleFade .carousel-item::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px; }

.about-bg {
  background-image: url("../assets/images/about.webp");
  background-size: cover;
  height: 428px;
  width: 100%;
  display: flex;
  align-items: center;
  display: flex;
  align-items: end;
  padding-left: 70px;
  padding-bottom: 70px; }

.uper-section-heading {
  color: #FFFFFF;
  font-size: 50px;
  font-family: Proxima_Nova_B;
  font-style: italic;
  z-index: 2; }

.faq-bg {
  background-image: url("../assets/images/faq.webp");
  background-size: cover;
  height: 428px;
  width: 100%;
  display: flex;
  align-items: end;
  padding-left: 70px;
  padding-bottom: 70px;
  position: relative; }
  .faq-bg::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }

.resource-bg {
  background-image: url("../assets/images/product.webp");
  background-size: cover;
  height: 428px;
  width: 100%;
  display: flex;
  align-items: end;
  padding-left: 70px;
  padding-bottom: 70px;
  position: relative; }
  .resource-bg::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }

.product-bg {
  background-image: url("../assets/images/servcies.webp");
  background-size: cover;
  height: 428px;
  width: 100%;
  display: flex;
  align-items: end;
  padding-left: 70px;
  padding-bottom: 70px;
  position: relative; }
  .product-bg::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }

#all-images img {
  min-width: 315px; }

.glass-bg {
  background-image: url("../assets/images/aqualite.webp");
  background-size: cover;
  height: 428px;
  width: 100%;
  display: flex;
  align-items: end;
  padding-left: 70px;
  padding-bottom: 70px;
  position: relative; }
  .glass-bg::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }

.lockset-bg {
  background-image: url("../assets/images/lockset.webp");
  background-size: cover;
  height: 428px;
  width: 100%;
  display: flex;
  align-items: end;
  padding-left: 70px;
  padding-bottom: 70px;
  position: relative; }
  .lockset-bg::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }

.nav-button {
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 6px;
  color: #fff;
  background-color: transparent;
  border: 0px !important; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .nav-button {
      padding: 5px !important; } }

.nav-button-item {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 7px 16px !important;
  color: #000 !important; }

.nav-button:focus {
  background-color: transparent !important; }

.btn:hover {
  background-color: transparent; }

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: transparent !important;
  border-color: var(--bs-btn-active-border-color); }

.glass-designs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .glass-designs img {
    height: 305px;
    width: 305px;
    margin-bottom: 20px;
    margin-left: 20px; }

.font-white {
  color: #fff !important; }

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px; }

#myBtn:hover {
  background-color: #555; }

.arrow-top-btn {
  transform: rotate(270deg);
  height: 28px;
  width: 28px; }

.sticky {
  position: sticky;
  z-index: 1030 !important;
  background-color: #2C2C2C !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  top: -1px; }

.navbar {
  transition: all 0.3s ease-in-out; }

.inner-navbar {
  transition: all 0.3s ease-in-out; }

.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 10px 0;
  min-width: 220px; }
.dropdown-item:hover,
.dropdown-item:focus,
.nav-button-item:hover,
.nav-button-item:focus {
  color: #000 !important; }

.service-area-menu {
  min-width: 430px;
  max-height: min(70vh, 560px);
  overflow-y: auto; }

.product-menu {
  min-width: 430px;
  max-height: min(70vh, 560px);
  overflow-y: auto; }
.product-menu-heading {
  list-style: none;
  padding: 14px 18px 8px;
  margin: 0 10px;
  border-top: 1px solid rgba(44, 44, 44, 0.12); }
  .product-menu-heading span {
    display: block;
    font-family: "Proxima_Nova_B";
    font-size: 1.2rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #6c757d; }

.navbar-brand-img {
  width: 150px; }
  @media (max-width: 1400px) {
    .navbar-brand-img {
      width: 100px; } }

@media (min-width: 992px) and (max-width: 1350px) {
  .navbar .container-fluid {
    width: min(96%, 1500px) !important; }
  .navbar li a,
  .nav-button {
    font-size: 1.15rem !important;
    letter-spacing: 1.2px; }
  .inner-navbar .nav-qut,
  .quick-btn {
    font-size: 1.15rem !important;
    padding: 0.9rem 1.4rem !important; }
  .service-area-menu,
  .product-menu {
    min-width: 380px; } }

@media (min-width: 992px) and (max-width: 1480px) {
  .navbar .container-fluid {
    width: min(98%, 1680px) !important;
    padding: 14px 0 12px; }
  .nav-layout-row {
    gap: 12px; }
  .nav-brand-wrap {
    flex: 0 0 auto;
    padding-right: 14px;
    margin-right: 8px; }
  .nav-menu-wrap {
    flex: 1 1 0; }
  .navbar .navbar-nav {
    gap: 5px; }
  .navbar li {
    padding: 0 2px; }
  .navbar li a,
  
  .nav-button {
    padding: 4px 3px !important; }
  .nav-contact-item {
    margin-left: 8px; }
  .nav-phone-pill,
  .nav-cta-item .nav-qut {
    padding: 0.72rem 1.2rem !important;
    font-size: 0.92rem !important;
    letter-spacing: 1px; }
  .nav-phone-pill {
    min-width: auto;
    gap: 0.28rem;
    line-height: 1.02; }
  .nav-phone-label,
  .nav-phone-number {
    font-size: 0.92rem; } }

@media (min-width: 992px) and (max-width: 1180px) {
  .navbar-brand-img {
    width: 88px; }
  .nav-brand-wrap {
    padding-right: 10px; }
  .navbar li a,
  .nav-button {
    font-size: 0.92rem !important;
    letter-spacing: 0.55px; }
  .nav-button {
    padding: 4px 2px !important; }
  .navbar .navbar-nav {
    gap: 2px; }
  .nav-phone-pill,
  .nav-cta-item .nav-qut {
    padding: 0.66rem 0.95rem !important;
    font-size: 0.84rem !important;
    letter-spacing: 0.75px; }
  .nav-contact-item {
    margin-left: 4px; } }

@media (min-width: 992px) {
  .navbar {
    display: flex;
    align-items: center; }
  .navbar .container-fluid {
    width: min(94%, 1680px) !important;
    padding: 16px 0 14px; }
  .nav-layout-row {
    flex-wrap: nowrap; }
  .nav-brand-wrap {
    padding-right: 22px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.18); }
  .nav-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .omg-collapse-area {
    min-width: 0; }
  .navbar .navbar-nav {
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: nowrap; }
  .nav-contact-item {
    margin-left: 18px; }
  .nav-cta-item .nav-qut {
    padding: 0.8rem 1.75rem !important;
    border-radius: 999px;
    border-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08); }
  .navbar .dropdown {
    position: relative; }
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown:focus-within > .dropdown-menu {
    display: block;
    margin-top: 0; }
  .navbar .dropdown:hover > .dropdown-toggle,
  .navbar .dropdown:focus-within > .dropdown-toggle {
    background-color: transparent !important; }
  .service-area-menu,
  .product-menu {
    column-count: 2;
    column-gap: 0;
    padding: 14px 0; }
  .service-area-menu li,
  .product-menu li {
    break-inside: avoid;
    padding: 0; }
  .product-menu .product-menu-heading {
    margin-top: 10px;
    padding-top: 14px; }
  .product-menu .product-menu-heading:first-child {
    margin-top: 0;
    padding-top: 8px;
    border-top: 0; }
  .product-menu .nav-button-item {
    padding-top: 8px;
    padding-bottom: 8px; }
  .service-area-menu .nav-button-item,
  .product-menu .nav-button-item {
    display: block; } }

@media (max-width: 991px) {
  .btn.btn-secondary.dropdown-toggle.nav-button.show + .dropdown-menu {
    display: block; }
  .inner-navbar .container-fluid,
  .inner-navbar .row {
    position: relative; }
  .omg-toggle-btn {
    position: static; }
  .navbar .navbar-nav {
    gap: 0;
    flex-wrap: wrap;
    align-items: stretch !important;
    width: 100%; }
  .nav-layout-row {
    gap: 0; }
  .nav-brand-wrap {
    border-right: 0;
    padding-right: 0;
    margin-right: 0; }
  .navbar li {
    width: 100%;
    padding: 0; }
  .navbar li a,
  .nav-button {
    width: 100%;
    text-align: left;
    justify-content: center; }
  .service-area-menu,
  .product-menu {
    min-width: 100%;
    max-height: none;
    overflow: visible;
    column-count: 1;
    margin-top: 6px;
    margin-left: 12px;
    padding: 8px 0 4px;
    border-left: 2px solid rgba(255, 255, 255, 0.14); }
  .product-menu-heading {
    margin: 8px 0 0;
    padding: 10px 12px 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.18); }
  .product-menu .product-menu-heading:first-child {
    margin-top: 0;
    padding-top: 4px;
    border-top: 0; }
    .product-menu-heading span {
      color: #ffee32; }
  .service-area-menu .nav-button-item,
  .product-menu .nav-button-item {
    font-size: 1.12rem;
    letter-spacing: 1.05px;
    padding: 8px 0 8px 12px !important;
    opacity: 0.96; }
  .omg-collapse-area {
    position: absolute;
    width: auto;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    transform: none;
    top: calc(100% + 12px);
    left: 12px;
    right: 12px;
    background: #2C2C2C;
    padding: 18px 20px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
    z-index: 1040; }
  .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    float: none;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 6px 0 0;
    margin: 0; }
  .nav-button-item {
    color: #fff !important;
    font-size: 1.18rem;
    letter-spacing: 1.2px;
    padding: 9px 0 9px 12px !important; }
  .product-menu li:not(.product-menu-heading),
  .service-area-menu li {
    margin-bottom: 2px; }
  .nav-link,
  .nav-button {
    padding: 10px 0 !important; }
  .navbar .navbar-nav > li:last-child {
    display: flex;
    justify-content: flex-start; }
  .nav-contact-item,
  .nav-cta-item {
    width: 100%; }
  .nav-phone-pill {
    width: auto;
    max-width: 260px;
    margin-top: 14px;
    padding: 0.85rem 1.2rem;
    align-items: center;
    flex-direction: column;
    gap: 0.12rem;
    white-space: normal;
    font-size: 0.95rem !important;
    letter-spacing: 1.2px; }
  .nav-phone-label,
  .nav-phone-number {
    font-size: 0.95rem; }
  .quick-btn,
  .nav-qut {
    width: auto;
    max-width: 260px;
    text-align: center;
    margin-top: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    padding: 0.72rem 1.35rem !important;
    min-height: 42px;
    border: 0 !important;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff 0%, #f3f3f3 100%);
    color: #111 !important;
    font-size: 1.05rem !important;
    letter-spacing: 1.8px;
    line-height: 1;
    font-family: "Proxima_Nova_B";
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    white-space: normal; }
  .quick-btn:hover,
  .quick-btn:focus,
  .nav-qut:hover,
  .nav-qut:focus {
    color: #111 !important;
    opacity: 1;
    transform: translateY(-1px); } }

form .form-control label {
  font-size: 1.4rem;
  margin-bottom: 3px; }

form .form-control input {
  font-size: 1.8rem;
  border: none !important; }
  form .form-control input:focus-visible {
    outline: none !important; }

form .form-control select {
  font-size: 1.6rem;
  border: none !important; }
  form .form-control select:focus-visible {
    outline: none !important; }

form .primary-btn {
  background-color: #2c2c2c;
  border-radius: 10px;
  padding: 24px 10px;
  border: 0;
  color: #fff; }

.omg-cnt a {
  color: #2e2e2e;
  text-decoration: none; }

.faq ul {
  padding-left: 0 !important; }

#howtomeaure li {
  list-style-type: none; }

.prd_images {
  display: flex;
  padding: 10px;
  flex-wrap: wrap; }
  .prd_images img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding-right: 20px;
    padding-top: 20px; }
    @media (max-width: 768px) {
      .prd_images img {
        padding-right: 0; } }
  .prd_images .image-container {
    width: calc(33.33% - 10px); }
    @media (max-width: 768px) {
      .prd_images .image-container {
        width: 100%; } }

.product-catalog {
  display: flex;
  flex-direction: column;
  gap: 4rem; }

.product-group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }

.product-group-header h3 {
  font-family: "Cormorant_Garamond_B";
  font-size: 4.2rem;
  margin-bottom: 0; }

.product-eyebrow {
  font-family: "Proxima_Nova_B";
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.product-grid,
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem; }
  @media (max-width: 991px) {
    .product-grid,
    .location-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 767px) {
    .product-grid,
    .location-grid {
      grid-template-columns: 1fr; } }

.product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem; }
  @media (max-width: 767px) {
    .product-info-grid {
      grid-template-columns: 1fr; } }

.product-card,
.location-card,
.product-info-card {
  background: #fff;
  border: 1px solid rgba(44, 44, 44, 0.12);
  border-radius: 16px;
  padding: 2.4rem;
  color: #34393F;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
  .product-card:hover,
  .location-card:hover,
  .product-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
    border-color: rgba(44, 44, 44, 0.22); }

.product-card h4,
.location-card h4,
.product-info-card h3 {
  font-family: "Cormorant_Garamond_B";
  font-size: 3.2rem;
  margin-bottom: 1rem;
  color: #1f1f1f; }

.product-card p,
.location-card p,
.product-page-cta p {
  font-size: 1.9rem;
  line-height: 1.7;
  margin-bottom: 0; }

.location-card a,
.product-page-cta a {
  color: #1f1f1f;
  text-decoration: underline;
  text-underline-offset: 3px; }

.product-bullets {
  padding-left: 2rem !important;
  margin-bottom: 0; }
  .product-bullets li {
    font-size: 1.9rem;
    line-height: 1.7;
    margin-bottom: 1rem; }
    .product-bullets li:last-child {
      margin-bottom: 0; }

.product-page-cta {
  background: #fff;
  border-left: 4px solid #2C2C2C;
  padding: 2.4rem;
  border-radius: 0 16px 16px 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  margin-top: 3.2rem;
  margin-bottom: 4rem; }

.cont #myTab button {
  background: #fff;
  color: #1f1f1f;
  padding: 20px;
  margin-right: 15px;
  border-radius: 5px;
  margin-bottom: 4rem;
  font-family: 'Proxima_Nova_B';
  font-size: 18px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .cont #myTab button {
      margin-bottom: 1.5rem;
      font-size: 16px; } }
  @media (max-width: 480px) {
    .cont #myTab button {
      margin-right: 13px; } }
.cont #myTab button.active {
  background: #1f1f1f;
  color: #ffee32; }

@media (max-width: 767px) {
  .projects-page .content-sec {
    padding-top: 1.6rem; }
  .projects-page .container.my-6 {
    margin-top: 3rem;
    margin-bottom: 3.5rem !important;
    padding-left: 0.8rem;
    padding-right: 0.8rem; }
  .projects-page .cont {
    padding-left: 1.8rem;
    padding-right: 1.8rem; }
  .projects-page .meetteam {
    margin-bottom: 2.2rem; }
  .projects-page #myTab {
    margin-bottom: 2.4rem !important;
    row-gap: 1rem; }
  .projects-page .cont #myTab button {
    padding: 1.2rem 1.4rem;
    margin-right: 0.8rem;
    margin-bottom: 0;
    min-width: 5.6rem; } }

.padding-left-0 {
  padding-left: 0px; }

.toaster {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999999;
  min-width: 250px;
  max-width: 300px;
  padding: 15px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

.toaster.success {
  background-color: #4caf50;
  /* Green */ }

.toaster.error {
  background-color: #f44336;
  /* Red */ }

#measurements-error {
  font-size: 1.2rem; }

.error-msg {
  bottom: -20px;
  position: absolute;
  font-size: 12px;
  left: 0px; }

.not_found {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }
  .not_found .container {
    background: white;
    padding: 60px;
    border-radius: 10px;
    text-align: center; }
    .not_found .container h1 {
      font-size: 96px;
      margin: 0;
      font-weight: bold;
      color: #000;
      font-family: Matter_B;
      font-weight: 900; }
    .not_found .container h2 {
      font-size: 24px;
      margin: 10px 0;
      font-family: Matter_B;
      font-weight: 600;
      color: #1f1f1f; }
    .not_found .container p {
      font-size: 14px;
      color: #1f1f1f;
      font-family: Matter_R;
      font-weight: 500;
      margin-top: 12px; }
    .not_found .container .button {
      display: inline-block;
      margin-top: 30px;
      padding: 15px 30px;
      background-color: #c1b100;
      color: #000;
      font-weight: bold;
      border: none;
      border-radius: 25px;
      text-decoration: none;
      transition: background-color 0.3s;
      font-family: Matter_R; }

/* inline-style cleanup */
.active-indicator {
  color: #FFEF32 !important; }

.inactive-indicator {
  color: #fff !important; }

.seo-intro-hidden {
  position: absolute;
  left: -9999px; }

.is-hidden {
  display: none !important; }

.text-pre-wrap {
  white-space: pre-wrap; }

.google-map-frame,
.google-map iframe {
  border: 0;
  width: 100%;
  height: 500px;
  display: block; }

/* service area pages */
.service-area-banner p,
.service-area-banner h1 {
  color: #fff;
  margin-bottom: 0; }

.service-area-subcopy {
  font-family: Matter_R;
  margin-top: 18px; }

.service-area-summary,
.service-highlight {
  background: #f4efe6;
  border-left: 4px solid #f8d215;
  padding: 32px; }

.service-area-summary p:last-child,
.service-area-links p:last-child,
.service-highlight p:last-child,
.service-link-panel p:last-child {
  margin-bottom: 0; }

.service-area-list,
.services-intro-list {
  list-style: disc;
  padding-left: 24px !important;
  margin: 0 0 18px; }
  .service-area-list li,
  .services-intro-list li {
    margin-bottom: 6px;
    line-height: 1.6; }

.service-area-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px; }

.service-area-section-heading {
  text-align: left;
  display: inline-block; }

.service-area-page .service-area-section-heading {
  margin-bottom: 1.4rem !important;
  padding-bottom: 0 !important; }

.service-area-section-heading::after {
  top: 50%;
  right: -52px;
  left: auto;
  margin-left: 0;
  transform: translateY(-50%); }

.service-area-links,
.service-link-panel {
  background: #faf8f4;
  padding: 48px 36px; }

.service-area-links .service-area-section-heading,
.service-link-panel .service-area-section-heading {
  margin-bottom: 2.4rem !important;
  padding-bottom: 0 !important; }

.service-area-links .service-area-section-heading::after,
.service-link-panel .service-area-section-heading::after {
  right: -42px; }

.service-area-links > p,
.service-link-panel > p {
  margin-top: 0 !important; }

.service-area-links .service-area-link-grid,
.service-link-panel .service-link-grid {
  margin-top: 2rem !important; }

.service-area-link-grid,
.service-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px; }

.service-area-link-card,
.service-link-card {
  color: #1e1e1e;
  font-family: Matter_M;
  text-decoration: none;
  border-bottom: 1px solid #f8d215;
  padding-bottom: 4px; }

.service-area-link-card:hover,
.service-area-link-card:focus,
.service-link-card:hover,
.service-link-card:focus {
  color: #1e1e1e; }

.service-area-cta {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px 40px;
  background: linear-gradient(180deg, #f8f4eb 0%, #efe7d9 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06); }

.service-area-cta .service-area-section-heading {
  margin-bottom: 1rem !important;
  padding-bottom: 0 !important; }

.service-area-cta .service-area-section-heading::after {
  right: -34px; }

.service-area-cta p {
  margin-top: 0 !important;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto; }

.service-area-cta .quick-btn {
  display: inline-block;
  margin-top: 1.4rem !important;
  padding: 1.25rem 2.6rem !important;
  font-size: 1.45rem !important;
  letter-spacing: 1.2px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }

.service-area-cta .quick-btn:hover,
.service-area-cta .quick-btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12); }

.service-area-page .content-sec {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }

.service-area-page .content-sec.pt-0 {
  padding-top: 0 !important; }

.service-area-page .content-sec.pb-5 {
  padding-bottom: 1.4rem !important; }

.service-area-page .container.my-6 {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem !important; }

.service-area-page .cont.my-6 {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem !important; }

.service-area-page .cont {
  padding-left: 20px;
  padding-right: 20px; }

.service-area-page .service-area-intro-copy {
  max-width: 1080px; }

.service-area-page .service-area-intro-copy p {
  max-width: 980px;
  margin-top: 0.8rem !important;
  margin-bottom: 0; }

.service-area-page .service-area-intro-copy p + p {
  margin-top: 0.6rem !important; }

.service-area-page .service-area-summary {
  padding: 22px 24px; }

.service-area-page .service-area-image {
  min-height: 300px; }

.service-area-page .list-group-item.mb-5 {
  margin-bottom: 1.2rem !important; }

.service-area-page .list-group-item .mt-4 {
  margin-top: 0 !important; }

.service-area-page .list-group-item .mt-0 {
  margin-top: 0.4rem !important; }

/* Service-area page design refinements */
.service-area-page .service-area-section-heading,
.service-area-hub-page .service-area-heading {
  display: block;
  text-align: left;
  margin-bottom: 1.2rem !important;
  padding-bottom: 12px !important;
  font-size: 40px; }

.service-area-page .service-area-section-heading::after,
.service-area-hub-page .service-area-heading::after {
  content: '';
  display: block;
  position: static;
  height: 3px;
  width: 64px;
  background-color: #F8D215;
  margin: 10px 0 0;
  transform: none;
  top: auto;
  right: auto;
  left: auto; }

.service-area-page .service-area-intro-copy,
.service-area-page .cont.my-6 {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important; }

.service-area-page .service-area-intro-copy p,
.service-area-page .cont > p {
  margin-top: 0.6rem !important; }

.service-area-page .service-area-image {
  min-height: 260px;
  max-height: 360px;
  border-radius: 10px; }

.service-area-page .list-group-item {
  padding-left: 0;
  padding-right: 0; }

.service-area-link-grid,
.service-link-grid {
  gap: 10px 12px; }

.service-area-link-card,
.service-link-card {
  background: #fff;
  border: 1px solid #e9e3d4;
  border-bottom: 2px solid #f8d215;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.2;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease; }

.service-area-link-card:hover,
.service-area-link-card:focus,
.service-link-card:hover,
.service-link-card:focus {
  background: #faf4e2;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06); }

.service-area-page .service-area-cta {
  padding: 42px 40px; }

.service-area-page .service-area-cta .service-area-section-heading {
  text-align: center;
  padding-bottom: 12px !important; }

.service-area-page .service-area-cta .service-area-section-heading::after {
  margin-left: auto;
  margin-right: auto; }

.service-area-page .contact-us {
  padding: 8px 0; }

.service-area-page .contact-us-heading {
  margin-bottom: 18px; }

.service-area-page .contact-us-quote {
  margin-bottom: 24px;
  line-height: 1.2; }

.service-area-page .contact-mail {
  margin-bottom: 12px; }

.service-area-page .footer {
  margin-top: 24px;
  padding-top: 16px; }

.service-area-page .service-area-bg,
.service-area-article-page .service-area-bg,
.service-area-hub-page .service-area-bg {
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: end; }

.service-area-page .service-area-banner,
.service-area-article-page .service-area-banner,
.service-area-hub-page .service-area-banner {
  position: relative;
  z-index: 2;
  margin-left: 0; }

.service-area-page .service-area-bg {
  background-image: linear-gradient(90deg, rgba(18, 18, 18, 0.82) 0%, rgba(18, 18, 18, 0.62) 38%, rgba(18, 18, 18, 0.2) 68%, rgba(18, 18, 18, 0.12) 100%), url("../assets/images/hero-install.webp");
  min-height: 500px;
  padding: 140px 0 56px; }

.service-area-page .service-area-banner {
  max-width: 760px;
  padding-left: 70px; }

.service-area-page .service-area-intro {
  padding: 0 0 0 30px;
  border-left: 4px solid #f8d215; }

.service-area-page .service-area-banner .uper-section-heading {
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
  max-width: 720px;
  text-wrap: balance; }

.service-area-page .service-area-subcopy {
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.5;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.92); }

.service-area-hub-page .service-area-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.42)), url("../assets/images/hero-install.webp");
  min-height: 360px;
  padding-left: 0;
  padding-bottom: 0; }

.service-area-hub-page .service-area-banner {
  max-width: 860px;
  padding: 150px 0 42px 56px; }

.service-area-hub-page .service-area-banner .uper-section-heading {
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.05; }

.service-area-hub-page .service-area-subcopy {
  font-size: 24px;
  line-height: 1.6;
  max-width: 760px;
  color: #fff; }

.service-area-hub-page .service-area-main {
  padding: 8px 0 0; }

.service-area-hub-page .service-area-block {
  margin: 0 0 12px; }

.service-area-hub-page .service-area-block:last-child {
  margin-bottom: 0; }

.service-area-hub-page .service-area-heading {
  margin-bottom: 16px !important;
  padding-bottom: 0 !important; }

.service-area-hub-page .service-area-grid-wrap,
.service-area-hub-page .service-area-grid {
  margin-bottom: 0;
  padding-bottom: 0; }

.service-area-hub-page .service-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px; }

.service-area-hub-page .service-area-card {
  display: block;
  background: #faf8f4;
  border-top: 3px solid #f8d215;
  padding: 28px;
  text-decoration: none;
  color: #111;
  height: 100%; }

.service-area-hub-page .service-area-card h3 {
  font-family: Matter_SB;
  font-size: 28px;
  margin-bottom: 12px; }

.service-area-hub-page .service-area-card p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.7; }

.service-area-hub-page .service-area-card:hover,
.service-area-hub-page .service-area-card:focus {
  color: #111; }

.service-area-hub-page .contact-us {
  margin-top: 0;
  padding-top: 0; }

.service-area-hub-page .contact-us-heading {
  margin-bottom: 32px;
  padding-top: 28px !important; }

.service-area-article-page .service-area-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.46)), url("../assets/images/hero-install.webp"); }

.service-area-article-page .service-area-banner {
  padding-bottom: 70px; }

.service-area-article-page .service-area-kicker {
  font-family: Matter_M;
  font-size: 15px;
  letter-spacing: 0.18em;
  margin-bottom: 18px !important; }

.service-area-article-page .service-area-subcopy {
  font-size: 24px;
  line-height: 1.6;
  max-width: 760px;
  color: #fff; }

.service-area-article-page .service-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0; }

.service-area-article-page .service-breadcrumbs li,
.service-area-article-page .service-breadcrumbs a {
  color: #fff;
  font-family: Matter_M;
  font-size: 14px;
  text-decoration: none; }

.service-area-article-page .service-breadcrumbs li::after {
  content: "/";
  margin-left: 10px;
  opacity: 0.65; }

.service-area-article-page .service-breadcrumbs li:last-child::after {
  content: "";
  margin: 0; }

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px; }

.service-detail-card {
  background: #faf8f4;
  border-top: 3px solid #f8d215;
  padding: 28px;
  height: 100%; }

.service-detail-card h3 {
  font-family: Matter_SB;
  font-size: 28px;
  margin-bottom: 12px;
  color: #111; }

.service-cta {
  background: linear-gradient(135deg, #f7f2e9 0%, #ece2d2 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 56px 42px; }

@media (max-width: 991px) {
  .service-area-page .service-area-bg {
    min-height: 430px;
    padding: 118px 0 34px; }
  .service-area-page .service-area-intro {
    padding-left: 22px; }
  .service-area-page .service-area-banner,
  .service-area-hub-page .service-area-banner {
    padding-left: 38px; }
  .service-area-hub-page .service-area-banner {
    padding-top: 136px;
    padding-bottom: 34px; }
  .service-area-hub-page .service-area-banner .uper-section-heading {
    font-size: 42px; }
  .service-area-hub-page .service-area-subcopy {
    font-size: 20px;
    line-height: 1.5; }
  .service-area-hub-page .service-area-grid,
  .service-detail-grid {
    grid-template-columns: 1fr; } }

@media (max-width: 767px) {
  .service-area-section-heading {
    display: block;
    max-width: 100%; }
  .service-area-section-heading::after {
    top: auto;
    right: auto;
    left: 0;
    bottom: -14px;
    margin-left: 0;
    transform: none; }
  .service-area-page .service-area-bg {
    min-height: 390px;
    padding: 104px 0 24px; }
  .service-area-page .service-area-banner {
    max-width: 100%;
    padding-left: 20px; }
  .service-area-page .service-area-intro {
    padding-left: 16px;
    border-left-width: 3px; }
  .service-area-page .service-area-banner .uper-section-heading {
    font-size: clamp(36px, 9vw, 48px);
    max-width: 100%; }
  .service-area-page .service-area-subcopy {
    font-size: 18px;
    line-height: 1.55;
    max-width: 100%; }
  .service-area-links,
  .service-link-panel {
    padding: 36px 24px; }
  .service-area-cta .quick-btn {
    width: auto;
    padding: 1.2rem 2.2rem !important; }
  .service-area-hub-page .service-area-bg {
    min-height: 420px; }
  .service-area-hub-page .service-area-grid {
    grid-template-columns: 1fr; }
  .service-area-hub-page .service-area-banner {
    padding-left: 20px;
    padding-top: 150px;
    padding-bottom: 32px; }
  .service-area-hub-page .service-area-banner .uper-section-heading {
    font-size: 40px;
    line-height: 1.08;
    margin-bottom: 12px; }
  .service-area-hub-page .service-area-subcopy {
    font-size: 16px;
    line-height: 1.55;
    max-width: calc(100% - 12px); }
  .service-area-article-page .service-area-bg {
    min-height: 360px;
    padding-bottom: 34px; } }

/* Recent Projects page */
.rp-map-wrap {
  width: 100%; }

.rp-map {
  width: 100%;
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #f4f4f4; }

.rp-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  color: #111;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04); }

.rp-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: #111; }

.rp-card-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #f0f0f0; }

.rp-card-body {
  padding: 18px 20px 20px; }

.rp-card-meta {
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px; }

.rp-card-title {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  color: #111; }

.rp-card-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 14px; }

.rp-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px; }

.rp-stars {
  color: #f4b400;
  letter-spacing: 1px; }

.rp-star-empty {
  color: #d9d9d9; }

.rp-view-link {
  color: #111;
  font-weight: 600; }

.rp-detail {
  max-width: 960px;
  margin: 0 auto; }

.rp-back-link {
  display: inline-block;
  margin-bottom: 18px;
  color: #555;
  text-decoration: none;
  font-size: 15px; }

.rp-back-link:hover {
  color: #111; }

.rp-detail-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.rp-detail-hero {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 24px;
  background-color: #f0f0f0; }

.rp-detail-desc {
  margin-bottom: 28px; }

.rp-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px; }

.rp-gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  display: block; }

.rp-review {
  background: #fafafa;
  border-left: 4px solid #f4b400;
  padding: 22px 26px;
  border-radius: 6px;
  margin-bottom: 28px; }

.rp-review-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px; }

.rp-review-name {
  font-weight: 600;
  color: #333; }

.rp-review-text {
  font-size: 17px;
  line-height: 1.55;
  color: #333;
  font-style: italic;
  margin: 0 0 10px; }

.rp-review-link {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px; }

.rp-review-link:hover {
  text-decoration: underline; }

@media (max-width: 768px) {
  .rp-map {
    height: 320px; }
  .rp-detail-hero {
    height: 260px; }
  .rp-gallery {
    grid-template-columns: repeat(2, 1fr); }
  .rp-gallery-item img {
    height: 150px; }
  .rp-card-img {
    height: 180px; } }
