.main-container1 {
	font-family: "Roboto", sans-serif;
	padding-top: clamp(20px, 3vw, 60px);
	max-width: 85%;
	margin: auto;
	line-height: 2;
}

@media (min-width: 1200px) {
	.main-container1 {
		max-width: 1140px;
	}
}

.navbar-brand {
	padding: 20px;
}


.header-div1 {
	font-weight: 600;
	margin-bottom: 60px;
	text-align: center;
	font-size: clamp(24px, 3vw, 32px);
	color: #3d3939;
	line-height: 1.6 !important;

	.highlite-color {
		color: #e15f60 !important;
	}
}

@media (max-width: 868px) {
	.header-div1 {
		font-size: 15px;
		/* Adjust this value as needed */
		margin-bottom: 20px;
	}
}


.form-div {
	display: flex;
	justify-content: center;
}

.section-1 {
	padding-top: 0px !important;
	width: 60%;
}

.term_class {
	color: #e15f60 !important;
}

.error-message {
	color: #e15f60 !important;
}

.content-div {
	display: flex;
	flex-direction: column;
	font-size: clamp(12px, 3vw, 14px);
	color: #000000;
}

.content-div span {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 390;
	line-height: 1.75;
	color: #000000;
}

@media (max-width: 868px) {
	.content-div span {
		font-size: 0.800rem;
		/* Adjust this value as needed */
	}
}



.sub-heading {
	font-weight: 700 !important;
	margin-bottom: 0px !important;
}

.section-2 {
	/* width: 40%; */
	padding: 25px;
	background: #f8f9fa;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 8px;
	height: fit-content;

}

@media screen and (max-width: 576px) {
	.image-div img {
		width: 100%;
	}

	.offer-item {
		flex-direction: column;
		gap: 30px !important;
	}
}

@media screen and (min-width: 868px) and (max-width: 1200px) {
	.section-1 {
		padding: 15px !important;
	}

	.image-div img {
		width: 100%;
	}

	.main-container1 {
		max-width: 90%;
	}
}

@media screen and (max-width: 1024px) {
	.image-div {
		justify-content: center;
	}
}

