/*
Theme Name: Nexus Development
Theme URI: https://nexusdevelopment.ie/nexus/
Author: Nexus Development
Author URI: https://nexusdevelopment.ie
Description: This is the theme of the Nexus Development website. It is designed to convert users into buying our services. The theme is built with a focus on simplicity, adaptability, and user engagement.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexus
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

h1, h2, h3, h4, h5, h6, a, p, li, span, div, .btn {
  font-family: 'DM Sans', sans-serif;
}

a {
  text-decoration: none;
}

body {
  background-color: #e8e9eb;
}

svg.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.125em;
}

svg.icon.inline {
    display: flex;
    align-self: center;
}

svg.icon.green {
    color: #00DE82;
}

svg.icon.blue {
    color: #003B42;
}

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

.top-header-navbar {
  padding: 8px 3vw 22px 3vw;
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(232, 233, 235, 0.2);
  mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%);
}

@media (max-width: 767px) {
  #site-header.active-menu .top-header-navbar {
    background-color: transparent;
    backdrop-filter: none;
  }
}


/* .top-header-navbar.loaded {
  transition: background-color 0.6s ease;
}

.top-header-navbar.scrolled {
  background-color: #003B42;
}

.top-header-navbar.scrolled a {
  color: #fff !important;
}

.top-header-navbar.scrolled button {
  color: #fff !important;
} */

.top-header-navbar .menu-main-menu-container ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.top-header-navbar .menu-main-menu-container li {
  padding: 0px 12px;
}

@media (max-width: 991px) {
  .top-header-navbar .menu-main-menu-container li {
    padding: 0px 7px;
  }
}

.top-header-navbar .menu-main-menu-container a {
  font-size: 20px;
  text-decoration: none;
  color: #003B42;
}

.top-header-navbar .menu-main-menu-container .current-menu-item > a,
.top-header-navbar .menu-main-menu-container .current_page_item > a {
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 3px solid #00DE82;
}
.hamburger-col {
  padding-right: 28px;
}

/* Hamburger to X animation */
.hamburger {
  display: inline-block;
  height: 26px;
  margin-right: 27px;
}
  
.hamburger a.main-nav-toggle {
  display: block;
  width: 28px;
  height: 20px;
  position: absolute;
  margin-top: 3px;
}

/* Base styles for BOTH pseudo-elements (the top and bottom bars) */
.hamburger a.main-nav-toggle:after,
.hamburger a.main-nav-toggle:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px; /* Give it a height directly instead of using border */
  background-color: #003B42;
  transform-origin: center; /* Set the rotation point to the center */
  transition: transform 0.3s ease-out, background-color 0.3s ease-out; /* Animate transform and color */
}
  
/* Position the top bar */
.hamburger a.main-nav-toggle:before {
  top: 0;
}
  
/* Position the bottom bar */
.hamburger a.main-nav-toggle:after {
  top: 100%;
  transform: translateY(-100%); /* Adjust position to be within the container */
}
  
/* The middle bar */
.hamburger a.main-nav-toggle i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 4px;
  background-color: #003B42;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Center it perfectly */
  transition: opacity 0.1s ease-out;
}
  
/* --- Active "X" State --- */

/* Transform the top bar into part of the X */
.hamburger a.main-nav-toggle.active-menu:before {
  background-color: #00DE82;
  top: 50%;
  transform: rotate(45deg);
}
  
/* Transform the bottom bar into part of the X */
.hamburger a.main-nav-toggle.active-menu:after {
  background-color: #00DE82;
  top: 50%;
  transform: rotate(-45deg);
}
  
/* Hide the middle bar */
.hamburger a.main-nav-toggle.active-menu i {
  opacity: 0;
}
/* End hamburger */

/* Mobile overlay */
.mobile-menu-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #003B42;
  overflow-y: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-content {
  position: relative;
  width: 100%;
}

.overlay-content #menu-main-menu-1 {
  text-align: left;
}

.overlay-content #menu-main-menu-1 a {
  font-size: 32px;
  color: #00DE82;
  font-weight: 800;
  margin-bottom: 16px;
  text-decoration: none;
}

.background-circle-1 {
  position: absolute;
  overflow: hidden;
  height: 1500px;
  width: 100%;
  z-index: -5;
}

