:root {
	--cs-color-primary: #c42027;
	--cs-color-secondary: #204c8b;
	--cs-color-tertiary: #0d284e;
	--cs-color-light: #fff;
	--cs-color-dark: #000;
	--cs-color-grey: #cccccc;

	--cs-font-heading: 'Anton', sans-serif;
	--cs-font-body: 'AcuminPro', sans-serif;
}

.jp-site-main h1, .jp-site-main h2, .jp-site-main h3, .jp-site-main h4, .jp-site-main h5, .jp-site-main h6, .jp-site-main p{ padding:0px; margin:20px 0px;}

.jp-site-main .comment-navigation,
.jp-site-main
.posts-navigation,
.jp-site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.jp-entry-content{ float:left; width:100%;}
.wp-block-gallery{ width:100%; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.jp-page-content,
.jp-entry-content,
.jp-entry-summary {
	margin: 1.5em 0 0;
}

.jp-page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.jp-cat-links a, .jp-edit-link a{
	padding:0px 10px 0px 10px;
	display:inline-block;
}
.comment-form-comment label{
	display:block;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.jp-page-content .wp-smiley,
.jp-entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.text-black a {
	color: #000 !important;
}
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.jp-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.jp-screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#jpPrimary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.cs-locations--section {
	background: #dedede;
}
.cs-locations--section ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.cs-locations--section li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 36px 0px;
	color: var(--cs-color-secondary);
	text-transform: uppercase;
	font-size: 25px;
	font-family: var(--cs-font-heading);
	letter-spacing: 0.75px;
}

/************************Gamatech Design*************************/

/*GLOBAL STYLES*/
section {
	padding:80px 0;
}
section h2{
	font-family:var(--cs-font-heading);
	font-size:48px;
	letter-spacing:0 !important;
}
section h3{
	font-family:var(--cs-font-heading);
	font-size:32px;
}
/*HEADER*/
.cs-header{
	position:relative !important;
}
.cs-header--top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 60px 0;
	background-color: #fff;
	font-family: var(--cs-font-body);
	margin-bottom: -10px;
}

.cs-header--logo {
	width: 100%;
}

.cs-logo {
    padding-top: 0 !important;
    display: flex;
    width: 100% !important;
    align-items: center;
}

.cs-logo img {
	width: 180px;
	height: auto;
}

.cs-header--logo p {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: #204c8b;
	line-height: 1.4;
}

.cs-header--menu {
	display: flex;
	gap: 50px;
	align-items: center;
	padding-top: 10px;
}

.cs-header--blurbs {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 100%;
	gap: 24px;
}
.cs-header--blurb {
	display: flex;
	align-items: center;
	gap: 12px;
}
.cs-header--blurb__icon i {
	font-size: 22px;
	color: #204c8b;
}

.cs-header--blurb__text p {
	margin: 0;
	padding-bottom: 0;
	line-height: 1.3;
}

.cs-header--blurb__text p:first-child {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #222;
}

.cs-header--blurb__text p:last-child {
	font-size: 12px;
	text-transform: uppercase;
	color: #c42027;
}

/*HEADER BOTTOM*/

.cs-header--bottom {
	background: #c42027;
	padding: 6px;
}

.cs-header--bottom .z-text-white {
	display: flex;
	justify-content: end;
}

.cs-header--bottom .main-menu {
	margin: 0;
}

.cs-header--bottom .main-menu ul li {
	margin-left: 40px;
}

/* fix old sub page headers */
.z-default-subpage-header .z-default-subpage-title {
	margin: 0 !important;
}
.z-default-subpage-header {
	min-height: 300px !important;
	padding: 80px 0 20px 0;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	position: relative;
}

/*HERO*/
.cs-hero--section{
	min-height:600px;
}
.cs-hero--section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://craneinstitute.zgraphdev.com/wp-content/uploads/2025/04/overlay-e1744740850508.png') no-repeat center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}


.cs-hero--section video {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.cs-hero--section > * {
  position: relative;
  z-index: 2;
}
.cs-hero--section h1  {
	font-family:var(--cs-font-heading);
	font-size:96px;
}
.cs-hero--section h1 span {
	display:block;
}
.cs-hero--section h1 span:last-of-type {
	font-size:64px;
	padding-left:48px;
}
.cs-hero--section .cs-btn{
	margin-right:12%;
}


/*ABOUT US*/

.cs-btn {
	font-family: var(--cs-font-body);
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--cs-color-primary);
	padding: 10px 60px;
	border: none;
	border-radius: 0;
	position: relative;
	display: inline-block;
	transform: skew(-20deg);
	z-index: 1;
}

