
.PrimaryBtn {
	align-items: center;
	background-clip: padding-box;
	background-color: #65728b;
	border: 1px solid transparent;
	border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 3rem;
	padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	width: auto;
}

	.PrimaryBtn:hover,
	.PrimaryBtn :focus {
		background-color: #6f7e9a;
		box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
	}

	.PrimaryBtn:hover {
		transform: translateY(-1px);
		color:white;
	}

	.PrimaryBtn:active {
		background-color: #6f7e9a;
		box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
		transform: translateY(0);
	}



.Loginbtn {
	align-items: center;
	background-clip: padding-box;
	border: 1px solid black;
	border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: black;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 2rem;
	padding: calc(.575rem - 1px) calc(1.2rem - 1px);
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	width: auto;
}

	.Loginbtn:hover,
	.Loginbtn:focus {
		box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
		border:1px solid black!important;
	}

	.Loginbtn:hover {
		color: black;
	}

	.Loginbtn:active {
		border: 1px solid white;
	}

.gradingImage {
	position: relative;
	background-size: cover;
	height: 550px;
	z-index: -5;
	opacity: 0.9;
	background-position: 50% 30%;
	background-image: linear-gradient( 178deg, #34343433, #4e4e4e8c), url(/BeforeContent/images/imgs/contact/contact3.jpg) !important
}

.pt-55 {
	padding-top: 55px;
}
.pb-140{
	padding-bottom:140px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pt-110 {
	padding-top: 110px;
}
.pb-50{
	padding-bottom:50px;
}

.feature__item img {
	width: 70px;
	height: auto;
	text-align: center;
	margin-bottom: 0px;
}

.feature__item img {
	margin-bottom: 0px !important;
}

.shapeimg {
	transition: ease-in-out;
	transition-duration: 500ms;
}

	.shapeimg:hover {
		/*-webkit-transform: scale(1.1) !important;*/
		transform: scale(1.1) !important;
	}

.padding60 {
	padding-left: 60px;
	padding-right: 60px;
}

.pl-60 {
	padding-left: 60px;
}

.pr-60 {
	padding-right: 60px;
}

pb-25 {
	padding-bottom: 25px;
}

.CoreValues_img {
	text-align: center;	
}

.CoreValues_img img {
	width: 100px;
	/*filter: brightness(0) invert(1);*/
	margin-bottom: 25px;
}
.woocomerce__hero-htitle {
	font-size: 70px;
}
/*Krutik*/
@media only screen and (max-width: 720px) {
	.Loginbtn {
		margin-left:10px;
		padding: 6px 15px;
	}
}

@media only screen and (max-width: 420px) {
	.Loginbtn {
		margin-left: 10px;
		padding: 5px 10px;
	}
}


/* Education Page Specifics */
.edu-section {
    padding: 80px 0;
}
.edu-heading-main {
	font-family: var(--font-heading);
	color: #111;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.edu-heading-sub {
    font-size: 2rem;
}
.edu-heading-small {
    font-weight: 500;
}
.lux-card .edu-heading-small {
	font-weight: 500;
	color: #000;
}
.lux-card .lux-text {
	color: #000;
}
.edu-img-first {
	width: 100%;
}
.edu-img-wrapper {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.edu-img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}
.edu-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}
.edu-img-wrapper:hover .edu-img {
    transform: scale(1.05);
}
.edu-shape-container {
    background: #fdfdfd;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    text-align: center;
}
.edu-shape-img {
    width: 100%;
}
.edu-shape-img:hover {
    transform: scale(1.02);
}
.edu-mb { margin-bottom: 60px; }
.edu-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.edu-list {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.8;
}

.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

body {
    padding-top: 80px;
}

.navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 30px;
    width: 100%;
}

.nav-left {
    flex: 1;
}

.nav-logo-img {
    max-height: 50px;
    transition: transform 0.3s ease;
}

.nav-logo-img:hover {
    transform: scale(1.05);
}

.nav-center {
    flex: 2;
    display: flex;
    justify-content: center;
}

.nav-menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 35px;
    align-items: center;
}

.nav-menu-link {
    font-weight: 500;
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-menu-link::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: #111111;
	transition: width 0.3s ease;
}

.nav-menu-link:hover::after {
    width: 100%;
}

.nav-menu-link:hover {
    color: #444444;
}

.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.nav-login-btn {
    padding: 10px 28px;
    background: #111111;
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.nav-login-btn:hover {
    background: #333333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@media (max-width: 1199px) {
    .nav-center {
        display: none !important;
    }
}

@media (max-width: 768px) {
	.edu-img {
		height: 100%;
	}
}