@media screen and (max-width: 868px) {
	.form-div {
		flex-direction: column;
	}

	.section-1,
	.section-2 {
		width: 100%;
	}

	.section-1 {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 1400px) {
	.section-1 {
		padding: clamp(20px, 5vw, 60px);
	}
}

.section-1 .image-div {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-top: -30px;
}

@media (max-width: 868px) {
	.section-1 .image-div {
		margin-top: 15px;
	}
}

.content-div ul li::before {
	content: "\279C";
	position: absolute;
	left: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #e15f60;
}

.card-div {
	margin-top: 15px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	padding: 20px;
	border-radius: 8px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
	.card-div {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.card-div {
		grid-template-columns: repeat(4, 1fr);
	}
}


.card-div .card {
	padding: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	border: none !important;
}

.content-div ul {
	list-style: none;
	padding-left: 15px;
}

.content-div ul li {
	position: relative;
	padding-left: 30px;
	line-height: 2;
	color: #000000;
	font-weight: 390;
}

.card-div .card img {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.card-div .card p {
	color: #000000;
	font-size: 20px !important;
	margin: 0 !important;
	font-weight: 550;
}

.full-width-container {
	background-color: #f8f9fa !important;
	padding: 4em 0;
}

.full-width-container .main-container1 {
	padding-top: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.full-width-container .main-container1 h3 {
	font-weight: 300 !important;
	font-size: clamp(30px, 3vw, 32px);
	font-family: "Roboto", sans-serif;
	margin-top: 0px !important;
	color: #000000 !important;
}

.cards-div .box .icon-div {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #f9f8fc;
	border-radius: 8px;
	width: fit-content;
}

.cards-div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.cards-div .box {
	background-color: #ffffff;
	padding: clamp(20px, 5vw, 30px);
	border: 1px solid #e2e2e8;
	border-radius: 8px;
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: calc(33.333% - 20px);
	box-sizing: border-box;
}

.cards-div .box .icon-div {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f9f8fc;
	border-radius: 8px;
	width: fit-content;
}

.cards-div .box h4 {
	margin: 10px 0;
	color: #000000;
	line-height: 1.8 !important;
	font-size: 17px !important;
	font-weight: 500 !important;
}

.cards-div .box p {
	margin: 0;
	color: #000000;
	font-size: 16px;
	font-weight: 390;
}

@media (max-width: 992px) {
	.cards-div .box {
		width: calc(50% - 20px);
	}
}

@media (max-width: 600px) {
	.cards-div .box {
		width: 100%;
	}
}


/* Menu Styling */
.advantages-offer-div .menu {
	display: flex !important;
	align-items: center !important;
	justify-content: space-around;
	padding: 26px 0;
	border-top: 1px solid #f8f9fa;
	border-bottom: 1px solid #f8f9fa;
	background-color: #e5e9ee;
	margin-bottom: 50px;
}

.advantages-offer-div .design-div {
	max-width: 80%;
	margin: auto;
}

.advantages-offer-div .menu button {
	cursor: pointer;
	border: none;
	background-color: transparent;
	font-size: 20px;
	font-weight: 700;
	color: #e15f60;
	padding-bottom: 10px;
	position: relative;
}

.advantages-offer-div .menu button.active {
	border-bottom: 3px solid #e15f60;
}

.advantages-offer-div .design-div .section {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

.advantages-offer-div .design-div .section .picture-div {
	width: 40%;

	@media(max-width:1024px) {
		display: flex;
		justify-content: center;
	}

}

.advantages-offer-div .design-div .section .picture-div img {
	max-width: 400px !important;
}

.advantages-offer-div .design-div .section .offers-container {
	width: 60%;
}

.advantages-offer-div .design-div .section {
	padding: 0 40px 40px 40px;
}

.offers-container {
	max-width: 800px;
	margin: 0 auto;
}

.offers-container h1 {
	font-size: clamp(20px,
			calc(20px + 4 * ((100vw - 320px) / (1200 - 320))),
			24px);
	font-weight: bold !important;
	margin-bottom: 30px;
	color: #e15f60;

}

.offer-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.offer-item {
		align-items: center !important;

	}
}

@media (max-width: 868px) {
	.offer-item {
		align-items: center !important;

	}
}

.menu-btn:focus {
	outline: none !important;
}

.offer-item img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.offer-details h3 {
	font-size: clamp(18px,
			calc(18px + 2 * ((100vw - 320px) / (1200 - 320))),
			20px);
	font-weight: bold !important;
	color: #333;
	margin: 0px !important;
	margin-bottom: 5px !important;
}

.offer-details p {
	font-size: 16px;
	color: #000000;
	line-height: 1.8;
	margin: 0px !important;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky+.section {
	margin-top: 70px;
}

@media screen and (max-width: 1024px) {
	.advantages-offer-div .design-div {
		width: 100% !important;
	}



	.advantages-offer-div .design-div .section {
		flex-direction: column-reverse;
		gap: 50px !important;
		padding: 10px !important;
	}

	.custom-section {
		flex-direction: column !important;
	}

	.advantages-offer-div .design-div .section .offers-container {
		width: 100% !important;
	}

	.advantages-offer-div .design-div .section .picture-div {
		width: 100% !important;
	}
}


.form-group {
	&.custom {
		display: flex;
		flex-direction: column;
	}

	&.custom-checkbox {
		display: flex;
		align-items: baseline;
		gap: 10px;
	}

	&.custom-submit {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 15px;

		button {
			padding: 5px 20px;
			background-color: #e15f60 !important;
			border: none !important;
			color: white;

			&:disabled {
				background-color: rgba(225, 95, 96, 0.5) !important;
			}
		}
	}

}

.hide-button {
	gap: 10px !important;
}

@media screen and (min-width: 868px) {
	.hide-button {
		display: none !important;
	}
}

input[type=checkbox] {
	accent-color: #e15f60 !important;
}

/* Popup styles */
.popup {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
}

.popup-content {
	color: #000000;
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	position: absolute;
	top: 50%;
	/* Position from top */
	left: 50%;
	/* Position from left */
	transform: translate(-50%, -50%);

	@media(min-width:767px) {
		max-width: 600px;
	}
}

.popupTitle {
	font-size: clamp(25px,
			calc(25px + 7 * ((100vw - 320px) / (1200 - 320))),
			32px);
}

.popup-close {
	color: #000000;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: -8px;
	right: 8px;
}

.submit {
	display: flex;
	justify-content: center;
}

.popup-close:hover,
.popup-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.row .full-col {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.active-highlited-color {
	color: #000000;
}

.bold-text {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 15px;
}

#registrationForm .form-group label {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8;
	color: #000000;
}

.active-color {
	color: #e15f60;
}

.anchor-btn {
	padding: 5px 20px;
	background-color: #e15f60 !important;
	border: none !important;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 150px !important;
	gap: 8px;

	&.success {
		background-color: #25D366 !important;
		max-width: 150px !important;

		&:hover {
			color: white;
		}
	}
}

#sm-demo-content {
	margin-top: 40px;
}


/* Cashback Section Styling */

.cashback p {
	color: #000000;
	font-weight: 400;
}


.pb_font-18 {
	color: #000000;
	font-weight: 400;
}


/* Styling for the Modals */
#infoModal .modal-dialog {
	max-width: 500px;
	margin: 30px auto;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#infoModal .modal-content {
	/* width: 500px; */
	min-width: 250px;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#infoModal .modal-header {
	border-bottom: 0;
	padding: 0;
	text-align: center;
}

#infoModal .modal-body {
	padding: 20px;
	text-align: center;
}

#infoModal .img-fluid {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

#infoModal .close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.5rem;
	background: none;
	border: none;
	color: #000000;
	opacity: 1;
	transition: opacity 0.3s;
}

#infoModal .close:hover {
	opacity: 0.7;
}

