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

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

body {
    overflow: hidden;
    /* background-color: #edf2ec6d; */
    font-family: 'EB Garamond', serif;
    background-color: #edf2ec;
    font-weight: 100;
}



/* edf2ec - light green
8a9b89 dark green */

img {
    user-select: none;
    /* pointer-events: none; */
}

.green-background {
    background-color: #8a9b89;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    padding: 0.6rem;
    font-size: 2.4rem !important;
}

.white-background {
    background-color: #fff;
    padding: 1.2rem;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    margin-top: -2.4rem;
    font-size: 1.8rem !important;
}

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


/* //////////VERTICAL-NAV//////////// */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #8a9b89; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: 3px solid #edf2ec;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #e4dbd0;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sub-link {
    margin-left: 1rem;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .open-nav {
      z-index: 999;
      font-size: 5rem;
      width: 6rem;
      color: #222;
      display: none;
      padding-right: 0.6;
      filter: brightness(0);
  }

  .closebtn {
    width: 4rem;
    border-radius: 50%;
    margin-top: 2rem;
    margin-right: -1rem;
  }


/* //////////HEADER//////////// */

.header {
    position: fixed;
    padding: 1.2rem 2.4rem;
    width: 100%;
    z-index: 999;
    background-color: #edf2ec;
    border-bottom: 3px solid #8a9b89;
}

.header-box {
    margin: 0 auto;
    max-width: 200rem;
}

.header-container {
    display: flex;
    justify-content: space-between;
}

.header-nav {
    display: flex;
    gap: 3.6rem;
    align-self: center;
    align-items: center;
}

.header-link {
    font-size: 3.2rem;
    letter-spacing: 1px;
    text-decoration: none;
    color: #222;
    padding: 0.6rem 1.2rem;
    /* border: 1px solid #8a9b89 */
    transition: all 0.3s;
}

.header-link:hover,
.dropdown:hover {
    transform: scale(1.03);
}

.header-special {
    background-color: #8a9b89;
    color: #fff;
    border: 0;
}

.nav-down-arrow {
    width: 1.6rem;
    filter: brightness(0);
}

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    transition: all 0.3s;

  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #edf2ec;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    border: 3px solid #8a9b89;
    border-top: 0px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    padding: 1.2rem 2.4rem;
    text-decoration: none;
    font-size: 3rem;
    color: #333;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #8a9b89;
    color: #fff;
}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .nav-link {background-color: #8a9b89;}

/* //////////HERO//////// */

.hero {
    /* background-image: url("imgs/hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: right;
    height: 100vh; */
    padding: 9.6rem 0rem 0;
    overflow: hidden;
}

.hero-box {
    margin: 0 auto;
    max-width: 200rem;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    grid-gap: 1.2rem;
    justify-items: center;
}

.hero-top-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.4rem;
}

.hero-bottom-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hero-header {
    font-size: 7.2rem;
    color: #222;
    margin-top: 3%;
    font-weight: 100;
}

.hero-img-box {
    z-index: 2;
}

.hero-top-img {
    width: 55rem;
    z-index: 5;
    margin-bottom: -50%;
    justify-self: right;
    border: 1.2rem solid #edf2ec;
    /* pointer-events: none; */
    position: absolute;
    transform-style:preserve-3d;
    transition: all 1s;
    backface-visibility:hidden;
}

.hero-top-img-box {
    z-index: 5;
    justify-self: right;
    position: relative;
    width: 55rem;
    margin-bottom: -50%;
    perspective:1000;
}

.hero-top-img-box img:first-child {
    animation: top-img-changer 12s infinite;

}

.hero-top-img-box img:nth-child(2){
    /* opacity: 0; */
    /* transform: rotateX(180deg); */
    opacity: 0;
    animation: top-img-changer-two 12s infinite;
    
}

.hero-top-img-box img:last-child{
    /* transform: rotateX(180deg); */
    opacity: 0;
    animation: top-img-changer-three 12s infinite;
}