.cs-btn span{
	display: inline-block;
	transform: skew(20deg);
	position: relative;
	z-index: 2;
}

.cs-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	color: #fff;
	background-color: var(--cs-color-secondary);
	transition: width 0.4s ease;
	z-index: -1;
}

.cs-btn:hover {
	color: #fff !important;
}

.cs-btn:hover::before {
	width: 100%;
}

/*Our Programs Section*/
  .cs-programs--section {
    background: linear-gradient(120deg, var(--cs-color-light) 60%, var(--cs-color-secondary) 60%);
    position: relative;
    overflow: hidden;
	  padding-top:80px; 
	  padding-bottom:120px;
  }

.cs-program-slider .slick-slide > div {
	margin: 0 10px;
}

.cs-program-slider .card::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to top, #000, #0000);
	z-index:1;
}
.cs-program-slider .card *{
	z-index:2;
}
.cs-program-slider .card h3{
	padding-bottom:0;
}
.cs-program-slider .card a{
	text-decoration:underline;
	color:var(--cs-color-primary);
	text-transform:uppercase;
	font-size:14px;
}
.cs-carousel-btn {
  border: none;
  color: #fff;
  font-size: 1.2rem;
  width: 40px;
  height: 60px;
  transform: skewX(-33deg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cs-carousel-btn i {
  transform: skewX(32deg); /* counter-skew the icon */
}

.program-prev {
  background-color: var(--cs-color-secondary); 
}

.program-next {
   background-color: var(--cs-color-primary); 
}

.cs-carousel-btn:hover {
  opacity: 0.8;
}

.cs-card-text h3 {
	font-size: 28px;
}

.arlo-date {    
  text-align: center;
}

.arlo-time {
  color: white;     
  font-weight: 800;
  font-size: 18px;     
  text-align: center;
  margin-top: 8px;
}

/*TRAINING PARTNERS*/

.cs-partners--section .slick-track {
	display: flex !important;
    align-items: center;
}

.cs-partners--section .slick-slide {
	display: flex !important;
    justify-content: center;
}

.cs-partners--section h2 {
	font-size: 38px;
}

.cs-partner-wrapper {
	position: relative;
}

.cs-partner-carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	font-size: 1.2rem;
	color: #333;
	cursor: pointer;
	z-index: 10;
}

.partner-prev {
	left: -20px;
}

.partner-next {
	right: -20px;
}

/*CTA section*/

.cs-cta--section {
    background: linear-gradient(120deg, var(--cs-color-tertiary) 70%, #fff0 70%);
    position: relative;
	margin-bottom:-3%;
	z-index:2;
}

.cs-cta--section .container {
	max-width: calc(100% - 160px);
}
.cs-cta--section .cs-cta-card {
  display: block;
  position: relative;
  overflow: hidden;
 
}

.cs-cta--section .cs-cta-card::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to top, #000, #0000);
	z-index:1;
}

.cs-cta--section .cs-cta-card--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-cta--section .cs-cta-card--heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  font-weight: 500;
  font-size: 24px;
	isolation:isolate;
	z-index:3;
	font-family:var(--cs-font-heading);
		  padding-top: 16px;
 padding-bottom: 16px;
	padding-right:calc(10%);
}

.cs-cta--section .cs-cta-card--heading::before {
	content:'';
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 100%;
	height:100%;
background:#fff3;
	transform:skew(-20deg);
	z-index:-1;

}

/*NEWS SECTION*/

.cs-news--section {
	background: url('https://craneinstitute.zgraphdev.com/wp-content/uploads/2025/04/bg.png') no-repeat center center;
	background-size: cover;
	background-attachment: scroll; /* or 'fixed' if you want parallax effect */
	position: relative;
	z-index: 1;
	padding-top: 10%;
}

.cs-news--section .row {
	justify-content: space-between;
}

.cs-news--section .cs-card--img-top {
	height:250px;
	object-fit:cover;
	width:100%;
	display:block;
}

.cs-news--section h2 {
	font-size: 38px;
}

.cs-card--body .card-title {
	font-family: var(--cs-font-body);
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 0;
}

.cs-card--body .card-text {
	font-family: var(--cs-font-body);
	font-size: 14px;
}

.cs-card--body a {
	text-decoration:underline;
	color:var(--cs-color-primary);
	font-family: var(--cs-font-body);
	text-transform:uppercase;
	font-size:16px;
}

/*NEWSLETTER*/