/* Responsive adjustments for mobile */
@media (max-width: 767px) {
	#infoModal .modal-dialog {
		max-width: 90%;
		margin: 10px auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#infoModal .modal-content {
		padding: 15px;
	}

	#infoModal .modal-body {
		padding: 15px;
	}

	#infoModal .close {
		top: 10px;
		right: 10px;
		font-size: 1.2rem;
	}
}



.whatsup-fixed {
	position: fixed;
	bottom: 90px;
	right: 14px;

	img {
		height: 85px !important;
	}

}

.testimonials-section {
	padding: 40px 10px;
}

.container-center {
	text-align: center;
}

.section-title {
	font-size: clamp(24px, 2.5vw, 30px);
	color: #e15f60;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}

.rating-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}


.google-rating img {
	height: 40px;
	margin-right: 10px;
}

.google-rating span {
	font-size: 18px;
	color: #666;
}

.stars {
	margin-left: 15px;
}

.stars i {
	color: #e15f60;
}

.description {
	font-size: clamp(15px, 1.5vw, 17px);
	color: #666;
	max-width: 800px;
	margin: 0 auto 30px;
}

.testimonials-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 40px;
}

.testimonial-item {
	flex: 1 1 300px;
	max-width: 350px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	padding: 25px;
	border: 1px solid #eaeaea;
	transition: all 0.3s;
	position: relative;
}

.testimonial-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
}

.testimonial-stars {
	color: #e15f60;
	margin-bottom: 15px;
}

.testimonial-text {
	color: #666;
	line-height: 1.7;
}

.testimonial-btn {
	background-color: #e15f60;
	color: white;
	border: none;
	padding: 12px 25px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 40px;
	font-weight: 500;
	transition: all 0.3s;
}

