@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 */
/* Desktop styles moved to style-responsive.css */

/* Tablet: 768px to 1024px */
/* Tablet styles moved to style-responsive.css */

/* Mobile: 767px and below */
/* Mobile styles moved to style-responsive.css */

/* Utility classes for showing only on specific devices */
.show-desktop-only {
	display: block;
}
.show-tablet-only {
	display: none;
}
.show-mobile-only {
	display: none;
}

/* Tablet device visibility styles moved to style-responsive.css */

/* Mobile device visibility styles moved to style-responsive.css */

/* 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 !important;
	flex-direction: column !important;
	/* Removed min-height: 100% to allow parent align-items to work */
	padding: 1rem 0 !important; /* Reduced padding and removed horizontal padding */
	width: 100% !important;
	/* Allow parent's align-items to control vertical positioning */
	justify-content: unset !important;
}

/* Header Overlay Wrapper - Contains both title and sub-heading in overlay */
.header-overlay-wrapper {
	border-radius: 8px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Header Title Styling */
.title-block {
	margin-bottom: 0;
}

/* Sub-heading Styling */
.sub-heading-block {
	margin-top: 0.5em;
	margin-bottom: 0;
}

/* Responsive Header Content */
/* Header responsive styles moved to style-responsive.css */

.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 */
/* Sub-heading responsive styles moved to style-responsive.css */

.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 { 
   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: #86130c;
    color: #ffffff;
    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: #fff;
	font-weight: 400;
}

button:hover,
button:focus {
    background: #242424;
}

button:focus {
    outline: 1px solid #fff;
    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 ********************/


/* ************** Old blog styles removed - using modern blog CSS below ******* */
.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  **************  */

/* Large desktop (1260px) styles moved to style-responsive.css */
/* Desktop (1180px) styles moved to style-responsive.css */
/* Desktop (1100px) styles moved to style-responsive.css */
/* Tablet (980px) styles moved to style-responsive.css */
/* Tablet (820px) styles moved to style-responsive.css */
/* Tablet (768px) styles moved to style-responsive.css */
/* Mobile (675px) styles moved to style-responsive.css */

/* Mobile (585px) styles moved to style-responsive.css */
/* Mobile (480px) styles moved to style-responsive.css */

/* ========================================
   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
   ======================================== */

/* Button responsive styles moved to style-responsive.css */

/* ========================================
   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
   ======================================== */

/* Icon block (1024px) styles moved to style-responsive.css */

/* Icon block (768px) styles moved to style-responsive.css */

/* Icon block (480px) styles moved to style-responsive.css */

/* ===== 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 */
/* MachineGun (768px) styles moved to style-responsive.css */

/* MachineGun (480px) styles moved to style-responsive.css */

/* 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 */
/* Pro Slider (768px) styles moved to style-responsive.css */

/* ===================================
   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;
}

/* Full screen grid container */
.full-screen .grid-container {
    max-width: 2000px;
}

/* Grid title padding in full screen mode */
.full-screen.grid-block-section h2 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.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;
}

/* Disable hover effects when grid-no-hover class is applied */
.grid-no-hover .grid-item:hover {
    transform: none;
    box-shadow: none;
}

.grid-no-hover .grid-item:hover .grid-item-overlay {
    opacity: 1;
}

.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 */
/* Grid layout (1024px) styles moved to style-responsive.css */

/* Grid layout (768px) styles moved to style-responsive.css */

/* Grid layout (480px) styles moved to style-responsive.css */

/* 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);
}

/* ========================================
   BLOG POST STYLING - From jumpstart2026
   ======================================== */

/* ========================================
   FRONT PAGE BLOG SECTION
   ======================================== */

.front-page-blog-section {
    background: var(--color-bg-secondary);
    padding: 4rem 0;
}

.blog-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.blog-section-header h2 {
    margin-bottom: 1rem;
    color: var(--color-header-h2);
}

.blog-section-header p {
    color: var(--color-text-light);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-post-card {
    background: var(--color-bg-primary);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid var(--color-border-light);
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.blog-post-image {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .blog-post-image img {
    transform: scale(1.05);
}

.blog-post-content {
    padding: 1.5rem;
    box-sizing: border-box;
}

.blog-post-title {
    margin-bottom: 0.8rem;
}

.blog-post-title,
.blog-post-title a {
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.3rem !important;
    font-weight: 600;
    line-height: 1.4 !important;
    margin-bottom: 0.8rem !important;
}

.blog-post-title a:hover {
    color: var(--color-primary);
}

.blog-post-meta {
    color: var(--color-text-light);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-family: "Inter", sans-serif;
}

.blog-post-excerpt {
    margin-bottom: 1.5rem;
}

.blog-post-excerpt p {
    color: var(--color-text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 1rem;
}

.blog-post-footer {
    display: flex;
    justify-content: flex-start;
}

.read-more-btn {
    background: var(--color-secondary);
    color: var(--color-text-white);
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
}

.read-more-btn:hover {
    background: var(--color-secondary-dark);
    transform: translateY(-1px);
    color: var(--color-text-white);
}

.read-more-btn i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(3px);
}

.blog-section-footer {
    text-align: center;
}

.view-all-posts-btn {
    background: transparent;
    color: var(--color-primary);
    padding: 1rem 2rem;
    border: 2px solid var(--color-primary);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
}

.view-all-posts-btn:hover {
    background: var(--color-primary);
    color: var(--color-text-white);
    transform: translateY(-1px);
}

.view-all-posts-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.view-all-posts-btn:hover i {
    transform: translateX(3px);
}

/* ========================================
   SINGLE POST STYLING
   ======================================== */

.single-post-wrapper {
    background: var(--color-bg-primary);
    padding: 2rem 0 4rem 0;
}

.single-post-with-sidebar {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.single-post-content.sidebar-left {
    order: 2;
}

.single-post-sidebar.left-sidebar {
    order: 1;
}

.single-post-content.no-sidebar {
    max-width: 800px;
    margin: 0 auto;
}

.single-post-article {
    background: var(--color-bg-primary);
}

.single-post-header {
    margin-bottom: 2rem;
}

.post-meta {
    color: var(--color-text-light);
    font-size: 0.95rem;
    margin-bottom: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.post-meta a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
}

.post-meta a:hover {
    color: var(--color-secondary);
}

.single-post-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-header-h1);
    margin-bottom: 2rem;
    font-family: "Inter", sans-serif;
}

.single-post-featured-image {
    margin-bottom: 2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.single-post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.single-post-content-area {
    line-height: 1.7;
    color: var(--color-text-secondary);
}

.single-post-content-area h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: var(--color-header-h2);
}

.single-post-content-area h3 {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    color: var(--color-header-h3);
}

.single-post-content-area h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    color: var(--color-header-h4);
}

.single-post-content-area p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.single-post-content-area ul,
.single-post-content-area ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    list-style:circle;
}

.single-post-content-area li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.single-post-content-area blockquote {
    border-left: 4px solid var(--color-primary);
    background: var(--color-bg-light);
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--color-text-secondary);
}

