/* CSS Document */

.vertical-align-top {
    vertical-align: top
}

/* TYPOGRAPHY */
p, a, table, tr, td, ul, il {
    font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:500!important;
}
.text-zbd-grey {
  color: #4C4C4C!important;
  text-decoration: none!important;
}
.text-zbd-dark:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.text-zbd-light:hover {
  color: #606060;
  text-decoration: none;
}

.text-zbd-lightblue {
  color: #0099CC!important;
  text-decoration: none!important;
}
.text-zbd-orange {
  color: rgba(255, 128, 0, 1)!important;
  text-decoration: none;
}
.text-zbd-orange-dark:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.text-zbd-orange-light:hover {
  color: #606060;
  text-decoration: none;
}

.text-zbd-green {
  color: rgba(133, 178, 0, 1)!important;
  text-decoration: none;
}
.text-zbd-green-dark:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.text-zbd-green-light:hover {
  color: #606060;
  text-decoration: none;
}


.text-zbd-red {
  color: rgba(203, 21, 24, 1)!important;
  text-decoration: none;
}
.text-zbd-red-dark:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.text-zbd-red-light:hover {
  color: #606060;
  text-decoration: none;
}

.text-zbd-blue {
  color: rgba(0,104,145, 1)!important;
  text-decoration: none;
}
.text-zbd-blue-dark:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.text-zbd-blue-light:hover {
  color: #606060;
  text-decoration: none;
}

