.main-header {
  position: relative;
  padding: 14rem 0;
}

.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 14rem;
  padding: 0 8rem;
  z-index: 10;
  transition: all 0.5s;
  background: transparent;
}

.logo {
  width: 20rem;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

/* Mobile Navigation */
.mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}
.icon-mobile-nav {
  width: 5.2rem;
  height: 5.2rem;
}
.icon-mobile-nav[name="close-outline"] {
  display: none;
  color: var(--col-dr);
}

.icon-mobile-nav[name="menu-outline"] {
  color: var(--col-pr);
}

.nav-back {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.3s;
  z-index: 7;
  opacity: 0;
  pointer-events: none;
}

/* //////////////////////////////////////// */
/* /////////// SECTION HERO //////////// */
/* //////////////////////////////////////// */

.section-hero {
  width: 100%;
  padding-left: 8rem;
}

.hero-container {
  padding: 19.2rem 12.8rem;
  max-width: 170rem;
  margin-left: auto;
  background-image: linear-gradient(
      to left,
      rgba(6, 0, 30, 0.2),
      rgba(6, 0, 30, 0.7)
    ),
    url(../img/hero-360x430.webp);
  background-position: center;
  background-size: cover;
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
}

@media (min-width: 768px) {
  .hero-container {
    background-image: linear-gradient(
        to left,
        rgba(6, 0, 30, 0.2),
        rgba(6, 0, 30, 0.7)
      ),
      url(../img/hero-716x415.webp);
  }
}

@media (min-width: 1024px) {
  .hero-container {
    background-image: linear-gradient(
        to left,
        rgba(6, 0, 30, 0.2),
        rgba(6, 0, 30, 0.7)
      ),
      url(../img/hero-1000x500.webp);
  }
}

.hero-txt-box {
  max-width: 80rem;
}

.main-heading {
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2.4rem;
  color: #fff;
}

.main-description {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 4.8rem;
  color: var(--col-lt);
}

.hero-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 50rem;
  height: 100%;
  background: var(--col-pr);
  z-index: -1;
}

.hero-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--col-lt);
  z-index: -2;
}

/* //////////////////////////////////////// */
/* /////////// SECTION ABOUT //////////// */
/* //////////////////////////////////////// */
.about-container {
  width: 160rem;
  display: flex;
  justify-content: space-between;
  gap: 6.4rem;
}

.about-txt-box {
  max-width: 80rem;
  max-height: 50rem;
}

.about-heading {
  font-size: 3.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--col-pr);
  margin-bottom: 2.4rem;
}

.about-description {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--col-dr);
}

.about-feature-box {
  margin-top: 4.8rem;
}

.feature {
  display: flex;
  align-items: center;
}

.feature:not(:last-child) {
  margin-bottom: 2.4rem;
}

.feature ion-icon {
  font-size: 3.6rem;
  margin-right: 1.6rem;
  background: var(--col-pr);
  color: #fff;
  border-radius: 50%;
}

.feature p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  color: var(--col-dr2);
}

.about-img {
  position: relative;
  height: 100%;
  transform: scale(1.05);
}

/* //////////////////////////////////////// */
/* /////////// SECTION SERVICE //////////// */
/* //////////////////////////////////////// */
.section-service {
  background: var(--col-lt);
}

.service-container {
  max-width: 160rem;
  min-height: 10rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, 1fr);
  gap: 3.2rem;
}

.service-box {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 1rem 2rem #00000010;
}

.service {
  height: 100%;
  padding: 4.8rem;
  font-size: 2rem;

  background-size: cover;
  background-position: center;
  color: #fff;
}

.service-1 {
  background-image: linear-gradient(
      to left,
      rgba(247, 103, 7, 0.5),
      rgba(247, 103, 7, 0.9)
    ),
    url(../img/installation.webp);
}
.service-2 {
  background-image: linear-gradient(
      to left,
      rgba(247, 103, 7, 0.5),
      rgba(247, 103, 7, 0.9)
    ),
    url(../img/replacement.webp);
}
.service-3 {
  background-image: linear-gradient(
      to left,
      rgba(247, 103, 7, 0.5),
      rgba(247, 103, 7, 0.9)
    ),
    url(../img/maintain.webp);
}
.service-4 {
  background-image: linear-gradient(
      to left,
      rgba(247, 103, 7, 0.5),
      rgba(247, 103, 7, 0.9)
    ),
    url(../img/silicon.webp);
}
.service-5 {
  background-image: linear-gradient(
      to left,
      rgba(247, 103, 7, 0.5),
      rgba(247, 103, 7, 0.9)
    ),
    url(../img/flatRoof.webp);
}
.service-6 {
  background-image: linear-gradient(
      to left,
      rgba(247, 103, 7, 0.5),
      rgba(247, 103, 7, 0.9)
    ),
    url(../img/foam.webp);
}

.service-txt-box {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s;
}

.service-heading {
  color: #fff;
  margin-bottom: 2.4rem;
  font-size: 3rem;
  font-weight: 600;
}

