/*
Theme Name: Perma Therm
Theme URI: https://permatherm.net/
Author: Hughes Media
Author URI: https://www.hughesmedia.us/
Description: A lightweight, responsive WordPress theme using Bootstrap 5 without sidebar.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: permatherm
*/
/* LightGallery thumbnail fix */
.industry-table{
  background-color: #EDF4F8;
  padding: 85px 0;
}

.btn-blue-outline {
  border: 1px solid var(--main-color-1);
  color: var(--main-color-1);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 30px;
  text-transform: uppercase;
}
.btn-blue-outline:hover {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}

.btn-blue{
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 30px;
  text-align: center;
  text-transform: uppercase;
}
.btn-blue:hover {
  background-color: var(--main-color-1);
  color: #fff;
}

.btn-blue + .btn-blue-outline,
.btn-blue-outline + .btn-blue {
  margin-left: 10px;
}
/* Mobile responsive styles */
@media (max-width: 768px) {
  .btn-blue,
  .btn-blue-outline {
    display: block;
    width: 100%;         /* make buttons full width */
    text-align: center;
    margin: 5px 0;       /* vertical spacing */
  }

  /* Reset the horizontal gap on mobile */
  .btn-blue + .btn-blue-outline,
  .btn-blue-outline + .btn-blue {
    margin-left: 0;
  }
}


.page-template-default blockquote {
	display: flex;
	padding: 32px;
	align-items: center;
	gap: 32px;
	border-radius: 12px;
	border-left: 4px solid rgba(132, 182, 211, 0.10);
	background: #F7F6FB;
	text-align: center;
	margin: 40px 0;
}
.page-template-default blockquote p {
	color: var(--main-color) !important;
	font-size: 20px !important;
	font-style: italic;
	font-weight: 400;
	line-height: 24px !important;
	width: 100%;
}
.page-template-default blockquote strong {
	color: var(--main-color);
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 24px;
}

.page-template-default hr {
  background-color: #73767f;
  margin: 40px 0;
}