/* override link color for accessibility */
a {
    color: #00526B;
}


.its-image-caption {
    font-size: 1.125rem;
    line-height: 1.2em;
}

/* Toggle Portfolio Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch input { opacity: 0; width: 0; height: 0; }
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #fff;
  transition: .4s;
	border: 1px solid #ddd
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px; width: 16px;
  left: 1px; bottom:1px;
  background-color: green;
  transition: .4s;
}
input:checked + .slider {
  background-color: #ddd;
}
input:checked + .slider:before {
  transform: translateX(20px);
}
.slider.round { border-radius: 34px; }
.slider.round:before { border-radius: 50%; }

.image-container { margin-top: 1em; }
.image-container img { max-width: 100%; height: auto; display: block; }

.portfolio-toggle-wrapper {
    max-width: 1200px;
    margin: 0 auto;
/*     padding: 0em .70em; */
}
#content.container {
	outline: none;
}

/* Portfolio Slider Styling */

.portfolio-grid {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
    align-items: start;
}

.portfolio-item {
    text-align: center;
}

.browser-frame {
    background-image: url('/wp-content/uploads/2025/04/Browser-Mock-Up.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 17px; /* space for browser top bar */
    position: relative;
	    border-bottom: 12px solid #999999;
    border-radius: 6px;
}

.browser-frame img {
    display: block;
    width: 100%;
    border-radius: 0 0 6px 6px; /* rounded bottom only to match mockup */
    z-index: 1;
    position: relative;
	border: 1px solid #999999;
}

@media (max-width: 768px) {
  .browser-frame {
    background-image: url('/wp-content/uploads/2025/04/Browser-Mock-Up.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 13px;
    position: relative;
    border-bottom: 6px solid #999999;
    border-radius: 6px;
  }
}

.switch {
    display: inline-flex;
    align-items: center;
    margin: 1em 0;
    position: relative;
}


.toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1em;
    gap: 0.75em;
	    margin-left: 30px;
    margin-right: 30px;
}

.switch-label {
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
}

.portfolio-description {
    text-align: left;
    margin-top: 0.75em;
    font-size: 18px!important;
		font-weight: normal!important;
    color: #444;
	 margin-left: 30px;
    margin-right: 30px;
    line-height: 1.5;
}

/* Center the entire slick slider */
.portfolio-slider {
    padding: 0em; 
}

.slick-slide {
    height: auto !important;
    display: flex !important;
}

/* Make each item take up more space */
.portfolio-item {
    width: 100%;
    max-width: 600px;
	border-bottom: 1px solid #ddd;
	margin-left: 15px;
	margin-right: 15px;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1;
    color: #333;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}


/* Image full width */
.browser-frame img {
    width: 570px;
/* 	height: 428px; */
	height: 100%;
    border-radius: 0px!important;
}

/* Switch layout */
.toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0em;
    gap: 0.75em;
}

.slick-track {
    display: flex !important;
    align-items: stretch;
}

/* Text below switch */
.switch-label {
    font-size: 1rem;
    margin: 0;
}

/* Description text */
.portfolio-description {
    text-align: left;
    margin-top: 0em;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}

.portfolio-link {
    margin-top: 1em;
    font-size: 0.95rem;
	text-align: left;
	 margin-left: 30px;
    margin-right: 30px;
}

.portfolio-link a {
    color: #0073aa;
    text-decoration: underline;
    word-break: break-word;
	font-size: 20px;
}

.portfolio-link a:hover {
    color: #005f8d;
		background: none;
	text-decoration: none
}

.portfolio-inner h3.portfolio-title {
    text-align: left;
    margin-bottom: 20px;
	color: rgb(1 60 28);
	font-family: mr-eaves-xl-sans-narrow, sans-serif;
}

.slick-next:before {
	color: #000
}

.slick-prev:before {
	color: #000
}

.portfolio-pagination-numbers {
    text-align: center;
    margin-top: 1.5em;
}

.pagination-number {
    display: inline-block;
    margin: 0 6px;
    font-size: 1rem;
    cursor: pointer;
    color: #0073aa;
    border-bottom: 2px solid transparent;
    padding: 2px 6px;
}

.pagination-number:hover {
    color: #005f8d;
    border-bottom-color: #0073aa;
}

.pagination-number.active {
    font-weight: bold;
    color: #222;
    border-bottom-color: #222;
}

.slick-initialized .slick-slide {
	outline: none!important
}

@media (max-width: 768px) {
  .faq-section {
    margin-top: 2em;
    padding: 0em;
    border-top: 1px solid #ddd;
  }
}

.faq-section {
	margin-top: 80px;
	margin-bottom: 50px;
	margin-left: 15px;
    margin-right: 15px;
}

.faq-heading {
    text-align: center;
    margin-bottom: .75em;
    font-size: 1.75rem;
    font-weight: 600;
	text-align: left;

}

.faq-item {
    max-width: 100%;
		margin: 0px auto;
/* 		border-bottom: 2px solid #999999; */
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 0px;
    font-size: 22px;
		color: #01391C;
    background-color: #fff;
    border: 0px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 500;
}

.faq-question:hover {
/*     background-color: #f1f1f1; */
}

.faq-answer {
    display: none;
    padding-top: 1em;
    background: #fff;
	font-weight: 100!important;
	font-size: 15px
/*     border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
}

a.btn.btn-primary.small.its-bg-secondary-medium-green {
    /* justify-content: center; */
    /* text-align: center; */
    /* display: block; */
    /* margin: 35px auto; */
    /* width: 160px; */
}

.btn.small {
    padding-bottom: .4rem;;
}

.wrapper {
    padding: 1.5rem 0;
}

.need-website {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 2em;
  text-align: center;
}

.need-website a:hover {
	background: none!important
}

.contact-link {
  display: inline-block;
  margin-top: 0.5em;
	font-size: 1.4rem;
  color: #0073aa;
  text-decoration: underline;
}

.contact-link:hover {
  color: #005f8d;
}

i.fas.fa-chevron-down.faq-icon {
    float: right;
}

#portfolio-intro-page {
	margin: 0px 15px
}

.post-9022 h1 {
	margin: 0px 15px
}

post-9022 nav.breadcrumbs.mb-60 {
	margin: 0px 15px!important
}

.accordion a:hover {
	background: none!important
}