.background-circle-1::after {
  content: "";
  background-image: url(/wp-content/themes/nexus/assets/bg-circles.svg);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 150px;
  bottom: 0;
  right: 0;
  left: 50vw;
  width: 100%;
  height: 1340px;
  display: block;
  z-index: -1;
  overflow: hidden;
  filter: brightness(0) saturate(100%) invert(91%) sepia(1%) saturate(0%) hue-rotate(55deg) brightness(96%) contrast(94%);
}

.title-home-page {
  font-size: 4.2rem;
  margin-bottom: 0;
}

.word-slider {
  display: block;
  overflow: hidden;
  mask-type: luminance;
  mask-mode: alpha;
  font-size: 4.2rem;
  height: 5.5rem;
}

.word-slider-with-subtext h2 {
  margin-top: -8px;
  padding-right: 10px;
}

.word-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: wordSlider;
  animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  animation-iteration-count: infinite;
  animation-duration: 24s;
}

.word-slider__word {
  /* font-size: 5rem; */
  line-height: 4.2rem;
  font-weight: 800;
  padding: 0px 0px 24px 0px;
}

@keyframes wordSlider {
  0%, 10% {
    transform: translateY(0);
  }
  16%, 26% {
    transform: translateY(-14.28%);
  }
  32%, 42% {
    transform: translateY(-28.57%);
  }
  48%, 58% {
    transform: translateY(-42.86%);
  }
  64%, 74% {
    transform: translateY(-57.14%);
  }
  80%, 90% {
    transform: translateY(-71.43%);
  }
  96%, 100% {
    transform: translateY(-85.71%);
  }
}

@media (max-width: 567px) {
  .title-home-page {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .word-slider {
    font-size: 2.5rem;
    height: 3.6rem;
  }

  .word-slider__word {
    line-height: 2.5rem;
    font-weight: 800;
    padding: 4px 0px 16px 0px;
  }

  .btn-no-outline.free-consultation {
    padding: 0px !important;
    padding-top: 12px !important;
  }

  /* .btn-no-outline.free-consultation:hover {
    padding: 0px;
  } */

  .second-section-home h2 {
    font-size: 28px !important;
  }

  .third-section-home h3,
  .fourth-section-home h3,
  .fifth-section-home h3 {
    font-size: 32px !important;
  }

  .fourth-section-home h4 {
    font-weight: 500 !important;
    font-size: 24px !important;
  }

  .footer-glass-card-content h4 {
    font-size: 28px !important;
  }
}

.first-section-home {
  height: 75vh;
}

.left-side-home {
  align-content: center;
  padding-left: 12px;
}

.btn-primary {
  font-size: 20px;
  padding: 10px 20px;
  border: 1px solid #00DE82;
  color: #003B42 !important;
  background-color: rgba(0,222,130,0.10);
  font-weight: 600;
  border-radius: 12px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background-color 0.4s ease-in-out;
}

.btn-primary:hover {
  background-color: rgba(0,222,130,0.80);
  border: 1px solid #00DE82;
  color: #003B42;
}

.btn-primary:active,
.btn-primary.active {
  background-color: rgba(0,222,130,0.80) !important;
  border: 1px solid #00DE82;
  border-color: #00DE82 !important;
  color: #003B42 !important;
}

.btn-primary:focus-visible {
  background-color: rgba(0,222,130,0.80);
  border: 1px solid #00DE82;
  color: #003B42;
  box-shadow: 0 0 0 0.25rem rgba(0,222,130,0.30);
}

.btn-primary.btn-sm {
    font-size: 14px;
    padding: 3px 12px;
    border: 1px solid #00DE82;
    color: #003B42;
    background-color: rgba(0,222,130,0.10);
    font-weight: 500;
    border-radius: 6px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background-color 0.4s ease-in-out;
}

.btn-secondary {
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
  background-color: #003B42;
  font-weight: 600;
  border-radius: 12px;
  border: none;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus-visible {
  background-color: #003B42 !important;
  border: none;
  color: #00DE82 !important;
  transition: color 0.4s ease-in-out;
}

.btn-secondary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0,222,130,0.30) !important;
}

.btn-no-outline {
  padding: 10px 20px;
  color: #003B42 !important;
  font-weight: 600;
  font-size: 20px;
  border: none !important;
  transition: color 0.4s ease-in-out;
}