.cs-newsletter--section {
	background: var(--cs-color-secondary);
}

.cs-newsletter--col1 h5 {
	font-size: 20px;
	font-family: var(--cs-font-body);
	font-weight: 400 !important;
}
.cs-newsletter--section  .gform-body {
	width: 100%;
}

.cs-newsletter--section .gform-body input{
	border-radius: 0;
	border: none;
	width:100%;
	height:48px;
	padding:4px 16px;
}

.cs-newsletter--section  .gform-footer {
	margin-top: 0;
}

.cs-newsletter--section .gform-footer input {
	background: var(--cs-color-primary) !important;
	color:#fff;
	border-radius: 0 !important;
	text-transform: uppercase !important;
    font-size: 14px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
		height:48px;
	border:none !important;
	outline:none !important;
}

.cs-newsletter--section  form {
	display: flex;
    align-items: center;
}

/*FOOTER*/

.cs-footer--section {
	background-image: none !important;
	background: #e7e7e7;
}

.cs-footer--section .foobox.box1 {
    text-align: center !important;
}

.cs-footer--section .foobox a {
    color: var(--cs-color-dark) !important;
	font-family: var(--cs-font-body);
}

.cs-footer--section .head {
	text-transform: uppercase;
	font-family: var(--cs-font-body);
}

.cs-footer--section .box2 li {
	margin-bottom: 4px !important;
	font-size: 16px;
	font-family: var(--cs-font-body);
}

.cs-footer--section .box3 .fooinfo p {
	padding-bottom: 15px !important;
	font-family: var(--cs-font-body);
	font-size: 16px;
}

.cs-footer--section .social {
	margin-top: 20px !important;
}

.cs-footer--section .social a {
	margin-right: 10px !important;
}

.cs-footer--section .social svg path{
	fill: #000 !important;
}

.cs-footer--section .foosec2 {
    font-size: 14px;
    padding: 30px 15px 50px 15px;
	font-family: var(--cs-font-body);
}

.cs-foosec2 {
	display: none;
}

/***************PROGRAMS PAGE*****************/


.cs-programs-banner--section {
	min-height:300px;
	overflow:hidden;
	position:relative;
	display: flex;
    align-items: end;
	padding: 0;
}

.cs-programs-title {
	display: flex;
	font-family: var(--cs-font-heading);
}

/*ABOUT*/
.cs-about--section .row {
	justify-content: space-around;
}

#menu-footer-nav a {
	text-transform: uppercase;
}

/***************PROGRAMS DETAILS PAGE*****************/
.cs-programs-hero .z-default-subpage-title {
	font-family: var(--cs-font-heading) !important;
	font-weight: 500 !important;
	text-transform: capitalize !important;
	z-index:2;
	position:relative;
}


.cs-program-title {
	font-family: var(--cs-font-heading) !important;
	font-weight: 500;
	color: var(--cs-color-dark) !important;
	font-size: 38px;
}

.cs-prog-subheading {
	font-family: var(--cs-font-body);
	font-size: 25px;
	text-transform: capitalize;
}

.cs-prog-text {
	font-family: var(--cs-font-body);
	font-size: 14px;
}

.cs-list-wrapper {
	width: 100%;
}

.cs-programs-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
}

.cs-programs-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	border: 1px solid var(--cs-color-grey);
}

.cs-programs-list a {
	font-family: var(--cs-font-body);
	color: var(--cs-color-dark);
	font-size: 18px;
}

/*SIDEBAR*/
.cs-programs-sidebar a {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: var(--cs-color-dark) !important;
}

.cs-programs-sidebar li.active a {
	background: transparent !important;
	color: var(--cs-color-primary) !important;
}

.cs-programs-sidebar a:hover {
	color: var(--cs-color-primary) !important;
	background: transparent !important;
}

/***************COURSE DETAILS PAGE*****************/
.cs-page-title {
	font-family: var(--cs-font-heading);
	font-size: 3rem !important;
}

.cs-text-1 h5 {
	font-size: 20px;
}

.cs-button-wrapper {
	display: flex;
    flex-direction: column;
    width: fit-content;
}

.cs-back-link {
	color: var(--cs-color-primary);
	font-weight: 500;
	font-size: 1rem;
	transition: color 0.2s ease;
}

.cs-back-link:hover {
	color: #084298;
	text-decoration: underline;
}


/**************************STORE PAGE*******************************/

