/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

  /* STANDARDS AND VARIABLES
  --dk-blue-bg-color: #313A4B;
  --lime-green-color: #82BB41;
  --md-green-text-color: #458010;
  --md-blue-headline-color: #224B77;
  */
body {
  padding-top: 56px;
}


/* CHANGE PADDING FOR HEADLINE UNDER MAIN CAROUSEL */
 .my-4 {
    margin-bottom: 20px!important
}


#grow-business { 
  margin-bottom: 1.5rem;	
  color: rgba(33,37,41,0.60);
} 

/* CHANGE BACKGROUND OF NAV BAR */

.bg-dark {
	background-color: #224B77!important; 
}

/* CHANGE NAV BAR LINK FONT AND COLOR */
.navbar-dark .navbar-nav .nav-link {
	/* color: #FFFFFF */
	color: #9ecc48;
	font-size: 1.1em;
}




/* CHANGE NAV BAR LINK HOVER COLOR

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #82BB41;
}
*/


.carousel-item {
  position: relative;
  min-height: 300px;
  max-height: 550px;
  top: 50%;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

/* generic mobile */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (orientation: portrait) { 
.carousel-item {
height: 30vh; 
/*	min-height: 600px; */
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
} 

/* iPhone X */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.carousel-item {
height: 30vh; 
	min-height: 30px;
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
}

/* iPhone 11 */
/* @media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) { }
  and (orientation: portrait) { 
.carousel-item {
height: 30vh; 
	min-height: 20px;
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
}
*/
/* ADJUST SLIDE SHOW TEXT ON HOME PAGE */
.carousel-caption {
	color: #FFFFFF;
	/* text-shadow: 0px 0px 5px #000000; */
	  text-shadow: -2px -2px 0 rgba(1, 96, 116, 1),
               2px -2px 0 rgba(1, 96, 116, 1),
               -2px 2px 0 rgba(1, 96, 116, 1),
               2px 2px 0 rgba(1, 96, 116, 1),
               -3px 0 0 rgba(1, 96, 116, 1),
               3px 0 0 rgba(1, 96, 116, 1),
               0 -3px 0 rgba(1, 96, 116, 1),
               0 3px 0 rgba(1, 96, 116, 1);
}

.carousel-caption h2 {
    font-size: 2.5rem;
}

.carousel-caption h3 {
    font-size: 2.0rem;
}

.carousel-indicators li {
	background-color: white;
	border: 3px solid;
	border-color: rgba(1, 96, 116, 1);
	height: 1em;
	width: 1em;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 50%; 
	opacity: .8;
	transition: opacity .6s ease
}

.carousel-indicators .active {
	background-color: rgba(1, 96, 116, 1);
	border: 3px solid;
	border-color: white;
	opacity: .8;
}
/* .carousel-indicators li {
    padding: 1px;
    box-shadow:  2px 2px 3px rgba(255,5,5,1.00) inset;
} */

/*
.carousel-indicators .active {
    padding: 1px;
    box-shadow:  2px 2px 3px rgba(255,5,5,1.00) inset;
}
*/

/* Intro box for all service pages */
.service-intro-row {
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
}

.service-intro-card {
    border: 4px solid #224B77;
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}

.service-intro-card .card-body {
    padding: 1.25rem 1.5rem;
    background-color: #f8f9fa; /* light gray, matches Bootstrap bg-light */
}

.service-intro {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #343a40;
}

@media (min-width: 992px) {
    .service-intro {
        font-size: 1.15rem;
    }
}




.portfolio-item {
  margin-bottom: 30px;
}

.standard-edge-colors {
  color:#FFFFFF;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  text-shadow: -1px 0 black, 0 1px black;
}

.edge-colors {
	margin-left: 0px;
	margin-right: 0px;
}
	
.standard-tab-colors {
  height: 50px;
  padding-top: 8px;
  color:#FFFFFF;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  text-shadow: -1px 0 black, 0 1px black;
}
	
.curved-div {
  padding-top: 10px;
  background: #FFFFFF;
  color: #000;
  text-align: center;
  fill:#29abe2;
  stroke:#808285;
  stroke-miterlimit:10;
  stroke-width:.29px;
}

svg text{
  stroke-width:0px;
  fill: #fff;
  text-shadow: -1px 0 black, 0 1px black;
  text-anchor: middle;
  dominant-baseline: middle;
  font-size: 40%;
}

/* Tab Size help modal styling */
.tab-size-help-modal .modal-header {
  background-color: #003b63;
  color: #ffffff;
  border-bottom: 2px solid #f7941d;
}

.tab-size-help-modal .modal-title {
  font-weight: bold;
}

.tab-size-help-modal .modal-body {
  font-size: 0.95rem;
  line-height: 1.5;
}

.tab-size-help-modal .modal-footer {
  border-top: none;
}

.tab-size-help-modal .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

/* Make the Tab Size help modal close "X" white */
.tab-size-help-modal .close {
  color: #ffffff;
  opacity: 0.8;
  text-shadow: none;
}

.tab-size-help-modal .close:hover,
.tab-size-help-modal .close:focus {
  color: #ffffff;
  opacity: 1;
  outline: none;
}

.help-icon {
  color: #000; /* or #007bff if you want blue icon everywhere */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #999;
  background: #f7f7f7;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.help-icon:hover,
.help-icon:focus {
  background: #e2e2e2;
  outline: none;
}

/* Mylar color checkbox layout: 4 columns on larger screens */
.mylar-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 0.25rem;
}

.mylar-options .form-check {
  margin-bottom: 0.25rem;
}

/* On medium+ screens, use 4 columns */
@media (min-width: 768px) {
  .mylar-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.mylar-options .mylar-chip {
  display: inline-block;
  width: 100%;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.9rem;
}

/* "None" is neutral */
.mylar-none {
  background-color: #ffffff;
  color: #000000;
}

/* Colors from tabs.html SVGs */
.mylar-gray {
  background-color: #656460;
  color: #ffffff;
}

.mylar-light-gray {
  background-color: #9893a2;
  color: #ffffff;
}

.mylar-clear {
  background-color: #ffffff;
  color: #000000; /* inline SVG uses black text for Clear */
}

.mylar-red {
  background-color: #de2a34;
  color: #ffffff;
}

.mylar-warm-red {
  background-color: #e73529;
  color: #ffffff;
}

.mylar-yellow {
  background-color: #f2c323;
  color: #ffffff;
}

.mylar-light-yellow {
  background-color: #ebd336;
  color: #ffffff;
}

.mylar-dark-blue {
  background-color: #007bbd;
  color: #ffffff;
}

.mylar-light-blue {
  background-color: #00c4fc;
  color: #ffffff;
}

.mylar-medium-blue {
  background-color: #00beee;
  color: #ffffff;
}

.mylar-orange {
  background-color: #f76635;
  color: #ffffff;
}

.mylar-amber {
  background-color: #f0bd4f;
  color: #ffffff;
}

.mylar-coral {
  background-color: #eba065;
  color: #ffffff;
}

.mylar-dark-green {
  background-color: #008a56;
  color: #ffffff;
}

.mylar-light-green {
  background-color: #32e7af;
  color: #ffffff;
}

.mylar-medium-green {
  background-color: #00bb87;
  color: #ffffff;
}

.mylar-pink {
  background-color: #ff9ba3;
  color: #ffffff;
}

.mylar-purple {
  background-color: #6f4ea4;
  color: #ffffff;
}

.mylar-brown {
  background-color: #775535;
  color: #ffffff;
}

/* Grouped option columns (collate / slipsheet / drill) */
.option-group {
  border: 1px solid #ced4da;      /* match Bootstrap form-control border */
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 0.5rem 0.75rem 0.75rem;
}

.option-group label {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.option-group .form-control {
  margin-bottom: 0;               /* remove extra gap at bottom */
}

