/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com (optional)
 Description:  Child theme for Hello Elementor
 Author:       Your Name (optional)
 Author URI:   https://example.com (optional)
 Template:     hello-elementor
 Version:      1.0.0
*/
.header_social svg {
    width: 14px !important;
    height: 14px !important;
}
.top_socail svg{
	width: 14px !important;
    height: 14px !important;
}
.elementskit-navbar-nav-default .elementskit-megamenu-panel {
    left: -150px;
}
.text_heading strong {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.text_caption{
	text-align: right;
    color: #141414;
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
	text-transform: capitalize;
	position:absolute;
	right:0px;
	bottom:-14px;
	font-size:16px;
}
.chartable_section{
	position:relative;
	overflow:hidden;
}
.chartable_section .elementor-widget{
	z-index:99;
}
.chartable_section:before{
	content:"";
	width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index:9;
	background-color: #00adeeba;
    transform: translateY(100%);
    -webkit-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.chartable_section:hover:before{
	transform: translateY(0);
	height: 100%;
}
.upcoming-event marquee a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
    text-decoration: none;
    border-bottom: 1px #000 dashed;
    padding-bottom: 10px;
}
.upcoming-event marquee a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    text-decoration: none;
	position:relative;
	padding-left:15px;
}
.upcoming-event marquee a .fas {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 8px;
}


.agensa_content .elementor-widget-container {
    display: inline-block;
    background: #1e1670;
    margin: 0px !important;
    padding: 0px !important;
}
.agensa_content h2 {
    animation: blinker 1s step-end infinite;
    color: #fff !important;
    padding: 12px 22px;
    font-weight: 800 !important;
    font-size: 28px !important;
}
.mini-stack.px-1.active-stack img{border:1px #ddd solid;}

/* 1. The Zoom-In Background Effect */
.wptb-slider .swiper-slide .wptb-slider--image {
    transition: transform 6s ease-out; /* Slow smooth zoom */
    transform: scale(1);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wptb-slider .swiper-slide-active.animation-active .wptb-slider--image {
    transform: scale(1.15); /* Zooms in while slide is active */
}

/* 2. Text Animation Setup */
.wptb-slider .animate-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}
.wptb-item--subtitle.animate-text{
	text-transform:uppercase;
}

/* 3. Triggering Text Animations */
.wptb-slider .swiper-slide-active.animation-active .animate-text {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered delays for a professional look */
.wptb-slider .swiper-slide-active.animation-active h6.animate-text {
    transition-delay: 0.3s;
    color: #fff;
    border-bottom: 1px #fff solid;
    display: inline-block;
    margin-bottom: 0px;
}
.wptb-slider .swiper-slide-active.animation-active h1.animate-text {
    transition-delay: 0.5s;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.wptb-slider .animate-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    color: #fff;
}
a.btn-readmore.style-default {
    background-color: #fff;
    color: #113e67;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 500;
}
span.swiper-pagination-bullet {
    color: #fff;
    background: #fff !important;
    opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    position:relative;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #fff solid;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wptb-slider .swiper-slide-active.animation-active .wptb-item--button { transition-delay: 0.9s; }

.wptb-slider--item {
    height: 800px; /* Adjust this value to your preference */
    position: relative;
    overflow: hidden;
}
section.wptb-slider.style-light.pb-0 {
    overflow: hidden;
	position:relative;
}
.wptb-heading {
    position: absolute;
    left: 35%;
    top: 50%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
    width: 40%;
    border-left: 5px #fff solid;
    padding-left: 30px;
}
.header_section {
    position: absolute;
    width: 100%;
    z-index: 99;
    border-bottom: 1px #dddddd1f solid;
}
#menu-item-949 {
    display: flex;
    align-items: center;
}
#menu-item-949 a.ekit-menu-nav-link {
    background: #113e67;
    color: #fff;
    height: auto;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px;
}
.box{
  position: absolute;
  bottom: -70px;
  width: 50%;
  left: 80px;
  background: #fff;
  padding: 10px;
  z-index: 1;
}

.box .inner{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border: 8px solid #2d5883;
  padding: 38px 40px;
}
.box .inner span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.box .inner h1{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 0px;
}
.box .inner p {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    z-index: 9;
    position: relative;
}
.box .inner .icon-box .icon{
  position: absolute;
  width: 171px;
  height: 171px;
  background: #edf6ff;
  border-radius: 50%;
}
.box .inner .icon-box .icon-1{
  left: -20px;
  bottom: -20px;
}
.box .inner .icon-box .icon-2{
  right: -90px;
  top: -135px;
}
ul.elementor-icon-list-items.elementor-inline-items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-inline: -8px;
    grid-gap: 10px;
    align-items: center;
}
.elementor-element-581e754 svg {
    width: 14px;
    height: 14px;
}
.elementor-element-581e754 ul.elementor-icon-list-items {
    list-style: none;
    padding-left: 0px;
}


#preloader {
    position: fixed;
    inset: 0;
    background-color: #113E67;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


.preloader-inner {
    position: relative;
    width: 140px;
    height: 140px;
}

