/*
Theme name: 321
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

.hero .hero__entry .hero__image-alt{
	-webkit-mask-image: initial;
  	mask-image: initial;
  	-webkit-mask-size: initial;
  	mask-size: initial;
  	-webkit-mask-position: initial;
  	mask-position: initial;
	margin-right: initial;
	margin-left: initial;
	padding-bottom: initial;
}
.hero .hero__entry-second-section .hero__content {
	width: 70%;
}
.hero .hero__entry-second-section .hero__content h2 {
	background-color: transparent;
	color: #151516;
}
.hero .hero__entry-second-section .hero__content p{
	color: #151516;
}
.hero .hero__entry .hero__image-alt img{
	position: initial;
}
.hero__image-alt-btn{
	margin-top: 30px;
}
.hero__image-alt-btn .link-item{
	display: block;
	width: 100%;
}
.hero__image-alt-btn .link-item:hover{
	color: #d5fd51;
	background: #BD3409;
}
.hero__image-alt-btn .link-item img{
	height: 40px;
	width: 40px;
	float: right;
  	margin-top: -5px;
}
.hero__image-alt-btn .link-item:hover .main-color-btn{
	display: none;
}
.hero__image-alt-btn .link-item:hover img + img{
	opacity: 1;
	visibility: visible;
}
.hero__image-alt-btn .link-item:hover .green-btn{
	display: initial;
}
.hero__entry-second-section{
	background: #EAF4EC;
}
.hero__image-alt-btn a.link-item{
	background: #FF6A3B;
	border-radius: 40px;
	padding: 28px 32px;
	color: #151516;
	font-family: "Helvetica Now Display";
	font-weight: 400;
	text-transform: initial;
	font-size: 30px;
}  

.capability-tiles .tiles__item{
	border-radius: 40px;	
	border: 2px solid #5FACC2;
}
.capability-tiles .tiles__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.capability-tiles .tiles__item {
    width: calc(50% - 15px); /* Adjust for padding */
}

.capability-tiles .tiles__item:nth-child(2n) {
    padding-right: 0; /* Remove padding for the last item in each row */
}

.relative-section{
	position: relative;
}

.floatin-img{
	position: absolute;
	bottom: 8%;
	left: 0;
	max-width: 293px;
	z-index: 1;
}

.section.relative-section .section__title {
	width: 30%;
}

.capability-section{
	background: #EAF4EC;
}

.capability-section .section__image{
	margin-bottom: -36rem;
}

.capability-section .section__titles{
	padding-bottom: 6rem;
}

.capability-inner-section{
	padding-top: 36rem;
}

.capability-inner-section .shell{
	max-width: 107rem;
}

.item-keyword{
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns per row */
    gap: 20px; /* Adjust spacing between items */
    list-style: none; /* Remove default list styles */
    padding: 0;
    margin: 0;
    border-left: 2px solid #5FACC2; /* Left border */
    padding-left: 40px; /* Space for the border */
}

.item-keyword li {
    padding-left: 15px;
  	font-weight: bold;
  	list-style: square;
}

.capability-inner-section .section__list h6{
	padding: 30px 0;
}

.inner-capability-item{
	padding-top: 60px;
}

.inner-capability-item h6{
	margin: 50px 0;
}

.capability-content p{
	margin-bottom: 60px;
}

.img-border-radius{
	border-radius: 40px;
}

.capability-button a{
	border: 1px solid #151516;
	padding: 20px 40px;
	align-items: center;
	background: transparent;
	color: #151516;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

.capability-button a img{
	margin-left: 20px;
}

.capability-button a:hover{
	color: #151516;
}

.on-btn-section{
	border: 1px solid #D5FD51;
	color: #D5FD51;
	padding: 20px 28px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	background: transparent;
	border-radius: 0 !important;
	display: inline-block !important;
	height: auto !important;
  	width: auto !important;
}
.on-btn-section:hover{
	color: #D5FD51;
}
.on-btn-section img{
	margin-bottom: 0 !important;
	filter: invert(80%) sepia(17%) saturate(1000%) hue-rotate(40deg);
  	margin-left: 20px;
}

.card__content-case {
    top: 50%;
	transform: translate(0%, -50%);
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 3.7rem 6rem !important;
}

.card-alt .card__content.card__content-case h4{
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 56px;
	line-height: 56px;
}

.card__content-case a{
    height: auto !important;
}

/*/News list*/
.news-section{
	background: #EAF4EC;
}
.news-section .section__titles {
	padding-bottom: 6rem;
}
.section-news-list{
	padding-top: 43rem;
	padding-bottom: 70rem;
	background: #151516;
}
.section__featured_post{
	margin-bottom: -43rem;
}
.category-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
	padding-bottom: 6rem;
}