.btn-no-outline:hover {
  padding: 10px 20px;
  color: #00DE82;
  font-weight: 600;
  font-size: 20px;
}

.btn-no-outline:active,
.btn-no-outline.active,
.btn-no-outline:focus-visible {
  border: none !important;
  color: #00DE82 !important;
}

.btn-no-outline-green {
  padding: 10px 20px;
  color: #00DE82;
  font-weight: 600;
  font-size: 20px;
  transition: color 0.4s ease-in-out;
  border: none !important
}

.btn-no-outline-green:hover {
  color: #fff;
}

.btn-no-outline-green:active,
.btn-no-outline-green.active,
.btn-no-outline-green:focus-visible {
  border: none !important;
  color: #fff !important;
}

.btn-no-outline i {
  margin-bottom: -2px;
}

.text-bg-primary {
  background-color: #003B42 !important;
}

.buttons {
  gap: 12px;
}

.second-section-home {
  gap: 20px;
}

@media (max-width: 991px) {
  .second-section-home {
    gap: 40px;
  }
}

.second-section-home .glass-card {
  padding: 20px;
  border: 2px solid #00DE82;
  background-color: rgba(0,222,130,0.10);
  border-radius: 32px;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.second-section-home .glass-card h2 {
  color: #003B42;
  font-size: 32px;
}

.second-section-home .glass-card p {
  color: #003B42;
  font-size: 20px;
  margin: 0;
}

.third-section-home {
  margin-top: 140px;
}

.third-section-home .img-left {
  border-radius: 24px;
  width: 100%;
}

.third-section-home .accordion-button {
  font-size: 24px;
  margin: 0;
  padding: 16px 0px;
  font-weight: 500;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #000 !important;
}

.third-section-home .accordion-button::after {
  filter: brightness(0) saturate(100%)
}

.third-section-home .accordion-body {
  padding: 0px 0px 8px 0px;
}

.third-section-home h3 {
  color: #003B42;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
}

.third-section-home h4 {
  margin: 0;
}

@media (max-width: 767px) {
  .third-section-home h3 {
    font-size: 48px;
    font-weight: 600;
    color: #003B42;
    margin-bottom: 20px;
    text-align: center;
  }
}

.third-section-home p {
  font-size: 20px;
  margin: 0;
}

.third-section-home i {
  align-self: center;
}

.third-section-home .green-divider {
  color: #00DE82;
  background-color: #00DE82;
  height: 2px;
  opacity: 1;
  margin: 8px 0px 8px 0px;
}

.floating-scroll-image {
  position: sticky;
  height: max-content;
  width: 100%;
  top: 100px;
}

.fourth-section-home {
  margin-top: 120px;
}

.fourth-section-home h3, 
.fifth-section-home h3 {
  font-size: 48px;
  font-weight: 600;
  color: #003B42;
  margin-bottom: 20px;
}

.fourth-section-home h4 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.fourth-section-home p {
  font-size: 20px;
  margin: 0;
}

.fourth-section-home .spacer {
  height: 140px;
}

.fourth-section-home::after {
  content: "";
  background-image: url(/wp-content/themes/nexus/assets/bg-circles.svg);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1600px;
  bottom: 0;
  right: 0;
  left: -100vw;
  margin: auto;
  width: 100%;
  height: 1340px;
  display: block;
  z-index: -1;
  overflow: hidden;
  filter: brightness(0) saturate(100%) invert(91%) sepia(1%) saturate(0%) hue-rotate(55deg) brightness(96%) contrast(94%);
}

.fifth-section-home {
  margin-top: 140px;
}

.fifth-section-home p {
  font-size: 20px;
}

.sixth-section-home {
    margin-top: 120px;
}

.carousel {
    display: flex;
    justify-content: center;
}

.carousel-inner {
    width: 94%;
}

.carousel .single-service-image-side {
    max-height: 340px;
    object-position: 50% 30%;
}

.quote-section {
    padding-left: 16px;
    padding-right: 16px;
}

.carousel-control-next {
    justify-content: end;
    color: #00DE82;
    filter: brightness(0) saturate(100%) invert(16%) sepia(20%) saturate(4014%) hue-rotate(152deg) brightness(97%) contrast(101%);    opacity: 0.8;
}

.carousel-control-prev {
    justify-content: start;
    color: #00DE82;
    filter: brightness(0) saturate(100%) invert(16%) sepia(20%) saturate(4014%) hue-rotate(152deg) brightness(97%) contrast(101%);    opacity: 0.8;
}

.footer-glass-card {
  border: 2px solid #00DE82;
  background-color: rgba(0,222,130,0.10);
  border-radius: 32px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  margin-top: 120px;
  margin-bottom: -32px;
}

.footer-glass-card-content {
  padding: 20px 20px 0px 20px;
}

.footer-glass-card-content h4 {
  color: #003B42;
  font-size: 36px;
}

.footer-glass-card-content p {
  color: #003B42;
  font-size: 20px;
  margin-bottom: 28px;
}

.footer-glass-card .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 350px;
  height: 100%;
}