/*HERO*/
.cs-shop-hero--section {
	padding-bottom: 20px;
    min-height: 300px;
    display: flex;
    align-items: end;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cs-shop-title {
	font-family: var(--cs-font-heading);
    font-size: 3.5rem;
    color: var(--cs-color-light);
}

/*ABOUT*/
.cs-shop-about--section {
	background: linear-gradient(120deg, var(--cs-color-tertiary) 70%, var(--cs-color-light) 70%);
	position: relative;
	overflow: hidden;
	padding-top:80px; 
	padding-bottom:120px;
  }

/*STORES*/
.cs-stores--section .cs-stores-col {
	max-width: 47%;
}

.cs-stores-img {
	justify-content: end;
}

.cs-stores-img img {
	width: 70%;
}

.cs-stores-col {
	position: relative;
	z-index: 0; /* default */
	padding: 0 0 0 25px;
}

.cs-stores-col::before {
	content: '';
	position: absolute;
	top: 95px;
	left: 15px;
	width: 90%;
	height: 239px; /* koliko da ide visoko ka slici */
	background: var(--cs-color-secondary);
	z-index: 0;
	transform: skew(-20deg);
}

.cs-stores-img,
.cs-stores-heading{
	position: relative;
	z-index: 2;
}

.cs-stores-heading {
	font-family: var(--cs-font-heading);
	color: var(--cs-color-light);
	font-size: 50px;
}

/**************************RECERTIFICATION PAGE*******************************/
.cs-rec--section {
	background: linear-gradient(120deg, var(--cs-color-tertiary) 70%, var(--cs-color-light) 70%);
	position: relative;
	overflow: hidden;
	padding-top:80px; 
	padding-bottom:120px;
}

.cs-rec--header {
	height: 300px;
	padding-bottom: 20px !important;
	display: flex;
	align-items: end;
}

.cs-rec--header h1, .z-default-subpage-title {
	font-family: var(--cs-font-heading);
    font-size: 3.5rem;
    color: var(--cs-color-light);
	padding: 0;
}

.cs-rec-col h3 {
	font-weight: 400;
}

.cs-rec-col h4 {
	font-family: var(--cs-font-body);
	font-size: 24px;
}

.cs-rec-col h4 strong {
	font-weight: 400 !important;
}

.cs-rec-col p,
.cs-rec-col li {
	font-family: var(--cs-font-body);
	font-size: 14px;
}

/**************************Training Simulation Page*******************************/
/* Gallery Section */

.cs-gallery--section {
	padding: 80px 0;
}

.cs-gallery-grid {
  display: grid ;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 10px;
}

.cs-gallery-item {
  overflow: hidden;
}

.cs-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-gallery-item:nth-child(3n) {
  grid-row: span 2;
}

.cs-gallery-item:nth-child(5n) {
  grid-column: span 2;
}


/* Animation */
.shimmer {
  color: grey;
  display: inline-block;
  mask: linear-gradient(-90deg, #000 30%, #0005, #000 70%) right/350% 100%;
  animation: shimmer 3.5s infinite;
  font-size: 50px;
  max-width: 200px;
}

@keyframes shimmer {
  100% {
    mask-position: left
  }
}

@media only screen and (max-width: 1400px) {
	.cs-stores-col::before {
		height: 200px;
	}
}

@media only screen and (max-width: 1200px) {
	.cs-stores-col::before {
		height: 160px;
	}
}

@media only screen and (max-width: 992px) {
	.cs-header--top, .cs-header--bottom {
		display: none;
	}
	.z-default-subpage-title {
		padding: 90px 15px 0;
		font-size: 2.5rem;
	}
	.z-default-subpage-header, .cs-shop-hero--section, .cs-programs-banner--section, .cs-rec--header {
		height: 180px;
		min-height: 180px !important;
	}
	.z-default-subpage-header {
		padding: 20px 0;
	}
	.z-default-subpage-left-panel {
		display: none !important;
	}
	.z-mobile-header {
		background-color: #fff !important;
		border-bottom: 20px solid #c42027;
	}
	.z-mobile-header-spacer {
		padding: 10px 10px 0;
		margin-bottom: -20px;
	}
	.z-mobile-menu {
		background-color: var(--cs-color-tertiary) !important;
	}
	.z-mobile-menu-icon span {
		background: #000 !important;
	}
	.z-mobile-menu-icon.open span {
		background: #fff !important;
	}
	.z-mobile-menu a {
		display: block !important;
		width: 100% !important;
		color: #fff !important;
		font-size: 21px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	.z-mobile-menu ul {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
	}
	.z-mobile-menu ul li ul li a {
		font-size: 16px !important;
		margin-bottom: 5px !important;
	}
	.cs-stores--section .cs-stores-col {
		max-width: 100%;
	}
	.cs-stores-col::before {
		height: 280px;
	}
	.cs-locations--section ul {
		flex-direction: column;
		gap: 0;
	}
	.cs-locations--section li {
		width: 100%;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.cs-locations--section li {
		padding: 12px 0px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	/*HERO*/
	.cs-hero--section .container {
		align-items: center !important;
	}
	
	.cs-hero--section h1 {
		font-size: 56px;
	}
	
	.cs-hero--section h1 span:last-of-type {
		font-size: 35px;
		padding-left: 0;
	}
	
	.cs-btn {
		padding: 10px 40px;
		margin-right: auto !important;
	}
	
	.cs-btn.btn-mobile-center {
		margin-left: auto !important;
	}
	
	.hero-content {
		margin-top: 300px;
	}

	/*ABOUT*/
	.cs-about--section {
		padding-top: 50px;
		padding-bottom: 0;
	}
	
	/*TRAINING PROGRAMS*/
	.cs-programs--section h2 {
		font-size: 32px !important;
	}
	
	/*TRAINING PARTNERS*/
	.cs-partners--section h2 {
		font-size: 32px !important;
	}
	
	.cs-partners--container {
		width: 90% !important;
	}
	
	/*CTA*/	
	.cs-cta--section {
		display: flex;
		justify-content: center;
		margin-bottom: -10%;
	}
	
	.cs-cta--section .container {
		margin: 0;
		min-width: fit-content;
		padding: 0;
	}
	
	.cs-cta--section .row {
		width: 100vw;
	}
	
	.cs-cta--section .col-12 {
		width: 50%;
	}
	
	/*NEWS*/
	.cs-news--section {
		padding-top: 20%;
	}
	
	.cs-news--section .row {
		gap: 40px;
		flex-direction: column;
	}
	.jp-post-wrapper {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	
	/*FOOTER*/
	.foobox {
		text-align: center;
	}
	
	.cs-foosec1 {
		display: none;
	}
	
	.cs-foosec2,
	.cs-foosec2 a{
		color: var(--cs-color-dark) !important;
	}
	
	/***************COURSE DETAILS PAGE*****************/
	.cs-page-title {
		font-size: 2rem !important;
	}
	
	.cs-programs-hero::before {
		background-size: cover;
		background-position: left;
	}
	
	/**************************STORE PAGE*******************************/
	.cs-stores--section .cs-stores-col {
		max-width: 100%;
	}
	.cs-stores-col::before {
		height: 198px;
	}
}

@media only screen and (max-width: 579px) {
	.z-mobile-header .z-mobile-header-logo img {
		max-width: 150px !important;
	}
	.cs-stores-col::before {
		height: 120px;
	}
	.cs-stores--section .cs-stores-col {
		max-width: 350px;
		margin: 0 auto;
	}
}

/* Main Navigation Menu Dropdown Styling */

/* Hide sub-menus by default */
.cs-header--bottom .main-menu .menu-item-has-children .sub-menu {
    max-height: 0;
	overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    background-color: #fff;
    z-index: 999;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 3px solid var(--cs-color-primary);
	transition: all 0.5s ease-in-out;
}

/* Show sub-menu on hover */
.cs-header--bottom .main-menu .menu-item-has-children:hover > .sub-menu {
    max-height: 50vh;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Style sub-menu items */
.cs-header--bottom .main-menu .sub-menu li, .cs-header--bottom .main-menu .sub-menu li a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.cs-header--bottom .main-menu .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: var(--cs-color-dark);
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.cs-header--bottom .main-menu .sub-menu li a:hover {
    background-color: #f5f5f5;
    color: var(--cs-color-primary);
}

/* Add arrow indicator for parent items with submenus */
/* .cs-header--bottom .main-menu .menu-item-has-children > a::after {
    content: "\f157";
    font-family: "dashicons";
} */

/* Position the submenu relative to its parent */
.cs-header--bottom .main-menu .menu-item-has-children {
    position: relative;
}

/* Handle multi-level dropdowns */
.cs-header--bottom .main-menu .sub-menu .menu-item-has-children > a::after {
    content: "\f105"; /* Font Awesome right arrow */
    position: absolute;
    right: 10px;
}

.cs-header--bottom .main-menu .sub-menu .menu-item-has-children > .sub-menu {
    top: 0;
    left: 100%;
    margin-top: -3px; /* Account for the top border */
}

.cs-header--bottom .main-menu .sub-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
}