.category-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #B3D4DF;
    border-radius: 30px;
    color: #B3D4DF;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
	font-family: "Helvetica Now Display";
}

.category-button:hover {
    background-color: #B3D4DF;
    color: #000;
}
.card-news a:hover {
	border: none !important;
}
.news-card-new .card__title{
	color: #ffffff;
	text-transform: uppercase;
}
.news-card-new .card-news a:hover h5{
	color: #D5FD51;
}
.card__content_cat{
	color: #B3D4DF;
	padding-bottom: 25px;
  	padding-top: 10px;
}
.section-news-list.section-news-list-new .cards-news .cards__items {
	margin: -3rem -4rem;
}
.section-news-list.section-news-list .cards-news .cards__item {
	padding: 3rem 4rem;
}
.section__featured_post .card-news.card-news--primary .card__title{
	max-width: 100%;
}

.section__featured_post .card__content_cat{
	display: none;
}

.section-news-list-new .card-news .card__image,
.section__featured_post .card-news .card__image{
	border-radius: 40px;
}
.on-link-section img{
	margin-bottom: 0 !important;
	filter: invert(80%) sepia(17%) saturate(1000%) hue-rotate(40deg);
	margin-left: 15px;
  	height: 15px;
}
.on-link-section{
	color: #D5FD51;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	display: block;
  	height: initial;
}
/*SLIDER*/
.case-study-slider-section.capability-slider-section{
	margin-top: 11rem;
  	margin-bottom: -15rem;
}
footer.capability-footer{
	padding-top: 30rem;
}
.capability-slider-section .text-section h4 {
	color: #151516;
}
.case-study-slider-section{
	margin-top: -50rem;
}
.case-study-slider-section .on-link-case-section {
	border:1px solid #5FACC2;
	color: #5FACC2;
}
.case-study-slider-section  .on-link-case-section img{
	filter: sepia(1) saturate(10000%) hue-rotate(170deg) brightness(0.9);
}
.slider-container {
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.text-section {
	width: 36%;
	transform: translateY(-20%);
	padding-right: 10rem;
}
.main-blog-bg{
	background:#EAF4EC;
}

.text-section h6{
	color: #5FACC2;
	font-weight: 500;
	margin-bottom: 1.75em;
}
.text-section h4{
	color: #fff;
	margin-bottom: .35em;
}

.on-link-case-section{
	border: 1px solid #D5FD51;
	color: #D5FD51;
	padding: 20px 28px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	background: transparent;
	border-radius: 0 !important;
	display: inline-block !important;
	height: auto !important;
	width: auto !important;
	text-decoration: none;
}

.text-section button {
	background: none;
	border: 2px solid #c3ff00;
	color: #c3ff00;
	padding: 10px;
	cursor: pointer;
}

.slider-wrapper {
	width: 60%;
	display: flex;
	position: relative;
	overflow: hidden;
}

.slider {
	display: flex;
	transition: transform 1s ease-in-out;
}

.slide {
	flex: 0 0 80%;
	position: relative;
	margin-right: 10px;
	transition: opacity 0.5s;
}

.slide img {
	width: 100%;
	height: 620px;
	width: 100%;
  	border-radius: 40px;
  	object-fit: cover;
}

.dots {
	display: flex;
	gap: 15px;
	margin-bottom: 2em;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #5FACC2;
	cursor: pointer;
}

.dot.active {
	background: #5FACC2;
}
.cta_section__shell .capability-tiles .tiles__items {
	margin: auto;
}
.cta_section__shell .capability-tiles .tiles__item {
	border:none;
}
.cta_section__shell .image-fit img, .image-fit video,
.cta_section__shell .image-fit iframe{
	border-radius: 40px;
}
.no-border{
	border: none;
}
.cta_section__shell .tile__title{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.cta_section__shell .tiles .tiles__item {
	padding: 14rem 7rem;
}

.cta_section__shell .on-link-section{
	padding: 15px 28px;
	border: 1px solid #D5FD51;
	width: fit-content;
	text-decoration: none;
}

.footer {
	background: #D5FD51;
}

.footer .footer__bar {
	justify-content: initial;
	gap: 30px;
}
.footer-logo {
	padding-top: 10rem;
}

.footer .footer__bar {
	color: #151516;
}

.footer .footer__wrapper {
	margin-bottom: 6.9rem;
}
.footer .footer__contact {
	color: #151516;
}
section.news{
	margin-bottom: -30rem;
}
hr.footer-hr{
  border: none;
  height: 2px;
  background-color: #5FACC2;
  margin-bottom: 8rem;
}
footer.news .footer__shell{
	padding-top: 25rem;
}

.cta-main-section{
	padding-bottom: 9rem;
}


/* Make tiles full width on mobile */
@media (max-width: 768px) {
	.social-media{
	padding: 30px 0;
	}
	.case-study-slider-section .slider-container {
		display: block;
	}
	.case-study-slider-section .text-section {
		width: 100%;
		transform: none;
		padding-right: 7rem;
		padding-bottom: 5rem;
	}
	.case-study-slider-section .slider-wrapper {
		width: 100%;
	}
	.case-study-slider-section .slide img {
		height: 308px;
	}
	.case-study-slider-section .text-section h6 {
		margin-bottom: 1em;
	}
	.capability-section .section__titles h1{
		font-size: 34px;
	}
    .capability-tiles .tiles__item {
        width: 100%;
        padding: 30px; /* Reset padding */
    }
	.hero .hero__entry-second-section .hero__content {
		width: 100%;
		margin-bottom: 0;
	}
	.hero .hero__entry-second-section.hero__entry .hero__image-alt{
		width: 100%;
		margin: auto;
	}
	.hero .hero__entry-second-section .hero__content h1 {
		font-size: 40px;
  		line-height: 40px;
	}
	.floatin-img{
		display: none;
	}
	.section.relative-section .section__title {
		width: 100%;
	}
	.item-keyword {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.capability-section .section__image {
		margin-bottom: -14rem;
	}
	.capability-inner-section {
		padding-top: 16rem;
	}
	.header.header--dark .header__toggle{
		background-color: #D5FD51;
	}
	.header.header--dark .header__toggle path {
		stroke: #151516;
	}
}
.header__logo .logo {
	max-width: 32rem;
}
.header .header__toggle {
	background-color: #D5FD51;
}
.header .header__actions a {
	background-color: #151516;
}
.header .header__actions a:hover{
	color: #D5FD51;
}
header.header {
	border-bottom: 2px solid #151516;
}
.img-card {
	border-radius: 40px;
}
.img-card img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.zoom-effect-container:hover .img-card img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	border-radius: 40px;
}
.capability-inner-section.single-blog-content{
	padding-top: 2rem;
	background: #eaf4ec;
}

.share-btn {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-right: 0.5rem;
	border-radius: 6px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.share-btn.fb{
	padding-left: 0;
}
.share-btn img{
	height: 40px;
}
.author-info-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
  }
  
  .author-avatar img {
	border-radius: 50%;
	width: 64px;
	height: 64px;
	object-fit: cover;
  }
  .author-details {
	text-align: left;
  }
  
  .author-details p {
	margin: 0;
  }
  
  .author-name {
	font-weight: 700;
	font-size: 1.25rem;
	margin-top: 0.25rem;
  }

.auth-hr{
	margin:25px 0px;
	color: #151516;
}
.author-section .read-time{ 
	margin-bottom: 10px;
}
.post-author-info{
	float: left;
	margin-left: -35.5rem;
}

.box-area {
    width: 100%;
}

.box {
    height: 113px;
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  transition: all linear 0.6s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: linear;
  margin-bottom: 20px;
}

.box-area .box.active {
  width: 100%;
  height: 260px;
}

.box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.box img.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box:nth-child(1) i{
    color: #ff5200;
}
.box:nth-child(2) i{
    color: #ca470a;
}
.box:nth-child(3) i{
    color: #00d9ff;
}
.box:nth-child(4) i{
    color: #0077ff;
}

.box .swiper-container-content{
    position: absolute;
	color: #ffffff;
	opacity: 0;
	transition: all linear 0.3s;
	text-transform: uppercase;
	padding: 60px;
	bottom: 0;
	width: 100%;
}

section.related-posts{
	background: #eaf4ec;
}
.home section.related-posts{
	background:#fff !important;
}
section.related-posts h5{
color:#5FACC2;
letter-spacing: 0.28px;
text-transform: uppercase;
}
footer.single-blog-footer{
	padding-top: 50rem;
}
.related-posts .box-area {
	margin-bottom: -35rem;
}
.section-form {
	margin-bottom: 9rem;
}
.mb-50{
	margin-bottom: 50px;
}
body.home .section-callout,
body.home .default-brand-section{
	background: #eaf4ec;
}
body.home .case-study-slider-section{
	position: relative;
  	z-index: 1;
	margin-top: 0rem;
}
body.home #slider-title{
	color: #ffffff;
}
body.home .default-brand-section{
	padding-top: 25rem;
}
body.home footer{
	padding-top: 60rem;
}
body.home .main{
	background:#ffffff;
}
@media (max-width: 1599px) {
	.section .section__tiles {
	  width: 70%;
	  padding-left: 15rem;
	}
}

body.home .on-link-section img,
body.home .link-item.link-item--small img{
	margin-bottom: 0 !important;
	filter: invert(80%) sepia(17%) saturate(1000%) hue-rotate(40deg);
	margin-left: 15px;
	height: 15px;
}
body.home .on-link-section {
	border:1px solid #D5FD51;
	color:#D5FD51;
	color: #D5FD51;
  	padding:15px 28px;
  	width: fit-content;
  	text-decoration:none;
}
body.home .dot.active {
	background:#D5FD51;
}
body.home .dot {
	border:1px solid #D5FD51;
}
body.home .link-item.link-item--small{
	color: #d5fd51;
	text-transform: capitalize;
}

/*HEADER*/
.header {
	position: initial;
  	width: 100%;
  	background: #ffffff;
  	transition: transform 0.4s ease, opacity 0.4s ease;
  	z-index: 1000;
}

/* When fixed and showing */
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Hidden when scrolling down */
.header.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

/* === DESKTOP NAV STYLES === */
.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Universo !important;
  letter-spacing: 1.44px;
}

