:root {
	--color-off-white: #FEFEFE;
	--color-light-black: #0A0A0A;
	--color-green: #C7F464;
	--container-width: 1440px;
    --font-red-hat-display: 'Red Hat Display';
}

html 
{
	overflow-x: hidden;
}


::selection {
  background-color: #ECF4DC; 

}


/* Disable scroll while loading */
body.loading {
    overflow: hidden;
}

/* Loader wrapper */
.site_loader {
    position: fixed;
    inset: 0;
    background: #1f2117;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Hidden state */
.site_loader.hide {
    opacity: 0;
    visibility: hidden;
}

/* Inner */
.site_loader_inner {
    text-align: center;
}

/* Animated loader (modern line animation) */
.loader_logo {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,0.2);
    border-top: 2px solid #C7F464;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* Smooth animation */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


#navbar-drawer {
    z-index: 999;
}



.site_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.4s ease, background 0.3s ease, box-shadow 0.3s ease;
    z-index: 999;
}

/* Sticky state */
.site_header.is-sticky {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

/* Hidden (slide up) */
.site_header.is-hidden {
    transform: translateY(-100%);
}

/* Visible (slide down) */
.site_header.is-visible {
    transform: translateY(0);
}


.font-red-hat-display {
	font-family: var(--font-red-hat-display);
}
.text-light-black {
	color: var(--color-light-black);
}
.bg-light-black {
	background-color: var(--color-light-black);
}
.bg-off-white {
	background-color: var(--color-off-white);
}
.text-off-white {
	color: var(--color-off-white);
}
.bg-green {
	background-color: var(--color-green);
}
.text-green {
	color: var(--color-green);
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-Bold.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-Medium.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/red-hat-display/RedHatDisplay-Bold.otf') format('opentype');
	font-display: swap;
}
body {
	background-color: #FEFEFE;
	font-family: 'Plus Jakarta Sans';
	font-weight: 400;
	color: #0A0A0A;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}
.container {
	max-width: var(--container-width)
}
/* *:focus-visible {
	outline: 2px dashed #C7F464;
	outline-offset: 3px;
} */



.error404 .site_header
{
    background: rgb(0 0 0 / 85%);
}

select.wpcf7-form-control:focus
{
	box-shadow: none;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="file"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="date"]:focus-visible,
textarea:focus-visible {
	outline: none !important;
	outline-offset: 0 !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus {
	box-shadow: none;
	border: 1px solid #c7f464;
}
.skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 9999;
}

.skip-link:focus,
.skip-link:focus-visible {
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 8px 12px;
	background-color: #cdb06d;
	color: #fff;
	text-decoration: none;
}

/* Hero Css */
.site_hero_section {
	background-image: url('../images/hero-banner-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* Leadership Css Start */
.left_space {
	padding-left: calc((100vw - 1440px) / 2);
}
.leadership_section .swiper-horizontal > .swiper-pagination-progressbar,
.leadership_section .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: inherit;
  bottom: 15px;
}
.swiper-pagination-progressbar {
  background: #D9D9D9 !important; 
  height: 4px !important;
}

.swiper-pagination-progressbar-fill {
  background: #0A0A0A !important; 
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
	left: auto;
	right: 0px;
}
.custom-swiper-next svg, .custom-swiper-prev svg {
	width: auto !important;
    height: auto !important;
}
.leadershipSwiper .swiper-slide:last-child {
  margin-right: 40px;
}
/* Quote Css Start */
.quote_section {
	background-image: url('../images/quote-bg.png');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* Events Css Start */
.events_section {
	background-image: url('../images/events-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.leadershipSwiper, .hero_grid, .eventsSwiper, .achievementSwiper, .ideasSwiper {
    padding-left: 8px;
    padding-right: 8px;
}

.ideasSwiper .slideContent h3,
.eventsSwiper .slideContent h3,
.leadershipSwiper .slideContent h3,
.marqueeSwiper .slideContent h3
{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* Replace with your desired number of lines */
  overflow: hidden;
}

.leadershipSwiper .slideContent div > P,
.eventsSwiper .slideContent p,
.ideasSwiper .slideContent p
{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Replace with your desired number of lines */
  overflow: hidden;
  min-height: 48px;
}



.marqueeSwiper .slideContent p
{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:4; /* Replace with your desired number of lines */
  overflow: hidden;
    min-height: 48px;
}

.ideasSwiper .slideContent p {
    padding-right: 30px;
}



/* Achievements  */

.achievements_section
{
	background-image: url('../images/achievements-cricle.svg');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.swiper-wrapper.marquee-swiper {
  transition-timing-function: linear !important;
}

.swiper-slide.marquee-swiper {
  width: 370px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  cursor: pointer;
}

.wpcf7-textarea
{
	height: 150px;
}

/* Ideas Css Start */
.marquee-text {
  display: inline-block;
  animation: marquee 180s linear infinite;
}

.marquee-text.inline-block span
{
    line-height: 0px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ideas_section .readMore:before {
    content: "";
    display: block;
    width: 75%;
    height: 75%;
    position: absolute;
    border-radius: 50px;
    top: -30px;
    right: -30px;
    box-shadow: inset -30px -30px 0 0 #0a0a0a;
}
.ideas_section .readMore:after {
    content: "";
    display: block;
    width: 75%;
    height: 75%;
    position: absolute;
    border-radius: 50px;
    bottom: -30px;
    left: -30px;
    box-shadow: inset -30px -30px 0 0 #0A0A0A;
}
.swiper-slide {
    width: 100%;
    height: 100%;
}

.site_mobile_menu li a {
	padding: 12px 0;
	display: block;
	border-bottom: 1px solid #C7F464;
}

.site_mobile_menu li:last-child a {
	border-bottom: 1px solid #C7F464;
	border: none;
}

.site_btn_col p
{
	display: flex;
	align-items: center;
}


.swiper,
.swiper-wrapper,
.swiper-slide,
.swiper-button-next,
.swiper-button-prev {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.leadership_pagination
{
	position: relative;
    margin-top: 8px;
}

.ideas_button_next
{
	
}

.book_consultation_heading
{
}



/* Contact form 7 step form start*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    border-radius: 10px;
    background-color: #ffb900;
	color: #0a2024;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    border-color: #46b450;
    border-radius: 10px;
    color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    border-color: #00a0d2;
    background-color: #00a0d2;
    border-radius: 10px;
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}


.hero_heading span
{
display: block;
	margin-bottom:15px
}

.step-header {
    margin-bottom: 50px;
}

.step-counter {
    font-size: 24px;
    font-weight: bold;
    color: #1a202c; /* Dark color for the text */
    margin-bottom: 8px;
    font-family: sans-serif;
}

.step-progress-container {
    width: 100%;
    height: 12px; 
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.step-progress-bar {
    width: 33.33%; /* Start width for 1st step */
    height: 100%;
    background-color: #C7F464; /* Light lime color as per image */
    transition: width 0.4s ease;
}

/* Hide CF7 default validation error messages from jumping */
span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ff0000;
}

.multi-step-btn-wrap
{
	position: relative;
}

.multi-step-wrapper .cf7-step
{
	min-height: 360px;
}

.multi-step-btn-wrap,
.multi-step-btn-wrap p
{
	width: 100%;
	justify-content: space-between;
    display: flex;
}



.multi-step-wrapper #step-1 .multi-step-btn-wrap,
.multi-step-wrapper #step-1 .multi-step-btn-wrap p
{
	justify-content: end;    
}


/* Hide the actual checkbox/radio square */
.custom-pill-selector input[type="checkbox"],
.custom-pill-selector input[type="radio"] {
    display: none !important;
}

.custom-pill-selector
{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; /* optional spacing */
}

/* Base style for the labels (The Pills) */
.custom-pill-selector .wpcf7-list-item {
    margin: 0;
    display: inline-block;
}

.custom-pill-selector label {
    cursor: pointer;
}

.custom-pill-selector .wpcf7-list-item-label {
    display: inline-block;
    padding: 12px 35px;
    background-color: #ffffff; 
    border: 1px solid #eee; 
    border-radius: 50px; 
    font-family: sans-serif;
    font-size: 16px;
    color: #333;

    text-align: center;
    min-width: 100%;
}

/* Hover Effect */
.custom-pill-selector label:hover .wpcf7-list-item-label {
    background-color: #fdfcfc;
}

/* Selected State (When Checked) */
.custom-pill-selector input:checked + .wpcf7-list-item-label {
    background-color: #C7F464 !important; /* Your Lime Green Color */
    border-color: #c9f270;
}

/* Error positioning */
.custom-pill-selector .wpcf7-not-valid-tip {
    display: block;
    margin-top: 10px;
}

.multi-step-wrapper input::placeholder, 
.multi-step-wrapper textarea::placeholder 
{
    color: #777777;
	opacity: .7;
}

.ms_step_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.step-counter p
{
    font-size: 36px;
    line-height: normal;
}

.multi-step-wrapper p > label {
    display: block;
    margin-bottom: 5px;
}

.wpcf7-checkbox.custom-pill-selector {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.multi-step-btn-wrap .wpcf7-spinner {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.multi-step-wrapper .grid .col-span-2
{
	min-height: 105px; 
}

.prev-step.btn-primary
{
	background-color: #c6c6c6;
	color: #000;
	border-color:#c6c6c6 ;
}

.prev-step.btn-primary:hover
{
	background-color: #000;
	color: #fff;
	border-color:#000 ;
}



.multi-step-thankyou-box
{
	font-size:14px;
	text-align: center;
}

.multi-step-thankyou-box img
{
	margin:auto;
}

.multi-step-thankyou-box .multi-step-thankyou-title
{
	font-size: 36px;
    font-weight: 700;
    margin: 35px 0px 30px 0px;
    line-height: normal;
}

.multi-step-wrapper + .wpcf7-response-output
{
	display: none;
}

.cf7-step .grid.gap-2
{
row-gap: 5px;
}

.site_404_box
{
    text-align: center;
}

.site_404_box h2
{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
        margin-bottom: 20px;
    
}

.site_404_box p
{
    margin-bottom: 30px;
}

.site_404_section  {
    padding-top: 180px;
    padding-bottom: 80px;
}

/* Slides width */
/* .leadershipSwiper .swiper-slide,
.eventsSwiper .swiper-slide,
.ideasSwiper .swiper-slide
{
  width: 460px; 
}

 Slides Mobile responsive  
@media (max-width: 480px) {
  .leadershipSwiper .swiper-slide,
  .eventsSwiper .swiper-slide,
  .ideasSwiper .swiper-slide 
  {
    width: 100%; 
  }
}  */

/* .next-step {
  position: relative;
  z-index: 1;
}

.next-step::after {
  content: "";
  position: absolute;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  background-position: center;
  z-index: -1;
} */

/* Contact form 7 step form end*/

@media (max-width:1440px) {
	.leadershipSwiper, .hero_grid, .eventsSwiper, .achievementSwiper, .ideasSwiper {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.site_hero_section p br {
		display: none;
	}
	.achievementSliderWrap .slideContent {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.hero_image {
		padding-right: 0;
	}
}
@media (max-width:1380px) {
	.hero_heading {
        font-size: 50px;
        margin-bottom: 80px;
    }
}
@media (max-width:1236px) {
	.hero_heading svg {
		margin-top: 5px;
	}
	 .hero_heading {
        font-size: 40px;
		margin-bottom: 70px;
    }
	
}

@media(max-width:990px)
{
	.site_hero_section,
    .events_section
	{
		background-position: center left !important;
	}

	.custom-pill-selector,
	.wpcf7-checkbox.custom-pill-selector 
	{
		grid-template-columns: repeat(2, 1fr);
	}

	.custom-pill-selector .wpcf7-list-item-label
	{
        padding: 12px 14px;
        font-size: 15px;
	}
 
	.site_footer_copyright .flex img
	{
		max-width:180px;
	}

    .site_404_section  {
        padding-top: 120px;
        padding-bottom: 30px;
    }
	
	.leadershipSwiper .slideImage img {
    	object-position: top;
	}

    .leadershipSwiper .slideContent div > P, .eventsSwiper .slideContent p, .ideasSwiper .slideContent p
    {
        min-height: auto;
    }

}

@media (max-width: 854px) {
	.contact_form_section p br {
		display: none;
	}
}
@media (max-width:640px) {
	br {
		display: none;
	}



}

    	.mb_social_icons {
		display: none !important;
	}

@media (max-width: 1024px) {
    .mb_hidden
    {
        display: none;
    }

   


}
@media (max-width: 1023px) {
	.hero_heading {
		margin-left: auto;
		margin-right: auto;
	}
         .desktop_social_icons
    {
        display: none;;
    }

    
        	.mb_social_icons {
		display: flex !important;
	}

    .site_copyright_text
    {
        text-align: left  !important;
    }
}



@media (max-width:400px) {
	.mb_hidden {
		display: flex !important;
	}

	.mb_social_icons .social-inks-wrap {
		justify-content: flex-start !important;
	}
	.hero_heading svg {
		width: 85%;
	}

	.hero_heading {
        font-size: 36px;
    }
}
