:root {
	--primary-color: #00007d;
	--secondary-color: #28a745;
	--body-color: #d9d9d9;
	--white-color: #fff;
	--black-color: #000;
	--font-family: "Syncopate", sans-serif;
}

.d-none {
	display: none !important;
}
.d-inline-block {
	display: inline-block !important;
}
.rounded-circle {
	border-radius: 100% !important;
}
.no-underline {
	text-decoration: none !important;
}
.text-white {
	color: var(--white-color) !important;
}
.text-center {
	text-align: center !important;
}
.text-danger {
	color: #dc3545 !important;
}
.width-100 {
	width: 100% !important;
}
.height-fit {
	height: fit-content !important;
}
.relative {
	position: relative !important;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text-primary {
	color: var(--primary-color);
}
.bg-primary {
	background-color: var(--primary-color);
}
.fw-900 {
	font-weight: 900;
}
.my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}
.m-0 {
	margin: 0 !important;
}
.text-success {
	color: var(--secondary-color) !important;
}
.badge {
	display: inline-block;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	vertical-align: baseline;
	padding: 0.25em 0.4em;
	white-space: nowrap;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge-warning {
	color: rgb(33, 37, 41);
	background-color: rgb(255, 193, 7);
}
.font-family-syncopate {
	font-family: var(--font-family) !important;
}

.feedback__slider .slick-track {
	display: flex !important;
}

.feedback__slider .slick-slide {
	height: inherit !important;
}

.feedback__slider .slick-slide .inn {
	height: 100%;
}
header .btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .btn .login {
	display: flex;
	margin-right: 15px;
}
header .btn .login > a:hover {
	opacity: 0.7;
}
header .btn .login > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding-left: 12px;
	padding-right: 12px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	text-decoration: none;
	font-size: 20px;
	line-height: 28px;
	color: var(--primary-color);
	min-width: 85px;
	border-radius: 8px;
	transition: 0.3s ease all;
}
.login__btn--mobile {
	display: none;
}
.header-icon {
	font-size: 16px;
	margin-right: 24px;
}

/* Container styling */
.toggle-plans {
	display: flex;
	border: 1px solid var(--primary-color);
	border-radius: 4px;
	overflow: hidden;
	width: 400px;
	margin: 25px auto 40px auto;
	background-color: #f8f9fa;
}

/* Button styling */
.plan-btn {
	padding: 10px 15px;
	font-size: 14px;
	color: var(--primary-color);
	background: none;
	border: none;
	cursor: pointer;
	flex: 1;
	transition: background-color 0.3s ease, color 0.3s ease;
	outline: 0 !important;
}

/* Active button */
.plan-btn.active {
	background-color: var(--primary-color);
	color: var(--white-color);
	z-index: 1;
}

.skip-trial {
	margin-left: 5px;
}
.skip-trial .badge {
	vertical-align: text-top;
	font-weight: 900;
}
.coupon-message-container {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 2px;
	font-weight: normal;
}
.coupon-success {
	color: green;
	display: none;
}
.coupon-error {
	color: red;
	display: none;
}

.basic-info {
	flex: 1;
}
.subsciption-details {
    font-family: var(--font-family);
	background: #f0f0f0;
	text-align: center;
	margin-bottom: 30px;
	padding: 15px 20px;
	border-radius: 16px;
	border: 1.5px solid var(--primary-color);
}
.subsciption-details .subscribe-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s ease;
}
.subsciption-details .subscribe-btn:hover {
	opacity: 0.7;
}
.subsciption-details .title {
	font-size: 18px;
	font-weight: 600;
}
.subsciption-details p {
    font-family: var(--font-family);
	margin: 8px 0;
}
.subsciption-details p:not(:first-of-type) {
	font-size: 14px;
}
.subsciption-details a {
    font-family: var(--font-family);
	text-decoration: none;
	color: var(--primary-color);
}
.subsciption-details .cancel-confirm-container {
	background-color: var(--body-color);
	padding: 10px;
	border-radius: 16px;
}
.subsciption-details .cancel-confirm-container a {
	margin-right: 10px;
}

.category-template-info {
	margin-bottom: 1.5rem;
}
.category-template-info h1 {
	font-size: 28px;
	font-family: var(--font-family);
	color: var(--primary-color);
}
.category-template-qa-info {
	margin-top: 70px;
}
.category-template-qa-info p > strong {
	color: var(--primary-color);
	font-family: var(--font-family);
}

.marquee-container {
	display: inline-block !important;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.marquee-text {
	display: inline-flex;
	padding: 0 5px;
	transform: translateX(0);
	animation: none;
	transition: transform 0.3s ease;
}
.marquee-container:hover .marquee-text {
	animation: marquee 10s linear infinite;
}

.number-bar {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 5px;
	margin: 20px auto 0 auto;
	font-family: Arial, sans-serif;
	position: relative;
}

.number {
	position: relative;
	cursor: pointer;
	color: silver;
	padding: 5px 0;
	font-weight: bold;
	font-size: 13px;
}

.dot {
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	background-color: var(--primary-color);
	border-radius: 50%;
	display: none;
}

.selected .dot {
	display: block;
}

.selected {
	color: var(--primary-color);
}

.slider-line {
	position: absolute;
	bottom: 0;
	left: 0;
	top: -4px;
	height: 3px;
	background-color: lightgray;
	width: 100%;
	z-index: -1;
}

.type-filter a.active {
	color: var(--primary-color) !important;
	text-decoration: underline !important;
}

.terms-and-conditions {
	/* background: linear-gradient(to bottom, #d9d9d9, #fff); */
}
.terms-and-conditions h1 {
	color: var(--primary-color);
	font-size: 50px;
	font-weight: 700;
	font-family: var(--font-family);
	padding: 80px 0 30px 0;
}
.terms-and-conditions h4 {
	font-size: 24px;
}
.terms-and-conditions h5 {
	font-size: 20px;
}
.terms-and-conditions h4,
.terms-and-conditions h5 {
	font-family: var(--font-family);
	line-height: 1.5rem;
}

.theme__hero .slick-dots li button {
	width: auto;
    height: auto;
    min-width: 9px;
    max-width: 9px;
    min-height: 9px;
    max-height: 9px;
    border-radius: 250px;
	background-color: white;
    border: 1px solid #00c3b2;
}
.theme__hero .slick-dots li.slick-active button {
	background-color: #00c3b2;
}
.theme__hero .slick-slide {
	border-radius: 19px;
	border: 1.5px solid #00c3b2;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	margin-bottom: 10px;
}

@keyframes marquee {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

@media (max-width: 1200px) {
	header .btn .login {
		margin-right: 10px;
	}
	header .btn .login > a {
		font-size: 16px;
		line-height: 24px;
		min-width: 70px;
	}
	header .outer__header .left > ul > li > a {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width:767px) {
	header .logged-in {
		flex-direction: column;
	}
	header .logged-in .left a {
		justify-content: center;
	}
	header .logged-in .left,
	header .logged-in .btn {
		margin: 5px auto;
	}
	header .header-icon {
		margin-right: 10px;
	}
	header .btn {
		gap: 10px;
	}
	header .btn .login {
		margin-right: 0;
	}
}
@media (max-width: 1200px) {
	.login__btn--mobile {
		display: block;
		margin-top: auto;
		position: absolute;
		left: 20px;
		bottom: 25px;
		width: calc(100% - 40px) !important;
	}
}