@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');


/*------------------------------------------------*/
/* Variable STYLES */
/*------------------------------------------------*/

:root {
    /* Color Palette */
    --color-h1: #111;  
    --color-h2: #333;  
    --color-h3: #840000;
    --color-text: #111;
    
    --color-link: #666; 
    --color-hover:#840000;  
    
    --color-hr-border: #840000;  
    
    --button-bg-link:#840000;  
    --button-bg-hover: #FFF;
    
    /* Typography */
    --font-family-base: "Noto Sans", sans-serif;
    --font-family-heading: "Roboto Slab", serif;
    --font-size-normal: 1rem;

    /* Top Level Menu */
    --color-topmenu-link: #EEE;
    --color-topmenu-hover:#FFF;
    --color-topmenu-border-link: 2px solid transparent;
    --color-topmenu-border-hover: 2px solid #840000;

    --font-size-topmenu: 17px;
    --background-color-up: transparent;
    --background-color-down: transparent;
    --font-weight-topmenu: 400;



/*------------------------------------------------*/
/* Feature Box – Global Overrides */
/*------------------------------------------------*/

 /* Overlay (hover) */
 --feature-overlay-bg-start: rgba(0, 140, 190, 0.85);
--feature-overlay-bg-end: rgba(0, 169, 225, 0.95);
  --feature-overlay-opacity: 1;

  /* Overlay Typography */
  --feature-title-color: #ffffff;
  --feature-title-size: clamp(1.3rem, 2.2vw, 1.7rem);
  --feature-text-color: rgba(255,255,255,0.9);
  --feature-text-size: 0.95rem;
  --feature-text-line-height: 1.1;
  --text-align: left;

  /* Pre-hover Label */
  --feature-label-color: #ffffff;
  --feature-label-size: clamp(1.2rem, 2vw, 1.8rem);
  --feature-label-weight: 700;
  --feature-label-letter-spacing: 0.5px;
  --feature-label-bg-start: rgba(0,0,0,0.2);
  --feature-label-bg-end: rgba(0,0,0,0.45);
  --feature-label-border: 2px solid #840000;

  /* CTA */
  --feature-cta-color: #ffffff;
  --feature-cta-hover-color: #ffffff;
  --feature-cta-bg: transparent;
  --feature-cta-bg-hover: transparent;
  --feature-cta-size: 0.95rem;
  --feature-cta-font-weight: 600;
  --feature-cta-padding: 0 1.25rem;
  --feature-arrow-shift: 6px;

  /* Motion */
  --feature-img-scale: 1.08;
  --feature-overlay-translate: 0;
  --feature-transition-speed: 0.45s;
  --feature-transition-ease: cubic-bezier(.2,.8,.2,1);

  /* Shape + Depth */
  --feature-radius: 0;
  --feature-hover-lift: 0;
  --feature-hover-shadow: 0 20px 40px rgba(0,0,0,.2);
}





/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:var(--color-link);
    text-decoration: none; 
	-webkit-transition:all ease .3s; 
	transition:all ease .3s;

}

a:hover {
        color:var(--color-hover); 
        text-decoration: none;
		-webkit-transition:all ease .3s; 
		transition:all ease .3s;
}

body {

}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 34px;
	color:var(--color-h1);
	font-family: var(--font-family-heading);	
	font-weight:800;
}

h2 {
    font-size: 24px;
	color:var(--color-h2);
	font-weight:600;
	font-family: var(--font-family-base);
}

h3 {
    font-size: 20px;
    color:var(--color-h3);
	font-weight:400;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14pvx;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: var(--color-hr-border);
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:16px;}

td {color:var(--color-text);padding:5px;line-height:18px; font-size:var(--font-size-normal);font-family: var(--font-family-base);}

ul li {
    font-size:var(--font-size-normal); 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:var(--font-size-normal); 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }


.page-break-section {box-shadow:none !important;}


/* ==============================================
   CHEVRON (Custom Arrow for Dropdowns)
   ============================================== */


/* Prepare dropdown link for arrow positioning */
#dnnMenu .dropdown-toggle {
    position: relative;
    padding-right: 30px; /* Space for arrow */
}

/* Replace Bootstrap triangle */
#dnnMenu .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .25s ease;
    border-top: none;
    border-left: none;
}

