/* 
Theme Name: Agora 2025
Template: generatepress
*/

@font-face {
        font-family: 'Prospectus';
        src: url('https://theagora.com/wp-content/themes/agora/fonts/ProspectusStd-Reg.woff') format('woff'),
             url('https://theagora.com/wp-content/themes/agora/fonts/ProspectusStd-Reg.woff2') format('woff2'),
			 url('https://theagora.com/wp-content/themes/agora/fonts/ProspectusStd-SBd.woff') format('woff2'),
			 url('https://theagora.com/wp-content/themes/agora/fonts/ProspectusStd-SBd.woff2') format('woff2'),;
        font-weight: normal;
        font-style: normal;
    }

.wp-block-columns.my-custom-gap {
    column-gap: 90px;
	margin-bottom: -35px;
}
/************* GENERAL STYLES *************/
a {
	text-decoration: none !important;
}
h1, h2, h2.lg {
	font-family: "Prospectus", serif;
	font-size: 88px;
	line-height: 90px;
}
h1.sm {
	font-size: 70px;
	line-height: 74px;
}
h2, h2.lg {
	font-size: 82px;
	line-height: 80px;
}
h3 {
	font-family: "Prospectus", serif;
	font-size: 48px;
	line-height: 50px;
	color:#071A2B;
	margin-bottom: 30px;
}
h4 {
	font-family: "Prospectus", serif;
	font-size: 34px;
	line-height: 32px;
	color: #071A2B;
	margin-bottom: 0px;
}
.subhead {
	font-size: 28px;
	line-height: 34px;
}
p {
	font-weight: 400;
	color: #071A2B;
}
p.width-800 {
	margin-bottom: 20px;
}
p strong {
	font-weight: 500;
}
p.lg, .lg p {
	font-size: 24px;
	line-height: 36px;
	color: #071A2B;
}
button, button.grn {
	background-color: #fff;
	color: #2D8B57;
	border-radius: 0 50px 50px 50px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 10px 30px;
}
button.grn {
	background-color: #2D8B57;
	color: #fff;
}
a button:hover {
	background-color: #2D8B57;
	color: #fff;
}
a button.grn:hover {
	background-color: #1E6F42;
}
a.wp-block-button__link:not(.has-background) {
  	color: #ffffff;
  	background-color: #071A2B;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-radius: 0 50px 50px 50px;
	padding: 10px 30px;
}
.width-900 {
	max-width: 900px;
	margin: 0 auto;
}
.width-800 {
	max-width: 800px;
	margin: 0 auto;
}
.mobile {
	display: none;
}
.align-center-to-left {
	text-align: center;
}
.wp-block-separator {
  	border-top: 9px solid #BACAD1; 
}
.thin {
  	border-top: 1px solid #BACAD1; 
}