.single-post-content-area img {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 1.5rem 0;
}

.single-post-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid var(--color-border-light);
}

/* ========================================
   POST TAGS AND NAVIGATION
   ======================================== */

.post-tags {
    margin-bottom: 2rem;
}

.tags-label {
    font-weight: 600;
    color: var(--color-text-primary);
    margin-right: 0.5rem;
    font-family: "Inter", sans-serif;
}

.post-tags a {
    display: inline-block;
    background: var(--color-bg-light);
    color: var(--color-text-secondary);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.85rem;
    margin: 0.2rem 0.3rem 0.2rem 0;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.post-tags a:hover {
    background: var(--color-primary);
    color: var(--color-text-white);
    transform: translateY(-1px);
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}

.post-navigation a {
    background: var(--color-bg-light);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    color: var(--color-text-primary);
    font-weight: 500;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.post-navigation a:hover {
    background: var(--color-primary);
    color: var(--color-text-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ========================================
   SIDEBAR STYLING
   ======================================== */

.single-post-sidebar {
    background: var(--color-bg-light);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: fit-content;
    position: sticky;
    top: 2rem;
}

.single-post-sidebar h3 {
    color: var(--color-header-h3);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.single-post-sidebar ul {
    list-style: none;
    padding: 0;
}

.single-post-sidebar li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border-light);
}

.single-post-sidebar a {
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.single-post-sidebar a:hover {
    color: var(--color-primary);
}

/* ========================================
   ARCHIVE PAGES (CATEGORY, TAG, DATE)
   ======================================== */

.archive-page-wrapper {
    background: var(--color-bg-primary);
    padding: 2rem 0 4rem 0;
}

.archive-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--color-border-light);
}

.archive-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: var(--color-header-h1);
    margin-bottom: 1rem;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
}

.archive-description {
    color: var(--color-text-light);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.archive-with-sidebar {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.archive-content.sidebar-left {
    order: 2;
}

.archive-sidebar.left-sidebar {
    order: 1;
}

.archive-content.no-sidebar {
    max-width: 100%;
}

.archive-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.archive-post-card {
    background: var(--color-bg-primary);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid var(--color-border-light);
}

.archive-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.archive-post-image {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.archive-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.archive-post-card:hover .archive-post-image img {
    transform: scale(1.05);
}

.archive-post-content {
    padding: 1.5rem;
}

.archive-post-meta {
    color: var(--color-text-light);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.archive-post-meta a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
}

.archive-post-meta a:hover {
    color: var(--color-secondary);
}

.archive-post-title {
    margin-bottom: 0.8rem;
}

.archive-post-title a {
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
}

.archive-post-title a:hover {
    color: var(--color-primary);
}

.archive-post-excerpt {
    margin-bottom: 1.5rem;
}

.archive-post-excerpt p {
    color: var(--color-text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 1rem;
}

.archive-post-footer {
    display: flex;
    justify-content: flex-start;
}

.archive-read-more-btn {
    background: var(--color-secondary);
    color: var(--color-text-white);
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
}

.archive-read-more-btn:hover {
    background: var(--color-secondary-dark);
    transform: translateY(-1px);
    color: var(--color-text-white);
}

.archive-read-more-btn i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.archive-read-more-btn:hover i {
    transform: translateX(3px);
}

.archive-pagination {
    text-align: center;
    margin-top: 2rem;
}

.archive-sidebar {
    background: var(--color-bg-light);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: fit-content;
    position: sticky;
    top: 2rem;
}

.archive-sidebar h3 {
    color: var(--color-header-h3);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.archive-sidebar ul {
    list-style: none;
    padding: 0;
}

.archive-sidebar li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border-light);
}

.archive-sidebar a {
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.archive-sidebar a:hover {
    color: var(--color-primary);
}

.no-posts-found {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--color-text-light);
}

.no-posts-found h2 {
    color: var(--color-header-h2);
    margin-bottom: 1rem;
}