/* Rotating Circle Border */
.preloader-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    animation: spin 1s linear infinite;
}

/* Logo */
.preloader-logo {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-logo img {
    max-width: 90px;
    height: auto;
}

/* Animation */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.fixd-btn {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999;
}



/* Adjusts height for mobile devices */
@media (max-width: 767px) {
    .wptb-slider--item {
        height: 500px; 
    }
}



@media (max-width: 1280px) {
    .stack {
        max-width: 731.11px;
    }
}
@media (min-width: 769px) {
    .btn-next,
    .btn-prev-div {
        display: none;
    }
    .container-desktop {
        display: block;
    }
    .container-mobile {
        display: none;
    }
    .center-stack .content-wrapper:hover .content-block-description {
        -webkit-line-clamp: unset;
        display: flex !important;
    }
    .stacks {
        margin-top: 16.7rem;
    }
    .center-stack .content-wrapper:hover {
        bottom: 0 !important;
        height: 100% !important;
    }
    .center-stack .content-wrapper:hover .content-block {
        align-items: center;
        display: flex !important;
        flex-grow: 1;
        position: relative;
    }
    .content-block-wrapper-mobile {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .mini-stack,
    .mini-stacks,
    .stack {
        overflow-x: hidden;
    }
    .mini-stacks {
        margin-top: 15rem;
    }
    .sdg-btn:before {
        content: "";
    }

	
}
@media (max-width:992px){
	.box {
    bottom: -70px;
    width: 70%;
    left: 50px;
    padding: 10px;
}
.box .inner {
    padding: 10px 20px;
}	
}
@media (max-width: 768px) {
    .content-block-text {
        max-height: 7ch;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .btn-view-more{
        color:#fff !important;
    }
	.targets-set{
		margin-top: 10px !important;
	}
.sdg-target {
    width: 75%;  
}
.sdg-target p {
    font-size: 10px;
}	
    .row {
        --bs-gutter-x: 0.5rem !important;
    }
    .hide-mobile {
        display: none;
    }
    .targets-set {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .content-wrapper {
        overflow: unset;
    }
    .content-blocks-wrapper {
        border: none !important;
        height: unset;
    }
    .content-block-wrapper-mobile {
        border: 1px solid hsla(0, 0%, 100%, 0.4);
    }
    .btn-back,
    .btn-back:hover,
    .btn-view-more,
    .btn-view-more:hover {
        color: #fff;
        cursor: pointer;
        font-size: 0.875rem;
    }
    .no-margin {
        margin: 0 !important;
    }
    .abs-row {
        left: 0;
        position: fixed;
        top: 76px;
        z-index: 10;
    }
    .container-desktop {
        display: block;
    }
    .container-mobile {
        display: none;
    }
    .content-block-header-text {
        font-size: 16px;
    }
    .content-block-description,
    .content-block-text {
        font-size: 14px;
    }
    .stack {
        background-position: 50% !important;
        background-size: cover !important;
        max-width: 400px;
    }
    .stacks {
        margin-top: 13rem;
    }
    .center-abs {
        left: 0;
        top: 0;
    }
    .mobile-max {
        max-height: 400px !important;
    }
    .full-scale {
        max-height: calc(100vh - 76px) !important;
        max-width: unset !important;
        width: 100vw !important;
    }
    .content-wrapper-mobile {
        bottom: 0 !important;
        height: 100% !important;
        left: 0;
        overflow-y: auto;
    }
    .content-block-mobile {
        align-items: center;
        display: flex !important;
        position: relative;
    }
    .goals-text {
        font-size: 1rem;
    }
    .goals-description {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
    .goals-img-desktop {
        display: none;
    }
    .goals-img-mobile {
        background-position: 100% 0;
        background-repeat: no-repeat;
        display: block;
        padding: 0;
    }
    .mini-stacks {
        margin-top: 14rem;
        position: relative;
        z-index: 0;
    }
    .btn-next-div,
    .btn-prev-div {
        align-items: center;
        background: #d1d1d1;
        border-radius: 50%;
        cursor: pointer;
        display: none;
        height: 30px;
        justify-content: center;
        position: absolute;
        top: 0;
        width: 30px;
        z-index: 1;
    }
    .btn-prev-div {
        left: 0;
    }
    .btn-next-div {
        right: 0;
    }
    .btn-view-more-div,
    .clamp-unset {
        display: block;
    }
    .clamp-unset {
        -webkit-line-clamp: unset;
    }
	.btn-back-div .unido-icon img {
    display: none;
}
.wptb-heading {
    position: absolute;
    left: 45%;   
    width: 75%;
}
.wptb-slider .swiper-slide-active.animation-active h1.animate-text {
    font-size: 22px;
}
.wptb-slider .animate-text {
   font-size:13px;
}
.box {
    bottom: -38px;
    width: 80%;
    left: 25px;
    padding: 10px;
}
.box .inner {
    padding: 10px 12px;
}	
.box .inner h1 {
    font-size: 45px;
}
}

/* Home End Thumbnail Slider */