@media only screen and (max-width: 1050px) {
	h2.lg {
		font-size: 8vw;
	}
}
@media only screen and (max-width: 880px) {
	h1, h2, h2.lg, h1.sm {
		font-size: 46px;
		line-height: 50px;
	}
	h3 {
		font-size: 38px;
		line-height: 40px;
	}
	h4 {
		font-size: 24px;
		line-height: 20px;
	}
	.subhead {
		font-size: 20px;
		line-height: 26px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.align-center-to-left {
		text-align: left;
	}
}
@media only screen and (max-width: 580px) {
	p.lg {
		font-size: 18px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 380px) {
	h1, h2, h2.lg {
		font-size: 36px;
		line-height: 38px;
	}
}
/************ VIDEO HERO STYLES **********/
.video-hero {
	margin-top: -190px;
	z-index: -1;
}
.video-hero--content {
  	position: relative;
  	color: #FFF;
	padding: 400px 30px 340px 30px;
  	margin: 0 auto;
}
.video-hero--content-inner {
  	text-align:center;
  	margin: 0 auto;
}
.jquery-background-video-wrapper {
  	position: relative;
  	overflow: hidden;
  	background-position: center center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media only screen and (max-width: 880px) {
	.video-hero--content {
  		position: relative;
  		color: #FFF;
		padding: 320px 20px 160px 20px;
  		margin: 0 auto;
	}
}
/************* TESTIMONIAL STYLES *************/
.section-reviews {
	padding: 100px 20px 0 20px;
}
.quote-wrapper {
	padding: 0 60px;
	text-align: center;
	color: #071A2B;
}
.quote, .author {
	font-family: "Prospectus", serif;
	font-size: 30px;
	line-height: 40px;
	font-style: italic;
}
.author {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	font-style: normal;
}
@media only screen and (max-width: 880px) {
	.section-reviews {
		padding: 40px 20px 0 20px;
		margin-bottom: -30px;
	}
	.quote-wrapper {
		padding: 0 5px;
	}
	.quote, .author {
		font-size: 20px;
		line-height: 28px;
	}
	.author {
		font-size: 18px;
		line-height: 22px;
	}
}
/************* ABOUT SECTION STYLES *************/
.office-bckgrnd {
	background: url('https://theagora.com/wp-content/uploads/2025/12/office-bckgrnd.jpg'); 
  	background-attachment: ;
  	background-position: top;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.blue-box {
	max-width: 48%;
	background-color: rgb(7, 26, 43, 0.8); 
	color:#fff;
	padding: 130px 30px;
}

@media only screen and (max-width: 880px) {
	.blue-box {
		max-width: 100%;
	}
}

/************* SECTION 3 STYLES *************/
.section-form {
	margin-top: 100px;
}
.lt-blu-bckgrnd {
	background-color: #EAECEE;
	padding: 80px 50px;
}
.wt-box {
	padding-top: 80px;
	padding-right: 40px;
}
@media only screen and (max-width: 880px) {
	.section-form {
		margin-top: 10px;
	}
	.lt-blu-bckgrnd {
		width: 100vw; /* This forces the div to span the entire browser width */
    	position: relative; /* Position the child relative to its normal flow position */
    	left: 50%; /* Move it to the middle of the screen */
    	transform: translateX(-50%);
	}
}
/************* FORM STYLES *************/
.everest-forms input[type=text], .everest-forms input[type=email], .everest-forms .evf-field-container .evf-frontend-row textarea, div.evf-container .everest-form .iti--allow-dropdown input[type="tel"] {
	background-color: #fff;
	border: 1px solid #BACAD1;
    border-radius: 0 50px 50px 50px;
	padding: 15px 12px;
}
div.evf-container .everest-form .iti--allow-dropdown input[type="tel"] {
	margin-bottom: 12px !important;
}
.everest-forms button[type=submit], .everest-forms button.button:not(.button-large) {
	background-color: #0278AF;
	color: #fff;
	border-radius: 0 50px 50px 50px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 10px 30px;
}
.everest-forms button[type=submit]:hover, .everest-forms button.button:not(.button-large):hover {
	background-color: #06577C;
	color: #fff;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
	padding-left: 0px;
	padding-right: 10px;
}
/************* PAGE STYLES *************/
.page-hero-bckground {
	background: url('https://theagora.com/wp-content/uploads/2025/12/blue-paper-background-sm.jpg'); 
  	background-attachment: fixed;
  	background-position: top;
  	background-repeat: no-repeat;
  	background-size: cover;
	margin-top: -200px;
	padding-top: 165px;
	color: #fff;
	text-align: center;
}
.page-hero-bckground h1 {
	padding: 100px 0 150px 0;
}
.gray-bckground {
	background-color: #EAECEE;
}
@media only screen and (max-width: 880px) {
	.page-hero-bckground {
		margin-top: -150px;
	}
}
/** TIMELINE SECTION STYLES **/
.t-row {
    display: flex; /* Enables flexbox layout for the row */
	margin-bottom: 60px;
	flex-direction: row;
}
.timeline {
    flex: 1; /* Makes columns grow to fill available space equally */
    padding: 0px;
	display: grid;
	align-items: center;
}
.timeline-inside {
	padding: 0px 0px 30px 0;
	padding-left: 30px;
	border-bottom: 9px solid #BACAD1;
}
/* Reverses the order of columns for even-numbered rows */
.t-row:nth-child(odd) {
    flex-direction: row-reverse;
}
.t-row:nth-child(odd) .timeline-inside {
	padding-left: 0px;
	padding-right: 30px;
}
@media only screen and (max-width: 880px) {
	.t-row {
		flex-direction: column;
	}
	.t-row:nth-child(odd) {
    	flex-direction: column;
	}
	.t-row:nth-child(odd) .timeline-inside {
		padding-left: 10px;
	}
	.timeline-inside {
		padding-top: 30px;
		padding-left: 10px;
		border-bottom: 0px;
		border-left: 5px solid #BACAD1;
	}
	.timeline-inside p {
		margin-bottom: 0px;
	}
	.timeline .image {
		order: 1;
	}
}
/** LEADERS SECTION STYLES **/
.leader-container {
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap; 
}
.leader-item {
  flex: 1 0 calc(33.33% - 20px); 
  padding: 0 35px 30px 35px;
}
.leader-item h3 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 8px;
}
@media (max-width: 780px) {
  	.leader-item {
		flex-basis: 100%;
   		margin: 0px 0; 
	  	padding: 0 0px 30px 0px;
  	}
}
/** CONTACT PAGE STYLES **/
.contact-hero-bckground {
	background: url('https://theagora.com/wp-content/uploads/2025/12/contact-bckgrnd.jpg'); 
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	margin-top: -200px;
	padding: 240px 0 130px 0;
	color: #fff;
	text-align: center;
}
@media (max-width: 880px) {
	.contact-hero-bckground {
		padding: 290px 0 100px 0;
	}
}
/************* HEADER STYLES *************/
.nav-wrapper {
	margin: 0 auto; 
	padding: 50px;
}
.site-logo {
	width: 530px;
}
@media only screen and (max-width: 880px) {
	.nav-wrapper {
		margin: 0 auto; 
		padding: 40px 20px 0 20px;
	}
	.site-logo {
		width: 60%;
	}
	.mobmenur-container {
    	border: 2px solid #fff;
    	border-radius: 60px;
    	padding: 8px 0;
	}
	.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
    	top: 20px !important;
    	right: 20px !important;
	}
}
@media only screen and (max-width: 480px) {
	.site-logo {
		width: 74%;
	}
}
/************* NAVIGATION STYLES *************/
#toggle {
  -webkit-appearance: none;
}
.nav-button {
  	position: absolute;
  	z-index: 999;
  	height: 55px;
  	background: transparent;
	border: 2px solid #fff;
  	border-radius: 80px;
  	cursor: pointer;
  	display: flex;
  	justify-content: left;
  	align-items: center;
 	padding: 0 13px;
  	overflow: hidden;
  	transition: width 300ms linear;
    right: 0;
    margin-right: 40px;
	top: 50px;
}
.nav-button:before {
  	position: absolute;
  	content: "";
  	width: 25px;
  	height: 3px;
  	background: #fff;
  	transform: rotate(225deg);
  	transition: all 0.4s ease;
}
.nav-button:after {
  	position: absolute;
  	content: "";
  	width: 25px;
  	height: 3px;
  	background: #fff;
  	transform: rotate(135deg);
  	transition: all 0.4s ease;
}

.nav {
  	opacity: 1;
  	transition: all 0.5s ease-in-out;
  	background: transparent;
  	width: 100%;
  	border-radius: 50px;
  	transform: translateX(10%);
  	padding: 10px;
}
.nav ul {
  	margin: 0;
  	padding: 0;
  	display: flex;
  	flex-direction: row;
	padding-right: 50px;
}
.nav li {
  	opacity: 0;
  	list-style: none;
}
.nav li:nth-child(1) {
  	transform-origin: bottom;
  	animation: itop 300ms 300ms linear forwards;
}
.nav li:nth-child(2) {
  	transform-origin: bottom;
  	animation: itop 300ms 400ms linear forwards;
}
.nav li:nth-child(3) {
  	transform-origin: bottom;
  	animation: itop 300ms 500ms linear forwards;
}
.nav li:nth-child(4) {
  	transform-origin: bottom;
  	animation: itop 300ms 600ms linear forwards;
}
.nav a {
  	transition: all 0.5s linear;
  	text-decoration: none;
  	color: #fff;
  	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
  	padding: 0 30px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin: 0 10px 0 0;
  	border-radius: 15px;
}
.nav a:hover {
  	color: #A3C7D8;
  	border-radius: 15px;
}
#toggle:checked ~ label .nav {
  	display: none;
  	opacity: 0;
  	transform: translateX(0);
}
#toggle:checked ~ .nav-button:before {
  	transform: rotate(90deg);
}
#toggle:checked ~ .nav-button:after {
  	transform: rotate(0deg);
}
#toggle:checked ~ .nav-button {
  	width: 55px;
  	transition: all 0.1s linear;
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
@keyframes itop {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/************* FOOTER STYLES *************/ 
.footer-content {
	position: relative;
	background-color: #071A2B;
	color: #fff;
	padding: 70px 0;
	z-index: 1;
}
.footer-logo {
	max-width: 400px;
}
.inside-site-info {
    align-items: left;
    justify-content: left;
}
.copyright, .copyright a {
	color: #071A2B;
}
.bus-info a {
	line-height: 37px;
	color: #fff;
}
.bus-info img {
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.footer-right {
	text-align: right;
}
.footer-right img {
	width: 26px;
}
.footer-nav {
	margin-bottom: 25px;	
}
.footer-nav ul {
	margin-left: 0px;
	margin-bottom: 0px;
}
.footer-nav ul li {
	list-style: none;
	display: inline;
	margin-left: 30px;
}
.footer-nav ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.footer-nav ul li a:hover {
	color: #BACAD1;
}

@media only screen and (max-width: 880px) {
	.footer-right {
		text-align: left;
	}
	.footer-nav {
		background-color: #666666;	
		padding: 10px 0;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 880px) {
	.footer-logo {
		width: 100%;
	}
}
/************ COLUMN STYLES **********/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

@media only screen and (max-width: 880px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
/*  GRID OF FOUR   ============================================================================= */
.span_3_of_4 {
	width: 74.6%; 
}
.span_2_of_4 {
	width: 49.2%; 
}
.span_1_of_4 {
	width: 23.8%; 
}

@media only screen and (max-width: 880px) {
	.span_3_of_4, .span_2_of_4, .span_1_of_4 {
		width: 100%; 
	}
}

/************* ON LOAD ANNIMATION STYLES *************/
.fadeIn {
  	opacity: 0; /* Start invisible */
  	animation: fadeIn 1s ease-out forwards; /* Apply the animation */
}
@keyframes fadeIn {
  	0% {
    	opacity: 0;
  	}
  	100% {
    	opacity: 1;
  	}
}
.fadeUp {
  	opacity: 0; /* Start invisible */
  	transform: translateY(20px); /* Start slightly below its final position */
  	animation: fadeUp 1s ease-out forwards; /* Apply the animation */
}
@keyframes fadeUp {
  	0% {
    	opacity: 0;
    	transform: translateY(20px);
  	}
  	100% {
    	opacity: 1;
    	transform: translateY(0); /* Move to its original position */
  	}
}

.fadeLeft {
	animation-name: fadeInLeft;
    animation-duration: 1s; /* Adjust duration as needed */
	animation-timing-function: ease-out; /* Optional: controls speed curve */
	animation-fill-mode: forwards; /* Keeps the final state after animation */
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
        transform: translateX(-20px); /* Adjust this value for desired starting position */
	}
	100% {
        opacity: 1;
        transform: translateX(0);
	}
}

.fadeRight {
	animation-name: fadeInRight; /* The name of your keyframes */
	animation-duration: 1s; /* How long the animation takes */
	animation-timing-function: ease-out; /* Controls the speed curve */
	animation-fill-mode: forwards; /* Keeps the final state after animation */
	opacity: 0; /* Initial state to prevent "flash of unstyled content" */
}
@keyframes fadeInRight {
	0% {
        opacity: 0;
        transform: translateX(-20px); /* Starts off-screen to the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* Ends at its original position */
    }
}

.delay-1 {
	animation-delay: .5s;
}
.delay-2 {
	animation-delay: 1s;
}
.delay-3 {
	animation-delay: 1.5s;
}
.delay-4 {
	animation-delay: 3s;
}
/************* LOGO SLIDER STYLES *************/
.seen-logos {
	padding: 30px 0;
}
/************* SLICK SLIDER STYLES *************/
.community-logos {
	padding-right: 50px;
}
.slick-slide {
	margin: 0px 0px;
 	opacity: 1;
	height: auto !important;
}
.slick-list {
	padding: 0 10px !important;
}
.slick-slide {
  	transition: all ease-in-out .3s;
	margin: 0 10px;
}
.slick-active {
  	opacity: 1;
}
.slick-current {
  	opacity: 1 !important;
}
.slick-next-alt, 
.slick-prev-alt, 
.slick-next-alt:hover, 
.slick-prev-alt:hover, 
.slick-next-alt:focus, 
.slick-prev-alt:focus, 
.slick-next-timeline, 
.slick-prev-timeline, 
.slick-next-timeline:hover, 
.slick-prev-timeline:hover, 
.slick-next-timeline:focus, 
.slick-prev-timeline:focus {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev-alt {
  	left: -20px;
}
.slick-next-alt {
  	right: -20px;
}

.slick-dots li button::before {
  	font-size: 20px !important;
  	color: #fff !important;
}
@media only screen and (max-width: 880px) {
	.slick-prev-alt {
  		left: -10px;
	}
	.slick-next-alt {
  		right: -10px;
	}
}