.footer-glass-card-content .glass-card-body {
    gap: 4px;
}

.footer-glass-card .image-wrapper.wider-screens {
  padding-top: 20px;
}

/* @media screen and (max-width: 1199px) { */
  .footer-glass-card .buttons button {
    margin-bottom: 20px;
  }
/* } */

@media (min-width: 576px) and (max-width: 767px) {
  .footer-glass-card .image-wrapper {
    max-height: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-glass-card .image-wrapper {
    max-height: 309px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-glass-card .image-wrapper {
    max-height: 363px;
  }
}

@media (min-width: 1200px) {
  .footer-glass-card .image-wrapper {
    max-height: 290px;
  }
}

.footer-content {
  background-color: #003B42;
  padding: 80px 0px 60px 0px;
}

.footer-content .footer-links-section {
  padding-top: 6px;
}

.footer-content .footer-links-section h5 {
  color: #E8E9EB;
  font-size: 20px;
  margin-bottom: 12px;
}

.footer-content .footer-links-section a {
  color: #00DE82;
  font-size: 20px;
  text-decoration: none;
}

.footer-content .glass-card {
  padding: 20px;
  border: 2px solid #00DE82;
  background-color: rgba(0,222,130,0.10);
  border-radius: 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.footer-content img {
  margin-bottom: 20px;
}

.footer-content .glass-card a {
  font-size: 20px;
  color: #E8E9EB;
  text-decoration: none;
  margin-left: 12px;
}

.footer-content .glass-card i {
  color: #00DE82;
  margin: 0;
  font-size: 20px;
  display: flex;
  align-self: center;
}

.footer-content #free-consultation-footer {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .first-section-contact {
    height: 75vh;
  }
}

@media (max-width: 991px) {
  .first-section-contact {
    margin-bottom: 10vh;
    margin-top: 10vh;
  }

  .left-side-contact {
    margin-bottom: 10vh !important;
  }

}

.title-contact-page {
  font-size: 4.2rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .title-contact-page {
    font-size: 2.5rem;
  }

  .first-section-contact .word-slider {
    font-size: 2.5rem;
    height: 3.6rem;
  }

  .first-section-contact .word-slider__word {
    line-height: 2.5rem;
    font-weight: 800;
    padding: 4px 0px 16px 0px;
  }

  .word-slider-with-subtext h2 {
    margin-top: 0px;
  }

  .first-section-contact .glass-card h4 {
    font-size: 32px !important;
  }

  .second-section-contact h3 {
    font-size: 36px !important;
  }
}

@media (max-width: 567px) {
  .title-contact-page {
    font-size: 2rem;
  }

  .first-section-contact .word-slider {
    font-size: 2rem;
    height: 3.1rem;
  }

  .first-section-contact .word-slider__word {
    line-height: 2rem;
    font-weight: 800;
    padding: 4px 0px 16px 0px;
  }

  .word-slider-with-subtext h2 {
    margin-top: 0px;
  }

  .first-section-contact .glass-card h4 {
    font-size: 28px !important;
  }

  .second-section-contact h3 {
    font-size: 30px !important;
  }
}

.first-section-contact .btn-no-outline {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .first-section-contact .subtext-contact p {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .first-section-contact .subtext-contact p {
    padding-right: 100px;
  }
}

.first-section-contact .glass-card {
  padding: 20px;
  border: 2px solid #00DE82;
  background-color: rgba(0,222,130,0.10);
  border-radius: 20px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.first-section-contact .glass-card h4 {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 20px;
  color: #003B42;
}

.first-section-contact .glass-card p {
  font-family: "Blinker", sans-serif;
  color: #003B42;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.first-section-contact .glass-card a {
  color: #003B42;
  margin: 0;
  margin-left: 16px;
  font-size: 18px;
}

.first-section-contact .glass-card i {
  color: #003B42;
  margin: 0;
  font-size: 20px;
  display: flex;
  align-self: center;
}

.first-section-contact .glass-card .glass-card-body {
    gap: 4px;
}

.second-section-contact h3 {
  color: #003B42;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}



.first-section-our-work,
.first-section-services,
.first-section-about {
  margin-top: 40px;
}

.first-section-our-work h1,
.first-section-services h1 {
  color: #003B42;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}

.first-section-our-work p,
.first-section-services p,
.first-section-about p {
  color: #003B42;
  font-size: 20px;
  text-align: center;
}

.second-section-our-work,
.second-section-services {
  margin-top: 60px;
}

.our-work-showcase-card img {
  width: 100%;
  border-radius: 24px;
}

.our-work-showcase-card a.btn-primary {
    margin-bottom: 5rem;
}

.category-pills {
  margin-top: 2px;
  margin-bottom: 8px;
}

.category-pills a {
  margin-right: 4px;
  text-decoration: none;
}

.our-work-showcase-card .card-content a {
  color: #003B42;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
  text-decoration: none;
}

@media (min-width: 768px) {
    .our-work-showcase-card .card-content a {
        min-height: 90px;
    }
}

.our-work-showcase-card .card-content p {
  color: #003B42;
  font-size: 20px;
}


.posts {
  margin-top: 60px;
}

.posts .img-wrapper {
  height: 280px;
}

.posts .card-img {
  border-radius: 20px;
}

.posts .card-body-content h2 {
  color: #003B42;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}

.posts .card-body-content p {
  color: #003B42;
  font-size: 20px;
}

.posts .card-body-content .time-and-author {
  font-family: "Blinker", sans-serif;
  color: #003B42;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.posts .card-body-content .time-and-author img {
  margin: 0px 4px;
}

.posts .card-body-content .time-and-author .bold-blinker {
  font-weight: 800;
}

.posts .card-body-content a {
  color: #003B42;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}

.posts .card-body-content a:hover {
  color: #00DE82;
}

.explore-other-projects {
    margin-top: 160px;
}

.explore-other-projects h3 {
  color: #003B42;
  font-weight: 600;
  font-size: 32px;
}

.more-from-author h3 {
  color: #003B42;
  font-weight: 600;
  font-size: 32px;
}

.fourofour-content {
  height: 75vh;
}

.fourofour-content p {
  font-size: 20px;
  color: #003B42;
  font-weight: 600;
}

.fourofour-content .img-wrapper {
  height: 40vh;
}

.fourofour-content img {
  height: 100%;
}


.second-section-services {
  row-gap: 32px;
}

.services-showcase-card {
  background-color: #003B42;
  padding: 32px 48px;
  border-radius: 32px;
}

.services-showcase-card-content h2 a {
  color: #00DE82;
  font-size: 32px;
  margin-top: 20px;
  cursor: pointer;
}

.services-showcase-card-content p {
  color: #fff;
  font-size: 20px;
  margin-top: 12px;
}

.services-showcase-card-content .btn-no-outline-green {
  padding-left: 0px !important;
}

.services-showcase-card-content .image-wrapper {
  border-radius: 20px;
  /* aspect-ratio: 4/3; */
  overflow: hidden;
}

.services-showcase-card-content .image-wrapper img {
  border-radius: 20px;
}



.first-section-about h1 {
  font-size: 48px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  color: #003B42;
  margin-bottom: 12px;
  text-align: center;
}

.second-section-about,
.third-section-about {
  margin-top: 100px;
}

.second-section-about h2,
.third-section-about h3 {
  font-size: 32px;
  font-weight: 600;
  color: #003B42;
  margin-bottom: 16px;
}

.second-section-about p,
.third-section-about p {
  font-size: 20px;
  color: #003B42;
}

.personal-image {
  border-radius: 20px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .second-section-about p,
  .third-section-about p {
    font-size: 18px;
  }
}

.first-section-single-service {
  max-width: 788px;
}

.first-section-single-service .top-subtext {
  font-family: "Blinker", sans-serif;
  color: #003B42;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.single-service hr,
.single-project hr,
.roscrea-website hr,
.location hr {
  margin: 120px 0px;
  color: #006f3b;
}

.single-service h1,
.single-service h2,
.single-service h3,
.single-service p,
.single-service li {
  color: #003B42;
}

.sticky-slider {
    position: sticky;
    top: 140px;
}

.single-service .sticky-slider {
  justify-items: center;
  height: max-content;
  width: 300px;
}

@media (max-width: 767px) {
  .single-service .sticky-slider {
    justify-items: left;
  }
}

.single-service-image-1 {
  max-width: 100%;
  max-height: 350px;
  border-radius: 20px;
}

.single-service-image-side {
  max-width: 100%;
  max-height: 500px;
  border-radius: 20px;
  display: flex;
  align-self: center;
}

.single-service h2 {
  font-size: 2.5rem !important;
  margin-bottom: 28px;
}

.single-service h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Blinker", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}

.single-project h1,
.single-project h2,
.single-project h3,
.single-project p,
.single-project li {
    color: #003B42;
}

.single-project a {
    color: #006f3b;
    text-decoration: underline;
}

.single-project-image-1 {
    max-width: 100%;
    border-radius: 20px;
}

.single-project .btn-no-outline-green {
    padding-left: 0 !important;
}

.quote-marks {
    font-size: 52px;
    color: #00DE82;
    height: 64px;
}

.quote-name {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.quote-company-title {
    margin-bottom: 0;
}

.see-our-work {
    font-family: "Blinker", sans-serif;
    letter-spacing: 2px;
    font-size: 24px;
    margin-top: 160px;
    margin-bottom: 0;
}

.website-showcase {
    font-size: 48px;
    font-weight: 600;
    color: #00DE82;
}

.website-showcase-img {
    object-fit: cover;
    min-height: 250px;
    object-position: 100% 50%;
}

@media (max-width: 667px) {
    .website-showcase {
        font-size: 28px;
    }
}

.our-work-showcase-card img {
    object-position: 100% 50%;
}

.no-pad-black {
    padding-left: 0;
    color: #212529;
}

.no-pad-black:hover {
    padding-left: 0;
}

.small-post .card-img {
    object-position: 100% 50%;
}

@media (min-width: 768px) and (max-width: 1399px) {
    .small-post:nth-child(3) {
        display: none;
    }
}

.p-relative {
  position: relative;
}

.border-32 {
  border-radius: 32px;
}

.link {
  text-decoration: underline;
  color: #006f3b;
}

.ratio-custom {
  --bs-aspect-ratio: 75%;
}

@media (min-width: 576px) and (max-width: 767px) {
  .ratio-custom {
    --bs-aspect-ratio: 56.25%;
  }
}

@media (min-width: 1200px) {
  .ratio-custom {
    --bs-aspect-ratio: 56.25%
  }
}


.featured-in {
    margin-top: 24px;
    margin-bottom: 120px;
}

.featured-in h2 {
    font-size: 36px;
    color: #003B42;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.featured-in img {
    max-height: 160px;
}

.location .top-subtext {
    font-family: "Blinker", sans-serif;
    color: #003B42;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.location-thumbnail img {
    width: 100%;
    border-radius: 16px;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

.location .sticky-slider h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Blinker", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}

.green-text {
    color: #00DE82;
}

.industry-card {
    background-color: #003B42 !important;
}

.location a {
    color: #006f3b;
}

.faq-accordion .green-divider {
    border-width: 2px;
    margin: 24px 0 16px 0;
    color: #00DE82;
    opacity: 1;
}

.faq-accordion .accordion-body {
    padding: 0;
}

.faq-accordion .accordion-item {
    background: transparent;
    border: none;
}

.faq-accordion .h3 {
    background: transparent;
    border: none;
}

.faq-accordion h3 button {
    background: transparent !important;
    border: none !important;
    padding: 12px 12px 12px 0;
    color: #212529 !important;
    font-size: 20px !important;
    outline: none !important;
    box-shadow: none !important;
}

.faq-accordion h3 button:hover {}

.faq-accordion p {
    margin-top: 16px;
    margin-bottom: 0;
}

.location .faq {
    margin-top: 120px;
}