
/*-----------------------
    Slick Slider  
-------------------------*/
.ai-tutor-testimonial-activation.ai-tutor-slick-button {
	margin-bottom: 62px;
}

.ai-tutor-testimonial-activation.ai-tutor-slick-button .ai-tutor-slick-button .slick-dots {
	bottom: -74px;
}

.course-activation-item-2 .ai-tutor-slick-button .slick-dots {
	bottom: -45px;
}

.slick-activation-wrapper {
	margin: 0 -15px;
	position: relative;
}

@media only screen and (max-width: 575px) {
	.slick-activation-wrapper {
		margin: 0;
	}
}

.slick-activation-wrapper .single-slick-card {
	padding: 0 15px;
}

@media only screen and (max-width: 575px) {
	.slick-activation-wrapper .single-slick-card {
		padding: 0;
	}
}

.single-slick-card .ai-tutor-card.card-type-5 {
	box-shadow: none;
}

.ai-tutor-slick-button .slick-dots {
	bottom: -84px;
	margin: 0 -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ai-tutor-slick-button .slick-dots {
		bottom: -60px;
	}
}

@media only screen and (max-width: 767px) {
	.ai-tutor-slick-button .slick-dots {
		bottom: -60px;
	}
}

.ai-tutor-slick-button .slick-dots li {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	padding: 0;
	transition: 0.4s;
	line-height: 24px;
	position: relative;
	margin: 0 1px;
	display: inline-block;
}

.ai-tutor-slick-button .slick-dots li::before {
	border: 2px solid transparent;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	transition: 0.2s;
	opacity: 0;
	border-radius: 100%;
	left: 0;
	top: 0;
	transform: scale(0.2);
}

.ai-tutor-slick-button .slick-dots li.slick-active {
	margin: 0 3px;
}

