@charset "utf-8";
/* Page-Builder */

.desktop-view {
	display: block;
}
.mobile-view {
	display: none;
}

/* ===== RESPONSIVE VISIBILITY CONTROLS ===== */
/* Default state - all elements visible */
.hide-desktop,
.hide-tablet,
.hide-mobile {
	display: block;
}

/* Desktop: 1025px and above */
@media (min-width: 1025px) {
	.hide-desktop {
		display: none !important;
	}
}

/* Tablet: 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
	.hide-tablet {
		display: none !important;
	}
}

/* Mobile: 767px and below */
@media (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
}

/* Utility classes for showing only on specific devices */
.show-desktop-only {
	display: block;
}
.show-tablet-only {
	display: none;
}
.show-mobile-only {
	display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.show-desktop-only {
		display: none !important;
	}
	.show-tablet-only {
		display: block !important;
	}
	.show-mobile-only {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.show-desktop-only {
		display: none !important;
	}
	.show-tablet-only {
		display: none !important;
	}
	.show-mobile-only {
		display: block !important;
	}
}

/* *************** START <button>  *********************** */
button {
    display: inline-block;
    border: none;
	border-radius: 2px;
    padding: 1em 2em;
    margin: 0;
    text-decoration: none;
    background: var(--color-primary);
    color: var(--color-text-white);
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-sizing: border-box;
	outline: 0;
}
button:active {
    transform: scale(0.99);
}
button a:link , button a:visited , button a:hover {
	color: var(--color-text-white);
	font-weight: 400;
}

button:hover,
button:focus {
    background: var(--color-bg-dark);
}

button:focus {
    outline: 1px solid var(--color-text-white);
    outline-offset: -4px;
}

/* *************** END <button> *********************** */

/* Responsive slideshow container */
.responsive-slideshow {
	position: relative;
}

.slideshow-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	background-color: #f5f5f5;
	color: #666;
	font-size: 1.2em;
}

/* Loading state */
.slideshow-loading {
	opacity: 0.7;
}

.slideshow-loaded {
	opacity: 1;
	transition: opacity 0.3s ease;
}
/* ===== END RESPONSIVE VISIBILITY CONTROLS ===== */
.white {
	color: var(--color-text-white);
}
.content .content2 {
	padding: 4em 0;
	overflow: hidden;
}

/*  Padding */
.no-padding { padding: 0;  }
.padding-point5 { padding: .5em;  }
.padding-1 { padding: 1em;  }
.padding-1point5  { padding: 1.5em;  }
.padding-2 { padding: 2em;  }
.padding-2point5 { padding: 2.5em;  }
.padding-3 { padding: 3em;  }
.padding-3point5 { padding: 3.5em;  }
.padding-4 { padding: 4em;  }
.padding-4point5 { padding: 4.5em;  }
.padding-5 { padding: 5em;  }
.padding-5point5 { padding: 5.5em;  }
.padding-6 { padding: 6em;  }
.padding-6point5 { padding: 6.5em;  }
.padding-7 { padding: 7em;  }

.no-padding , .padding-point5 , .padding-1 , .padding-1point5 , .padding-2  , .padding-2point5 , .padding-3 , .padding-3point5 , .padding-4 , .padding-4point5 , .padding-5 , .padding-5point5 , .padding-6 , .padding-6point5 ,
.padding-7 {
	box-sizing: border-box;
}
/* Title Sizing  */

h3.title-1 , h3.title-1point5 , h3.title-1point75 , h3.title-2 , h3.title-2point25 , h3.title-2point5 , h3.title-2point75 , h3.title-3 , h3.title-3point25 , h3.title-3point5 , h3.title-3point75 , h3.title-4 , h3.title-4point25 , h3.title-4point5 , h3.title-4point75 , h3.title-5 { 
   display: block;
  /*  font-family: 'Open Sans', sans-serif; */
   line-height: normal;
   /*text-align: center;  */
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
h3.title-1 { font-size: 1em; }

h3.title-1point5 { font-size: 1.5em; }

h3.title-1point75 { font-size: 1.75em; }

h3.title-2  { font-size: 2em; }

h3.title-2point25  { font-size: 2.25em; }

h3.title-2point5 { font-size: 2.5em; }

h3.title-2point75 { font-size: 2.75em; }

h3.title-3 { font-size: 3em; }

h3.title-3point25 { font-size: 3.25em; }

h3.title-3point5 { font-size: 3.5em; }

h3.title-3point75 { font-size: 3.75em; }

h3.title-4 { font-size: 4em; }

h3.title-4point25 { font-size: 4.25em; }

h3.title-4point5 { font-size: 4.5em; }

h3.title-4point75 { font-size: 4.75em; }

h3.title-5  { font-size: 5em; }

#page-header, [id^="page-header-"] {
	overflow: hidden;
}

/* Enhanced Header Layout Support */
.header-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	padding: 2rem 1rem;
}

/* Header Title Styling */
.title-block {
	margin-bottom: 0;
}

/* Sub-heading Styling */
.sub-heading-block {
	margin-top: 0.5em;
	margin-bottom: 0;
}

/* Responsive Header Content */
@media (max-width: 768px) {
	.header-content-wrapper {
		padding: 1rem 0.5rem;
	}

	.title-block {
		font-size: 0.9em;
	}

	.sub-heading-block {
		font-size: 0.85em;
	}
}

.back-color {
	background: var(--color-bg-dark);
}