.text-shadow {
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}
.text-shadow-light {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.index-title {
  font-size: calc(2rem + 3.3vw);
}

@media (min-width: 375px) {
  .index-title {
    font-size:  calc(2.3rem + 3.3vw);
  }
}
@media (min-width: 575px) {
  .index-title {
    font-size: 2rem;
  }
}

@media (min-width: 800px) {
  .index-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1000px) {
  .index-title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .index-title {
    font-size: 3rem;
  }
}

/* BACKGROUNDS */
.bg-zbd-blue {
	background-color: rgba(0,104,145, 1)!important
}
.bg-zbd-red {
	background-color:  rgba(203, 21, 24, 1)!important;
}
.bg-zbd-orange {
	background-color:  rgba(255, 128, 0, 1)!important;
}
.bg-zbd-green {
	background-color:  rgba(133, 178, 0, 1)!important;
}
.bg-zbd-lightblue {
	background-color:  #0099CC!important;
}
.bg-zbd-grey {
	background-color:  #4C4C4C!important;;
}


/* BORDERS */
.border-zbd-blue {
	border-color: rgba(0,104,145, 1)!important
}
.border-zbd-red {
	border-color:  rgba(203, 21, 24, 1)!important;
}
.border-zbd-orange {
	border-color:  rgba(255, 128, 0, 1)!important;
}
.border-zbd-green {
	border-color:  rgba(133, 178, 0, 1)!important;
}
.border-zbd-lightblue {
	border-color:  #0099CC!important;
}
.border-zbd-grey {
	border-color:  #4C4C4C!important;;
}

/* Font Awesome */
.facolor-white {
    color: #FFF;
}

/* Buttons */

  .btn-zbd-blue {
    background-color: #0099CC;
    border-color: #0099CC;
    color: #fff;
  }
  .btn-zbd-blue:hover,
  .btn-zbd-blue:focus {
    background-color: #0099CC;
    border-color: #0099CC;
    color: #fff;
  }

/* Jumbotron */

.jumbotron {
    background-size: cover;
    background-position: bottom;
    color: #343a40;
}
.jumbotron h1 {
    color: #fff;
}
.jumbotron p {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
}
.jumbotron-withbgimg {
	color:#ffffff; 
	background-size: cover; 
	background-position: bottom; 
	background-color: #00B6F3;
}
.jumbotron-home {
    background-image: url(/img/header/headerbackground-homepage-alt.jpg);
}

/* BREADCRUMBS */

.breadcrumb-chevron {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  gap: .5rem;
}
.breadcrumb-chevron .breadcrumb-item {
  display: flex;
  gap: inherit;
  align-items: center;
  padding-left: 0;
  line-height: 1;
}
.breadcrumb-chevron .breadcrumb-item::before {
  gap: inherit;
  float: none;
  width: 1rem;
  height: 1rem;
}

.breadcrumb-custom .breadcrumb-item {
  position: relative;
  flex-grow: 1;
  padding: .75rem 3rem;
}
.breadcrumb-custom .breadcrumb-item::before {
  display: none;
}
.breadcrumb-custom .breadcrumb-item::after {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  content: "";
  background-color: var(--bs-tertiary-bg);
  border-top-right-radius: .5rem;
  box-shadow: 1px -1px var(--bs-border-color);
  transform: scale(.707) rotate(45deg);
}
.breadcrumb-custom .breadcrumb-item:first-child {
  padding-left: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child {
  padding-right: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child::after {
  display: none;
}

/** FOOTER **/
.footer-zbd-call {
  font-size: 1.2rem;
}
.footer-zbd-motto {
  font-size: 0.9rem;
}
.footer-small-text {
  font-size: 0.7rem;
}
.footer-xsmall-text {
  font-size: 0.6rem;
}
footer a {
	text-decoration: none!important;
}
.footer-social-icons {
    width: .875em;
    font-size: 1em;
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.footer-zbd-header {font-size: 1.25rem !important;}

/* NAVIGATION */

.nav-link-header {
	color: rgba(255, 255, 255, .55);
	text-transform: uppercase;
    font-stretch: expanded;
    font-weight: bold;
	font-family: 'Raleway', sans-serif;
	font-size: small;
}
.nav-link-header:hover {
	color: rgba(255, 255, 255, 1);
}
/* Hamburger */
.hamburger {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #FFFFFF;
  margin: 6px 0;
  transition: 0.4s;
}

.submenu:hover	{
            background-color:lightgray;
			color: #000!important;
	}
.submenu:focus {
            background-color:white;
			color: black;
 }

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {opacity: 0;}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}


/* Page Specfici */
          .portfolio-item { cursor: pointer; }
        .projectDetailsOverlay { 
            position: fixed; 
            top: 0; 
            left: 0; 
            width: 100%; 
            height: 100%; 
            background: rgba(0, 0, 0, 0.5); 
            display: none; 
            justify-content: center; 
            align-items: center; 
        }
        .projectDetails { 
            background: white; 
            width: 75%; 
            max-width: 1200px; 
            padding: 20px; 
            box-shadow: 0px 5px 15px rgba(0,0,0,0.3); 
            position: relative; 
            transform: translateY(-50px); 
            opacity: 0;
            transition: opacity 0.3s ease-out, transform 0.3s ease-out;
        }
        .projectDetails.show {
            transform: translateY(0);
            opacity: 1;
        }
        .modal-header {
            background: #007bff;
            color: white;
            padding: 15px;
            text-align: center;
            font-size: 1.5rem;
        }
        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            color: lightgray;
            background: none;
            border: none;
            cursor: pointer;
        }
        .close-btn:hover {
            color: darkgray;
        }
        .modal-content {
            display: flex;
        }
        .carousel-container {
           
        }
        .description-container {
         
        }
/* FEATURES */
.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}
  #print-design-services .service-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  #print-design-services .service-card {
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }
  #print-design-services .service-card-link:hover .service-card,
  #print-design-services .service-card-link:focus-visible .service-card {
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.18);
    transform: translateY(-4px);
  }
  #print-design-services .service-card-title {
    min-height: 3.25rem;
    display: flex;
    align-items: flex-start;
  }
  #print-service-grid .service-visual {
    position: relative;
    padding: 2rem;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.75rem;
    min-height: 220px;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.18);
    overflow: hidden;
  }
  #print-service-grid .service-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.6));
  }
  #print-service-grid .service-visual span {
    position: relative;
  }
  #print-service-grid .service-row {
    min-height: 380px;
  }
  #print-service-grid .service-row > [class*='col-'] {
    display: flex;
  }
  #print-service-grid .service-text-col {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  @media (min-width: 992px) {
    #print-service-grid .service-text-col {
      text-align: left;
    }
  }
  #print-service-grid .service-text {
    max-width: 540px;
  }
  #print-service-grid .service-image-col {
    border-radius: 0.75rem;
    overflow: hidden;
  }
  #print-service-grid .service-image-col .service-visual {
    min-height: 100%;
    width: 100%;
    border-radius: 0;
  }
  #flyer-grid {
    box-shadow: 0 -1.75rem 2.5rem -2rem rgba(6, 32, 56, 0.45);
    border-top: rgba(0,104,145, 1) solid 4px;
  }
  #birmingham-banner {
    min-height: 280px;
    background-image: url('/img/backgrounds/birmingham.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: rgba(0,104,145, 1) solid 4px;
  }