.ai-tutor-slick-button .slick-dots li button {
	width: 10px;
	height: 10px;
	background: rgba(82, 95, 225, 0.5);
	border-radius: 100%;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.ai-tutor-slick-button .slick-dots li button::before {
	display: none;
}

.ai-tutor-slick-button .slick-dots li.slick-active::before {
	border-color: var(--color-primary);
	opacity: 1;
	transform: scale(1);
}

.ai-tutor-slick-button .slick-dots li.slick-active button {
	background: var(--color-primary);
}

.ai-tutor-slick-button.slick-button-left .slick-dots {
	bottom: -80px;
	margin: 0px -6px;
	text-align: left;
	display: flex !important;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ai-tutor-slick-button.slick-button-left .slick-dots {
		bottom: -50px;
	}
}

@media only screen and (max-width: 767px) {
	.ai-tutor-slick-button.slick-button-left .slick-dots {
		bottom: -50px;
	}
}

.ai-tutor-slick-button.slick-button-left .slick-dots li {
	border-radius: 100%;
	transition: 0.4s;
	position: relative;
	margin: 0 6px;
	display: inline-block;
	width: 20px;
	min-width: 20px;
	height: 20px;
}

.ai-tutor-slick-button.slick-button-left .slick-dots li::before {
	border: 2px solid transparent;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	transition: 0.3s;
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ai-tutor-slick-button.slick-button-left .slick-dots li.slick-active::before {
	border-color: var(--color-primary);
	opacity: 1;
	width: 100%;
	height: 100%;
}

.ai-tutor-slick-button.instructor-profile-courses .slick-dots {
	bottom: -46px;
}

@media only screen and (max-width: 1199px) {
	.ai-tutor-slick-button.instructor-profile-courses .slick-list {
		margin-bottom: 30px;
	}
}

.slick-arrow-style-2 {
	position: relative;
}

	.slick-arrow-style-2 .slide-arrow {
		position: absolute;
		right: 50px;
		width: 50px;
		height: 50px;
		background: rgba(82, 95, 225, 0.15);
		transition: 0.3s;
		color: var(--color-primary);
		line-height: 50px;
		text-align: center;
		border: 0 none;
		bottom: 50px;
		border-radius: 3px;
		font-size: 18px;
		z-index: 2;
	}

@media only screen and (max-width: 479px) {
	.slick-arrow-style-2 .slide-arrow {
		right: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		bottom: 20px;
	}
}

.slick-arrow-style-2 .slide-arrow:hover {
	background: var(--color-primary);
	color: var(--color-white);
}

.slick-arrow-style-2 .slide-arrow.prev-arrow {
	right: 115px;
}

@media only screen and (max-width: 479px) {
	.slick-arrow-style-2 .slide-arrow.prev-arrow {
		right: 74px;
	}
}

.ai-tutor-slick-arrow-top .slide-arrow {
	position: absolute;
	right: 15px;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	transition: 0.3s;
	color: var(--color-primary);
	line-height: 50px;
	text-align: center;
	border: 0 none;
	font-size: 18px;
	top: -120px;
}

@media only screen and (max-width: 767px) {
	.ai-tutor-slick-arrow-top .slide-arrow {
		top: auto;
		bottom: -30px;
		right: auto;
		left: 80px;
	}
}

.ai-tutor-slick-arrow-top .slide-arrow:hover {
	background: var(--color-primary);
	color: var(--color-white);
}

.ai-tutor-slick-arrow-top .slide-arrow.prev-arrow {
	right: 80px;
}

@media only screen and (max-width: 767px) {
	.ai-tutor-slick-arrow-top .slide-arrow.prev-arrow {
		right: auto;
		left: 15px;
	}
}

.ai-tutor-slick-button .slick-dots li.slick-active::before {
	border-color: var(--color-primary);
	opacity: 1;
	transform: scale(1);
}
/*-----------------------
 * Pricing
------------------------*/
.pricing-billing-duration {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.pricing-billing-duration {
		text-align: left;
	}
}

.pricing-billing-duration ul {
	background: rgba(82, 95, 225, 0.08);
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
}

	.pricing-billing-duration ul .nav-item {
		float: left;
		margin: 0;
	}

		.pricing-billing-duration ul .nav-item .nav-link {
			height: 40px;
			line-height: 40px;
			font-weight: 700;
			font-size: 18px;
			line-height: 28px;
			color: var(--color-heading);
			border: 0 none;
			background: transparent;
			padding: 0 25px;
			border-radius: 3px;
		}

			.pricing-billing-duration ul .nav-item .nav-link.active {
				background: var(--color-primary);
				color: var(--color-white);
			}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pricing-table {
		padding: 60px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.pricing-table {
		padding: 60px 30px;
	}
}

.pricing-table .pricing-header {
	margin-bottom: 40px;
	text-align: center;
}

	.pricing-table .pricing-header .price-wrap .monthly-pricing {
		display: none;
	}

	.pricing-table .pricing-header .price-wrap .amount {
		font-weight: 800;
		font-size: 40px;
		line-height: 56px;
		color: var(--color-primary);
	}

	.pricing-table .pricing-header .price-wrap .duration {
		color: var(--color-primary);
		font-size: 16px;
		font-weight: 500;
		text-transform: capitalize;
		display: inline-block;
		margin-left: -4px;
	}

	.pricing-table .pricing-header .title {
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-weight: 800;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

.pricing-table .pricing-body {
	margin-bottom: 40px;
	height:60%;
}

	.pricing-table .pricing-body .list-item li {
		display: flex;
		align-items: center;
		margin: 0;
		line-height: 1.2;
	}

		.pricing-table .pricing-body .list-item li i {
			color: var(--color-secondary);
			margin-right: 10px;
		}

		.pricing-table .pricing-body .list-item li + li {
			margin-top: 12px;
		}

.pricing-table.active {
	transform: translateY(-20px);
}

	.pricing-table.active .edu-badge {
		background: var(--color-secondary);
		padding: 0 17px;
		position: absolute;
		right: 0;
		top: 15px;
		height: 30px;
		line-height: 30px;
		padding-left: 25px;
	}

		.pricing-table.active .edu-badge span {
			font-weight: 700;
			font-size: 14px;
			color: var(--color-white);
			text-align: center;
			letter-spacing: 0.05em;
			text-transform: uppercase;
		}

		.pricing-table.active .edu-badge::after {
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 24px 0 24px 23px;
			border-color: transparent transparent transparent #fff;
			position: absolute;
			right: 87%;
			top: 50%;
			content: "";
			transform: translateY(-50%);
		}
.ai-tutor-pricing-body-area {
	background-image: url(../images/bg/home-two-testimonial.jpg);
}
#Individual .pricing-body {
	display: flex;
	flex-direction: column;
	height: 60%;
}

#Individual .pricing-btn {
	margin-top: auto;
}
/*-----------------------
 * Banner Style One
------------------------*/
.height-850 {
	min-height: 850px;
	width: 100%;
	padding: 240px 0 190px;
}

@media only screen and (max-width: 767px) {
	.height-850 {
		min-height: auto;
		width: 100%;
		padding: 250px 0;
	}
}

.height-940 {
	min-height: 600px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.height-940 {
		min-height: auto;
		width: 100%;
		padding: 250px 0;
	}
}

.banner-style-1 {
	position: relative;
	background-image: url(../images/bg/home-one-banner.jpg);
	z-index: 2;
	background-position: top 15px left 80%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-style-1 {
		height: auto;
		min-height: auto;
		padding: 100px 0;
		padding-top: 150px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-style-1 {
		height: auto;
		min-height: auto;
		padding: 100px 0;
		padding-top: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-style-1 {
		height: auto;
		min-height: auto;
		padding: 100px 0;
		padding-top: 150px;
	}
}

.banner-style-1 .banner-right-content {
	position: relative;
	margin-top: 138px;
}

@media only screen and (max-width: 1199px) {
	.banner-style-1 .banner-right-content {
		margin-top: 0px;
	}
}

.banner-style-1 .banner-right-content .ai-tutor-card {
	min-width: 272px;
}

@media only screen and (max-width: 767px) {
	.banner-style-1 .banner-right-content .ai-tutor-card {
		min-width: inherit;
	}
}

.banner-style-1 .banner-left-content {
	margin-top: 120px;
}

@media only screen and (max-width: 1199px) {
	.banner-style-1 .banner-left-content {
		margin-top: 0;
	}
}

.banner-style-1 .inner .content .pre-title {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	line-height: 26px;
	color: var(--color-primary);
	display: block;
	margin-bottom: 10px;
}

.banner-style-1 .inner .content .title {
	font-weight: 800;
	font-size: 72px;
	line-height: 1.25;
	margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-style-1 .inner .content .title {
		font-size: 52px;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-style-1 .inner .content .title {
		font-size: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-style-1 .inner .content .title {
		font-size: 38px;
	}
}

.banner-style-1 .inner .content .description {
	margin-bottom: 60px;
	padding-left: 20px;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-style-1 .inner .content .description {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-style-1 .inner .content .description {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-style-1 .inner .content .description {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 28px;
	}
}

.banner-style-1 .inner .content .description::before {
	position: absolute;
	content: "";
	left: 0;
	width: 2px;
	height: 73%;
	background: var(--color-primary);
	top: 50%;
	transform: translateY(-50%);
}

.banner-style-1 .work-shop {
	min-width: 193px;
	max-width: 193px;
	background: var(--color-white);
	padding: 20px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	margin: 25px -15px 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-style-1 .work-shop {
		min-width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-style-1 .work-shop {
		min-width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner-style-1 .work-shop {
		margin-right: 0;
		margin-left: 0;
	}
}

.banner-style-1 .work-shop .inner .thumbnail img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.banner-style-1 .work-shop .inner .content .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0 0;
}

.banner-style-1 .work-shop .inner .content .time {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	margin-bottom: 20px;
}

.banner-style-1 .shape-round {
	position: absolute;
	left: -312px;
	top: 130px;
	z-index: -1;
}

.banner-style-1 .scroll-down-btn {
	position: absolute;
	top: 100%;
	left: calc(50% - 30px);
	transform: translateY(-50%);
	z-index: 1;
}

.banner-style-1 .shape-dot-wrapper .shape {
	position: absolute;
	z-index: -1;
}

.banner-style-1 .shape-dot-wrapper .shape.shape-1 {
	top: 97px;
	left: -189px;
}

.banner-style-1 .shape-dot-wrapper .shape.shape-2 {
	top: 53px;
	left: 580px;
}

.banner-style-1 .shape-dot-wrapper .shape.shape-3 {
	top: 95px;
	right: -160px;
}

.banner-style-1 .shape-dot-wrapper .shape.shape-4 {
	bottom: 10px;
	right: -173px;
}

.banner-style-1 .shape-dot-wrapper .shape.shape-5 {
	bottom: -23px;
	left: 654px;
}

.banner-style-1 .shape-dot-wrapper .shape.shape-6 {
	bottom: -37px;
	left: -255px;
}

.banner-style-1 .ai-tutorvibe-hero-one-video .thumbnail {
	margin: 30px -149px 0 -23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.banner-style-1 .ai-tutorvibe-hero-one-video .thumbnail {
		margin: 0 -70px 0 -30px;
	}
}

@media only screen and (max-width: 1199px) {
	.banner-style-1 .ai-tutorvibe-hero-one-video .thumbnail {
		margin: 0 -30px 0 -30px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-style-1 .ai-tutorvibe-hero-one-video .thumbnail {
		margin: -30px 0 0 -30px;
	}
}

.gradient1 {
	color: linear-gradient(to right, #1F3D77, #119F97) padding-box, linear-gradient(to right, #5B35FE, #03F2B1) border-box;
}
/*-------------------------
    Contact Us Area  
---------------------------*/
.contact-address-card-1 {
	background: #FFFFFF;
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	padding: 50px 20px;
	text-align: center;
	transition: 0.4s;
}

	.contact-address-card-1 .inner .icon {
		background: rgba(82, 95, 225, 0.1);
		width: 50px;
		height: 50px;
		margin: 0 auto;
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: 0.4s;
	}

		.contact-address-card-1 .inner .icon i {
			color: var(--color-primary);
			font-size: 24px;
			transition: 0.4s;
		}

	.contact-address-card-1 .inner .content .title {
		font-weight: 700;
		margin-top: 25px;
		margin-bottom: 15px;
		transition: 0.4s;
	}

	.contact-address-card-1 .inner .content p {
		margin-bottom: 0;
		transition: 0.4s;
	}

		.contact-address-card-1 .inner .content p a {
			color: var(--color-body);
			transition: 0.4s;
		}

			.contact-address-card-1 .inner .content p a:hover {
				color: var(--color-primary);
			}

	.contact-address-card-1.phone .inner .icon {
		background: rgba(251, 124, 86, 0.1);
	}

		.contact-address-card-1.phone .inner .icon i {
			color: var(--color-secondary);
		}

	.contact-address-card-1.email .inner .icon {
		background: rgba(255, 164, 27, 0.1);
	}

		.contact-address-card-1.email .inner .icon i {
			color: #FFA41B;
		}

	.contact-address-card-1:hover {
		background: #5a37fd;
		transform: translateY(-15px);
	}

		.contact-address-card-1:hover .inner .icon {
			background: var(--color-white);
		}

			.contact-address-card-1:hover .inner .icon i {
				color: var(--color-secondary);
			}

		.contact-address-card-1:hover .inner .content .title {
			color: var(--color-white);
		}

		.contact-address-card-1:hover .inner .content p {
			color: var(--color-white);
		}

			.contact-address-card-1:hover .inner .content p a {
				color: var(--color-white);
			}

.contact-address-card-2 {
	background: #FFFFFF;
	box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	padding: 70px 40px;
	text-align: center;
	transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact-address-card-2 {
		padding: 60px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-address-card-2 {
		padding: 60px 20px;
	}
}

.contact-address-card-2 .inner .icon {
	margin-bottom: 45px;
}

.contact-address-card-2 .inner .content .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
}

.contact-address-card-2 .inner .content p {
	margin-bottom: 0;
	line-height: 26px;
}

	.contact-address-card-2 .inner .content p .subtitle {
		font-weight: 600;
		color: var(--color-heading);
	}

	.contact-address-card-2 .inner .content p .text {
		font-weight: 500;
	}

.contact-address-card-2:hover {
	transform: translateY(-15px);
}

.contact-address-bottom-shape {
	position: relative;
	z-index: 1;
}

	.contact-address-bottom-shape .bg-shape-image {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
/*---- features ----*/
.features-cir-main {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
}

.features-cir {
	width: 100px;
	height: 100px;
	border-radius: 60px;
	background: linear-gradient(146deg, #5b34fe21 20.09%, #10d8bc1f 79.91%);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.img-bg-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(90deg, #10D8BC 0%, #5B34FE 100%);
	mix-blend-mode: hard-light;
	filter: blur(10px);
	position: absolute;
	z-index: 0;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
	animation: circularMotion 3s linear infinite;
}

@keyframes circularMotion {
	0% {
		transform: translate(-50%, -50%) rotate(0deg) translateX(15px) rotate(0deg);
	}

	25% {
		transform: translate(-50%, -50%) rotate(90deg) translateX(15px) rotate(-90deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg) translateX(15px) rotate(-180deg);
	}

	75% {
		transform: translate(-50%, -50%) rotate(270deg) translateX(15px) rotate(-270deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg) translateX(15px) rotate(-360deg);
	}
}

/*--------------------------
    Header Styles  
--------------------------*/
.ai-tutor-header .logo a {
    height: 75px;
    line-height: 70px;
    transition: min-height 1s ease !important; }
  .ai-tutor-header .logo a img {
    max-height: 35px; }
  @media only screen and (max-width: 1199px) {
    .ai-tutor-header .logo a {
      height: 80px;
      line-height: 80px; } }

.ai-tutor-header.disable-transparent .logo a {
  height: 90px;
  line-height: 90px; }

.ai-tutor-header.header-relative {
  position: relative; }

.ai-tutor-header.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: transparent;
  backdrop-filter: inherit;
  z-index: 9; }

  .ai-tutor-header.header-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-white) !important;
    width: 100%;
    height: 80px;
    animation: headerSticky .95s ease forwards;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 10; }
    .ai-tutor-header.header-sticky.sticky .logo a {
      height: 80px;
      line-height: 80px; }
.service-card-7.shape-bg-3 .inner .icon {
	background: #d5d4d47a;
}
/*----------------------
    about Style  
-----------------------*/

.about-card-2 {
	padding: 40px 30px;
	background: #EAF8F6;
	border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-card-2 {
		padding: 40px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-card-2 {
		padding: 40px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.about-card-2 {
		padding: 40px 20px;
	}
}

.about-card-2 .inner {
	text-align: center;
}

	.about-card-2 .inner .icon {
		position: relative;
		display: inline-block;
	}

		.about-card-2 .inner .icon a {
			width: 80px;
			height: 80px;
			background: var(--color-white);
			line-height: 80px;
			text-align: center;
			border-radius: 100%;
			margin: 0 auto;
			display: block;
		}

		.about-card-2 .inner .icon .shape-list .shape {
			position: absolute;
			z-index: 2;
		}

			.about-card-2 .inner .icon .shape-list .shape.shape-1 {
				bottom: 0;
				right: 0;
				transition: 0.4s;
				opacity: 0;
			}

			.about-card-2 .inner .icon .shape-list .shape.shape-2 {
				left: 0;
				top: 50%;
				transition: 0.4s;
				opacity: 0;
			}

			.about-card-2 .inner .icon .shape-list .shape.shape-3 {
				top: 0;
				right: 0;
				transition: 0.4s;
				opacity: 0;
			}

	.about-card-2 .inner .content .title {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 15px;
		margin-top: 25px;
	}

	.about-card-2 .inner .content .description {
		margin-bottom: 0;
	}

.about-card-2.card-bg-2 {
	background: #FFF3EE;
}

.about-card-2.card-bg-3 {
	background: #EFF4FC;
}

.about-card-2.card-bg-4 {
	background: #FFF1F1;
}

.about-card-2:hover .inner .icon .shape-list .shape.shape-1 {
	bottom: -8px;
	right: 3px;
	opacity: 1;
}

.about-card-2:hover .inner .icon .shape-list .shape.shape-2 {
	left: -20px;
	top: 50%;
	opacity: 1;
}

.about-card-2:hover .inner .icon .shape-list .shape.shape-3 {
	top: -5px;
	right: -1px;
	opacity: 1;
}


/*------------------------
    Header Style One  
--------------------------*/

.ai-tutor-header .logo a img {
	max-height: 50px;
}

@media only screen and (max-width: 1199px) {
	.ai-tutor-header .logo a {
		height: 80px;
		line-height: 80px;
	}
}

.ai-tutor-header.disable-transparent .logo a {
	height: 90px;
	line-height: 90px;
}

.ai-tutor-header.header-relative {
	position: relative;
}

.ai-tutor-header.header-sticky {
	transition: height .5s ease-in;
	max-width: 100%;
	z-index: 99;
}

.ai-tutor-header.header-transparent {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	background: transparent;
	backdrop-filter: inherit;
	z-index: 9;
}


.ai-tutor-header.header-sticky.sticky .logo a {
	height: 80px;
	line-height: 80px;
}

.header-default {
	max-width: 100%;
	background-color: var(--color-white);
	color: #fff;
	font-size: 12px;
	z-index: 99;
	position: relative;
}

.header-default .header-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/*------------------------
    Header Style Two  
--------------------------*/
.header-style-2 {
	padding: 0 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header-style-2 {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-style-2 {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-style-2 {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.header-style-2 {
		padding: 0 15px;
	}
}

.header-style-2 .header-menu-bar {
	display: flex;
	align-items: center;
}

.white-box-icon {
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	outline: none;
	color: var(--color-primary);
	border: 0 none;
	padding: 0;
	background: var(--color-white);
	display: block;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.white-box-icon {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}

@keyframes headerSticky {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

/*--------------------------
    Navigation Styles 
----------------------------*/
.mainmenu-nav .mainmenu {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap;
}

	.mainmenu-nav .mainmenu > li > a {
		color: var(--color-heading);
		font-size: 18px;
		font-weight: 600;
		padding: 0 16px;
		display: block;
		height: 80px;
		line-height: 80px;
		transition: 0.3s;
	}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.mainmenu-nav .mainmenu > li > a {
		padding: 0 17px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mainmenu-nav .mainmenu > li > a {
		padding: 0 12px;
	}
}

.mainmenu-nav .mainmenu > li > a:hover, .mainmenu-nav .mainmenu > li > a.active {
	color: var(--color-primary) !important;
}

.mainmenu-nav .mainmenu li {
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}

	.mainmenu-nav .mainmenu li.has-droupdown > a {
		position: relative;
	}

		.mainmenu-nav .mainmenu li.has-droupdown > a::after {
			position: absolute;
			content: "\e969";
			font-family: 'icomoon';
			right: -5px;
			top: 50%;
			transform: translateY(-50%);
			font-weight: 600;
		}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.mainmenu-nav .mainmenu li.has-droupdown > a::after {
		right: 0px;
	}
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu {
	min-width: 225px;
	height: auto;
	position: absolute;
	top: 90%;
	left: 0;
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	padding: 20px 0;
	transition: 0.3s;
	background-color: var(--color-white);
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
	border-bottom: 2px solid var(--color-primary);
}

	.mainmenu-nav .mainmenu li.has-droupdown .submenu li {
		position: relative;
	}

		.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
			font-size: 16px;
			font-weight: 600;
			padding: 3px 20px;
			display: block;
			color: var(--color-heading);
			margin: 0 10px;
		}

			.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
				color: var(--color-primary) !important;
				background: var(--color-darker);
			}

			.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
				color: var(--color-primary) !important;
				background: var(--color-darker);
			}

		.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown > a::after {
			content: "\e92c";
			font-family: 'icomoon';
		}

		.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown .submenu {
			left: 100%;
			top: 90%;
			z-index: 90;
			opacity: 0;
			visibility: hidden;
			transition: 0.3s;
		}

		.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown:hover .submenu {
			left: 100%;
			top: 0;
			z-index: 90;
			opacity: 1;
			visibility: visible;
		}

.mainmenu-nav .mainmenu li.has-droupdown:hover > .submenu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}



.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: none !important;
}

.btn-primary {
	background-color: #5a37fd !important;
	border-color: #5a37fd !important;
}
.btn-primary-pricing {
	background-color: #5a37fd !important;
	border-color: #5a37fd !important;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}
.btn-primary-login {
	background-color: #14cfc0 !important;
	border-color: #14cfc0 !important;
	padding: 10px;
	font-size: 14px;
	color: #100f10;
	font-weight: 700;
}
	.btn-primary-pricing:hover {
		color: #c3b7fb;
	}
	.btn-check:focus + .btn-primary-pricing, .btn-primary-pricing:focus {
		color: #fff;
	}
	.btn-primary:hover {
		background-color: #5a37fd !important;
		border-color: #5a37fd !important;
	}

	.btn-check:focus + .btn-primary, .btn-primary:focus {
		background-color: #5a37fd !important;
		border-color: #5a37fd !important;
	}
.dropdown-item {
	font-size: 14px !important;
}

.pricing-table {
	background: #FFFFFF;
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.03);
	border-radius: 5px;
	padding: 32px 20px;
	position: relative;
}
.pricing select {
	width: 190px;
	font-size: 14px;
	padding: 0 20px;
	height: 48px;
	border-radius: 6px;
	border: solid 1px #cccff0;
}
.pricing-card.featured {
	border: 2px solid #4e54c8;
	position: relative;
	background: linear-gradient(to bottom, #ffffff 0%, #f8f9ff 100%);
}
.most-popular {
	border: solid 2px #15cec0;
}
.ai-tutor-badge::before {
	content: 'Most Popular';
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
	background: #14cfc0;
	color: white;
	padding: 5px 15px;
	margin: 10px 0 0 0;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 600;
}
/*------------------------
    Header Quote  
-------------------------*/
.header-quote {
	display: flex;
	justify-content: flex-end;
	margin: 0 -17px;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.header-quote {
		margin: 0 -10px;
	}
}

.header-quote .quote-icon {
	margin: 0 17px;
}

@media only screen and (max-width: 767px) {
	.header-quote .quote-icon {
		margin: 0 10px;
	}
}

.header-quote .quote-icon a,
.header-quote .quote-icon button {
	padding: 0;
	border: 0 none;
	width: auto;
	background: transparent;
	display: flex;
	align-items: center;
}

.header-quote .quote-icon a i,
.header-quote .quote-icon button i {
	color: var(--color-heading);
	font-size: 16px;
	transition: 0.3s;
}

.header-quote .quote-icon a:hover i,
.header-quote .quote-icon button:hover i {
	color: var(--color-primary);
}

/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
	z-index: 9999;
	position: fixed;
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s ease-out;
}

.popup-mobile-menu .inner {
	width: 320px;
	z-index: 999;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
	height: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	opacity: 0;
	left: -150px;
	transition: all .5s ease-out;
}

.popup-mobile-menu .inner .header-top {
	display: flex;
	border-bottom: 1px solid var(--color-border);
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
}

.popup-mobile-menu .inner .header-top .logo a img {
	max-height: 45px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button {
	background: var(--color-white);
	border: 0 none;
	color: var(--color-heading);
	width: 40px;
	height: 40px;
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.popup-mobile-menu.active {
	visibility: visible;
	opacity: 1;
}

.popup-mobile-menu.active .inner {
	opacity: 1;
	left: 0;
	overflow-y: auto;
}

.popup-mobile-menu .mainmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 15px 20px;
}

.popup-mobile-menu .mainmenu li {
	margin: 0;
}

.popup-mobile-menu .mainmenu li a {
	padding: 8px 0;
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.popup-mobile-menu .mainmenu li a.active {
	color: var(--color-primary) !important;
}

.popup-mobile-menu .mainmenu li+li {
	border-top: 1px solid var(--color-border);
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu {
	padding: 0;
	max-width: 100%;
	list-style: none;
	padding-left: 14px;
	display: none;
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
	font-size: 15px;
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
	color: var(--color-primary) !important;
}

.popup-mobile-menu .mainmenu .has-droupdown>a {
	position: relative;
}

.popup-mobile-menu .mainmenu .has-droupdown>a::after {
	position: absolute;
	content: "\e935";
	font-family: 'icomoon' !important;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.4s;
}

.popup-mobile-menu .mainmenu .has-droupdown>a.open::after {
	content: "\e934";
}

.popup-mobile-menu .mainmenu .rn-megamenu {
	padding: 0;
	max-width: 100%;
	list-style: none;
	padding-left: 14px;
	display: none;
}

.popup-mobile-menu .mainmenu .mega-menu-item {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 0;
}

.popup-mobile-menu .mainmenu .mega-menu-item li a {
	font-size: 15px;
}

.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
	border-bottom: 1px solid var(--color-border);
}

.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
	border-bottom-color: transparent;
}


/*----------------------
    Search Popup  
-----------------------*/
.ai-tutor-search-popup {
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transform: scale(0.95);
}

.ai-tutor-search-popup.open {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.ai-tutor-search-popup .close-button {
	position: absolute;
	right: 30px;
	top: 30px;
}

.ai-tutor-search-popup .close-button .close-trigger {
	background: var(--color-white);
	border: 0 none;
	color: var(--color-heading);
	width: 40px;
	height: 40px;
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.ai-tutor-search-popup .inner {
	position: absolute;
	top: 46%;
	width: 100%;
}

.ai-tutor-search-popup .inner .search-form {
	text-align: center;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.ai-tutor-search-popup .inner .search-form {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.ai-tutor-search-popup .inner .search-form {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ai-tutor-search-popup .inner .search-form {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.ai-tutor-search-popup .inner .search-form {
		padding: 0 20px;
	}
}

.ai-tutor-search-popup .inner .search-form input {
	height: 60px;
	border: 0 none;
	border-radius: 5px;
	background: #FFFFFF;
	padding: 0 30px;
	padding-right: 55px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

.ai-tutor-search-popup .inner .search-form .submit-button {
	position: absolute;
	right: 30px;
	padding: 0;
	margin: 0;
	border: 0 none;
	outline: none;
	color: var(--color-heading);
	background: transparent;
	top: 50%;
	transform: translateY(-50%);
}

.ai-tutor-search-popup::before {
	position: absolute;
	background: #2D284E;
	opacity: 0.7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

a.ai-tutor-btn i, button.ai-tutor-btn i {
	padding-left: 10px;
	position: relative;
	top: 3px;
}
/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
	padding-left: 18px;
}

ul {
	list-style: square;
	margin-bottom: 30px;
	padding-left: 20px;
}

ul.liststyle.bullet li {
	font-size: 18px;
	line-height: 30px;
	color: var(--color-body);
	position: relative;
	padding-left: 30px;
}

@media only screen and (max-width: 767px) {
	ul.liststyle.bullet li {
		padding-left: 19px;
	}
}

ul.liststyle.bullet li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: var(--color-body);
	left: 0;
	top: 10px;
}

ul.liststyle.bullet li+li {
	margin-top: 8px;
}

ul li {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b2);
	margin-top: 10px;
	margin-bottom: 10px;
	color: var(--color-body);
	font-weight: 500;
}

ul li a {
	text-decoration: none;
	color: var(--color-body);
}

ul li a:hover {
	color: var(--color-primary);
}

ul ul {
	margin-bottom: 0;
}

ol {
	margin-bottom: 30px;
}

ol li {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b2);
	color: var(--color-gray);
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 400;
}

ol li a {
	color: var(--heading-color);
	text-decoration: none;
}

ol li a:hover {
	color: var(--color-primary);
}

ol ul {
	padding-left: 30px;
}

hr {
	display: block;
	height: 0;
	margin: 15px 0;
	border-top: 1px solid var(--color-border);
	background: transparent;
}

kbd {
	background: var(--color-primary);
}

/*--------------------------
    section
----------------------------*/

.ai-tutor-section-gap {
    padding: 130px 0 !important;
}
.ai-tutor-section-gapBottom {
	padding-bottom: 130px !important;
}
.features-card .inner {
	background: #F5F5F5;
	border-radius: 5px;
	padding: 40px 35px;
	text-align: center;
	transition: 0.4s;
	height: 100%;
}
	.features-card .inner .icon span {
		display: block;
		color: var(--color-primary);
		font-size: 35px!important;
	}
/*--------------------------
    Workshop Style One  
----------------------------*/
.workshop-style-1 .workshop-inner .description {
  color: var(--color-white);
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .workshop-style-1 .workshop-inner .description {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .workshop-style-1 .workshop-inner .description {
      margin-top: 20px;
      margin-bottom: 20px; } }
/*-------------------------------
    Service Style 7  
---------------------------------*/
.service-card-single {
  position: relative; }
  .service-card-single:first-child::after {
    background-image: url(../images/shape-bg/arrow-down.png);
    content: "";
    width: 155px;
    height: 43px;
    right: -19%;
    top: 40px;
    background-size: cover;
    background-position: center center;
    position: absolute; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .service-card-single:first-child::after {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .service-card-single:first-child::after {
        display: none; } }
  .service-card-single:last-child::after {
    background-image: url(../images/shape-bg/arrow-top.png);
    content: "";
    width: 155px;
    height: 43px;
    left: -19%;
    top: 0;
    background-size: cover;
    background-position: center center;
    position: absolute; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .service-card-single:last-child::after {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .service-card-single:last-child::after {
        display: none; } }

.service-card-7 {
  position: relative; }
  .service-card-7 .arrow-icon {
    position: absolute;
    left: 100%;
    top: 40px;
    z-index: 1; }
  .service-card-7 .inner {
    text-align: center; }
    /*.service-card-7 .inner .icon {
      position: relative;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      background: #d5d4d4;
      border-radius: 100%;
      justify-content: center;
      margin: 0 auto;
      color: var(--color-white);
      margin-bottom: 35px; }*/
      .service-card-7 .inner .icon i {
        color: var(--color-white);
        font-size: 32px;
        display: flex; width: 230px;}
    .service-card-7 .inner .content .title {
      font-weight: 700;
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 15px; }
	.service-card-7 .inner .content p {
		font-weight: 500;
		font-size: 16px;
		line-height: 26px;
		width: 230px;
	}
  /*.service-card-7.shape-bg-2 .inner .icon {
    background: #d5d4d4 }*/
  .service-card-7.shape-bg-3 .inner .icon {
    background: #d5d4d4; }

/*--------------------------
    Video Popup Styles  
----------------------------*/
.video-gallery-1 {
	padding: 8px;
	background: var(--color-white);
	box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}

.video-popup-wrapper {
	position: relative;
}

.video-popup-wrapper.video-popup-two img {
	-webkit-mask: url("../images/shapes/mask-shape-1.svg");
	mask: url("../images/shapes/mask-shape-1.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center center;
	mask-position: center center;
}

.video-popup-wrapper .position-to-top {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-popup-wrapper img {
	border-radius: 5px;
}

.video-play-btn {
	border: 0;
	width: 50px;
	height: 50px;
	margin-left: -30px;
	margin-top: -30px;
	transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	position: relative;
	border-radius: 100%;
	background: #5a37fd;
	margin: 0 auto;
	display: inline-block;
}

.video-play-btn.with-animation::after,
.video-play-btn.with-animation::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	border-radius: 50%;
	border: 1.2px solid #0bf7bc;
}

.video-play-btn.with-animation::before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite;
}

.video-play-btn.with-animation::after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite;
}

.video-play-btn.size-60 {
	width: 60px;
	height: 60px;
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.video-play-btn.size-60 {
		width: 50px;
		height: 50px;
		font-size: inherit;
	}
}

@media only screen and (max-width: 575px) {
	.video-play-btn.size-60 {
		width: 45px;
		height: 45px;
	}
}

.video-play-btn.size-80 {
	width: 80px;
	height: 80px;
	font-size: 24px;
}

@media only screen and (max-width: 1199px) {
	.video-play-btn.size-80 {
		width: 60px;
		height: 60px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.video-play-btn.size-80 {
		width: 50px;
		height: 50px;
		font-size: inherit;
	}
}

@media only screen and (max-width: 575px) {
	.video-play-btn.size-80 {
		width: 45px;
		height: 45px;
	}
}

.video-play-btn.size-80 .play-icon::before {
	transform: translate(-6px, -12px);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 21px solid var(--color-white);
}

.video-play-btn.size-80.btn-secondary-color .play-icon::before {
	border-left: 21px solid var(--color-white);
}

.video-play-btn .play-icon {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-play-btn .play-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	transform: translate(-5px, -8px);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 17px solid var(--color-primary);
}

.video-play-btn .play-icon.course-details-video-popup::before {
	border-left: 15px solid var(--color-primary);
}

.video-play-btn.color-secondary .play-icon::before {
	border-left: 17px solid #0bf7bc;
}

.video-play-btn.color-secondary.size-80 .play-icon::before {
	border-left: 21px solid var(--color-secondary);
}

.video-play-btn.btn-large {
	width: 60px;
	height: 60px;
	margin-left: 0;
	margin-top: 0;
}

.video-play-btn.btn-theme-color {
	color: #ffffff;
	background: var(--color-primary);
}

.video-play-btn.btn-theme-color::after {
	border-color: var(--color-primary);
}

.video-play-btn.btn-theme-color::before {
	border-color: var(--color-primary);
}

.video-play-btn.btn-secondary-color {
	color: #ffffff;
	background: var(--color-secondary);
}

.video-play-btn.btn-secondary-color::after {
	border-color: var(--color-secondary);
}

.video-play-btn.btn-secondary-color::before {
	border-color: var(--color-secondary);
}

.video-play-btn.btn-secondary-color .play-icon::before {
	border-left: 15px solid var(--color-white);
}

.video-style-2 {
	position: relative;
	z-index: 1;
}

.video-style-2::after {
	position: absolute;
	content: "";
	background: var(--color-white);
	top: 0;
	right: 0;
	height: 100%;
	width: calc(50% + 250px);
	z-index: -1;
	border-radius: 10px 0px 0px 10px;
}

@media only screen and (max-width: 991px) {
	.video-style-2::after {
		display: none;
	}
}

.video-style-2 .side-shape-image {
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
}

.video-style-2 .side-shape-image img {
	animation: ai-tutorvibe-rotate-x 30s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.video-style-2 .side-shape-image {
		display: none;
	}
}

/*keyframes-css*/
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2.3);
		transform: scale(2.3);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2.3);
		transform: scale(2.3);
		opacity: 0;
	}
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

@keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 502;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 503;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: white
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-arrow {
	position: absolute;
	top: 0;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: solid transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	opacity: .8;
	border-top-width: 12px;
	border-bottom-width: 12px;
	top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 20px;
	border-bottom-width: 20px
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 12px solid black;
	left: 5px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	border-right: 20px solid white
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 12px solid black;
	left: 3px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 20px solid white
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black
}

.mfp-iframe-holder .mfp-close {
	top: -43px
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.mfp-figure {
	line-height: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
}

@media all and (max-width: 800px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.ai-tutorvibe-home-three-video {
	background-image: url(../images/bg/video-bg.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top 15px left 10%;
}

.counter-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/**************************************
    Footer Styles
***************************************/
/*===========================
    Start Footer Area 
=============================*/
.footer-style-default {
  position: relative;
  z-index: 1; }
  .footer-style-default .footer-top {
    padding: 130px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
		.footer-style-default .footer-top {
			padding: 220px 0 !important;
		} }
    @media only screen and (max-width: 767px) {
		.footer-style-default .footer-top {
			padding: 30px 0 !important
		} }
  .footer-style-default .widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-white); }
  .footer-style-default .description {
    color: var(--color-white);
    margin-top: 34px;
    margin-bottom: 40px; }
  .footer-style-default .information-list li {
    color: var(--color-white);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    display: flex; }
    .footer-style-default .information-list li i {
      font-size: 15px;
      margin-right: 12px;
      position: relative;
      top: 5px; }
    .footer-style-default .information-list li a {
      color: var(--color-white);
      transition: 0.3s; }
    .footer-style-default .information-list li + li {
      margin-top: 20px; }
    .footer-style-default .information-list li:hover a {
      color: var(--color-primary); }
  .footer-style-default .ai-tutor-footer-widget .inner {
    margin-top: 34px; }
  .footer-style-default .ai-tutor-footer-widget .footer-link {
    list-style: none;
    padding: 0; }
    .footer-style-default .ai-tutor-footer-widget .footer-link li {
      margin-top: 0;
      margin-bottom: 0; }
      .footer-style-default .ai-tutor-footer-widget .footer-link li a {
        font-size: 16px;
        display: block;
        color: var(--color-white);
        line-height: 26px; }
        .footer-style-default .ai-tutor-footer-widget .footer-link li a i {
          margin-right: 10px;
          font-size: 14px; }
      .footer-style-default .ai-tutor-footer-widget .footer-link li + li {
        margin-top: 20px; }
      .footer-style-default .ai-tutor-footer-widget .footer-link li:hover a {
        color: var(--color-primary); }
  .footer-style-default .ai-tutor-footer-widget.explore-widget {
    margin-left: 65px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-style-default .ai-tutor-footer-widget.explore-widget {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-style-default .ai-tutor-footer-widget.explore-widget {
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .footer-style-default .ai-tutor-footer-widget.explore-widget {
        margin-left: 0; } }
  .footer-style-default .ai-tutor-footer-widget.quick-link-widget {
    margin-left: 65px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-style-default .ai-tutor-footer-widget.quick-link-widget {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-style-default .ai-tutor-footer-widget.quick-link-widget {
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .footer-style-default .ai-tutor-footer-widget.quick-link-widget {
        margin-left: 0; } }

.ai-tutorvibe-footer-one {
  background: #231F40; }
  .ai-tutorvibe-footer-one .shape-image {
    position: absolute;
    z-index: -1; }
    .ai-tutorvibe-footer-one .shape-image.shape-image-1 {
      top: -11px;
      left: -263px; }
      @media only screen and (min-width: 1200px) and (max-width: 1400px) {
        .ai-tutorvibe-footer-one .shape-image.shape-image-1 {
          top: -51px;
          left: -130px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .ai-tutorvibe-footer-one .shape-image.shape-image-1 {
          top: -51px;
          left: -150px; } }
    .ai-tutorvibe-footer-one .shape-image.shape-image-2 {
      bottom: -83px;
      right: -200px; }
      @media only screen and (min-width: 1200px) and (max-width: 1400px) {
        .ai-tutorvibe-footer-one .shape-image.shape-image-2 {
          bottom: -13px;
          right: -100px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .ai-tutorvibe-footer-one .shape-image.shape-image-2 {
          bottom: -13px;
          right: -150px; } }

/*---------------------------------
 Footer with Call To Action  
----------------------------------*/
.ai-tutor-footer-with-cta {
  position: relative;
  z-index: 2;
  margin-top: 138px;
  background: #231F40; }
  @media only screen and (max-width: 767px) {
    .ai-tutor-footer-with-cta {
      margin-top: 0; } }
  .ai-tutor-footer-with-cta .cta-with-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: -88px; }
    @media only screen and (max-width: 767px) {
      .ai-tutor-footer-with-cta .cta-with-overlay {
        position: static;
        top: 0;
        padding-bottom: 80px; } }
  .ai-tutor-footer-with-cta .footer-style-default {
    padding-top: 138px;
    position: static; }

/*---------------------------------
 Footer 2
----------------------------------*/
.ai-tutorvibe-footer-two .ai-tutor-btn {
  margin-bottom: 30px; }

@media only screen and (max-width: 575px) {
  .ai-tutorvibe-footer-two {
    padding-bottom: 80px; }
    .ai-tutorvibe-footer-two .ai-tutor-btn {
      margin-bottom: 0px; }
    .ai-tutorvibe-footer-two .call-action-style-1,
    .ai-tutorvibe-footer-two .call-action-style-1.box-layout {
      padding: 30px; } }

.ai-tutorvibe-footer-two .footer-style-default {
  padding-top: 138px;
  position: static; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ai-tutorvibe-footer-two .footer-style-default {
      padding-top: 418px; } }
  @media only screen and (max-width: 767px) {
    .ai-tutorvibe-footer-two .footer-style-default {
      padding-top: 0px; } }

.ai-tutorvibe-footer-two .animate-image {
  position: absolute;
  z-index: -1; }
  .ai-tutorvibe-footer-two .animate-image.shape-image-1 {
    top: -11px;
    left: -263px; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .ai-tutorvibe-footer-two .animate-image.shape-image-1 {
        top: -51px;
        left: -130px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .ai-tutorvibe-footer-two .animate-image.shape-image-1 {
        top: -51px;
        left: -150px; } }
  .ai-tutorvibe-footer-two .animate-image.shape-image-2 {
    bottom: -83px;
    right: -200px; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .ai-tutorvibe-footer-two .animate-image.shape-image-2 {
        bottom: -13px;
        right: -100px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .ai-tutorvibe-footer-two .animate-image.shape-image-2 {
        bottom: -13px;
        right: -150px; } }

/*---------------------------
 * Section Title
----------------------------*/
.section-title .pre-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.1em; }

.section-title .title {
  margin-bottom: 0;
  font-size: 40px; }
  @media only screen and (max-width: 575px) {
    .section-title .title {
      font-size: 32px; } }
  @media only screen and (max-width: 767px) {
    .section-title .title br {
      display: none; } }

.section-title.text-white .pre-title {
  color: var(--color-white); }

.section-title.text-white .title {
  color: var(--color-white); }

/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } }

.paginacontainer {
  height: 3000px; }

.rn-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #f8e3c3;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .rn-progress-parent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .rn-progress-parent::after {
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e90f";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--color-tertiary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .rn-progress-parent:hover::after {
    color: var(--color-tertiary); }
  .rn-progress-parent::before {
    position: absolute;
    font-family: 'feather' !important;
    content: "\e914";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #0d0d12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .rn-progress-parent svg path {
    fill: none; }
  .rn-progress-parent svg.rn-back-circle path {
    stroke: var(--color-tertiary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

/*-------------------------
    Copyright Styles  
--------------------------*/
.copyright-default p {
  color: var(--color-white); }
  .copyright-default p a {
    color: var(--color-white);
    transition: 0.4s; }
    .copyright-default p a:hover {
      color: var(--color-primary); }
	  
.footer-info .icon-wrapper {
	width: 100px;
	height: 100px;
	border-radius: 200px 200px 0px 200px;
	background-color: var(--theme);
	color: var(--header);
	font-size: 42px;
	text-align: center;
}

.footer-style-default .footer-top {
	padding: 100px 0 40px 0;
}

.footer-style-default .ai-tutor-footer-widget .footer-link li+li {
	margin-top: 8px;
}

.footer-style-default .ai-tutor-footer-widget .footer-link li a i {
	/* margin-right: 10px; */
	margin: 0;
	font-size: 14px;
}

.footer-style-default .text-light-blue {
	color: #807b9f;
}

.copyright-area {
	background: #161523;
}



.btn-toggle-group {
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid #ddd;
	display: inline-flex;
	margin: 15px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	background: #f8f9fa;
}

	.btn-toggle-group .btn {
		border: none;
		border-radius: 50px !important;
		padding: 0.7rem 1.5rem;
		transition: all 0.3s ease;
	}

.btn-check:checked + .btn {
	background-color: #335DFF;
	color: white;
	font-weight: 600;
	box-shadow: 0 3px 8px rgba(51, 93, 255, 0.3);
}

.btn-toggle-group .btn:hover {
	background-color: #f8f9fa;
}

.btn-check:checked + .btn:hover {
	background-color: #2a4fd8;
}
.btn-toggle-group .btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-toggle-group input[type="checkbox"]:checked ~ label::before, input[type="radio"]:checked ~ label::before {
	background: none;
	border: none;
	clip: rect(0, 0, 0, 0);
}
.btn-toggle-group input[type="checkbox"]:checked ~ label::before, input[type="radio"]:checked ~ label::after {
	background: none;
	border: none;
	clip: rect(0, 0, 0, 0);
}
.btn-toggle-group label::before {
	border: none !important;
}
/*----------------------
	chatbot-container
-----------------------*/
.chatbot-container {
	position: fixed;
	bottom: 22px;
	right: 23px;
	z-index: 1050;
}

.chatbot-btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
	transition: all 0.3s ease;
	border: none;
	background-color: #5a37fd;
	color: white;
}

	.chatbot-btn:hover, .chatbot-btn:focus {
		background-color: #5a37fd;
		transform: scale(1.05);
		box-shadow: 0 6px 14px rgba(0,0,0,0.3);
	}

.chat-window {
	width: 350px;
	height: 400px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
	display: none;
	flex-direction: column;
	margin-bottom: 15px;
	overflow: hidden;
}

.chat-header {
	background-color: #14cfc0;
	color: white;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chat-messages {
	flex: 1;
	padding: 15px;
	overflow-y: auto;
	background-color: #f8f9fa;
}

.message {
	margin-bottom: 15px;
	max-width: 80%;
	padding: 10px 15px;
	border-radius: 18px;
}

.bot-message {
	background-color: #e9ecef;
	border-top-left-radius: 5px;
	align-self: flex-start;
}

.user-message {
	background-color: #5a37fd;
	color: white;
	border-top-right-radius: 5px;
	align-self: flex-end;
	margin-left: auto;
}

.chat-input {
	display: flex;
	padding: 10px;
	border-top: 1px solid #dee2e6;
	background: white;
}

	.chat-input input {
		flex: 1;
		border-radius: 20px;
		padding: 8px 15px;
		border: 1px solid #ced4da;
		margin-right: 10px;
	}

	.chat-input button {
		border-radius: 50%;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

.pulse {
	animation: pulse-animation 2s infinite;
}
.robo-icon {
	background-image: url('../images/icons/robo.png');
}
.callout {
	position: absolute;
	top: -43px;
	right: 40px;
	background: #ff6b6b;
	color: white;
	padding: 12px 20px;
	border-radius: 25px 25px 0 25px;
	box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
	animation: bounce 2s infinite;
	font-weight: 600;
	z-index: 1060;
	line-height: 1;
}
/* Hide the callout bubble when needed */
.callout-hidden {
	display: none !important;
}

/* Ensure chat is hidden by default if not using inline style */
#chatWindow {
	display: none;
}
	@keyframes bounce {
		0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-20px);
	}

	60% {
		transform: translateY(-10px);
	}
}

*
@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(13, 110, 253, 0.5);
	}

	100% {
		box-shadow: 0 0 0 12px rgba(13, 110, 253, 0);
	}
}

@media (max-width: 576px) {
	.chatbot-container {
		bottom:30px;
		right: 25px;
	}

	.chat-window {
		width: 300px;
		height: 350px;
		right: 0;
	}
}