/* Remove default ul and li spacing */
.main-nav li {
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  color: #000000;
  transition: color 0.3s ease;
}

.main-nav a:hover {
  color: #D5FD51; /* Optional hover color */
}

/* === BUTTON STYLE for 'Get in Touch' === */
.main-nav li:last-child a {
  padding-right:5rem;
}

.header .header__actions a {
  background-color: #151516;
  text-transform: uppercase;
  font-family: Universo !important;
  font-weight: 800;
  letter-spacing: 1.44px;
}

.header .header__actions a:hover {
  background: #D5FD51; /* Optional hover color */
  color: #151516;
}
.header .header__shell{
	padding-right: 0;
}
/* === Responsive Rules === */

/* Hide desktop nav on small screens */
@media (max-width: 1024px) {
	.main-nav {
		display: none;
	}
	.header__actions{
		display: none;
	}

	.header__menu {
		display: block;
	}
  	.header .header__shell {
		padding-right: 3.2rem;
	}
	.header .header__toggle {
		padding-right: 3.2rem;
		padding-left: 3.2rem;
	}
}

/* Hide mobile menu on desktop */
@media (min-width: 1025px) {
  .header__menu {
    display: none !important;
  }
}

/* Sticky banner below the menu */
/* Promo banner base */
.promo-banner {
  width: 100%;
  background-color: #D5FD51;
  color: #151516;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: center;
  padding: 1.70rem;
  transition: top 0.3s ease, transform 0.3s ease;
  z-index: 998;
  font-family: Universo !important;
}

