html {
	font-size: 10px;
}

button {
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	transition: all 0.3s;
}

img {
	max-width: 100%;
}

main#content .page-header {
    display: none;
}
section#comments {
    display: none !important;
}
a {
	text-decoration: none;
	transition: all 0.3s;
	color: inherit;
	cursor: pointer;
}
header.scrolled{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	animation: headerFadeIn 1s ease forwards;
}
@keyframes headerFadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0); 
	}
}
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-bar-main { background: #11427a; border-bottom: 1px solid rgba(255,255,255,0.1); }
.top-bar {
	display: flex; justify-content: space-between; align-items: center;
	max-width: 1440px; margin: 0 auto; padding: 1rem 4rem;
}
.top-bar__left a { color: #fff; font-size: 1.4rem; display: flex; align-items: center; gap: 1rem; }
.top-bar__right ul { display: flex; gap: 2rem; }
.top-bar__right img { width: 1.8rem; filter: brightness(0) invert(1); }

.main-header-main { background: #fff; position: relative; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.main-header {
	display: flex; justify-content: space-between; align-items: center;
	max-width: 1440px; margin: 0 auto; padding:0rem 4rem;
}

.nav-container { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.nav-left, .nav-right { display: flex; gap: 3.5rem; list-style: none; flex: 1; }
.nav-right { justify-content: flex-end; padding-right: 4rem; }

.nav-container a {
	font-size: 16px;
	font-weight: 500;
	color: #1D1D1B;
	transition: 0.3s;
	text-transform: capitalize;
}
.nav-container a:hover, .nav-container a.active { color: #11427a; }

.logo-wrap {
	position: relative;
	margin-top: -7rem;
	width: 360px;
	text-align: center;
	margin-top: -5rem;
}
.wpcf7-submit{
	width:100% !important;
}
.wpcf7-submit:hover{
	background: #fff !important;
	border: 1px solid #184781 !important;
	color: #184781 !important;
}
/* .logo-bg-shape {
position: absolute; top: 0; left: 0; right: 0; bottom: -20px;
background: #11427a; z-index: -1;
clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
} */
.logo-wrap img {width: 35rem;
	padding: 0px 0}


.search-icon-trigger img { width: 1.5vw; cursor: pointer; transition: transform 0.2s; }
.search-icon-trigger img:hover { transform: scale(1.1); }

.search-overlay {
	position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
	background: rgba(17, 66, 122, 0.95); z-index: 9999;
	display: none; align-items: center; justify-content: center;
}
.search-overlay.active { display: flex; }
.search-inner { position: relative; width: 80%; max-width: 600px; }
.search-inner input {
	width: 100%; padding: 1.5rem; font-size: 2rem; border: none; border-radius: 4px;
}
.close-search {
	position: absolute; top: -6rem; right: 0; color: #fff;
	font-size: 4rem; cursor: pointer;
}
.nav-container li.menu-items-has-children {
    position: relative;
}

.nav-container li.menu-items-has-children ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    min-width: 230px;
    padding: 10px 0 0;
    opacity: 0;
    visibility: hidden;
}

.nav-container li.menu-items-has-children ul.sub-menu li a {
    background-color: #e3eaf2;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
}

.nav-container li.menu-items-has-children ul.sub-menu li:hover a {
    background-color: #184781;
    color: #FFF;
}
.nav-container li.menu-items-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.nav-container li.menu-items-has-children {
    position: relative;
    padding: 0 20px 0 0;
}

.nav-container li.menu-items-has-children span.sub-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-container li.menu-items-has-children span.sub-arrow svg {
    width: 10px;
}
.menu-toggle { display: none; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 3px; background: #1D1D1B; margin: 5px 0;border-radius: 9px; }
.mobile-logo-box{
	display:none;
}
.ov-h{
	overflow:hidden;
}
.search-icon-trigger{
	margin-left:12px;
}


.event-slider-container {
    padding: 40px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.qual-img{
    position: absolute;
    right: 0;
    bottom: 30px;
}

.event-card-item {
    position: relative;
    min-height: 550px !important;
    padding-right: 40px;
}

.card-inner {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.image-wrapper {
    position: relative;
    height: 280px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.location-badge {
    position: absolute;
    bottom: 0px;
    left: 10px;
    background: rgb(26 75 128);
    color: white;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
}

.card-content {
    padding: 20px 5px;
}

.event-date {
   padding-bottom: 16px;
    color: #888;
    font-size: 13px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}

.event-title {
   font-size: 18px !important;
    color: #333 !important;
    line-height: 1.4 !important;
    margin-bottom: 20px;
    font-weight: 500;
}

.view-details-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #555;
    font-size: 13px;
    transition: all 0.3s ease;
}

.view-details-btn:hover {
    background: #f8f8f8;
    border-color: #bbb;
}

/* Slick Dots Styling */
.slick-dots li button:before {
    font-size: 12px !important;
    color: #1a4b80 !important;
	opacity:1 !important;
}
.slick-dots li.slick-active button:before {
    color: #1d1d1b !important;
}

.slick-dots li button {
    padding: 0 !important;
}

.slick-dots li {
    margin: 0 !important;
}
/*================  */
/*================  */
/*================  */
/*================  */
.testimonial-slider-wrap {
    padding: 50px 0px;
}

.testimonial-item {
    padding: 0 0px;
}

.testimonial-card {
        margin: 12px;
    background: #18478105;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    min-height: 400px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.user-info h3 {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-family: serif; /* Matches the "Zitkala Morris" style */
}

.location {
    margin: 5px 0 15px 0;
    color: #777;
    font-size: 14px;
    letter-spacing: 1px;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-num {
    font-size: 48px;
    font-weight: 700;
    color: #222;
}

.stars {
    color: #ff8a00; /* Star color */
    font-size: 14px;
}

.quote-icon svg {
    width: 80px;
    opacity: 0.8;
}

.card-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin: 0;
}

/* Slick Dots Customization */
.testimonial-slider .slick-dots {
    bottom: -80px;
}

.testimonial-slider .slick-dots li button:before {
    font-size: 12px;
    color: #000;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    color: #1A4B80;
}

.elementor-kit-9 input[type="submit"] {
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: 500;
}
@media screen and (min-width: 993px) and (max-width: 1199px) {

    html {
        font-size: 50%;
    }
	.nav-container a {
		font-size:14px;
	}
}
@media (max-width: 992px) {
	.mobile-logo-box{
		display:block !important;
	}
	.mobile-d-none.logo-wrap{
		display:none;
	}
	.main-header {
		padding:0rem 4rem;
		gap:10px;
	}
	.menu-toggle { display: block; z-index: 1000; }
	.nav-container {
		position: fixed;
		top: 88px;
		left: -110%;
		width: 100%;
		background: #fff;
		flex-direction: column;
		align-items: flex-start;
		gap: 2.5rem;
		padding: 3rem 2rem;
		transition: 0.4s;
/* 		box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1); */
		text-align: left;
		z-index: 9;
	}
	.nav-container.mobile-active { left: 0; }
	.nav-left, .nav-right { flex-direction: column; gap: 10px; width: 100%; }
	.nav-left > li, .nav-right > li {
    border-bottom: #CCC 1px solid;
    padding-bottom: 10px !important;
}
	.nav-container li.menu-items-has-children ul.sub-menu {
    position: relative;
		padding: 0;
		height: 0;
}
	.nav-container li.menu-items-has-children {
    padding: 0;
}
	.nav-container li.menu-items-has-children span.sub-arrow {
    height: 20px;
	width: 20px;
		z-index: 1;
}
	.nav-container li.menu-items-has-children:hover ul.sub-menu {height:100%;}
	.logo-wrap { margin-top: 0; margin-bottom: 0rem; order: -1; width: 100%; text-align: left; }
	.logo-bg-shape { display: none; }
	.logo-wrap img { width: 100%;max-width:180px; padding: 0; filter: brightness(1) invert(0); }
	.top-bar { display: none; } 


	.menu-toggle.active span:first-child {
		transform: rotate(43deg) translate(-1px, -5px);
		transform-origin: left;
	}
	.menu-toggle.active span:last-child {
		transform: rotate(-43deg) translate(-1px, 6px);
		transform-origin: left;
	}

	.menu-toggle.active span:nth-child(2) {
    display: none;
}
	
}
.nav-right{
	padding-right:0px;
}
/* footer css */
.ftr-copyright{
	margin-top:5rem;
	border-top: 1px solid #ffffff38;
	display: flex;
	justify-content: center;
}
.main-footer .container{
	width: 100%;
	max-width: 1328px;
	display: block;
	margin: auto;
	padding: 0px 20px;
}
.main-footer{
	background-color:#184781;
	padding:350px 0px 0px;
}
.page-id-557 .main-footer, .search-results .main-footer, .page-id-942 .main-footer, .single-post .main-footer, .page-id-998 .main-footer, .page-id-1010 .main-footer, .tribe-events-page-template .main-footer {
    padding: 60px 0 0;
}
.footer-logo{
	text-align:center;
}
.ftr-text{
	font-family: "raleway";
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 885px;
	display: block;
	margin: 0rem auto 1rem;
}
.ftr-text hr{
	width: 20%;
	margin: 2rem auto;
}
.copy-container{
	display: flex;
	max-width: 1328px;
	justify-content:center;
	width: 100%;
	justify-content: space-between;
	padding: 14px 20px;

}
.copy-left{
	display:flex;
	align-items:center;
}

.copy-right{
	display: flex;
	align-items: center;
	color: #fff;
	gap: 20px;
}
.copy-right .social{
	display: flex;
	gap: 10px;
}
.copy-left p,
.copy-right p{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Inter';
	color: #fff;
	margin-bottom: 0px !important;
}
.form-row{
	display:flex;
	gap: 20px;

}
.search-btn{
	margin-top:2rem;
}
.form-group{
	width:100%;
}
.form-row .form-group .wpcf7-form-control,
.text-area,
.sub-ject{
	padding: 10px 15px !important;
	border: 1px solid #E4E4E4 !important;
	font-size: 14px;
	border-radius: 8px !important;
	margin-bottom:10px;
}
.text-area{
	max-height: 150px;
}
#wpcf7-f244-p10-o1{
	margin-top:3rem;
}
.wpcf7-submit{
	width: 100%;
	border-radius: 8px;
	font-size: 16px;
}
.wpcf7-submit:hover{
	background:#fff;
	border:1px solid #184781 !important;
	color: #184781 !important;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 4px;
}
.slick-dots button:hover,
.slick-dots button:focus{
	background:transparent !important;
}
.search-btn{
	background: #fff !important;
	color: #184781 !important;
}
.wpcf7-form-control-wrap .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-list-item label{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	font-size: 14px;
}
.mem-card p{
	font-size:16px;
}
.mem-card {
	margin-bottom:3rem;
}
.ftr-text a:hover {
    color: #b6cdde;
}

.image-caresoul-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
} 
.image-caresoul-slider .swiper-slide img.swiper-slide-image {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
body.elementor-editor-active .form-sec {
    margin-bottom: 0;
}
.alma_video video {
    height: 54px !important;
    background-color: transparent !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
}
.alma_video .e-hosted-video.elementor-wrapper.elementor-open-inline {
    --video-aspect-ratio: inherit;
}

@media (max-width: 768px){
	.search-icon-trigger img{
		width: 100% !important;
		max-width: 30px !important;
	}
	.search-icon-trigger{
		margin-left:0px !important;
	}
	.nav-container a{
		font-size:16px;
	}
	.copy-container{
		flex-wrap: wrap;
		justify-content: center;
		gap:20px;
	}
	.copy-left p{
		text-align:center;
	}
	.rating-row{
		flex-wrap:wrap;
	}
}