@keyframes top-img-changer {

    0% {
        opacity: 1;
      }
    33% {
        opacity: 0;
      }
    66% {
        opacity: 0;
      }

  }

    @keyframes top-img-changer-two {

        0% {
            opacity: 0;
          }
        33% {
            opacity: 1;
          }
        66% {
            opacity: 0;
          }
    

  }

  @keyframes top-img-changer-three {

    0% {
        opacity: 0;
      }
    33% {
        opacity: 0;
      }
    66% {
        opacity: 1;
      }

  }

/* @keyframes top-img-changer {

    0% {
        transform: rotateX(0deg);
      }
    33% {
        transform: rotateX(180deg);
      }
    66% {
        transform: rotateX(180deg);
      }

  }

    @keyframes top-img-changer-two {

        0% {
            transform: rotateX(180deg);
          }
        33% {
            transform: rotateX(0deg);
          }
        66% {
            transform: rotateX(180deg);
          }
    

  }

  @keyframes top-img-changer-three {

    0% {
        transform: rotateX(180deg);
      }
    33% {
        transform: rotateX(180deg);
      }
    66% {
        transform: rotateX(0deg);
      }

  } */



.hero-img {
    width: 160rem;
    border: 1.2rem solid #edf2ec;
    border-left: none;
    z-index: 2;
    user-select: none;
}

.hero-icons {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-self: flex-end;
    padding-right: 4.8rem;
    padding-bottom: 4.8rem;
    position: relative;
    z-index: 2;
}

.hero-icon {
    width: 6rem;
    transition: all 0.3s;
}

.hero-icon:hover {
    transform: scale(1.05);
}

/* //////////INFO//////////// */

.info {
    padding: 9.6rem 1.2rem 12rem;
}

.info-box {
    margin: 0 auto;
    max-width: 120rem;
}

.info-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.6rem;
    position: relative;
}

.info-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.info-header {
    font-size: 6rem;
    color:#222;
    font-weight: 200;
    text-align: center;
}

.info-img-box {
    width: 150%;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 110%;
    z-index: 1;
}

.info-img {
    transform-style:preserve-3d;
    transition: all 1s;
    backface-visibility:hidden;
}

.info-img-box img:first-child {
    animation: top-img-changer 12s infinite;
    opacity: 1;
}

.info-img-box img:last-child {

    opacity: 0;
    animation: top-img-changer-two 12s infinite;
    
}

@keyframes top-img-changer {

    0% {
        opacity: 1;
      }
    50% {
        opacity: 0;
      }

  }

    @keyframes top-img-changer-two {

        0% {
            opacity: 0;
          }
        50% {
            opacity: 1;
          }

  }

.info-text {
    font-size: 2.4rem;
    color: #444;
    padding: 1.2rem;
    /* background-color: #fff; */
}


/* //////////SEPARATOR//////////// */

.separator {
    width: 100%;
    height: 4.8rem;
    border-top: 1.2rem solid #fff;
    border-bottom: 1.2rem solid #8a9b89;
    z-index: 2;
    position: relative;
}


 /* -------CAROUSEL------ */


  

/* Animation */
@keyframes scroll {
	0% { transform: translateX(0); }
	50% { transform: translateX(calc(-230px * 24))}
    100% { transform: translateX(200px)}
}


/*  Styling  */
#logos-home-page .slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2.4rem 0 9.6rem;
}

#logos-home-page .slider:before,#logos-home-page .slider:after {
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		content: "";
		position: absolute;
		/* width: 200px; */
		z-index: 2;
	}
	
#logos-home-page .slider:after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

#logos-home-page .slider:before {
		left: 0;
		top: 0;
	}

#logos-home-page .slide-track {
		animation: scroll 60s linear infinite;
		display: flex;
		/* width: calc(250px * 14); */
        gap: 10rem;
}
	
#logos-home-page div.slide {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
}

.slide {
    white-space: nowrap;
}

.slide-text {
    font-size: 4.2rem;
    color: #222;
}

/* //////////LOCATIONS//////////// */

