/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

/* Gallery Page Specific Styles */
.page-gallery .content,
.page-id-390 .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gallery .inner-content,
.page-id-390 .inner-content {
  max-width: none;
  padding: 0;
}

.page-gallery .main,
.page-id-390 .main {
  width: 100%;
  max-width: none;
}

/* Target the actual gallery page content */
.page-id-390 .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-id-390 .inner-content {
  max-width: none;
  padding: 0;
}

.page-id-390 .main {
  width: 100%;
  max-width: none;
}

/* Clean minimal gallery design */
.page-gallery,
.page-id-390 {
  background: #ffffff;
}

/* Style the existing gallery page content */
.page-id-390 .wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-id-390 .wp-block-image {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-id-390 .wp-block-image:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.page-id-390 .wp-block-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.page-id-390 .wp-block-image:hover img {
  transform: scale(1.02);
}

.page-id-390 .wp-element-caption {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 1rem;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
}

.page-id-390 .green-heading-border {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 3px solid #82ba50;
  padding-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
}

.page-id-390 .wp-block-embed {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-id-390 .wp-block-embed:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Responsive design for existing gallery */
@media (max-width: 768px) {
  .page-id-390 .wp-block-columns {
    padding: 0 15px;
  }
  
  .page-id-390 .green-heading-border {
    font-size: 1.5rem;
  }
}

.page-gallery .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gallery .gallery-header {
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 2rem;
}

.page-gallery .gallery-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.page-gallery .gallery-description {
  font-size: 1.1rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.page-gallery .gallery-section {
  margin-bottom: 4rem;
}

.page-gallery .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: center;
}

.page-gallery .section-description {
  font-size: 1rem;
  color: #666;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

/* Gallery grid layout */
.page-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.page-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.page-gallery .gallery-image-container {
  position: relative;
  overflow: hidden;
}

.page-gallery .gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.page-gallery .gallery-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.page-gallery .gallery-item:hover .gallery-image {
  transform: scale(1.02);
}

/* Gallery enlarge button */
.page-gallery .gallery-enlarge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
  z-index: 10;
}

.page-gallery .gallery-image-container:hover .gallery-enlarge {
  opacity: 1;
}

.page-gallery .gallery-enlarge:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

.page-gallery .enlarge-icon {
  font-size: 16px;
  line-height: 1;
}

/* Video gallery styles */
.page-gallery .video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.page-gallery .video-item {
  text-align: center;
}

.page-gallery .video-thumbnail {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-gallery .video-thumbnail:hover {
  transform: translateY(-2px);
}

.page-gallery .video-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Gallery details styles */
.page-gallery .gallery-details {
  padding: 1rem;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

/* Single Gallery Item Styles */
.gallery-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.gallery-image-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-image-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.gallery-image-item .gallery-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-image-item:hover .gallery-image {
  transform: scale(1.02);
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 1rem;
  font-size: 0.9rem;
  margin: 0;
}

.page-gallery .gallery-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
}

.page-gallery .gallery-detail {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.page-gallery .gallery-detail strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* Video details styles */
.page-gallery .video-details {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 0 0 8px 8px;
}

.page-gallery .video-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
}

.page-gallery .video-detail {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.page-gallery .video-detail strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* Gallery overlay and interactions */
.page-gallery .gallery-link {
  display: block;
  position: relative;
  text-decoration: none;
}

/* Gallery overlay styles removed - using details section instead */

.page-gallery .video-location {
  font-size: 0.9rem;
  color: #666;
  margin: 0.5rem 0 0 0;
  font-style: italic;
}

/* Video play button */
.page-gallery .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.page-gallery .video-thumbnail:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.page-gallery .video-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}

/* Gallery actions and buttons */
.page-gallery .gallery-actions {
  text-align: center;
}

.page-gallery .btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.page-gallery .btn-primary {
  background-color: #82ba50;
  color: white;
  border-color: #82ba50;
}

.page-gallery .btn-primary:hover {
  background-color: #6a9a3f;
  border-color: #6a9a3f;
  color: white;
}

.page-gallery .btn-secondary {
  background-color: transparent;
  color: #82ba50;
  border-color: #82ba50;
}

.page-gallery .btn-secondary:hover {
  background-color: #82ba50;
  color: white;
}

/* Responsive design for gallery */
@media (max-width: 768px) {
  .page-gallery .gallery-container {
    padding: 0 15px;
  }
  
  .page-gallery .gallery-title {
    font-size: 2rem;
  }
  
  .page-gallery .section-title {
    font-size: 1.5rem;
  }
  
  .page-gallery .gallery-grid,
  .page-gallery .video-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .page-gallery .gallery-image {
    height: 200px;
  }
  
  .page-gallery .video-thumbnail img {
    height: 150px;
  }
}

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

/*********************
CUSTOM STYLES - Advanced Glazings
*********************/

body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}



sup
{
  top: -2em;
  font-size: 25%;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: normal;
  src: url('https://advancedglazings.com/wp-content/themes/joints/fonts/muli-regular.ttf') format('truetype');
  }


@font-face {
  font-family: 'Muli Light';
  font-style: normal;
  font-weight: normal;
  src: url('https://advancedglazings.com/wp-content/themes/joints/fonts/MuliLight-lg9VZ.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Muli Semi-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('https://advancedglazings.com/wp-content/themes/joints/fonts/MuliSemibold-BW0dG.ttf') format('truetype');
    }

@font-face {
  font-family: 'Muli Bold';
  font-style: normal;
  font-weight: 900;
  src: url('https://advancedglazings.com/wp-content/themes/joints/fonts/MuliBold-YzEVy.ttf') format('truetype');
  }

@font-face {
  font-family: 'Futura PT Light';
  font-style: normal;
  font-weight: normal;
  src: url('https://advancedglazings.com/wp-content/themes/joints/fonts/FuturaCyrillicLight.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Futura PT Medium';
  font-style: normal;
  font-weight: normal;
  src: url('https://advancedglazings.com/wp-content/themes/joints/fonts/FuturaCyrillicMedium.woff') format('woff');
  }

  @font-face {
    font-family: 'Futura PT Heavy';
    font-style: normal;
    font-weight: normal;
    src: url('https://advancedglazings.com/wp-content/themes/joints/fonts/FuturaCyrillicHeavy.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Bold';
    font-style: normal;
    font-weight: normal;
    src: url('https://advancedglazings.com/wp-content/themes/joints/fonts/FuturaCyrillicBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: url('https://advancedglazings.com/wp-content/themes/joints/fonts/FuturaCyrillicExtraBold.woff') format('woff');
    }

    h1, h2, h3, h4, h5, h6, a {
      font-family: "Muli", "Arial", sans-serif;
    }

    p {
      font-family: "Muli", "Arial", sans-serif;
      font-size: 16px;
      color: #323232;
      letter-spacing: .15px;
      line-height: 26px;
      margin: 1em auto;
  }

  h3
{
  font-size: 1.575em;
  line-height: 1.25em;
  font-weight: 900;
}

/*********************
Navigation
*********************/

.button{
  background-color:#82ba50;
}

a:hover
{
  color: #82ba50;
}

a::after{border-color:#82ba50 transparent transparent !important;}

.top-bar, .top-bar ul{
  background: rgba(255, 255, 255, 0.95);
}

.sticky{
  position: sticky;
  top: 0;
  z-index:16;
}

.custom-logo{
  max-height: 60px;
  max-width: 150px;
}

/* Two-row Navigation Layout */
.top-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  background: #fff;
}

/* Top row with logo and search */
.ag-nav-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 1200px; /* Match this with menu width for alignment */
}

/* Logo styling */
.ag-nav-top-row .ag-nav-logo {
  flex-shrink: 0;
  padding: 15px 20px;
  background: #fff;
}

/* Search styling in top row */
.ag-nav-top-row .ag-nav-search {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
}

/* Menu row */
.ag-nav-menu-row {
  background: #fff; /* White background for tab bar */
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px; /* Same max-width as top row */
  padding: 0;
  padding-top: 2px; /* Small padding to give tabs space */
  border-bottom: 1px solid #ddd;
  position: relative;
}


/* Menu styling */
.ag-nav-menu-row ul.dropdown.menu {
  display: flex;
  flex-wrap: nowrap;
  background: transparent;
  border: none;
  margin: 0;
  justify-content: center;
  width: 100%;
}



ul.menu li {
  position: relative;
  margin: 0;
}

ul.menu li:last-child a {
  border-right: none; /* Remove divider from last tab */
}

ul.menu li a {
  font-size: .78em;
  letter-spacing: .15px;
  font-family: "Muli", "Arial", sans-serif;
  color: #555;
  background: #f8f9fa;
  padding: 12px 20px;
  padding-bottom: 14px; /* Extra padding to extend below */
  border: none;
  border-right: 1px solid #e0e0e0; /* Lighter divider between tabs */
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 0; /* No rounded corners for inactive tabs */
  margin: 0;
  margin-bottom: -1px; /* Pull tab down to overlap menu row border */
  overflow: visible;
}

/* Chrome-style curved notches - only visible on hover/active */
ul.menu li a::before,
ul.menu li a::after {
  content: '';
  position: absolute;
  bottom: -1px; /* Slight overlap to eliminate any gap */
  width: 7px;
  height: 7px;
  pointer-events: none;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.2s ease;
  background: #fff; /* Match tab background */
}

ul.menu li a::before {
  left: -7px;
  background: radial-gradient(circle at 100% 100%, transparent 0, transparent 7px, #fff 7px);
}

ul.menu li a::after {
  right: -7px;
  background: radial-gradient(circle at 0 100%, transparent 0, transparent 7px, #fff 7px);
}

ul.menu li a:hover {
  color: #333 !important;
  background: #fff;
  transform: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #d0d0d0;
  border-top: 3px solid #82ba50; /* Green accent like Chrome's blue */
  border-bottom: none;
  border-radius: 7px 7px 0 0; /* Subtle round corners on hover */
  z-index: 10;
}

/* Hide divider on previous sibling when hovering */
ul.menu li:hover + li a {
  border-left: 1px solid transparent;
}

/* Show curves on hover */
ul.menu li a:hover::before,
ul.menu li a:hover::after {
  opacity: 1;
}

ul.menu li a:visited{
  color: #323232 !important;
}

ul.menu li.is-dropdown-submenu-parent > a::after {
  border-color: #323232 transparent transparent;
  margin-top: -2px;
}

ul.menu li.is-dropdown-submenu-parent:hover > a::after {
  border-color: #82ba50 transparent transparent;
}

/* Active/Current menu item - Chrome-like clean style */
ul.menu li.current-menu-item > a,
ul.menu li.current_page_item > a,
ul.menu li.current-menu-parent > a,
ul.menu li.current-menu-ancestor > a,
ul.menu li.active > a,
ul.menu li a.current-page {
  background: #fff !important;
  color: #333 !important;
  font-weight: 600;
  border: 1px solid #d0d0d0;
  border-top: 3px solid #82ba50; /* Green accent for active tab */
  border-bottom: none;
  border-radius: 7px 7px 0 0; /* Subtle round corners for active tab */
  transform: none;
  z-index: 15;
  position: relative;
  box-shadow: none; /* No shadow - blends seamlessly with content */
}

/* Hide divider on next sibling when active */
ul.menu li.current-menu-item + li a,
ul.menu li.current_page_item + li a,
ul.menu li.active + li a {
  border-left: 1px solid transparent;
}

/* Show curves on active tab */
ul.menu li.current-menu-item > a::before,
ul.menu li.current_page_item > a::before,
ul.menu li.current-menu-parent > a::before,
ul.menu li.current-menu-ancestor > a::before,
ul.menu li.active > a::before,
ul.menu li a.current-page::before {
  opacity: 1;
}

ul.menu li.current-menu-item > a::after,
ul.menu li.current_page_item > a::after,
ul.menu li.current-menu-parent > a::after,
ul.menu li.current-menu-ancestor > a::after,
ul.menu li.active > a::after,
ul.menu li a.current-page::after {
  opacity: 1;
}

/* Submenu styling for tabs */
ul.submenu {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #82ba50;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-top: 0;
}

ul.submenu li {
  border-right: none;
  border-bottom: 1px solid #f0f0f0;
}

ul.submenu li:last-child {
  border-bottom: none;
}

ul.submenu li a {
  background: #fff;
  padding: 12px 20px;
  border: none;
  border-left: 3px solid transparent;
  text-transform: none;
  font-weight: 400;
  transform: none;
}

ul.submenu li a:hover {
  background: #f8f8f8;
  border-left: 3px solid #82ba50;
  color: #82ba50;
  transform: none;
  border-bottom: none;
}

/* JavaScript enhancement classes */
ul.menu li.tab-hover > a {
  box-shadow: 0 2px 4px rgba(130, 186, 80, 0.2);
}

ul.menu li a.tab-clicked {
  transform: translateY(1px);
  transition: transform 0.1s ease;
}

/* Submenu fade effects */
ul.submenu {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* Focus states for accessibility */
ul.menu li a:focus {
  outline: 2px solid #82ba50;
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .top-bar, .title-bar, .ag-nav-search, .ag-nav-top-row, .ag-nav-menu-row, .contact-btn-nav {
    display: none !important;
  }
}

/* Search in navigation - now part of top row */
.ag-nav-top-row .ag-nav-search {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
} 

.accordion-title.nav-acc-tit {
  border: none !important;
  color: #82ba50;
}

.contact-btn-nav
{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  padding:.5em;
  background: linear-gradient(to bottom, #82ba50, #5a8235);
  background: linear-gradient(to top, #82ba50, #5a8235);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  width:75px;
  height:75px;
  white-space: nowrap;
}

.contact-btn-nav img{
  width:50%;
  margin:8px 25%;
}

.nav-contact{
  font-size:10px;
  color:#000000;
  position:relative;
  top: -20px;
  left: -3px;
}

.nav-contact:hover{
  color:#000000;
  opacity:0.9;
}


/*********************
Mobile Nav
*********************/

.title-bar{
  padding: .5rem;
 color:#0a0a0a; 
 background: #fefefe;
}

.title-bar img{
  max-width:50px;
  cursor: pointer; 
}






/*********************
Orbit Carousel
*********************/

.ag-hero{
  height: 525px;
  overflow: hidden;
}

.ag-hero-home{
  height: 525px;
  overflow: hidden;
}

.orbit, .orbit-wrapper, .orbit-container, .orbit-slide, .orbit-figure{
  height: 100%;
}

.orbit-figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.orbit-bullets{
  position: absolute;
  margin-top: .8rem;
  margin-left: .8rem;
  text-align: left;
  z-index: 1;
  cursor: pointer;
}

.orbit-bullets button.is-active, .orbit-bullets button:hover{
  background-color: #5a8235;
  cursor: pointer;
}

.orbit-bullets button {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.15rem;
}

/*********************
Home Overlay
*********************/


.home-hero-brand.solera h2 {
  font-family: "Futura PT Light", "CenturyGothic", sans-serif;
  font-weight: 100;
  font-size: 4.625em;
  line-height: 1.125em;
  letter-spacing: -2px;
  color:#ffffff;
}

.hero-byline h5{
  font-family: "Muli Bold", "Arial", sans-serif;
  color:#ffffff;
  font-size: 1em;
  position: relative;
  right: -86px;
  top: -18px;
}

.hero-blocky h4 {
  font-family: "Futura PT Light", "CenturyGothic", sans-serif;
  font-weight: 100;
  font-size: 3.7em;
  line-height: 70%;
  letter-spacing: -2px;
  color:#ffffff;
}

#homeoverlay {
  position: absolute;
  z-index: 1 !important;
  width: 100vw;
  max-width: 460px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.7));
}

@keyframes slideInFromLeft {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(0);
  }
}

#homeoverlay {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 2s ease-out 0s 1 slideInFromLeft;
  padding: 5% 5% 5% 6%;
}

/*********************
Blog
*********************/

.ag-blog-content{
  padding: 5%;
  max-width: 1200px;
  margin: 0 auto;
}

.ag-blog-content img{
  width:100%;
}

/* Blog Template Styles */
.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* ========================================
   CASE STUDY LAYOUT OPTIONS
   ======================================== */

/* Layout Option 1: Magazine Style (Current) */
.case-study-magazine {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Layout Option 2: Full-Width Story Layout */
.case-study-story-layout {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.story-hero {
  position: relative;
  height: 60vh;
  min-height: 500px;
  overflow: hidden;
  margin-bottom: 4rem;
}

.story-hero-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 2rem;
}

.story-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.story-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.story-meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  background: rgba(255,255,255,0.2);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  backdrop-filter: blur(10px);
}

.story-hero-no-image {
  background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
  height: 60vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.project-info-cards {
  margin-bottom: 4rem;
}

.info-cards-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.info-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.card-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.card-content p {
  color: #6b7280;
  margin: 0;
}

.story-content {
  margin-bottom: 4rem;
}

.story-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.story-text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
}

.story-text h1,
.story-text h2,
.story-text h3,
.story-text h4,
.story-text h5,
.story-text h6 {
  color: #1f2937;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.story-text p {
  margin-bottom: 1.5rem;
}

.story-text a {
  color: #82ba50;
  text-decoration: none;
  font-weight: 500;
}

.story-text a:hover {
  text-decoration: underline;
}

.technical-specs {
  background: #f8fafc;
  padding: 4rem 0;
  margin-bottom: 4rem;
}

.specs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.specs-container h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 3rem;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.spec-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.spec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.spec-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #82ba50;
  margin-bottom: 0.5rem;
}

.spec-label {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
}

.related-projects {
  margin-bottom: 4rem;
}

.related-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.related-container h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 3rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.related-item {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.related-image {
  display: block;
  overflow: hidden;
}

.related-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.related-item:hover .related-thumbnail {
  transform: scale(1.05);
}

.related-content {
  padding: 1.5rem;
}

.related-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.related-content h3 a {
  color: inherit;
  text-decoration: none;
}

.related-content h3 a:hover {
  color: #82ba50;
}

.related-location {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

/* Layout Option 3: Card-Based Layout */
.case-study-cards-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.case-study-header-card {
  background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
  border-radius: 16px;
  padding: 3rem;
  margin-bottom: 3rem;
  color: white;
}

.header-card-content {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.title-section {
  flex: 1;
}

.case-study-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.title-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.meta-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.2);
  padding: 0.75rem 1.25rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.header-image {
  flex: 1;
  max-width: 400px;
}

.header-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.project-details-cards {
  margin-bottom: 3rem;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.detail-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-header {
  background: #f8fafc;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.card-icon {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-header h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.card-body {
  padding: 1.5rem;
}

.card-body p {
  color: #6b7280;
  margin: 0;
  font-size: 1rem;
}

.technical-specs-cards {
  background: #f8fafc;
  padding: 3rem 0;
  margin-bottom: 3rem;
  border-radius: 16px;
}

.specs-header {
  text-align: center;
  margin-bottom: 3rem;
}

.specs-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.specs-header p {
  color: #6b7280;
  font-size: 1.125rem;
}

.specs-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.spec-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.spec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.spec-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.spec-content {
  text-align: center;
}

.spec-value {
  font-size: 2rem;
  font-weight: 700;
  color: #82ba50;
  margin-bottom: 0.5rem;
}

.spec-label {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.spec-description {
  font-size: 0.875rem;
  color: #6b7280;
}

.story-content-card {
  margin-bottom: 3rem;
}

.story-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.story-header {
  background: #f8fafc;
  padding: 2rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}

.story-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.story-header p {
  color: #6b7280;
  margin: 0;
}

.story-body {
  padding: 3rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
}

.story-body h1,
.story-body h2,
.story-body h3,
.story-body h4,
.story-body h5,
.story-body h6 {
  color: #1f2937;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.story-body p {
  margin-bottom: 1.5rem;
}

.story-body a {
  color: #82ba50;
  text-decoration: none;
  font-weight: 500;
}

.story-body a:hover {
  text-decoration: underline;
}

.related-projects-cards {
  margin-bottom: 3rem;
}

.related-header {
  text-align: center;
  margin-bottom: 3rem;
}

.related-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.related-header p {
  color: #6b7280;
  font-size: 1.125rem;
}

.related-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.related-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.related-card-image {
  display: block;
  overflow: hidden;
}

.related-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.related-card:hover .related-thumbnail {
  transform: scale(1.05);
}

.related-card-content {
  padding: 1.5rem;
}

.related-card-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.related-card-content h3 a {
  color: inherit;
  text-decoration: none;
}

.related-card-content h3 a:hover {
  color: #82ba50;
}

.related-location {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.read-more-btn {
  display: inline-block;
  color: #82ba50;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.read-more-btn:hover {
  color: #6b9a3a;
}

/* Responsive Design for All Layouts */
@media (max-width: 1024px) {
  .header-card-content {
    flex-direction: column;
    text-align: center;
  }
  
  .story-hero {
    height: 50vh;
    min-height: 400px;
  }
  
  .story-title {
    font-size: 2.5rem;
  }
  
  .case-study-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .story-hero {
    height: 40vh;
    min-height: 300px;
  }
  
  .story-title {
    font-size: 2rem;
  }
  
  .story-meta {
    flex-direction: column;
    gap: 1rem;
  }
  
  .story-meta-item {
    justify-content: center;
  }
  
  .case-study-title {
    font-size: 2rem;
  }
  
  .title-meta {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .info-cards-container,
  .details-grid,
  .specs-grid,
  .specs-cards-grid,
  .related-grid,
  .related-cards-grid {
    grid-template-columns: 1fr;
  }
  
  .story-body {
    padding: 2rem;
  }
  
  .case-study-header-card {
    padding: 2rem;
  }
}

/* Single Case Study Template Styles - Minimal Design */
.case-study-single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.5rem;
  margin-top: 2rem;
}

/* Case Study Hero Image at Top - Banner Style with Limited Height */
.case-study-hero-image-top {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  max-height: 400px; /* Limit the height to prevent huge images */
  border-radius: 8px;
}

.case-hero-image {
  width: 100%;
  height: 100%;
  max-height: 400px;
  display: block;
  object-fit: cover; /* Crop the image to fit nicely */
}

/* Minimal Header */
.case-study-header-minimal {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

.case-study-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.case-study-meta-minimal {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.meta-item-minimal {
  font-weight: 500;
}

.meta-separator {
  color: #d1d5db;
  font-weight: 300;
}

/* Minimal Design - Reduced Padding and Spacing */
.case-study-content {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.case-study-layout {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 1.5rem;
  align-items: start;
}

.case-study-sidebar {
  /* Removed sticky positioning */
}

.project-details-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.project-details-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #82ba50;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.detail-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.detail-value {
  font-size: 0.875rem;
  font-weight: 500;
  color: #1f2937;
}

.specs-section {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e8f0;
}

.specs-section h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.spec-grid {
  display: grid;
  gap: 0.5rem;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.375rem;
  background: white;
  border-radius: 3px;
  border: 1px solid #e2e8f0;
}

.spec-label {
  font-size: 0.7rem;
  font-weight: 500;
  color: #6b7280;
}

.spec-value {
  font-size: 0.7rem;
  font-weight: 600;
  color: #1f2937;
}

.case-study-main {
  min-width: 0;
}

.case-study-story {
  font-size: 1rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 2rem;
}

.case-study-story h1,
.case-study-story h2,
.case-study-story h3,
.case-study-story h4,
.case-study-story h5,
.case-study-story h6 {
  color: #1f2937;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.case-study-story p {
  margin-bottom: 1rem;
}

.case-study-story a {
  color: #82ba50;
  text-decoration: none;
  font-weight: 500;
}

.case-study-story a:hover {
  text-decoration: underline;
}



/* Related Projects Minimal */
.related-projects {
  margin-bottom: 2rem;
}

.related-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0.5rem;
  text-align: center;
}

.related-container h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.related-item {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.related-image {
  display: block;
  overflow: hidden;
}

.related-thumbnail {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.related-item:hover .related-thumbnail {
  transform: scale(1.05);
}

.related-content {
  padding: 1rem;
}

.related-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.related-content h3 a {
  color: inherit;
  text-decoration: none;
}

.related-content h3 a:hover {
  color: #82ba50;
}

.related-location {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}

/* Responsive Design for Minimal Layout */
@media (max-width: 1200px) {
  .case-study-layout {
    grid-template-columns: 25% 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 1024px) {
  .case-study-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .case-study-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .case-study-single {
    padding: 0 0.25rem;
    margin-top: 1.5rem;
  }
  
  .case-study-title {
    font-size: 1.75rem;
  }
  
  .case-study-meta-minimal {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  
  .meta-separator {
    display: none;
  }
  
  .specs-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
}

.case-study-hero {
  margin-bottom: 3rem;
}

.case-study-hero-content {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.case-study-hero-text {
  flex: 1;
}

.case-study-hero-image {
  flex: 1;
  max-width: 500px;
}

.case-study-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.case-study-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.meta-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.meta-value {
  font-size: 1rem;
  font-weight: 500;
  color: #1f2937;
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.case-study-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 3rem;
  align-items: start;
}

.case-study-sidebar {
  /* Removed sticky positioning */
}

.project-details-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.project-details-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #82ba50;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.25rem;
}

.detail-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.detail-value {
  font-size: 1rem;
  font-weight: 500;
  color: #1f2937;
}

.specs-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}

.specs-section h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}

.spec-grid {
  display: grid;
  gap: 0.75rem;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: white;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.spec-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}

.spec-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
}

.case-study-main {
  min-width: 0; /* Prevents grid overflow */
}

.case-study-story {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 3rem;
}

.case-study-story h1,
.case-study-story h2,
.case-study-story h3,
.case-study-story h4,
.case-study-story h5,
.case-study-story h6 {
  color: #1f2937;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.case-study-story p {
  margin-bottom: 1.5rem;
}

.case-study-story a {
  color: #82ba50;
  text-decoration: none;
  font-weight: 500;
}

.case-study-story a:hover {
  text-decoration: underline;
}

.related-projects {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.related-projects h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.related-item {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.related-image {
  display: block;
  overflow: hidden;
}

.related-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.related-item:hover .related-thumbnail {
  transform: scale(1.05);
}

.related-content {
  padding: 1.25rem;
}

.related-content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.related-content h4 a {
  color: inherit;
  text-decoration: none;
}

.related-content h4 a:hover {
  color: #82ba50;
}

.related-location {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

/* Responsive Design for Single Case Study */
@media (max-width: 1024px) {
  .case-study-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .case-study-sidebar {
    position: static;
  }
  
  .case-study-hero-content {
    flex-direction: column;
    gap: 2rem;
  }
  
  .case-study-hero-image {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .case-study-single {
    padding: 0 0.75rem;
  }
  
  .case-study-title {
    font-size: 2rem;
  }
  
  .case-study-meta {
    flex-direction: column;
    gap: 1rem;
  }
  
  .case-study-story {
    font-size: 1rem;
  }
  
  .project-details-card {
    padding: 1.5rem;
  }
  
  .related-grid {
    grid-template-columns: 1fr;
  }
}

/* Case Studies Template Styles - Minimalist Layout */
.case-studies-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.page-header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.page-header-row {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.page-title-section {
  flex: 1;
}

.page-description-section {
  flex: 1;
  display: flex;
  align-items: center;
}

.case-studies-title {
  font-weight: 700;
  font-size: 2rem;
  color: #1f2937;
  text-align: left;
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.case-studies-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #82ba50;
  margin: 0.5rem 0 0 0;
  border-radius: 2px;
}

.page-stats {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
}

.page-description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
  max-width: none;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #6b7280;
  font-size: 0.85rem;
}

.stat-item strong {
  display: block;
  font-size: 1.2rem;
  color: #82ba50;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.case-study-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.case-study-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #82ba50;
}

.case-study-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.case-study-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.case-study-card:hover .case-study-thumbnail {
  transform: scale(1.05);
}

.case-study-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(130, 186, 80, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.case-study-card:hover .case-study-overlay {
  opacity: 1;
}

.view-project {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.case-study-category {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}

.category-badge {
  background: rgba(130, 186, 80, 0.95);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.case-study-placeholder {
  width: 100%;
  height: 100%;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #94a3b8;
  position: relative;
}

.case-study-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.case-study-header {
  margin-bottom: 1rem;
}

.case-study-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.case-study-title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.3s ease;
}

.case-study-title a:hover {
  color: #82ba50;
}

.case-study-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f3f4f6;
}

.case-study-date {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
}

.case-study-type {
  background: #f3f4f6;
  color: #6b7280;
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.case-study-excerpt {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
  font-size: 0.9rem;
}

.case-study-footer {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid #f3f4f6;
}

.case-study-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #82ba50;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  background: rgba(130, 186, 80, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(130, 186, 80, 0.2);
}

.case-study-read-more:hover {
  background: #82ba50;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(130, 186, 80, 0.3);
}

.read-more-text {
  font-size: 0.85rem;
  font-weight: 600;
}

.read-more-arrow {
  transition: transform 0.3s ease;
  font-size: 1rem;
}

.case-study-read-more:hover .read-more-arrow {
  transform: translateX(3px);
}

.case-studies-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.case-studies-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 4px;
  padding: 0 12px;
  background: #f3f4f6;
  color: #374151;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.case-studies-pagination .page-numbers:hover,
.case-studies-pagination .page-numbers.current {
  background: #82ba50;
  color: white;
}

.case-studies-pagination .page-numbers.prev,
.case-studies-pagination .page-numbers.next {
  padding: 0 16px;
}

.no-case-studies {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b7280;
}

.no-case-studies h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #374151;
}

/* Responsive case studies - Minimalist Layout */
@media (max-width: 1024px) {
  .case-studies-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  .case-studies-container {
    padding: 0.75rem;
  }
  
  .page-header-row {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .case-studies-title {
    font-size: 1.75rem;
  }
  
  .page-description {
    font-size: 0.95rem;
  }
  
  .page-stats {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  
  .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  
  .case-study-content {
    padding: 1rem;
  }
  
  .case-study-image {
    height: 180px;
  }
  
  .case-study-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .case-studies-container {
    padding: 0.5rem;
  }
  
  .case-studies-title {
    font-size: 1.5rem;
  }
  
  .case-study-content {
    padding: 0.875rem;
  }
  
  .case-study-image {
    height: 160px;
  }
  
  .case-study-read-more {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
}

/* Left-aligned blog page header and description */
.page-header {
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.page-header .page-title {
  margin-bottom: 1rem;
}

.page-header .page-description {
  font-size: 1.1rem;
  color: #6b7280;
  line-height: 1.6;
}

/* Left-aligned blog title styling */
.blog-title-centered {
  font-weight: 800;
  font-size: 1.5em;
  color: #82ba50;
  text-align: left;
  position: relative;
  margin-bottom: 1rem;
}

.blog-title-centered::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #82ba50;
  margin: 0.5rem 0 0 0;
  border-radius: 2px;
}


.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.blog-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.blog-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-thumbnail {
  transform: scale(1.05);
}

.blog-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #82ba50, #5a8235);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3rem;
}

.blog-card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-header {
  margin-bottom: 1rem;
}

.blog-card-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
}

.blog-card-title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card-title a:hover {
  color: #82ba50;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.blog-date {
  font-weight: 500;
}

.blog-author {
  font-style: italic;
}

.blog-card-excerpt {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.blog-card-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #82ba50;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.blog-read-more:hover {
  color: #5a8235;
  gap: 0.75rem;
}

.blog-read-more .arrow {
  transition: transform 0.3s ease;
}

.blog-read-more:hover .arrow {
  transform: translateX(4px);
}

.blog-tags {
  margin-top: 1rem;
  font-size: 0.75rem;
}

.tag-label {
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-tags a {
  color: #82ba50;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: color 0.3s ease;
}

.blog-tags a:hover {
  color: #5a8235;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  margin: 0 0.25rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #374151;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  min-width: 44px;
  height: 44px;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  background: #82ba50;
  color: #ffffff;
  border-color: #82ba50;
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
  font-weight: 600;
}

.no-posts {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b7280;
}

.no-posts h3 {
  color: #374151;
  margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .blog-container {
    padding: 1rem 0.5rem;
  }
  
  .blog-card-content {
    padding: 1rem;
  }
  
  .blog-card-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .blog-card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .blog-pagination .page-numbers {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}

/*********************
Page Content
*********************/

.entry-content{
  padding-top:4%;
}

.side-padding{
  padding:0% 4%;
}

.ag-feat-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.side-box-green
{
  background: #82ba50;
  border-left: 5px solid #5a8235;
  padding: 1.5em;
}

.big-blue
{
  color: #91d0f4;
  border-left: 10px solid #5fb4e4;
  padding-left:15px;
}

.blue{
  color: #91d0f4;
}

.edu-heading{
  font-weight: 800;
  font-size: 1.5em;
  color: #82ba50;
}

.green-heading-border{
  font-weight: 800;
  font-size: 1.5em;
  color: #82ba50;
  border-left: 10px solid #82ba50;
  padding-left:15px;
}

.gray
{
  color: #555555;
}

.ed-section 
{
  font-weight: 800;
  font-variant: all-petite-caps;
  width: 100%;
  margin-top: 1em;
}
.green
{
  color: #82ba50;
}

.wp-block-heading{
  font-family: 'Muli Bold';
}

.wp-block-ub-content-toggle-accordion-title-wrap {
  background-color:#82ba50!important;
}

.wp-block-ub-content-toggle-accordion-title{
  font-weight: 800;
  font-variant: all-petite-caps;
  width: 100%;
  margin-top: 1em;
  color:#ffffff!important;
}

.wp-block-ub-content-toggle-accordion-state-indicator{
  color:#ffffff!important;
}

.pt-cv-title a{
  color: #82ba50;
}

.pt-cv-readmore.btn
{
  background: #82ba50!important;
}

.green-bkgd{
  background: #82ba50!important;
}

.xb{
  position: absolute;
    top: 20px;
    left: 20px;
}

.white-btn
{
  background: #ffffff!important;
  color:#82ba50;
  font-variant: all-petite-caps;
}

.white-btn:hover{
  color:#82ba50;
  opacity:0.9;
}

.white-btn:focus{
  color:#82ba50;
  opacity:0.9;
}



.solera-shadow-box{
    border: 1px solid #ddd;
    height: 100%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    padding:1%;
}

.solera-template{
  padding:0px 5%;
}

.side-box-green
{
  background: #82ba50;
  border-left: 5px solid #5a8235;
  padding: 1.5em;
}

.side-box-blue
{
  background: #5fb4e4;
  padding: 1em 1em;
}
.side-box-blue, .side-box-green
{
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  margin: .75em 0;
  width: 100%;
  text-align: left;
}

.blue-title-box
{
  background: #5fb4e4;
}
.blue-title-box p{
  color:#ffffff;
  margin-left:5px;
}

.small-gray{
  font-weight: 900;
    font-variant: all-petite-caps;
    color: #ccc;
    line-height: 1em;
}
/*********************
Home Page Content
*********************/

.ag-home-img{
  width: 100%;
  min-height: 420px;
  max-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top:2em;
}

.product-pillar{
  background: #fff;
  padding: 1.5em 1.75em 1em;
  border-left: 5px solid #82ba50;
  max-width: 650px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 30px;
  right: auto;
  left: 0;
}

.pillar-right{
  left: auto;
  right: 0;
  border-left: none;
  border-right: 5px solid #82ba50;
}

.pillar-cta{
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 60%;
  max-width: 550px;
  text-align: left;
  background: #82ba50;
  border-top: 5px solid #5a8235;
  transition: all .2s ease;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding: .75em 1.5em;
}

.pillar-cta-left{
  right: auto;
  left: 0;
}

.pillar-cta a
{
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.125em;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  text-decoration: none;
}

.pillar-cta:hover{
  background: #5a8235;
  border-top: 5px solid #82ba50;

}

.home-box{
  padding-top: 40px;
}

.white{
  color:#ffffff;
}

.home-box-green{
  width:45%;
  background: #82ba50;
  float:left;
  text-align: right;
  padding: 2% 4%;
}

.home-box-white{
  width:55%;
  float:left;
  padding-left:3%;
}

.home-box-green a{
  color:#ffffff;
  font-family: "Muli Bold", "Arial", sans-serif;
  letter-spacing: -0.401667px;
  font-weight:900;
  
}

.home-box-white a{
  color:#0a0a0a;
  font-family: "Muli", "Arial", sans-serif;
  font-weight:900;
}

.home-box-white p{
  font-family: "Muli", "Arial", sans-serif;
  font-weight:400;
}

.jux-container{
  width:90%;
  height:auto;
  clear:both;
  padding-top:40px;
  padding-left:10%;
}

.jx-label {
  font-size: .5em !important;
}

.jx-knightlab{
  display:none !important;
}


.home-config-cta
{
  background: #82ba50;
  border-top: 5px solid #5a8235;
  padding: .75em 1.5em;
  font-size: 1.25em;
  line-height: 1.125em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  transition: all .2s ease;
}

.home-config-cta:hover {
  background: #5a8235;
  border-top: 5px solid #82ba50;
  color: white;
}


.home-config{
  padding: 50px 5%;
}






/*********************
Case Studies
*********************/
    .case-title{
    bottom: 30px;
    margin-left: 5%;
    position: sticky;
    max-width: 500px;
    width: calc(100% - 9vw);
    display: block;
    color: #f9f9f9;
    font-family: "Muli", "Arial", sans-serif;
    font-weight: 900;
    font-size: 2.625em;
    line-height: 1em;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

    .case-studies h6{
      font-weight: 900;
      font-variant: all-petite-caps;
      color: #cccccc;
     margin-bottom: -0.25em;
}
    .case-studies h5{
     font-weight: 400;
     font-size: 16px;
}


/*********************
Page Hero Content
*********************/
.ag-feat-img img{
  width:100%;
}

.ag-feat-img{
  height: 525px;
}

.case-hero{height:65vh;}
.case-feat-img{height:65vh;}



.solera-hero-brand {
  font-family: "Futura PT Light", "CenturyGothic", sans-serif;
  font-weight: 100;
  font-size: 4.625em;
  line-height: 1.125em;
  letter-spacing: -2px;
  bottom: 110px;
    margin-left: 5%;
    position: sticky;
    max-width: 500px;
    width: calc(100% - 9vw);
    display: block;
    color: #f9f9f9;
}

/*********************
Footer
*********************/

.footer{
  background: #4a4a4a;
  padding-top:30px;
}

.footer h3, .footer h4, .footer ul, .footer li, .footer a{
  color:#efefef;
}

.footer-logo img {
  max-height: 100px;
  max-width: 80%;
  text-align: center;
  margin: 0px 10%;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom:20px;
}

.footer-logo-block-social img{
  max-width: 25px;
  height:auto;
  margin-right:10px;
}

.footer-logo-block-contact, .footer-logo-block-social, .footer-contact-btn{
  margin-top:20px;
}

.footer-contact-btn a{
  background: #707070;
  color: #cccccc;
  font-size: 20px;
  display: block;
  max-width: 350px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}

.footer-contact-btn a:hover{
  background: #707070;
  opacity: 0.9;
  color: #cccccc;
}

.footer-link-tel{
  font-size: 28px;
  color: #cccccc !important;
  font-weight: 600;
  text-transform: uppercase;
}

/*********************
Media Queries
*********************/

@media screen and (max-width: 500px) {
.case-title{
  font-size: 1.625em;
}
}

/* Mobile Navigation Styles for Two-Row Layout */
@media screen and (max-width: 639px) {
.ag-nav-logo{
  margin-bottom:15px;
}

.ag-nav-top-row {
  padding: 10px 15px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.ag-nav-menu-row {
  max-width: 100%;
  background: transparent;
  border-bottom: none;
}

.ag-nav-top-row .ag-nav-logo {
  margin-bottom: 0;
}

.title-bar {
  background: #82ba50;
  padding: 10px 15px;
}

.title-bar img {
  max-width: 25px;
  filter: brightness(0) invert(1);
}

ul.menu li a {
  font-size: 16px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

ul.menu li:last-child a {
  border-bottom: none;
}

.top-bar {
}

ul.submenu li a {
  padding-left: 40px;
  font-size: 14px;
  background: #f8f8f8;
}
}

/* Tablet styles - maintain centered layout */
@media screen and (min-width: 640px) and (max-width: 1024px) {
.ag-nav-top-row {
  max-width: 90%;
  padding: 15px 30px;
}

.ag-nav-menu-row {
  max-width: 90%;
}

ul.menu li a {
  padding: 12px 15px;
  font-size: 0.7em;
}
}

@media screen and (max-width: 700px) {
.ag-hero{
  height: 325px;
}
.ag-feat-img {
  height: 325px;
}
}


@media screen and (max-width: 900px) {
.home-hero-brand{
  margin-top: 2rem;
}
.home-box-white {
  padding-left: 10%;
  clear: left;
  padding-top: 20px;
  text-align: center;
  width: 80%;
}
.home-box-green{
  width:75%;
}
}

@media screen and (max-width: 900px) {
  p, li {
    font-size:14px;
    line-height:20px;
  }
  
  }

@media screen and (min-width: 1200px) {
  .product-pillar
{
    top: auto;
    bottom: 10%;
  }
}

@media screen and (min-width: 1200px) {
  .pillar-cta
{
    width: auto;
  }
}


@media screen and (min-width: 900px) {
  .product_pillar__pillar-cta
{
    text-align: center;
  }
}
@media screen and (min-width: 500px) {
  .product_pillar__pillar-cta
{
    width: 50%;
  }
}






