:root {
    --primary: #0d386b;
    --primary-light: #324d661a;
    --secondary: #EAB308;
}

body {
    font-family: "Geist", sans-serif;
}
.cursor-pointer {
    cursor: pointer;
}
button:focus {
    box-shadow: none !important;
}
.textprimary {
    color: var(--primary) !important;
}

.textsecondary {
    color: var(--secondary);
}

.bgprimary {
    background-color: var(--primary) !important;
}

.bglight {
    background-color: var(--primary-light);
}

.bgsecondary {
    background-color: var(--secondary);
}

.btnprimary, .btnsecondary {
    padding: 13px 25px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.btnprimary {
    background-color: var(--primary);
    color: #fff;
}
.btnsecondary {
    background-color: var(--secondary);
}

.bg-gradient-primary {
    background: linear-gradient(90deg, rgb(201 226 255 / 20%) 0%, rgb(99 136 253 / 10%) 100%);
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.fw-600 {
    font-weight: 600;
}

.header-menu {
    position: inherit;
    top: -100px;
    transition: top 0.5s ease-in-out;
}

.fixedHeader {
    position: fixed;
    background: #ffffffe0;
    z-index: 999;
    top: 0;
    box-shadow: 0px 3px 5px #0000000d;
    backdrop-filter: blur(9px);
}

header .navbar-brand {
    width: 220px;
}

header .nav-link:hover {
    color: var(--primary) !important;
}

.dropdown-item:active {
    background-color: var(--primary) !important;
    color: #fff !important;

}

.owl-theme .owl-dots .owl-dot span {
    background-color: #8eaccf;
    transform: scale(1.2);
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
    transform: scale(1.5);
    transition: all .27s ease-in-out;
}

.hero-banner .item {
    height: 350px;
}

.hero-banner .item img{
    object-fit: cover;
}

.accre-ranking-img {
    width: 85%;
}

.worlClassFacilities .worldImg {
    width: 50px;
}

.worlClassFacilities .item {
    min-height: 240px;
    margin-bottom: 15px;
}

.StudentService .item p {
    min-height: 65px;
}

.program-img {
    height: 50px;
    width: 50px;
}

.program-img img {
    height: 100%;
    object-fit: cover;
}

.studentServiceImg {
    height: 185px;
}

.studentServiceImg img {
    height: 100%;
    object-fit: cover;
}

.program_title {
    min-height: 38.5px;
}

.topRecruiters .item {
    height: 80px;
    margin: 10px 2px;
}

.topRecruiters .item img {
    height: 100%;
    object-fit: contain;
}

.curriculm-section .nav-item .nav-link {
    background: #f5f5f5 !important;
    color: #4d4d4d !important;
}

.curriculm-section .nav-item .nav-link.active {
    background-color: var(--secondary) !important;
    color: #000 !important;
}

.otherSpecialization li a:hover {
    color: var(--primary) !important;
}

.btn-whatsapp-pulse {
	background: #25d366;
    right: 15px;
	width: 0;
	height: 0;
	padding: 30px;
    cursor: pointer;
}

.btn-whatsapp-pulse::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 15px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 15px;
		opacity: 0.75;
	}
	75% {
		padding: 40px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.sampleCertificate {
    top: 50%;
    transform: translate(0, -50%);
}