.locations {
    padding: 4.8rem 0.6rem;
}

.locations-box {
    max-width: 120rem;
    margin: 0 auto;
}

.locations-container {
    display: flex;
    gap: 4.8rem;
    align-items: center;
    justify-content: center;
}

.locations-item {
    font-size: 3rem;
    color: #333;
    text-align: center;
}

/* //////////BENEFITS//////////// */

.benefits {
    padding: 12rem 1.2rem 9.6rem;
    overflow: hidden;
}

.benefits-box {
    margin: 0 auto;
    max-width: 150rem;
}

.benefits-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 10rem;
    position: relative;

}

.benefits-text-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
    /* background-color: #fff; */
    padding: 1.2rem;
}

.benefits-header {
    font-size: 6rem;
    color:#222;
    grid-column: 1/3;
    font-weight: 200;
    text-align: center;
}

.benefits-caption {
    font-size: 4.2rem;
    font-weight: 100;
    color: #444;
}

.benefits-img-box {
    width: 100%;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    z-index: 1;
}

.benefits-img-box img:first-child {
    animation: top-img-changer 12s infinite;
    opacity: 1;
}

.benefits-img-box img:last-child {

    opacity: 0;
    animation: top-img-changer-two 12s infinite;
    
}

@keyframes top-img-changer {

    0% {
        opacity: 1;
      }
    50% {
        opacity: 0;
      }

  }

    @keyframes top-img-changer-two {

        0% {
            opacity: 0;
          }
        50% {
            opacity: 1;
          }

  }

.benefits-img {
    width: 80%;
    position: absolute;
    transform: translate(0, -50%) scaleX(-1);
    top: -10%;
    left: -38%;
    padding: 1.2rem;
    pointer-events: none;
    z-index: 1;
}

.benefits-text {
    font-size: 2.4rem;
    color: #444;
}

.benefits-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* //////////ROW//////////// */

.row {
    padding: 4.8rem 1.2rem 9.6rem;
    z-index: 2;
    position: relative;
    border-top: 12px solid #fff;
    border-bottom: 12px solid #fff;
}

.row-box {
    margin: 0 auto;
    max-width: 190rem;
}

.row-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.6rem;
    justify-items: center;
}

.row-item {
    border: 1.2rem solid #edf2ec;
    background-color: #fff;
    outline: 12px solid #fff;
    width: 40rem;
    height: 40rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.row-image {
    width: 40rem;
    height: 40rem;
}

.row-header {
    font-size: 4.2rem;
    color: #444;
    font-weight: 100;

}

.row-text {
    font-size: 2.4rem;
    color: #444;
    padding: 0 0.6rem;
}




/* -------EPOXY------ */


/* .epoxy {
    padding: 4.8rem 1.2rem 4.8rem;
}


.epoxy-box {
    margin: 0 auto;
    max-width: 190rem;
}

.epoxy-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.4rem;
    justify-items: center;
}

.epoxy-link-two {
    margin-bottom: -15rem;
}

.epoxy-img {
    width: 90rem;
}

.epoxy-link,
.epoxy-link-two {
    transition: all 1s;
    perspective: 1800px;
    transform-style: preserve-3d;
}

.epoxy-link:hover,
.epoxy-link-two:hover {
    transform: scale(1.1);
} */


/* --------------OVERLAY--------------- */


.overlay {
    padding: 4.8rem 0.6rem;
}

.overlay-box {
    margin: 0 auto;
    max-width: 120rem;
}

.overlay-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 3.6rem;
    column-gap: 3.6rem;
}

.overlay-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-self: center;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.overlay-header {
    font-size: 6rem;
    color:#222;
    font-weight: 200;
    text-align: center;
}

.overlay-text {
    text-align: center;
    font-size: 2.4rem;
    color: #444;
    padding: 1.2rem;
    /* background-color: #fff; */
}

.overlay-img-box {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
    column-gap: 2.4rem;

}

.overlay-four-img-box {
    columns: 2;
}