h3.title-block  , .title-block {
	width: 100%;
	max-width: 1240px;
	padding: 0 .3em;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Base styles for all sub-heading blocks */
h2.sub-heading-block, h3.sub-heading-block, h4.sub-heading-block, h5.sub-heading-block, h6.sub-heading-block, p.sub-heading-block, div.sub-heading-block {
	width: 100%;
	max-width: 1240px;
	padding: .5em .3em;
	margin: 1em auto 0;
	box-sizing: border-box;
	font-weight: 300;
}

/* Individual heading sizes */
h2.sub-heading-block {
	font-size: 1.8em;
}

h3.sub-heading-block {
	font-size: 1.5em;
}

h4.sub-heading-block {
	font-size: 1.3em;
}

h5.sub-heading-block {
	font-size: 1.2em;
}

h6.sub-heading-block {
	font-size: 1.1em;
}

p.sub-heading-block, div.sub-heading-block {
	font-size: 1.2em;
}

/* Responsive styling for sub-heading */
@media (max-width: 768px) {
	h2.sub-heading-block {
		font-size: 1.4em;
	}
	
	h3.sub-heading-block {
		font-size: 1.2em;
	}
	
	h4.sub-heading-block {
		font-size: 1.1em;
	}
	
	h5.sub-heading-block {
		font-size: 1em;
	}
	
	h6.sub-heading-block {
		font-size: 0.95em;
	}
	
	p.sub-heading-block, div.sub-heading-block {
		font-size: 1em;
	}
	
	h2.sub-heading-block, h3.sub-heading-block, h4.sub-heading-block, h5.sub-heading-block, h6.sub-heading-block, p.sub-heading-block, div.sub-heading-block {
		margin: 0.3em auto 0;
		padding: 0 0.5em;
	}
}

.image-fixed {
	background-attachment: fixed !important;
}


/* Single Block */

.three-up , .four-up , .five-up , .six-up {
	padding: 10px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	text-align: center;
}
.three-up img , .four-up img , .five-up img , .six-up img {
	vertical-align:bottom;
}
.three-up {
	width: 33.33%;
}
.four-up {
	width: 25%;
}

.five-up {
	width: 20%;
	object-fit: cover;
}
.six-up {
	width: 16.65%;
}
.blockfull , .block1100 , .block1000 , .block950 , .block900 , .block850 , .block800 , .block750 , .block700 , .block650 , .block600 , .block550 , .block500  {
	padding: 1em;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.block1100 {
	max-width: 1100px;
}
.block1000 {
	max-width: 1000px;
}
.block950 {
	max-width: 950px;
}
.block900 {
	max-width: 900px;
}
.block850 {
	max-width: 850px;
}
.block800 {
	max-width: 800px;
}
.block750 {
	max-width: 750px;
}
.block700 {
	max-width: 700px;
}
.block650 {
	max-width: 650px;
}
.block600 {
	max-width: 600px;
}
.block550 {
	max-width: 550px;
}
.block500 {
	max-width: 500px;
}

/* Double Block */ 
.double-blocks-50 , .double-blocks-30-70 , .double-blocks-40-60 , .double-blocks-60-40 , .double-blocks-70-30 , .double-blocks-100 {
	padding: 1em;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.double-blocks-100 {
	padding: 0;
	width: 100%;
	float: none;
	margin: 2.5em 0;
	
}
.double-block-special-mobile {
	padding: 2em 1em;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .7);
	border-radius: 2px;
	color: #242424;
	transition: ease-in-out .5s;
}
.double-block-special-mobile:hover {
	background: rgba(255, 255, 255, .9);
}

.double-block-special-mobile span {
	color: var(--color-text-primary) !important;
}
.double-block-special-mobile h3 { 
   background: rgba(255, 255, 255, .3);
   padding: .1em;
}
.double-block-mobile {
	border-bottom: solid 1em var(--color-bg-secondary);
}

.double-blocks-50 {
	width: 50%;
}
.double-left .double-blocks-30-70 {
	width: 30%;
}
.double-right .double-blocks-30-70 {
	width: 70%;
}
.double-left .double-blocks-40-60 {
	width: 40%;
}
.double-right .double-blocks-40-60 {
	width: 60%;
}
.double-left .double-blocks-60-40 {
	width: 60%;
}
.double-right .double-blocks-60-40 {
	width: 40%;
}
.double-left .double-blocks-70-30 {
	width: 70%;
}
.double-right .double-blocks-70-30 {
    width: 30%;
}
/*.slider-nav  img {
	width: auto;
	object-fit: contain;
}

.slider-nav {
	width: 100%;
	max-width: 500px !important;
	object-fit: contain;
} 
*/
.width33 , .width40 , .width50 , .width60 , .width25 , .width20 {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}

.width33 {
	width: 33%;
}
.width40 {
	width: 40%;
}
.width50 {
	width: 50%;
}
.width60  {
	width: 60%;
}
.width25 {
	width: 25%;
}
.width20 {
	width: 20%;
}
/*  *** Triple Block Styling  ***  */

/* Triple Block Container Styling */
.left-triple-block, .middle-triple-block, .right-triple-block {
	margin-bottom: 1rem;
}

.triple-block-container {
	padding: 1.5rem;
	border-radius: var(--border-radius-medium, 8px);
	background: var(--color-background-light, #f8f9fa);
	border: 1px solid var(--color-border-light, #e9ecef);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.triple-block-container:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Triple Block Content Spacing */
.triple-block-container h3 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 600;
}

.triple-block-container > div:last-child {
	flex-grow: 1;
}

/* Multiple Content Block Spacing */
.triple-block-container .content-item {
	margin-bottom: 1.5rem;
}

.triple-block-container .content-item:last-child {
	margin-bottom: 0;
}

/* Triple Link Blocks Styling */
.triple-link-title {

}
.triple-link-image {

}

.triple-link-desc {

}
.triple-link-linktext {

}

/* *************** START Link Blocks Global settings *********************** */

.triple-link-title {
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	padding: .7em .2em;
	background: rgba(56, 33, 14, .7);
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	height: 55px;
	overflow: hidden;
	margin-bottom: -55px;
	box-sizing: border-box;
	position: relative;
}
.triple-link-image {
	
}
.triple-link-image img {
	margin-bottom: -4px;
}
.triple-link-desc {
	
}
.triple-link-linktext {
	font-size: 1em;
	color: #fff;
	text-align: right;
	padding: .5em;
	box-sizing: border-box;
	background: #A29061;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;	
	transition: all ease-in-out .5s;
}

.triple-link-linktext:hover {
	background: #242424;
}
/* *************** END Link Blocks Global settings *********************** */

/*  ******** IHOVER  *******  */

.pb-ihover50 , .pb-ihover33 , .pb-ihover25 ,  .pb-ihover20 ,  .pb-ihover16 , .pb-ihover14 , .pb-ihover12 , .pb-ihover11 , .pb-ihover10  {
	float: left;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	box-sizing: border-box;
	margin: .5em 0;
}
.pb-ihover50 {
	width: 50%;
}
.pb-ihover33 {
	width: 33%;
}
.pb-ihover25 {
	width: 25%;
}
.pb-ihover20 {
	width: 20%;
}
.pb-ihover16 {
	width: 16.65%;
}
.pb-ihover14 {
	width: 14.29%;	
}
.pb-ihover12 {
	width: 12.5%;
}
.pb-ihover11 {
	width: 11.11%;
}
.pb-ihover10 {
	width: 10%;
}
.info {
  color: #999;
  vertical-align: middle;
}

/* *************** START <burtton>  *********************** */
button {
    display: inline-block;
    border: none;
	border-radius: 2px;
    padding: 1em 2em;
    margin: 0;
    text-decoration: none;
    background: var(--color-primary);
    color: var(--color-text-white);
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
	box-sizing: border-box;
}
button:active {
    transform: scale(0.99);
}
button a:link , button a:visited , button a:hover {
	color: var(--color-text-white);
	font-weight: 400;
}

button:hover,
button:focus {
    background: var(--color-bg-dark);
}

button:focus {
    outline: 1px solid var(--color-text-white);
    outline-offset: -4px;
}

/* *************** END <button> *********************** */

/******************START Google Map ********************/
/* <div id="google-map-loc" align="center"><div class="the-map"><div class="video-container"> */
.the-fb-video {
	width: 100%;
	max-width: 600px;
	margin: .3m auto;
	overflow: hidden;
}
.the-map {
	width: 100%;
	text-align: center;
	overflow:hidden;
}
.video-container {
	position: relative; 
	padding-bottom: 58.25%; 
	padding-top: 25px; 
	height: 0;
	 } 
	
	
.video-container iframe , .video-container object , .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
/******************END Google Map ********************/


/* ************** START Blog Posts News Items *******  */
.all-news {
	padding: 1em;
	box-sizing: border-box;
	margin: 1em 0;
	overflow: hidden;
	width: 48%;
	float: left;
	height: 250px;
	border: solid 2px #f8f7f6;
	border-radius: 2px;
	transition: all ease-in-out .5s;
}
.all-news:hover {
    border: solid 1px #02519E;
}
.all-news:nth-child(odd) {
	background: #f7f7f7;
}
.news-photo {
	width: 30%;
	float: left;
	padding: 1em;
	box-sizing: border-box;
	
}
.news-content {
	width: 70%;
	float: left;
	padding: 1em;
	box-sizing: border-box;
	color: #181818;
	text-decoration: none;
	margin: 0 auto;
}
/*.news-content a:link , .news-content a:visited {
	color: #181818;
	text-decoration: none;
} */
.highlight-title {
	font-size: 1.7em;
	text-align: center;
	padding: .5em 0;
	box-sizing: border-box;
	
}
.read-on {
	font-size: .9em;
	text-align: right;
	color: #02519E;
}

.entry-date {
	background: #f8f7f6;
	text-align: center;
	font-size: 90%;
	color: #ccc;
	padding: .3em;
	box-sizing: border-box;
	margin: .5em 0;
	
}

.entry-date a:link , .entry-date a:visited  {
	color:#ccc;
}
.nav-previous , .nav-next  {
	
	display: inline-block;
    border: solid 1px #f5b901 ;
	border-radius: 2px;
    padding: 1em 2em;
    margin: 0;
    text-decoration: none;
    background:  #fff;
    color: #A8A7A3;
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
	box-sizing: border-box;
	margin: 0 1em;
}
/* ************** END Blog Posts News Items **************  */

/*Lightbox caption */

#titleText{
	font-size: 150%;
}
/* ************** Responsive setting start here @Media  **************  */

@media only screen and (max-width: 1260px)
{
	.padding-1point5  { padding: 1.25em;  }
    .padding-2 { padding: 1.7em;  }
    .padding-2point5 { padding: 2em;  }
    .padding-3 { padding: 2.5em;  }
    .padding-3point5 { padding: 3em;  }
    .padding-4 { padding: 3.5em;  }
    .padding-4point5 { padding: 4em;  }
	.padding-5 { padding: 4.5em;  }
    .padding-5point5 { padding: 5em;  }
    .padding-6 { padding: 5.5em;  }
    .padding-6point5 { padding: 6em;  }
    .padding-7 { padding: 6em;  }
	h3.title-1point5 { font-size: 1.25em; }
    h3.title-1point75 { font-size: 1.5em; }
    h3.title-2  { font-size: 1.75em; }
    h3.title-2point25  { font-size: 2em; }
    h3.title-2point5 { font-size: 2.25em; }
    h3.title-2point75 { font-size: 2.55em; }
    h3.title-3 { font-size: 3em; }
    h3.title-3point25 { font-size: 3em; }
    h3.title-3point5 { font-size: 3.25em; }
    h3.title-3point75 { font-size: 3.5em; }
    h3.title-4 { font-size: 3.75em; }
    h3.title-4point25 { font-size: 4em; }
    h3.title-4point5 { font-size: 4.25em; }
    h3.title-4point75 { font-size: 4.55em; }
    h3.title-5  { font-size: 4.75em; }
	
	
}
@media only screen and (max-width: 1180px)
{

   .padding-1point5  { padding: 1em;  }
    .padding-2 { padding: 1.4em;  }
    .padding-2point5 { padding: 1.5em;  }
    .padding-3 { padding: 2em;  }
    .padding-3point5 { padding: 2.5em;  }
    .padding-4 { padding: 3em;  }
    .padding-4point5 { padding: 3.5em;  }
	.padding-5 { padding: 4em;  }
    .padding-5point5 { padding: 4.5em;  }
    .padding-6 { padding: 5em;  }
    .padding-6point5 { padding: 5em;  }
    .padding-7 { padding: 5em;  }
	h3.title-1point5 { font-size: 1.2em; }
    h3.title-1point75 { font-size: 1.35em; }
    h3.title-2  { font-size: 1.4em; }
    h3.title-2point25  { font-size: 1.7em; }
    h3.title-2point5 { font-size: 2em; }
    h3.title-2point75 { font-size: 2.2em; }
    h3.title-3 { font-size: 2.5em; }
    h3.title-3point25 { font-size: 2.5em; }
    h3.title-3point5 { font-size: 2.75em; }
    h3.title-3point75 { font-size: 3em; }
    h3.title-4 { font-size: 3.25em; }
    h3.title-4point25 { font-size: 3.5em; }
    h3.title-4point5 { font-size: 3.75em; }
    h3.title-4point75 { font-size: 4em; }
    h3.title-5  { font-size: 4.2em; }
}
@media only screen and (max-width: 1100px)
{
    .content-block {
		padding: 2em 1em;
	}
   .padding-1point5  { padding: 1em;  }
    .padding-2 { padding: 1.1em;  }
    .padding-2point5 { padding: 1.2em;  }
    .padding-3 { padding: 1.4em;  }
    .padding-3point5 { padding: 1.9em;  }
    .padding-4 { padding: 2.3em;  }
    .padding-4point5 { padding: 2.7em;  }
	.padding-5 { padding: 3em;  }
    .padding-5point5 { padding: 3.5em;  }
    .padding-6 { padding: 4em;  }
    .padding-6point5 { padding: 4.25em;  }
    .padding-7 { padding: 4.4em;  }
	h3.title-1point5 { font-size: 1.1em; }
    h3.title-1point75 { font-size: 1.25em; }
    h3.title-2  { font-size: 1.3em; }
    h3.title-2point25  { font-size: 1.5em; }
    h3.title-2point5 { font-size: 1.7em; }
    h3.title-2point75 { font-size: 2em; }
    h3.title-3 { font-size: 2.1em; }
    h3.title-3point25 { font-size: 2.1em; }
    h3.title-3point5 { font-size: 2.2em; }
    h3.title-3point75 { font-size: 2.4em; }
    h3.title-4 { font-size: 2.55em; }
    h3.title-4point25 { font-size: 2.75em; }
    h3.title-4point5 { font-size: 3em; }
    h3.title-4point75 { font-size: 3.2em; }
    h3.title-5  { font-size: 3.4em; }
}
@media only screen and (max-width: 980px)
{
	h3.title-1 , h3.title-1point5 , h3.title-1point75 , h3.title-2 , h3.title-2point25 , h3.title-2point5 , h3.title-2point75 , h3.title-3 , h3.title-3point25 , h3.title-3point5 , h3.title-3point75 , h3.title-4 , h3.title-4point25 , h3.title-4point5 , h3.title-4point75 , h3.title-5 { 
	   margin-bottom: auto;
	}
    .content-block {
		padding: 1.5em .8em;
	}
   .padding-1point5  { padding: .5em;  }
    .padding-2 { padding: .7em;  }
    .padding-2point5 { padding: .9em;  }
    .padding-3 { padding: 1em;  }
    .padding-3point5 { padding: 1.2em;  }
    .padding-4 { padding: 1.5em;  }
    .padding-4point5 { padding: 1.7em;  }
	.padding-5 { padding: 2em;  }
    .padding-5point5 { padding: 2.2em;  }
    .padding-6 { padding: 2.4em;  }
    .padding-6point5 { padding: 2.6em;  }
    .padding-7 { padding: 3em;  }
	h3.title-1point5 { font-size: 1em; }
    h3.title-1point75 { font-size: 1.1em; }
    h3.title-2  { font-size: 1.2em; }
    h3.title-2point25  { font-size: 1.3em; }
    h3.title-2point5 { font-size: 1.5em; }
    h3.title-2point75 { font-size: 1.7em; }
    h3.title-3 { font-size: 1.9em; }
    h3.title-3point25 { font-size: 2em; }
    h3.title-3point5 { font-size: 2.1em; }
    h3.title-3point75 { font-size: 2.2em; }
    h3.title-4 { font-size: 2.3em; }
    h3.title-4point25 { font-size: 2.4em; }
    h3.title-4point5 { font-size: 2.5em; }
    h3.title-4point75 { font-size: 2.6em; }
    h3.title-5  { font-size: 2.7em; }
}
@media only screen and (max-width: 820px)
{

   .double-left .double-blocks-50  , .double-right double-blocks-50  {
	  width: 100%;
	  float: none;
	  background: rgba(255, 255, 255, .5);
	  color: #333 !important;
   }
   .white  {
	   color: #333;
   }
  .desktop-view {
	  display: none;
  }
  .mobile-view {
	  display: block;
  }
    h3.title-1point5 { font-size: 1.2em; }
    h3.title-1point75 { font-size: 1.35em; }
    h3.title-2  { font-size: 1.4em; }
    h3.title-2point25  { font-size: 1.7em; }
    h3.title-2point5 { font-size: 2em; }
    h3.title-2point75 { font-size: 2.2em; }
    h3.title-3 { font-size: 2.5em; }
    h3.title-3point25 { font-size: 2.5em; }
    h3.title-3point5 { font-size: 2.75em; }
    h3.title-3point75 { font-size: 3em; }
    h3.title-4 { font-size: 3.25em; }
    h3.title-4point25 { font-size: 3.5em; }
    h3.title-4point5 { font-size: 3.75em; }
    h3.title-4point75 { font-size: 4em; }
    h3.title-5  { font-size: 4.2em; }
	
	.double-blocks-50 , .double-left .double-blocks-30-70 , .double-right .double-blocks-30-70 , .double-left .double-blocks-40-60 , .double-right .double-blocks-40-60 ,     .double-left .double-blocks-60-40 , .double-right .double-blocks-60-40 , .double-left .double-blocks-70-30 , .double-right .double-blocks-70-30 {
	width: 100%;
	float: none;
}
}
@media only screen and (max-width: 768px)
{ 
    
	.double-blocks-100 {
		margin: 1.5em 0;
	}
 /*   .double-blocks-50 div , .double-left .double-blocks-30-70 div , .double-right .double-blocks-30-70 div , .double-left .double-blocks-40-60 div , .double-right .double-blocks-40-60 div ,     .double-left .double-blocks-60-40 div , .double-right .double-blocks-60-40 div , .double-left .double-blocks-70-30 div , .double-right .double-blocks-70-30 div {
		padding: 1.5em !important;
	} */
	
}
@media only screen and (max-width: 675px) 
{
  .double-blocks-100 {
		margin: .75em 0;
	}
  button { 
   padding: 1em;
  }
}

@media only screen and (max-width: 585px) {
	
.double-blocks-100 {
		margin: 0;
	}
	h3.title-1point5 { font-size: 1em; }
    h3.title-1point75 { font-size: 1.1em; }
    h3.title-2  { font-size: 1.2em; }
    h3.title-2point25  { font-size: 1.3em; }
    h3.title-2point5 { font-size: 1.5em; }
    h3.title-2point75 { font-size: 1.7em; }
    h3.title-3 { font-size: 1.9em; }
    h3.title-3point25 { font-size: 2em; }
    h3.title-3point5 { font-size: 2.1em; }
    h3.title-3point75 { font-size: 2.2em; }
    h3.title-4 { font-size: 2.3em; }
    h3.title-4point25 { font-size: 2.4em; }
    h3.title-4point5 { font-size: 2.5em; }
    h3.title-4point75 { font-size: 2.6em; }
    h3.title-5  { font-size: 2.7em; }
.blockfull , .block1100 , .block1000 , .block950 , .block900 ,     .block850 , .block800 , .block750 , .block700 , .block650 ,        .block600 , .block550 , .block500  {
	padding: .5em !important; 
  }
	.three-up , .width33 {
	 width: 100%;
	 max-width: 400px;
	 margin: .5em auto;
	 float: none;
  }

  /* Triple Block Mobile Improvements */
  .left-triple-block, .middle-triple-block, .right-triple-block {
	margin-bottom: 1rem;
  }

  .triple-block-container {
	padding: 1rem;
	margin-bottom: 1rem;
  }
  .blockfull , .block1100 , .block1000 , .block950 , .block900 , .block850 , .block800 , .block750 , .block700 , .block650 , .block600 , .block550 , .block500  {
	padding: .1em !important; 
}
}
@media only screen and (max-width: 480px)
{
   .content-block {
	  padding: 1.3em .3em; 
   }
  .double-block-special-mobile {
	padding: .5em;
}
.double-blocks-50 , .double-blocks-30-70 , .double-blocks-40-60 , .double-blocks-60-40 , .double-blocks-70-30  {
	padding: .1em;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
}

/* ========================================
   CALL TO ACTION BUTTONS LAYOUT
   ======================================== */

/* Button Container Layout */
.button-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-evenly !important;
	align-items: center;
	margin: 20px 0;
}

/* Single button - centered */
.button-count-1 {
	justify-content: center;
}

/* Two buttons - equal spacing */
.button-count-2 {
	justify-content: space-evenly;
}

.button-count-2 .button-wrapper {
	flex: 0 1 auto;
	max-width: 300px;
}

/* Three buttons - equal spacing */
.button-count-3 {
	justify-content: space-evenly;
}

.button-count-3 .button-wrapper {
	flex: 0 1 auto;
	max-width: 250px;
}

/* Four buttons - equal spacing in a row */
.button-count-4 {
	justify-content: space-evenly;
}

.button-count-4 .button-wrapper {
	flex: 1;
	max-width: 200px;
}

/* Button wrapper */
.button-wrapper {
	display: flex;
	justify-content: center;
}

.button-wrapper a {
	text-decoration: none;
	width: 100%;
	display: block;
}

/* ========================================
   BASE BUTTON STYLES
   ======================================== */

/* Base CTA button styles */
.cta-button {
	width: 100%;
	padding: 12px 24px;
	border: 2px solid var(--color-button-border);
	background: var(--color-bg-primary);
	color: var(--color-button-text-alt);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 4px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: center center;
	will-change: transform;
}

.cta-button:hover {
	background: var(--color-button-primary);
	color: var(--color-button-text);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* ========================================
   BUTTON STYLE VARIATIONS
   ======================================== */

/* Reversed Style */
.cta-button.button-reversed {
	background: var(--color-button-primary);
	color: var(--color-button-text);
}

.cta-button.button-reversed:hover {
	background: var(--color-bg-primary);
	color: var(--color-button-text-alt);
}

/* Custom Style 1 - Blue Gradient */
.cta-button.button-custom1 {
	background: linear-gradient(45deg, var(--color-button-blue), var(--color-button-blue-hover));
	color: var(--color-button-text);
	border: none;
}

.cta-button.button-custom1:hover {
	background: linear-gradient(45deg, var(--color-button-blue-hover), var(--color-button-blue));
	transform: translateY(-2px) scale(1.02);
}

/* Custom Style 2 - Orange Rounded */
.cta-button.button-custom2 {
	background: var(--color-button-orange);
	color: var(--color-button-text);
	border: 2px solid var(--color-button-orange);
	border-radius: 25px;
}

.cta-button.button-custom2:hover {
	background: transparent;
	color: var(--color-button-orange);
}

/* Custom Style 3 - Green Sliding Fill */
.cta-button.button-custom3 {
	background: transparent;
	color: var(--color-button-green);
	border: 2px solid var(--color-button-green);
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.cta-button.button-custom3:hover {
	color: var(--color-button-text);
}

.cta-button.button-custom3::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--color-button-green);
	transition: left 0.3s ease;
	z-index: -1;
}

.cta-button.button-custom3:hover::before {
	left: 0;
}

/* ========================================
   CONTACT FORM 7 BUTTON STYLING
   ======================================== */

/* Make Contact Form 7 submit buttons use our default button style */
.wpcf7-form input[type="submit"],
.wpcf7-submit {
	width: 100%;
	max-width: 450px;
	padding: 12px 24px;
	border: 2px solid var(--color-button-border);
	background: var(--color-bg-primary);
	color: var(--color-button-text-alt);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 4px;
	min-height: 50px;
	display: block;
	margin: 1em auto 0;
	box-sizing: border-box;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover {
	background: var(--color-button-primary);
	color: var(--color-button-text);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
	.button-container {
		flex-direction: column;
		gap: 15px;
	}

	.button-count-2 .button-wrapper,
	.button-count-3 .button-wrapper,
	.button-count-4 .button-wrapper {
		flex: none;
		max-width: 100%;
		width: 100%;
	}

	.cta-button {
		min-height: 45px;
		font-size: 14px;
		padding: 10px 20px;
	}
}

/* ========================================
   ICON BLOCK LAYOUT
   ======================================== */

/* Icon Block Container */
.icon-block-container {
	display: grid;
	gap: 2rem;
	margin: 2rem 0;
	text-align: center;
}

/* Grid layouts based on icons per row */
.icons-per-row-3 {
	grid-template-columns: repeat(3, 1fr);
}

.icons-per-row-4 {
	grid-template-columns: repeat(4, 1fr);
}

.icons-per-row-5 {
	grid-template-columns: repeat(5, 1fr);
}

/* Spacing variations */
.spacing-tight { gap: 1rem; }
.spacing-normal { gap: 2rem; }
.spacing-loose { gap: 3rem; }

/* Icon Item */
.icon-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.icon-item:hover {
	transform: translateY(-5px);
}

.icon-item a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

/* Icon Wrapper */
.icon-wrapper {
	margin-bottom: 1rem;
	transition: all 0.3s ease;
}

.icon-item:hover .icon-wrapper {
	transform: scale(1.1);
}

.icon-wrapper i {
	display: block;
	transition: all 0.3s ease;
}

/* Icon Title */
.icon-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	line-height: 1.3;
}

/* Icon Description */
.icon-description {
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 0;
	opacity: 0.8;
	max-width: 200px;
}

/* ========================================
   ICON BLOCK RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
	.icons-per-row-5 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 768px) {
	.icons-per-row-3,
	.icons-per-row-4,
	.icons-per-row-5 {
		grid-template-columns: repeat(2, 1fr);
	}

	.icon-block-container {
		gap: 1.5rem;
	}

	.spacing-loose { gap: 2rem; }

	.icon-title {
		font-size: 1.1rem;
	}

	.icon-description {
		font-size: 0.85rem;
	}
}

@media (max-width: 480px) {
	.icons-per-row-3,
	.icons-per-row-4,
	.icons-per-row-5 {
		grid-template-columns: 1fr;
	}

	.icon-block-container {
		gap: 1rem;
	}

	.spacing-tight { gap: 0.75rem; }
	.spacing-normal { gap: 1rem; }
	.spacing-loose { gap: 1.5rem; }
}

/* ===== GSAP ANIMATIONS ===== */

/* MachineGun Text Animation Container - Legacy (for Custom Posts block) */
#demo {
	position: relative;
	max-width: 950px;
	height: 300px;
	background-color: #242424;
	margin: auto;
	overflow: hidden;
}

#demo h3 {
	position: absolute;
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 950px;
	text-align: center;
	visibility: hidden;
	font-size: 120px;
	top: 65px;
	color: #fff;
}

/* MachineGun Text Block - New Page Builder Block */
.machinegun-container {
	position: relative;
	max-width: 950px;
	height: 300px;
	margin: auto;
	overflow: hidden;
	border-radius: 8px;
}

.machinegun-container h3 {
	position: absolute;
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 950px;
	text-align: center;
	visibility: hidden;
	font-size: 120px;
	top: 65px;
}

/* Responsive adjustments for MachineGun text */
@media (max-width: 768px) {
	.machinegun-container {
		height: 200px;
		max-width: 100%;
	}

	.machinegun-container h3 {
		font-size: 60px;
		top: 40px;
	}
}

@media (max-width: 480px) {
	.machinegun-container {
		height: 150px;
	}

	.machinegun-container h3 {
		font-size: 40px;
		top: 30px;
	}
}

/* Parallax Background */
.parallax-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

/* GSAP Animation Classes */
/* Note: slide-in-left and slide-in-right animations are handled entirely by GSAP JavaScript */

.horizontal-scroll-block {
	opacity: 0;
}

.double-special-slide {
	opacity: 0.8;
}

/* ===== PRO SLIDER STYLES ===== */
.pro-slider-block {
	position: relative;
	margin: 20px 0;
	overflow: hidden;
}

/* Move down classes */
.pro-slider-block.vh10 { margin-top: 10vh; }
.pro-slider-block.vh15 { margin-top: 15vh; }
.pro-slider-block.vh20 { margin-top: 20vh; }
.pro-slider-block.vh25 { margin-top: 25vh; }
.pro-slider-block.vh30 { margin-top: 30vh; }
.pro-slider-block.vh35 { margin-top: 35vh; }
.pro-slider-block.vh40 { margin-top: 40vh; }

.slider-wrapper {
	position: relative;
	min-height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Logo positioning */
.slider-logo {
	position: absolute;
	z-index: 10;
}

.slider-logo.icon-top-left { top: 20px; left: 20px; }
.slider-logo.icon-top-center { top: 20px; left: 50%; transform: translateX(-50%); }
.slider-logo.icon-top-right { top: 20px; right: 20px; }
.slider-logo.icon-bottom-left { bottom: 20px; left: 20px; }
.slider-logo.icon-bottom-center { bottom: 20px; left: 50%; transform: translateX(-50%); }
.slider-logo.icon-bottom-right { bottom: 20px; right: 20px; }

.slider-logo img {
	max-height: 60px;
	width: auto;
}

/* Slider content positioning */
.slider-content-wrapper {
	position: relative;
	height: 100%;
	min-height: 400px;
}

.single-slider {
	display: flex;
	align-items: center;
	min-height: 400px;
	padding: 40px 20px;
}

/* Content placement */
.single-slider.slider-content-block1 { justify-content: flex-start; }
.single-slider.slider-content-block2 { justify-content: center; }
.single-slider.slider-content-block3 { justify-content: flex-end; }

/* Content block styles */
.slider-content-block {
	max-width: 600px;
	padding: 30px;
	border-radius: 8px;
}

.slider-content-block-style1 .slider-content-block {
	background: transparent;
}

.slider-content-block-style2 .slider-content-block {
	background: rgba(255, 255, 255, 0.9);
	color: #333;
}

.slider-content-block-style3 .slider-content-block {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.slider-content-block h2 {
	margin: 0 0 20px 0;
	font-size: 2.5em;
	line-height: 1.2;
}

.slider-content {
	margin: 20px 0;
	font-size: 1.1em;
	line-height: 1.6;
}

/* Slider buttons */
.slider-buttons {
	margin-top: 30px;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.slider-buttons a {
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-block;
}

.slider-button-style {
	background: #007cba;
	color: #fff;
	border: 2px solid #007cba;
}

.slider-button-style:hover {
	background: #005a87;
	border-color: #005a87;
}

.slider-button-style-reversed {
	background: transparent;
	color: #007cba;
	border: 2px solid #007cba;
}

.slider-button-style-reversed:hover {
	background: #007cba;
	color: #fff;
}

/* Button bar */
.slider-button-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 20px;
}

.bottom-button-row {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.bottom-button-row a {
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.bottom-button-row a:hover,
.bottom-button-row a.active {
	background: rgba(255, 255, 255, 0.4);
}

/* Responsive styles */
@media (max-width: 768px) {
	.slider-wrapper {
		min-height: 300px;
	}

	.single-slider {
		min-height: 300px;
		padding: 20px 15px;
	}

	.slider-content-block {
		padding: 20px;
		max-width: 100%;
	}

	.slider-content-block h2 {
		font-size: 2em;
	}

	.slider-buttons {
		flex-direction: column;
		align-items: center;
	}

	.slider-buttons a {
		width: 100%;
		text-align: center;
		max-width: 250px;
	}

	.slider-logo img {
		max-height: 40px;
	}
}

/* ===================================
   GSAP Animation Classes
   =================================== */

/* Base GSAP animation class */
.gsap-animate {
    opacity: 0;
    transform: translateY(20px);
}

/* Animation types */
.gsap-fade {
    opacity: 0;
}

.gsap-slide-left {
    opacity: 0;
    transform: translateX(-100px);
}

.gsap-slide-right {
    opacity: 0;
    transform: translateX(100px);
}

.gsap-slide-up {
    opacity: 0;
    transform: translateY(100px);
}

.gsap-slide-down {
    opacity: 0;
    transform: translateY(-100px);
}

.gsap-scale {
    opacity: 0;
    transform: scale(0.8);
}

.gsap-rotate {
    opacity: 0;
    transform: rotate(-10deg) scale(0.9);
}

/* Duration classes for custom timing */
.gsap-duration-0-5 {
    transition-duration: 0.5s;
}

.gsap-duration-1 {
    transition-duration: 1s;
}

.gsap-duration-1-5 {
    transition-duration: 1.5s;
}

.gsap-duration-2 {
    transition-duration: 2s;
}

/* Enhanced horizontal scrolling classes */
.horizontal-scroll-block {
    opacity: 0;
    transform: translateX(-100px);
}

.horizontal-scroll-block.scroll-right {
    transform: translateX(100px);
}

/* Double special slide together effect */
.double-special-slide {
    will-change: transform;
}

/* Performance optimizations for GSAP animations */
.gsap-animate,
.horizontal-scroll-block,
.double-special-slide {
    will-change: transform, opacity;
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Horizontal Scroll Effect Styles (like GSAP example) */
/* Global overflow settings for horizontal scroll */
html, body {
    overflow-x: hidden;
}

.horizontal-scroll-wrapper {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.horizontal-scroll-container {
    overscroll-behavior: none; /* Prevent scroll chaining only in this area */
    height: 100vh; /* Full height for the horizontal scrolling section */
    display: flex; /* Flex layout for horizontal arrangement */
    overflow: hidden; /* Hide overflow */
    flex-wrap: nowrap; /* No wrapping for panels */
}

.content.panel {
    min-width: 100vw; /* Full viewport width for each panel */
    height: 100%; /* Match height to container */
    flex-shrink: 0; /* Prevent panels from shrinking */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}

.content.panel.psmall {
    font-size: 1.3em;
}

/* Ensure content blocks inside panels maintain proper styling */
.content.panel .content-block {
    width: 90%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
}

/* ===== FLEXIBLE GRID BLOCK STYLES ===== */
.grid-block-section {
    padding: 2rem 0;
}

.grid-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.grid-item {
    background: var(--color-white);
    border: 1px solid var(--color-light-gray);
    transition: all 0.3s ease;
    position: relative;
}

.grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.grid-item-image {
    position: relative;
    overflow: hidden;
}

.grid-item-overlay {
    transition: opacity 0.3s ease;
}

.grid-item:hover .grid-item-overlay {
    opacity: 0.9;
}

.grid-item-title {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
}

.grid-item-content {
    font-family: var(--font-body);
}

.grid-item-content p:last-child {
    margin-bottom: 0;
}

/* Responsive Grid Layouts */
@media (max-width: 1024px) {
    .grid-container[data-columns="4"] {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .grid-container[data-columns="4"] .grid-item[style*="span 4"] {
        grid-column: span 3 !important;
    }

    .grid-container[data-columns="4"] .grid-item[style*="span 3"] {
        grid-column: span 2 !important;
    }
}

@media (max-width: 768px) {
    .grid-container {
        width: 95%;
        padding: 0 0.5rem;
    }

    .grid-container[data-columns="3"],
    .grid-container[data-columns="4"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .grid-container .grid-item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .grid-item-content-wrapper {
        padding: 1rem !important;
    }

    .grid-item-overlay {
        padding: 0.75rem !important;
    }
}

@media (max-width: 480px) {
    .grid-container {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .grid-container .grid-item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .grid-block-section {
        padding: 1rem 0;
    }
}

/* Grid Item Content Styling */
.grid-item-content-wrapper h3 {
    color: var(--color-primary);
}

.grid-item-content-wrapper p {
    margin-bottom: 1rem;
}

.grid-item-content-wrapper ul,
.grid-item-content-wrapper ol {
    margin-left: 1rem;
}

/* Animation Support */
.grid-item {
    animation-fill-mode: both;
}

/* GSAP Animation Classes */
.grid-item.gsap-fade-in {
    opacity: 0;
    transform: translateY(30px);
}

.grid-item.gsap-slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
}

.grid-item.gsap-slide-in-right {
    opacity: 0;
    transform: translateX(50px);
}
