a {
	text-decoration: none;
}
.btn-second {
	border-radius: 500px;
	overflow: hidden;
	color: #fff;
	border: 0;
	font-size: 16px;
	border-radius: 0px;
	padding: 10px 25px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	text-transform: capitalize;
	border: none;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 153px;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-family: var(--secondary-font);
	background: #d1002a;
	font-weight: 400;
	border-radius: 10px;
}
.border-right {
	border-right: 1px solid #b0b0b0;
}
.btn span {
	margin-left: 10px;
	display: inline-block;
	transition: transform 0.3s ease;
}
ul {
	list-style: none;
}
.btn-wrapper:hover {
	color: #fff !important;
}
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6,
.line-clamp-7 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
}

.line-clamp-5 {
	-webkit-line-clamp: 5;
}

.line-clamp-6 {
	-webkit-line-clamp: 6;
}

.line-clamp-7 {
	-webkit-line-clamp: 7;
}
.text-underline {
	text-decoration: underline;
}
.z-index-1 {
	z-index: 1;
	opacity: 1;
}
.z-index-2 {
	z-index: 2;
}
.over-hidden {
	overflow: hidden;
}

.z-index-2 {
	z-index: 2;
}
.z-index-1 {
	z-index: 1;
}
.form_input,
.form_input::placeholder {
	color: var(--input-color);
	font-size: 13px;
	font-family: var(--secondary-font);
	font-weight: 400;
}
.input_border {
	border: 1px solid var(--extra-color-3);
}
.rounded-radius {
	border-radius: 13px;
}
.border_bottom {
	border-bottom: 1px solid #d8ebfb;
}
.focus_none:focus + .focus_none,
.focus_none:focus {
	box-shadow: none;
}
.borders_1 {
	border: 1px solid #cac0c0;
}
.radius-1 {
	border-radius: 10px;
}
.radius-2 {
	border-radius: 20px;
}
.radius-0 {
	border-radius: 0px;
}
.radius .z-index-2 {
	z-index: 2;
}
.z-index-1 {
	z-index: 1;
}
.read_border {
	border-right: 1px solid var(--main-bg);
}
.shadow_none:focus {
	box-shadow: none;
	border-color: var(--main-bg);
}
.custom-radio {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0;
}

.custom-radio input[type="radio"] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #4b4b4b;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
}

.custom-radio input[type="radio"]::before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #f7bb18;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.2s ease;
	border-radius: 50%;
}

.custom-radio input[type="radio"]:checked::before {
	transform: translate(-50%, -50%) scale(1);
}

.custom-radio label {
	font-family: "Montserrat-Regular", sans-serif;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
}

.pagination a {
	color: #212622;
	padding: 10px 15px;
	margin: 0 5px;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	transition: background-color 0.3s;
	font-family: var(--primary-font);
}

.pagination a:hover {
	background-color: #f1f1f1;
}

.pagination a.active {
	background-color: var(--main-bg);
	color: #212622;
}

.pagination a.arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-bg);
	height: 47px;
}
.pagination a.arrow:hover {
	background-color: #000;
}
.pagination a.arrow:hover i {
	color: #fff !important;
}
.pagination a.arrow i {
	font-size: 16px;
	color: #212622;
}
.form-group {
	margin-bottom: 15px;
	position: relative;
}
.star-rating i {
	color: #878787;
}
.form-control {
	background: transparent;
	font-size: 16px;
	border: 0;
	border-radius: 0px;
	padding: 12px 20px;
	resize: none;
	border-radius: 5px;
	border: 1px solid #cccccc;
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
}
.form-control:focus {
	background: #fff;
	color: #001a14 !important;
	box-shadow: none;
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
}

.form-control::placeholder {
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 15px;
}
textarea.form-control {
	height: 135px;
	border: 0;
	border: 1px solid #cccccc;
	border-radius: 7px;
	background: transparent;
	font-family: var(--secondary-font);
	font-size: 16px;
	color: #8e8e8e;
	transition: 0.8s;
	resize: none;
	box-shadow: none;
}
textarea.form-control::placeholder {
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
}
textarea.form-control:focus {
	background: #fff0e9;
	color: #001a14 !important;
	box-shadow: none;
}
@media (max-width: 680px) {
	.sm_justify_none {
		justify-content: unset !important;
	}
	.sm_postion_none {
		position: unset !important;
	}
}
.counter {
	background: transparent;
	padding: 0px 0px;
	width: 170px;
	border-radius: 12px;
	border: 1px solid #d2d2d2;
}

.counter button {
	background: #000;
	color: #fff;
	padding: 15px 19px;
	border-radius: 10px;
}

.counter input {
	width: 100%;
	height: 38px;
	background: transparent;
	font-family: var(--secondary-font);
	color: #9a9a9a;
	font-size: 15px;
	text-align: center;
	/* Center text inside the input */
}

.counter input::placeholder {
	font-family: var(--secondary-font);
	color: #9a9a9a;
	font-size: 15px;
}
.custom-select-wrapper1 {
	position: relative;
	width: 100%;
}

.custom-select {
	appearance: none;
	-webkit-appearance: none;
	background-color: white;
	background-image: none;
	padding-right: 0.5rem;
}
/* .custom-select-wrapper1::after {
	content: "\f078"; 
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 15px;
	pointer-events: none;
	transform: translateY(-50%);
	font-size: 1rem; 
	color: #333;
} */