.overlay-img {
    width: 100%;
    transition: all 0.3s;
}

.overlay-img:hover {
    transform: scale(1.1);
}




/* --------------ICONS--------------- */


.icons {
    padding: 4.8rem 0.6rem;
}

.icons-box {
    margin: 0 auto;
    max-width: 120rem;
}

.icons-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 4.8rem;
}

.icons-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.icons-img {
    width: 11rem;
    align-self: center;
}

.icons-header {
    font-size: 3.6rem;
    color: #222;
    text-align: center;
}

.icons-text {
    font-size: 2.4rem;
    color: #444;
    text-align: center;
}



/* --------------VIDEO--------------- */

.video {
    padding: 4.8rem 0.6rem;
}

.video-box {
    margin: 0 auto;
    max-width: 120rem;
}

.video-container {
    display: flex;
    gap: 4.8rem;
    justify-content: space-around;
    align-items: center;
}

.video-item {
    width: auto;
    height: 75rem;
}





/* --------------GALLERY--------------- */



.gallery {
    padding: 4.8rem 1.2rem;
    border-bottom: 12px solid #8a9b89;
}

.gallery-box {
    margin: 0 auto;
    max-width: 160rem;
    display: flex;
    flex-direction: column;
}

.gallery-container {
    column-count: 4;
}

.gallery-img {
    width: 100%;
    padding: 1.2rem 1.2rem;
    transition: all 0.3s;
    /* border-radius: 2.4rem; */
    
}

.gallery-img:hover {
    transform: scale(1.75);
    z-index: 1;
}

.gallery-img-box {
    /* overflow: hidden; */
    /* border-radius: 1.8rem; */
    padding: 0.6rem 0;
    align-self: center;
    justify-self: center;
}



/* -------CTA SECTION------ */

.cta {
    padding: 4.8rem 0.6rem;
    background-color: #fff;
    border-bottom: 12px solid #8a9b89;

}

.cta .cta-box {
    max-width: 120rem;
    margin: 0 auto;
    letter-spacing: 0.5px;
    padding: 1.2rem;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.cta-form {
    align-self: center;
}

.cta-text {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-items: center;
    align-items: center;
    color: #444;
}

.cta-title {
    font-size: 6rem;
    font-weight: 200;
    color: #222;
    text-align: center;
}

.cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.2rem;
}

.email-text,
.number-text {
    color: #8a9b89;
    text-decoration: none;
}

.cta-socials {
    align-self: center;
    justify-self: center;
    display: flex;
    gap: 6.2rem;
    padding: 3rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.input-box {
    border: none;
    border-bottom: 3px solid #edf2ec;
    resize: none;
    padding: 1.2rem;
}

.input-box::placeholder {
    font-family: 'Quicksand', sans-serif;
}

.message-input {
    height: 12rem;
}

.message-input::placeholder {
    font-family: 'Quicksand', sans-serif;
}

.submit-btn {
    width: auto;
    align-self: flex-end;
    padding: 0.6rem 1.2rem;
    border: none;
    background-color: #8a9b89;
    color: #fff;
    font-size: 2.4rem;
    cursor: pointer;
    /* border: 1px solid #0d3b66; */
}


  /* -------FOOTER SECTION------ */

  .footer {
    padding: 9.6rem 4.8rem;
    background-color: #edf2ec;
    color: #444;
    border-top: 12px solid #8a9b89;
    display: grid;
    grid-template-columns: 1fr;
}

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
    text-align: center;
}