/* Rotate arrow when open */
#dnnMenu li.show > .dropdown-toggle::after {
    transform: translateY(-50%) rotate(225deg);
}



/* ==============================================
   TOP LEVEL NAVIGATION (DESKTOP BASE)
   ============================================== */

#dnnMenu .topLevel {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dnnMenu .topLevel > li {
    position: relative;
}

#dnnMenu .topLevel > li > a {
    text-transform: uppercase;
    padding: 8px 14px;
    margin: 0 8px;
    background: var(--background-color-up);
    color: var(--color-topmenu-link);
    border-bottom: var(--color-topmenu-border-link);
    transition: all .3s ease;
    font-size: var(--font-size-topmenu);
    font-weight: var(--font-weight-topmenu);
    font-family:var(--font-family-heading);
    display: inline-block;
}

/* Hover / Active / Open */
#dnnMenu .topLevel > li > a:hover,
#dnnMenu .topLevel > li > a:focus,
#dnnMenu .topLevel > li.active > a,
#dnnMenu .topLevel > li.show > a {
    color: var(--color-topmenu-hover);
    background: var(--background-color-down);
    border-bottom: var(--color-topmenu-border-hover);
}



/* ==============================================
   DESKTOP DROPDOWN STYLING
   ============================================== */

@media (min-width: 993px) {

    #dnnMenu .dropdown-menu {
        border-radius: 0;
        background: #f5f5f5;
        padding: 0;
        margin-top: 0;
        border: none;
        min-width: 220px;
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

    #dnnMenu .dropdown-menu li {
        border-bottom: 1px solid #e1e1e1;
    }

    #dnnMenu .dropdown-menu li:last-child {
        border-bottom: none;
    }

    #dnnMenu .dropdown-menu li > a {
        display: block;
        padding: 10px 16px;
        color: #333;
        font-size: 15px;
        text-align: left;
        transition: background .2s ease, color .2s ease;
    }

    #dnnMenu .dropdown-menu li > a:hover {
        background: #e9e9e9;
        color: #111;
    }

}



/* ==============================================
   NAVBAR TOGGLER (Mobile Button)
   ============================================== */

.navbar-toggler {
    margin-bottom: 3px;
    margin-top: 0; /* Adjust if needed */
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}



/* ==============================================
   MOBILE NAVIGATION (≤ 992px)
   ============================================== */

@media (max-width: 992px) {

    /* Stack menu vertically */
    #dnnMenu .topLevel {
        width: 100%;
        text-align: center;
    }

    #dnnMenu .topLevel > li {
        width: 100%;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    /* Remove desktop underline styling */
    #dnnMenu .topLevel > li > a,
    #dnnMenu .topLevel > li.show > a,
    #dnnMenu .topLevel > li.active > a {
        border-bottom: none !important;
        background: transparent;
        margin: 0;
        padding: 14px 0;
        width: 100%;
        display: block;
    }

    /* Larger arrow for touch */
    #dnnMenu .dropdown-toggle::after {
        right: 18px;
        width: 10px;
        height: 10px;
    }

    /* Mobile dropdown container */
    #dnnMenu .dropdown-menu {
        position: static;
        box-shadow: none;
        background: #eeeeee;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    /* Center dropdown links */
    #dnnMenu .dropdown-menu li > a {
        text-align: center;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0,0,0,.05);
    }

    #dnnMenu .dropdown-menu li:last-child > a {
        border-bottom: none;
    }

}




/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/


.headertext .MoreButton a:link, .headertext .MoreButton a:visited {
  padding: 16px 25px;
  text-align: center;
  color: #e6985a;
  font-size:20px;
  display: inline-block;
  border:1px solid var(--button-bg-link);
  background:var(--button-bg-link);
  font-family: var(--font-family-heading);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
  box-shadow:0 0 15px 1px rgba(0,0,0,0.1);
}