/* ////////////////////////////// */
.service-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4.8rem;
  background: #fff;
  transition: all 0.3s;
}

.service-num {
  position: relative;
  font-size: 12.8rem;
  font-weight: 600;
  line-height: 0.8;
  color: var(--col-pr);
}
.service-num::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.5));
  z-index: 2;
}

.overlay-heading {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
  color: var(--col-dr2);
}

.service-box:hover .service-overlay {
  transform: translateY(-65%);
  opacity: 0;
}

.service-box:hover .service-txt-box {
  transform: translateY(0);
  opacity: 1;
}

/* ///////////////////////////////////// */
/* ////////// Section cta /////////// */
/* ///////////////////////////////////// */
.section-cta {
  background-image: linear-gradient(
      to right,
      rgba(24, 3, 106, 0.7),
      rgba(24, 3, 106, 0.8)
    ),
    url(../img/cta.webp);
  background-size: cover;
  background-position: center;
}

.cta-container {
  max-width: 160rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12.8rem;
}

.cta {
  grid-column: 1;
  display: grid;
  grid-template-rows: repeat(4, auto);
  gap: 4.8rem;
  border-radius: 1.6rem;
  background: var(--col-sc);
  box-shadow: 0 1rem 2rem #00000010;
  padding: 4.8rem;
}

.label {
  display: block;
  font-size: 3rem;
  color: var(--col-lt);
}

.message-box .label {
  margin-bottom: 2.4rem;
}

.input {
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 4.8rem;
  padding: 1.2rem;
  font-size: 2rem;
  font-weight: 400;
  text-align: start;
  background: transparent;
  border-bottom: 0.3rem solid var(--col-lt);
  color: var(--col-lt);
}

.message {
  height: 12rem;
  border: 0.3rem solid var(--col-lt);
  resize: none;
  border-radius: 1.6rem;
}

.cta .link.btn::after {
  background: #fff;
}

.cta .link.btn {
  transition: all 0.5s;
}

.cta .link.btn:hover {
  color: var(--col-pr);
}

/* ////////////////////////////// */
.cta-txt-box {
  grid-column: 2;
}

.cta-heading {
  text-transform: capitalize;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.6rem;
}

.cta-description {
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 400;
  color: var(--col-lt);
  margin-bottom: 9.6rem;
}

.cta-point-box {
  display: flex;
  align-items: center;
}

.cta-point-box:not(:last-child) {
  margin-bottom: 4.8rem;
}

.cta-point-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 1;
  font-weight: 600;
  margin-right: 2.4rem;
  border-radius: 50%;
  background: var(--col-pr);
  color: var(--col-lt);
}

.cta-point {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--col-lt);
  text-transform: capitalize;
}

/* ///////////////////////////////////// */
/* ////////// Section Footer /////////// */
/* ///////////////////////////////////// */
.footer {
  display: flex;
  justify-content: center;
  padding: 9.6rem 8rem 8rem;
  background: var(--col-dr);
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: 160rem;
  gap: 4.8rem;
  justify-content: space-between;
}

.footer-contact,
.footer-location {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--col-lt);
  font-size: 2.4rem;
  font-weight: 400;
}

.footer-contact {
  margin-bottom: 1.6rem;
}

.footer-contact-box p {
  margin-left: 2.4rem;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-size: 2.4rem;
  font-weight: 400;
}
.footer-nav-list .link {
  color: var(--col-lt);
}

.copyright-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.2rem;
}
.copyright {
  color: var(--col-lt);
  font-size: 2.4rem;
  font-weight: 400;
}

.footer ion-icon {
  color: var(--col-pr);
  font-size: 3rem;
}



.ghl-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

/* Calendly Widget, Calendly Toggler */
.calendly-widget-toggler {
  display: flex;
}
.calendly-widget-toggler__item {
  width: 50%;
  text-align: center;
}
.calendly-widget-toggler__item:first-child {
  border-right: 1px solid #e4e4e4;
}
.calendly-widget-link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all .2s easy;
  background-color: #fff;
}
.calendly-widget-toggler__item:first-child .calendly-widget-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.calendly-widget-toggler__item:last-child .calendly-widget-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.calendly-widget-link {
  color: #515151;
}
.calendly-widget-link:hover {
  color: #f76707FF;
}
.calendly-widget-link.active {
  color: #f76707FF;
  font-weight: bold;
  background-color: rgb(255, 247, 242);
}
.calendly-widget {
	height: 860px;
}

@media (min-width: 825px) {
  /* .calendly-widget-toggler {
    margin-top: -110px;
  } */
}

@media (min-width: 1000px) {
	.calendly-widget {
		height: 860px;
	}
}

@media (min-width: 1024px) {
  /* .calendly-widget-toggler {
    margin-top: -124px;
  } */
}

@media (min-width: 1153px) {
  /* .calendly-widget-toggler {
    margin-top: -124px;
  } */
}