.footer-logo {
    width: 20rem;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #444;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-social {
    width: 4.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

.footer-social:hover {
    transform: scale(1.05);
}

.footer-header {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    color: #444;
}

.footer-details {
    font-size: 1.8rem;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #444;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#444;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #222;
}

.footer-placeholder {
    font-size: 4.8rem;
}


/* //////////PAGE//////////// */

.spacer {
    height: 14rem;
}

.page-title {
    padding: 4.8rem 2.4rem;
    font-size: 7.2rem;
    font-weight: 100;
    color:#222;
    border-bottom: 3px solid #edf2ec;
    border-top: 3px solid #edf2ec;
}

.page {
    padding: 4.8rem 1.2rem;
}

.page-box {
    margin: 0 auto;
    max-width: 80rem;
}

.page-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.page-info-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.page-header {
    font-size: 4.8rem;
    font-weight: 200;
    color: #444;
    position: relative;
    text-align: center;
}

.bullet-points-list {
    justify-self: center;
    padding: 0 2.4rem;
    list-style: none;
    /* text-align: center; */
}

.bullet-point::before {
    content: "\2022";
    color: #69995d;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.bullet-point {
    font-size: 2.4rem;
    color: #777;
    padding: 0.6rem 0;
    font-weight: bold;
}


.epoxy-floor-diamond {
    top: -50rem;
    left:45%;
}

.epoxy-countertop-diamond {
    top: -20rem;
    right:45%;
    transform: rotate(90deg);
}

.page-abs-img {
    position: absolute;
    z-index: -1;
    opacity: 0.5;
}

.page-text {
    font-size: 2.2rem;
    color: #444;
}

.page-link {
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    background-color: #8a9b89;
    margin: auto;
    justify-self: flex-end;
    font-size: 2.4rem;
    color: #fff;
}

.telephone {
    color: #222;
    text-decoration: none;
}

.spacer {
    height: 14rem;
}

/* //////////PAGE-Z SECTION//////// */

.page-z {
    padding: 4.8rem 2.4rem;
}

.page-z-box {
    max-width: 140rem;
    margin: 0 auto;
}

.page-z-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 4.8rem;
}

.page-z-img {
    width: 90%;
    transition: all 0.3s;
    user-select: none;
    pointer-events: all;
}

.page-z-img:hover {
    transform: scale(1.3);
}

.page-z-text-box {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    align-items: center;
    justify-content: center;
}

.page-z-header {
    color: #444;
    font-size: 3.6rem;
    text-align: center;
}

.page-z-text {
    color: #444;
    font-size: 2.4rem;
    text-align: center;
}

.cta-page-container {
    grid-template-columns: 1fr;
}


/* -------INTRO SECTION------ */

.intro {
    padding: 0 0.6rem;
}



.intro-box {
    max-width: 200rem;
    margin: 0 auto;
}

.intro-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.intro-img-box {

    overflow: hidden;
}

.intro-img-box-mobile {
    overflow: hidden;
    display: none;
    justify-self: center;
    align-self: center;
}

.intro-img {
    width: 100%;
    transition: all 0.3s;
}

.intro-img:hover {
    transform: scale(1.1);
}

.intro-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.4rem;
    overflow: hidden;
    padding: 0 0.6rem;
    justify-self: center;
}

.intro-header {
    font-size: 3.6rem;
    font-weight: 100;
    color: #333;
    text-align: center;
}

.intro-text {
    text-align: center;
    font-size: 2.2rem;
    color: #777;
    max-width: 84rem;
    align-self: center;
}

.intro-link {
    font-size: 2.2rem;
    padding: 0.6rem 1.2rem;
    font-weight: 100;
    background-color: #8a9b89;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    align-self: center;
    width: 30rem;
}

.intro-link:hover {
    background-color: #fff;
    color: #8a9b89;
    border: 1px solid #8a9b89;
}


/* -------REVIEWS------ */

.reviews {
    padding: 9.6rem 0.6rem;
}

.review-box {
    margin: 0 auto;
    max-width: 140rem;
}

.review-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4.8rem;
    row-gap: 4.8rem;
    /* align-items: center;
    justify-content: center; */
}

.review-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    background-color: #fff;
    padding: 1.2rem 2.4rem;
    box-shadow: 0.6rem 0.6rem #3333332d;
}

.review-item-top-box {
    display: flex;
    gap: 2.4rem;
    align-items: center;
}

.review-item-header-box {
    display: flex;
    flex-direction: column;
}