.headertext .MoreButton a:hover, .headertext .MoreButton a:active {
  padding: 16px 25px;
  text-align: center;
  color:#e6985a;
  font-size:20px;
  display: inline-block;
  border:1px solid var(--button-bg-link);
  background:var(--button-bg-hover);
  font-family: var(--font-family-heading);
  margin:3px 0 3px 0; 
  box-shadow:0 0 20px 1px rgba(0,0,0,0.1);
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

.DarkButton a:link,
.DarkButton a:visited {
  padding: 16px 45px 16px 35px; /* extra right space for arrow */
  text-align: center;
  color: #d5ccb6;
  font-size: 16px;
  border-radius: 40px;
  display: inline-block;
  border: 1px solid #666;
  background: rgba(0,0,0,0.7);
  font-family: var(--font-family-base);
  margin: 3px 0;
  transition: all ease .4s;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
  width:100%;
}

/* Arrow */
.DarkButton a::after {
  content: "→";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

/* Hover state */
.DarkButton a:hover,
.DarkButton a:active {
  padding: 16px 55px 16px 30px; /* shifts text slightly left */
  color: #FFF;
  background: rgba(0,0,0,1);
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.15);
}

/* Animate arrow in */
.DarkButton a:hover::after {
  opacity: 1;
  right: 50px; /* slides inward slightly */
}



/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/

.menuwrap {padding:12px 0;}

.headerwrap {padding:10px 0 10px 0;background:#FFF;box-shadow:0 0 15px 1px rgba(0,0,0,0.1);}
.headerbkwrap {padding:10px 0 10px 0;background:#0d0d0d;}
.headertext {text-align:center;padding:7px 0;}
.headertext h1 {color:#111;font-size:30px;text-align:center;}
.headertext h1 span {color:#840000;font-size:18px;text-align:right;font-weight:400;font-family:var(--font-family-base);}

.logo {text-align:center;margin:0 auto;text-align:center;padding-top:20px;}

.menupad {padding-top:10px;}

.headertext a:link, .headertext a:visited {font-weight:400;font-size:24px;color:#666;  -webkit-transition:all ease .5s; transition:all ease .5s;}
.headertext a:hover, .headertext a:active {font-weight:400;color:#840000;font-size:24px; -webkit-transition:all ease .5s; transition:all ease .5s;}

@media (max-width: 768px) {

    .contacttext ul {
        text-align: center;
    }

    .contacttext li {
        display: block;
        margin-bottom: 10px;
    }

    /* Optional: space out icons nicely */
    .contacttext li:last-child a {
        display: inline-block;
        margin: 0 6px;
    }
}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.showcasewrap {
	background:url('images/showcase_responsive_bg.webp');
    width:100%;
    background-size:cover;
    background-position:top center;
}

.showcasebkwrap {
	background:linear-gradient(45deg,#3a516b,#9eabbc,#3a516b);
}

.showcasetext {margin:10% 0 45% 0;}
.showcasetext h2 {color:#d5ccb6;font-size:3.2rem;font-weight:600;font-family:var(--font-family-base);line-height:1.1;}
.showcasetext h3 {color:#EEE;font-size:22px;font-weight:400;font-family:var(--font-family-base);display:inline-block;}

.gallerybox {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

/* Image styling */
.gallerybox img {
  width: 100%;
  display: block;
  border-radius: 15px;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);
  transition: transform 0.6s ease;
}

/* Zoom effect */
.gallerybox:hover img {
  transform: scale(1.08);
}

/* Overlay */
.gallerybox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 15px;
}

.gallerybox:hover::before {
  opacity: 1;
}

/* Link styling (turn into overlay title) */
.gallerybox a {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 35px;
  transition: all 0.3s ease;
}

/* Arrow */
.gallerybox a::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

/* Hover animations */
.gallerybox:hover a {
  transform: translateX(5px);
}

.gallerybox:hover a::after {
  opacity: 1;
  right: -10px;
}

/* Lift card slightly */
.gallerybox:hover {
  transform: translateY(-5px);
}

.mainwrap {padding:50px 0;}
.welcometext {text-align:center;}
.welcometext img {margin-top:-80px;}
.welcometext h2 {color:#111;font-size:54px;font-weight:600;font-family:var(--font-family-heading);}
.welcometext h3 {color:#840000;font-size:20px;font-weight:600;font-family:var(--font-family-base);}
.welcometext h4 {color:#333;font-size:26px;font-weight:600;font-family:var(--font-family-base);}

.layoutwrap {background:url('images/layout_bg.jpg') no-repeat center center;padding:50px 0 10% 0;}


.log-showcase {
  position: relative;
}

/* MAIN IMAGE */
.main-image {
  position: relative;
  margin-left: 25%;
}

.main-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* CTA BAR */
.cta-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 30px;
  background: rgba(132, 0, 0, 0.9);
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

/* Arrow */
.cta-bar::after {
  content: "→";
  margin-left: 10px;
  transition: all 0.3s ease;
}

.cta-bar:hover::after {
  margin-left: 20px;
}

/* TOP IMAGE */
.img-top {
  position: absolute;
  top: -40px;
  left: 0;
  width: 40%;
}

.img-top img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

/* BOTTOM IMAGE */
.img-bottom {
  position: absolute;
  bottom: -40px;
  left: 10%;
  width: 35%;
}

.img-bottom img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* HOVER POLISH */
.log-showcase img {
  transition: transform 0.5s ease;
}

.log-showcase img:hover {
  transform: scale(1.03);
}


@media (max-width: 991px) {

  .main-image {
    margin-left: 0;
  }

  .img-top,
  .img-bottom {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 20px;
  }

}
/* SECTION */
.floorplans-section {
    background: #fff;
}

/* Remove card feeling */
.floorplan-card {
    margin-bottom: 120px;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

/* Text */
.floorplan-card h2 {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
    margin-bottom: 12px;
    color: #111;
}

.floorplan-card p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}

.floorplan-size {
    display: inline-block;
    margin-bottom: 8px;
    color: #840000;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

/* STACK */
.floorplan-stack {
    position: relative;

    width: 100%;
    max-width: 700px;

    height: 520px;

    margin: 0 auto;

    overflow: visible;
}

/* Images */
.stack-img {
    position: absolute;

    width: 400px;

    border-radius: 8px;

    background: #fff;

    box-shadow:
        0 10px 30px rgba(0,0,0,.12);

    cursor: pointer;

    transition: all .35s ease;
}

/* Back */
.stack-1 {
    top: 0;
    left: 0;
    z-index: 1;
}

/* Middle */
.stack-2 {
    top: 45px;
    left: 70px;
    z-index: 2;
}

/* Front */
.stack-3 {
    top: 90px;
    left: 140px;
    z-index: 3;
}
/* Hover still works */
.stack-img:hover {
    transform:
        translateY(-12px)
        scale(1.03);

    z-index: 99;
}

/* Hover */
.stack-img:hover {
    transform:
        translateY(-10px)
        scale(1.03);

    z-index: 99;
}

/* MOBILE */
@media(max-width:991px){

    .floorplan-card {
        margin-bottom: 80px;
        text-align: center;
    }

    .floorplan-stack {
        height: auto;
        margin-bottom: 30px;
    }

    .stack-img {
        position: relative !important;

        width: 70%;

        display: block;

        margin: 0 auto 12px auto;

        top: auto !important;
        left: auto !important;
    }

}


.benefits-list {
    columns: 2;
    padding-left: 20px;
    margin-top: 25px;
}

.benefits-list li {
    margin-bottom: 10px;
    color: #555;
}

@media(max-width:991px){

    .benefits-list {
        columns: 1;
    }

}



.logadvantage-section {
    background:#fff;
}

.advantage-callout {
    background:#f8f7f3;
    padding:60px;
    border-radius:24px;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
}

.advantage-callout h3 {
    font-size: clamp(28px, 3vw, 48px);
    line-height:1.2;
    margin-bottom:20px;
}

.advantage-box {
    background:#f8f7f3;
    padding:35px;
    border-radius:18px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.advantage-box h4 {
    margin-bottom:15px;
}

@media(max-width:991px){

    .advantage-callout {
        padding:35px 25px;
    }

}

.advantage-box i {
    font-size: 52px;
    color: #840000;

    margin-bottom: 25px;

    display: block;

    opacity: .9;
}

.advantage-box:hover i {
    transform: translateY(-5px);
    transition: .35s ease;
}


.testimonials-section {
    background: #fff;
}

.testimonial-card {
    position: relative;

    background: #f8f7f3;

    padding: 40px 35px 35px;

    border-radius: 22px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.06);

    height: 100%;

    transition: all .35s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.testimonial-icon {
    width: 64px;
    height: 64px;

    border-radius: 100%;

    background: #840000;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;

    margin-bottom: 25px;
}

.quote-mark {
    color: #d4cfc4;
    font-size: 28px;

    margin-bottom: 20px;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

@media(max-width:991px){

    .testimonial-card {
        padding: 30px 25px;
    }

}


.layouttext {text-align:center;padding:50px 0 25px 0}
.layouttext h2 {color:#111;font-size:54px;font-weight:600;font-family:var(--font-family-heading);}
.layouttext h3 {color:#840000;font-size:20px;font-weight:600;font-family:var(--font-family-base);}

.testimonialwrap {background:#840000;}
.testimonialbox {background:#840000;border-radius:15px;margin-top:-85px;box-shadow:0 -15px 15px 0px rgba(0,0,0,0.1);}
.testimonialbox h3 {font-size:26px; color:#FFF;}



/* SECTION */
.buildwrap {background:transparent;padding-bottom:40%;}

/* CONTENT */
.build-content {
    position: relative;
    z-index: 20;
    top:-600px;

}

.build-content h2 {
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 700;
    color: #111;
    line-height: 0.9;
    margin: 0;
}

.build-content h3 {
    font-size: clamp(26px, 4vw, 54px);
    color: #840000;
    font-weight: 300;
    margin-bottom: 30px;
}

.build-content p {
    max-width: 420px;
    color: #555;
    margin-bottom: 35px;
}

/* CTA */
.build-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 22px;
    padding-right: 40px;
}

.build-link::after {
    content: "→";
    position: absolute;
    right: 0;
    transition: all .3s ease;
}

.build-link:hover::after {
    right: -12px;
}




/* CRANE */
.crane-layer {
    position:relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 30;
    pointer-events: none;
    will-change: transform;
}

.crane-layer img {
    width: 100%;
    display: block;
}



.log-video-gallery{
    background:#f8f6f1;
}

.video-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:all .3s ease;
}

.video-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.video-card iframe{
    border:0;
}






/*------------------------------------------------*/
/* Project Pages STYLES */
/*------------------------------------------------*/
.project-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    margin-bottom:60px;
}

/* LEFT SIDE */
.project-showcase{
    height:100%;
    background:#f8f8f8;
}

.project-main-image img{
    width:100%;
    display:block;
    object-fit:cover;
    min-height:500px;
}

.project-gallery-wrap{
    padding:25px;
}

.gallery-heading{
    font-size:1rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#666;
    margin-bottom:20px;
}

.project-gallery-wrap img{
    width:100%;
    border-radius:10px;
    transition:.3s ease;
}

.project-gallery-wrap img:hover{
    transform:scale(1.03);
}

/* RIGHT SIDE */
.project-specs-panel{
    padding:50px 40px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:start;
    background:#fff;
}

.project-title{
    font-size:2rem;
    font-weight:700;
    margin-bottom:25px;
    color:#1f1f1f;
}

.project-description{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

.project-button a{
  padding: 16px 25px;
  text-align: center;
  color: #e6985a;
  font-size:20px;
  display: inline-block;
  border:1px solid var(--button-bg-link);
  background:var(--button-bg-link);
  font-family: var(--font-family-heading);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
  box-shadow:0 0 15px 1px rgba(0,0,0,0.1);
}

.project-button a:hover{
  padding: 16px 25px;
  text-align: center;
  color:#e6985a;
  font-size:20px;
  display: inline-block;
  border:1px solid var(--button-bg-link);
  background:var(--button-bg-hover);
  font-family: var(--font-family-heading);
  margin:3px 0 3px 0; 
  box-shadow:0 0 20px 1px rgba(0,0,0,0.1);
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

@media(max-width:991px){

    .project-main-image img{
        min-height:auto;
    }

    .project-specs-panel{
        padding:35px 25px;
    }

}



.listingwrap{
    padding:80px 0;
}

.listing-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:all .35s ease;
    height:100%;
}

.listing-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.14);
}

.listing-card-image{
    display:block;
    overflow:hidden;
}

.listing-card-image img{
    width:100%;
    aspect-ratio: 4 / 3;
    object-fit:cover;
    transition:all .5s ease;
}

.listing-card:hover .listing-card-image img{
    transform:scale(1.05);
}

.listing-card-body{
    padding:25px;
}

.listing-card-title{
    text-decoration:none;
}

.listing-card-title h3{
    font-size:1.35rem;
    font-weight:700;
    color:#222;
    margin:0;

    display:flex;
    justify-content:space-between;
    align-items:center;

    transition:.3s ease;
}

.listing-arrow{
    color:#999;
    font-size:1rem;
}

.listing-card:hover .listing-card-title h3{
    color:#1f4b38;
}

.listing-card:hover .listing-arrow{
    transform:translateX(4px);
    color:#1f4b38;
}


/* Back Page Hero */

.page-hero{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:65px 20px 55px;
    text-align:center;
}

.hero-heading-wrap{
    position:relative;
}

.hero-brand-title{
    margin:0;
    color:#fff;
    font-size:clamp(2rem, 5vw, 3.5rem);
    font-weight:700;
    letter-spacing:.5px;
    text-transform:none;
}

/* accent line */
.hero-divider{
    width:80px;
    height:2px;
    margin:18px auto 16px;
    background:#840000;
}

/* page type */
.hero-page-label{
    display:block;
    color:rgba(255,255,255,.85);
    font-size:.95rem;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
}

/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footerbdr {background:url('images/footer-border_repeat_bg.jpg') repeat-x left;height:54px;}

.footertopwrap {
	background:#1a1717;
	padding:15px 0;

}

.footerwrap {
    padding:25px 0;
	background:#840000;
}

.footerlinks {padding-top:10px;font-size:18px;color:#DDD;text-align:center;}
.footerlinks h3 {font-size:20px;color:#DDD;font-weight:600;}
.footerlinks p {font-size:16px;color:#DDD;}

.footerlinks ul {
	list-style:none;
	margin:0;
}

.footerlinks ul li {
	list-style:none;
	margin:0;
}


.footerlinks li { text-align:left;font-size:18px;padding-bottom:10px;}

.footerlinks li a:link, .footerlinks li a:visited {padding-left:7px;color:#DDD;font-size:18px;-webkit-transition:all ease .5s; transition:all ease .5s;}
.footerlinks li a:hover, .footerlinks li a:active{padding-left:10px;color:#840000;font-size:18px;-webkit-transition:all ease .5s; transition:all ease .5s;}

.footerlinks a:link, .footerlinks a:visited {color:#DDD;font-size:22px;}
.footerlinks a:hover, .footerlinks a:active{color:#840000;font-size:22px;}

.login {color:#666;font-size:12px;}
.login li {color:#840000;font-size:12px;}


a.login:link {color:#EEE; font-size:12px; text-decoration:none;}
a.login:visited {color:#EEE; font-size:12px; text-decoration:none;}
a.login:active {color:#EEE; font-size:12px; text-decoration:none;}
a.login:hover {color:#FFF; font-size:12px; text-decoration:underline;}

.copyright {font-size: 12px;color: #EEE;text-align:center;}

a.copyright:visited {color: #EEE; font-size:12px; text-decoration:none;}
a.copyright:active {color: #EEE; font-size:12px; text-decoration:none;}
a.copyright:link {color: #EEE; font-size:12px; text-decoration:none;}
a.copyright:hover {color: #FFF; font-size:12px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 10px; 
	color: #EEE;

}

.wecontrol ul { 

  margin:0;
  padding:0;
}

.wecontrol ul li { 
  display: inline; 
  color: #EEE; 
  margin:0;
  padding:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #EEE;
}

.wecontrol ul li a:hover {
    color:#FFF;
    text-decoration:underline;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .showcasetext {margin-bottom:150px;}
    .testimonialtext {text-align:center; margin-top:0;}
    .footerlinks ul {
	list-style:none;
	margin:0 20px 0 0;
    border-left:none;
}

.footerlinks ul li {
	list-style:none;
	margin:0;
}


.footerlinks li { text-align:center;font-size:18px;padding-bottom:10px;}
.showcasewrap {
	background:#222;
    width:100%;
    background-size:cover;
    background-position:top center;
}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
.build-content {
    position: relative;
    z-index: 20;
    top:-350px;

}


.showcasetext {margin:10% 0 45% 0;}
.showcasetext h2 {color:#d5ccb6;font-size:1.8rem;font-weight:600;font-family:var(--font-family-base);line-height:1.1;}
.showcasetext h3 {color:#EEE;font-size:22px;font-weight:400;font-family:var(--font-family-base);display:inline-block;}

.welcometext h2 {color:#111;font-size:36px;font-weight:600;font-family:var(--font-family-heading);}
.layouttext h2 {color:#111;font-size:36px;font-weight:600;font-family:var(--font-family-heading);}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