/* When banner is fixed */
.promo-banner.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* When scrolling up — move banner below menu */
.promo-banner.below-menu {
  z-index: 998;
}

/* Optional smooth hide if needed later */
.promo-banner.hide {
  transform: translateY(-100%);
  opacity: 0;
}
.social-media ul {
  display: flex;
  gap: 3rem; /* spacing between icons */
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.social-media li {
  display: inline-block;
}

.social-media a img {
  width: auto;
  height: 27px;
  display: block;
}
footer.footer .footer__navs {
  padding-top: 0;
}
footer.footer .footer__contact {
  padding-top: 0;
}
.social-media{
  padding-right: 10rem;
}
footer.footer .footer__form{
  padding-top: 0;
  padding-right: 20rem;
}
.footer-logo img{
  width: 100%;
}

.footer .footer__navs ul a {
  text-transform: uppercase;
  font-weight: 800;
  font-family: Universo !important;
}
.footer .footer__contact strong {
  font-weight: 800;
  font-family: Universo !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  	.logo--footer{
		margin-bottom: 40px;
	}
	footer.footer .footer__form{
		padding-right: 0;
	}
	.footer .footer__navs ul a {
		padding-bottom: 0rem;
	}
	footer.footer .footer__navs {
		padding-bottom: 40px;
	}
	.footer__contact {
		display: flex;
		gap: 2rem; /* space between addresses */
	}

	.footer__contact address {
		font-style: normal;
		white-space: nowrap; /* optional: keeps the content in one line if possible */
	}
	.footer .footer__contact address + address {
		margin-top: 0rem;
	}
	.footer .footer__wrapper {
		margin-bottom: 4rem;
	}
	.footer .footer__bar {
		gap: 15px;
	}
	.footer-logo {
		padding-top: 5rem;
	}
	.cta_section__shell .tiles .tiles__item {
		padding: 10rem 7rem;
	}
}
.header__nav .nav {
  font-family: Universo !important;
  font-weight: 800;
}
.slider-images--mobile .slider__image {
  padding-bottom: 155%;
  border-radius: 20px;
}
#scrollMenu #menu-item-4768 a{
	display:none !important;
}