@media (min-width: 1200px) {
    .hero__content {
        justify-content: flex-start;
        min-height: auto;
    }
    
    .hero__btns {
        justify-content: flex-start;
    }
    
    .hero__text {
        margin-top:0;
    }
}

@media (min-width: 768px) {
    .info-card {
        margin-top: 0;
        height: 400px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        justify-content: space-between;
        transition: left .4s ease;
        will-change: left;
    }
}

@media (min-width: 768px) {
    .cards__items {
        flex-direction: row;
        align-items: flex-start;
        position: relative;
        height: 400px;
        overflow: hidden;
    }
}

.hero__text {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    margin-left: 0;
}


/*.hero__text:before {*/
/*  content: '';*/
/*    display: block;*/
/*    width: 40px;*/
/*    height: 6px;*/
/*    background: #ffffff;*/
/*    margin-bottom: 20px;*/
/*}*/

@media (min-width: 768px) {
    .info-card__title {
        font-size: 30px;
        width: 250px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .section__big-title h2 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .section__title h2 {
        font-size: 36px;
    }
}

.hero__text {
  font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: -0.64px;
    vertical-align: middle;
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
    .contact__title {
        font-size: 36px;
        line-height: 50px !important;
    }
    .hero__title {
        font-size: 48px;
    }
     .hero__content {
        justify-content: flex-start;
    }
    .hero__btns {
        justify-content: normal;
    }
    .achieved__title {
        font-size: 36px;
    }
    .call__title {
        font-size: 36px;
    }
    .head-t1__title {
        font-size: 36px;
    }
     .hero--about .hero__text {
        width: 100%;
    }
    .carousel__title {
        font-size: 36px !important;
    }
    .hero__text {
       width: 400px;
    }
    .paragraph__title {
        font-weight: 400;
        font-size: 36px;
    }
    .feedback__title {
       font-size: 36px; 
    }
    .certificates__title {
      font-size: 36px; 
    }
    .footer__title {
      font-size: 17px;
    }
    .flip__title {
        font-size: 36px;
    }
    .features__tabs-nav button {
        font-size: 36px;
    }
    
    .box__title, .cards--small .info-card__title {
        font-size: 24px;
        line-height: 30px;
    }
    .set__img {
        transform: translateY(-60%);
        height: 160px;
        right: 0;
    }
    .set__title {
        font-size: 26px;
        line-height: 27px;
    }
    .set__content {
        padding: 10px 30px;
        height: 192px;
    }
    .set:first-child {
        z-index: 1;
        top: 100px
    }
    
    .set:nth-child(2) {
        z-index: 2;
        top: 153px
    }
    
    .set:nth-child(3) {
        z-index: 3;
        top: 208px
    }
    
    .set:nth-child(4) {
        z-index: 4;
        top: 260px;
    }
    
    .set:nth-child(5) {
        z-index: 5;
        top: 315px
    }
    
    .set:nth-child(6) {
        z-index: 6;
        top: 370px
    }
    
    .set:nth-child(7) {
        z-index: 7;
        top: 425px
    }
    
    .set:nth-child(8) {
        z-index: 8;
        top: 560px
    }
    
    .set:nth-child(9) {
        z-index: 9;
        top: 640px
    }
}

.wave__tag, .wave__icon {
    display: none;
}

.cta {
    display: block;
    background: url(/wp-content/themes/zionclouds/dist/img/img/bg/zion.svg) no-repeat center center;
    background-size: auto;   
} 

.zion-bg {
    display: block;
    background: url(/wp-content/themes/zionclouds/dist/img/img/bg/zion.svg) no-repeat center center;
    background-size: auto;
}

@-moz-keyframes rotate2{
    from{transform:rotate(360deg)}
    to{transform:rotate(0deg)}
    
}
@-webkit-keyframes rotate2{
from{transform:rotate(-360deg)}
to{transform:rotate(0deg)}}
@-o-keyframes rotate2{
from{transform:rotate(-360deg)}
to{transform:rotate(0deg)}}
@keyframes rotate2{from{transform:rotate(-360deg)}
to{transform:rotate(0deg)}}


@media (min-width: 1200px) {
    .stories__content {
        height: 400px !important;
        padding: 24px 40px;
    }
}

.blog3__cover img {
    height: 280px;
    object-fit: cover;
}

.wpcf7 input {
    width: 100%;
    height: 48px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    font-size: 16px;
    color: #0c0c0c;
    border-radius: 8px;
    padding: 0 16px;
}

.sideblock__group {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}

.blog__cover img {
    height: 260px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .splide--slider .splide__arrows {
        left: initial;
        right: calc(75% - 8px);
        transform: translateX(50%);
    }
    
    .splide--slider .splide__pagination {
        right: calc(50% - 8px);
        left: 0;
    }
    
    .splide--circle .splide__arrows {
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 196px;
        margin: 0;
        bottom: 64px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .splide__pagination--ttb {
        left: 0;
        bottom: -76%;
        flex-direction: row;
    }
    
    .circle3__pagination {
        display: flex;
    }
    
    .splide--roadmap .splide__arrows {
        position: relative;
        transform: translateY(-85px);
    }
    
    .splide--roadmap .splide__arrow--prev {
        transform: rotate(-180deg);
    }
    
    .circle3__pagination {
        bottom: calc(((100% - 600px) / 2) + 20px);
    }
    
    .splide--talent .splide__pagination {
        display: flex;
        bottom: -10px;
    }
    
    .xtractif-carousel .splide__arrow--prev {
        left: -4rem;
        transform: rotate(-180deg);
    }
    
    .xtractif-carousel .splide__arrow--next {
        right: -4rem;
    }
}

.slide__header {
    font-size: 22px !important;
}

.blog {
    height: 100%;
}

.main--land1 {
    background-repeat: repeat;
}

.section__video {
    border-radius: 8px;
    overflow: hidden;
    height: 80vh;
}

.splide--roadmap .splide__arrow {
    opacity: 1 !important;
}

.events__carousel .splide__arrows {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 196px;
    margin: 24px auto 0;
}

.events__carousel .splide__arrow {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #f1eef2;
    border: none;
    opacity: 1 !important;
    transform: translate(0);
    transition: background-color .4s ease;
}

.events__carousel .splide__arrow--prev {
    left: auto;
    padding-right: 1px;
}

.events__carousel .splide__arrow--prev svg {
    transform: rotate(0);
}

.events__carousel .splide__pagination {
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    padding: 0 48px;
    height: 48px;
}

/* ---------- Technology Grid ---------- */
.technology-grid--3 {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: wrap;
}

.technology {
	background: #f9f9f9;
	border-radius: 10px;
	padding: 2rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease;
	position: relative;
}

.technology:hover {
	transform: translateY(-3px);
}

.technology__title {
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	padding-bottom: 30px;
}

.technology__icon img {
	max-width: 120px;
	background-color: #ffffff;
}

/* ---------- Ecosystem Arrow ---------- */
.ecosystem__arrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #023763;
	color: white;
	font-size: 1.5rem;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ecosystem__arrow:hover {
	background-color: #c8353d;
	color: #fff;
}

/* ---------- Modal ---------- */
.ecosystem-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}

.ecosystem-modal.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ecosystem-modal:not(.hidden) {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ecosystem-modal__content {
	background: #fff;
	padding: 2rem;
	max-width: 800px;
	width: 90%;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	max-height: 80vh;
}

.ecosystem-modal-image .ecosystem-modal__content {
	padding: 0;
	background: none;
	box-shadow: none;
	max-width: fit-content;
	width: auto;
	max-height: 100vh;
	border-radius: 10px;
}

.modal-image-contained {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
	display: block;
}

@media (max-width: 768px) {
	.technology-grid--3 {
		flex-direction: column;
		gap: 1rem;
	}

	.technology {
		width: 100%;
	}

	.modal-image-contained {
		max-width: 80vw;
		max-height: 80vh;
	}
}

/* ---------- Modal Close Button ---------- */
.ecosystem-modal__close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.5rem;
	background: none;
	border: none;
	cursor: pointer;
	color: white;
	z-index: 10000;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* ---------- Icon Box Styles (if used) ---------- */
.icon-box-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.icon-box {
	background: #f0f4f7;
	padding: 1.5rem;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #e0e6ea;
	transition: transform 0.2s ease;
}

.icon-box:hover {
	transform: translateY(-5px);
}

.icon-box__title {
	font-size: 1.1rem;
	font-weight: bold;
	color: #023763;
}

.icon-box__header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
}

.icon-box__icon {
	font-size: 1.8rem;
	margin-right: 0.5rem;
}

.icon-box p {
	margin-top: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.4;
	color: #555;
}