.review-profile-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: green;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: 1.2rem;
}

.review-profile-letter {
    /* border-radius: 50%; */
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

.review-name {
    font-size: 2rem;
    color: #333;
    display: flex;
    gap: 1.2rem;
}

.review-verified-img {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.6rem;
}

.stars {
    color: gold;
    font-size: 2rem;
}

.review-item-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.review-item-text {
    font-size: 1.8rem;
    color: #777;
}

.google-logo {
    width: 9rem;
    margin-top: auto;
}


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

.faq {
    background-color: #fafafa;
    padding: 9.6rem 0.6rem;
}

.faq-box {
    margin: 0 auto;
    max-width: 120rem;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.faq-text-box {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
    max-width: 60rem;
    margin: auto;
    padding-bottom: 4.8rem;
}

.faq-header {
    color: #333;
    font-size: 4.8rem;
}

.faq-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

.faq-link {
    background-color: #edf2ec;
    color: #333;
    text-decoration: none;
    font-size: 2.4rem;
    text-align: center;
    padding: 0.6rem 2.4rem;
    border-radius: 6px;
    transition: all 0.3s;
}

.faq-link:hover {
    background-color: #8a9b89;
    color: #fff;
}

.faq-link:hover > .faq-arrow {
    filter: brightness(0%);
}

.faq-arrow {
    width: 2rem;
    margin-bottom: -0.3rem;
    margin-left: 1rem;
}

.faq-item {
    display: flex;
    flex-direction: column;
}

.accordion-arrow {
    margin-left: auto;
    width: 3rem;
}

.accordion {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding: 2.4rem 2.4rem;    
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 3.6rem;
    border-radius: 13px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #edf2ec; 
  }
  
  .panel {
    padding: 2.4rem 2.4rem 4.8rem;
    display: none;
    background-color: #edf2ec;
    overflow: hidden;
    font-size: 2.4rem;
    color: #333;
    border-radius: 13px;
  }

.video-wide-container {
    position: relative;
    max-width: 160rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.video-wide {
    width: 100%;
    height: 100%;
}

.trio {
    padding: 1.2rem;
    background-color: #fff;
}

.trio-box {
    margin: 0 auto;
    max-width: 140rem;
}

.trio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

.trio-item {
    overflow: hidden;
}

.trio-img:hover {
    transform: scale(1.1);
}

.trio-img {
    width: 100%;
    transition: all 0.3s;
}

.page-links {
    background: #f5f5f5;
    padding: 2.4rem 0.6rem;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .page-links-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  
  .page-links h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #2d2d2d;
  }
  
  .page-links-intro {
    font-size: 2.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
  }
  
  .page-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  }
  
  .page-link-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    text-align: left;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s, transform 0.2s;
  }
  
  .page-link-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-3px);
  }
  
  .page-link-card h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #333;
  }
  
  .page-link-card p {
    font-size: 2rem;
    color: #555;
    line-height: 1.5;
  }

  
  .pageHero {
    background: #f7f7f4;
    padding: 9.6rem 0.6rem 2.4rem;
  }
  
  .pageHero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  
  .pageHero-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
  }
  
  .pageHero-tagline {
    font-size: 20px;
    color: #555;
    max-width: 600px;
  }
  
  .pageHero-featureList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  
  .pageHero-feature {
    background: #fff;
    border-left: 5px solid #69995d;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
  }
  
  .pageHero-feature h3 {
    font-size: 2.4rem;
    margin-bottom: 12px;
    color: #333;
  }
  
  .pageHero-feature p {
    font-size: 2rem;
    color: #666;
    line-height: 1.6;
  }
  
  @media (max-width: 768px) {
    .pageHero-content h1 {
      font-size: 34px;
    }
  
    .pageHero-tagline {
      font-size: 17px;
    }
  }
  
  .pageSplit {
    background: #ffffff;
    padding: 2.4rem 0.6rem;
    border-top: 1px solid #eee;
  }
  
  .pageSplit-container {
    max-width: 1150px;
    margin: 0 auto;
  }
  
  .pageSplit-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
  }
  
  .pageSplit-header h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #1d1d1d;
  }
  
  .pageSplit-header p {
    font-size: 2rem;
    color: #555;
  }
  
  .pageSplit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
  }
  
  .pageSplit-item {
    background: #f7f7f7;
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s;
  }
  
  .pageSplit-item:hover {
    transform: translateY(-4px);
  }
  
  .pageSplit-item h3 {
    font-size: 2.2rem;
    margin-bottom: 12px;
    color: #333;
  }
  
  .pageSplit-item p {
    font-size: 2rem;
    color: #555;
    line-height: 1.6;
  }

  .pageSteps {
    background: #ffffff;
    padding: 2.4rem 0.6rem;
    border-top: 1px solid #eee;
  }
  
  .pageSteps-container {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .pageSteps-title {
    font-size: 30px;
    color: #1d1d1d;
    margin-bottom: 15px;
  }
  
  .pageSteps-intro {
    font-size: 2rem;
    color: #555;
    margin-bottom: 50px;
    max-width: 650px;
  }
  
  .pageSteps-list {
    counter-reset: step;
    list-style: none;
    padding-left: 0;
  }
  
  .pageSteps-step {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
  }
  
  .pageSteps-step h3 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 10px;
  }
  
  .pageSteps-step p {
    font-size: 2rem;
    color: #555;
    line-height: 1.7;
  }
  
  .pageSteps-step::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 3px;
    width: 32px;
    height: 32px;
    background: #69995d;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  
  .pageFeature {
    background: #8a9b89;
    padding: 2.4rem 0.6rem;
    color: #fff;
  }
  
  .pageFeature-container {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  
  .pageFeature-content h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #fff;
  }
  
  .pageFeature-content p {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  
  .pageFeature-aside {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  
  .pageFeature-point {
    background: #fff;
    padding: 20px 25px;
    border-left: 4px solid #69995d;
    border-radius: 8px;
  }
  
  .pageFeature-point strong {
    display: block;
    font-size: 2rem;
    color: #333;
    margin-bottom: 5px;
  }
  
  .pageFeature-point span {
    font-size: 2rem;
    color: #333;
  }
  
  @media (max-width: 900px) {
    .pageFeature-container {
      grid-template-columns: 1fr;
    }
  }
  
  .pageCompare {
    background: #fff;
    padding: 2.4rem 0.6rem;
    border-top: 1px solid #eee;
  }
  
  .pageCompare-container {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .pageCompare-heading {
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
    color: #1f1f1f;
  }
  
  .pageCompare-wrap {
    display: flex;
    gap: 60px;
    position: relative;
  }
  
  .pageCompare-column {
    flex: 1;
    background: #f9f9f9;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  
  .pageCompare-label {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #69995d;
    padding-bottom: 8px;
  }
  
  .pageCompare-column p {
    font-size: 2rem;
    color: #555;
    line-height: 1.7;
  }
  
  .pageCompare-divider {
    width: 2px;
    background: #e2e2e2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
  }
  
  @media (max-width: 900px) {
    .pageCompare-wrap {
      flex-direction: column;
      gap: 40px;
    }
  
    .pageCompare-divider {
      display: none;
    }
  }
  
  .pageFaqs {
    background: #f6f6f6;
    padding: 100px 30px;
  }
  
  .pageFaqs-container {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .pageFaqs-heading {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    color: #1f1f1f;
  }
  
  .pageFaqs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 40px;
  }
  
  .pageFaqs-block {
    background: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    border-left: 4px solid #69995d;
  }
  
  .pageFaqs-block h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #333;
  }
  
  .pageFaqs-block p {
    font-size: 2rem;
    color: #555;
    line-height: 1.7;
  }
  
  .pageInsight {
    background: #f4f4f4;
    padding: 100px 30px;
  }
  
  .pageInsight-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  
  .pageInsight h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #222;
  }
  
  .pageInsight p {
    font-size: 2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  