:root {
	--primary: #1c8f60;
	--primary1: #049b10;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Kdam Thmor Pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #000;
}
p {
	font-family: "Outfit", sans-serif;
}
.mainHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.mainHeaderLogo {
	width: 100%;
	display: inline-block;
}
.mainHeaderLogo img {
	max-width: 100%;
}
.btn-primary {
	background-color: var(--primary1);
	border-color: var(--primary1);
	border-radius: 30px;
	font-size: clamp(14px, 0.8vw, 20px);
	padding: 12px 30px;
}
.btn-primary:hover {
	background-color: #02a863;
	border-color: #06ff98;
	box-shadow: 0px 6px 20px #06ff98;
}

.btn-outline-success {
	border-color: var(--primary);
	color: #fff;
}
.btn-outline-success:hover {
	background-color: #0a5637;
	border-color: #0a5637;
	box-shadow: 0px 0 10px #06ff98 inset;
}

/* Contact form validation styles */
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='m2.3 6.73.86-.87a.87.87 0 0 1 1.54.16l2.27-.27a.87.87 0 0 1 .16 1.54l-.87.86a.87.87 0 0 1-1.54-.16l-2.27.27a.87.87 0 0 1-.16-1.54Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 4.6 0.7 0.8 0.8-0.8 0.8 0.8-0.8 0.8 0.8 0.8-0.8 0.8-0.8-0.8-0.8 0.8-0.8-0.8 0.8-0.8-0.8-0.8 0.8-0.8Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #dc3545;
	display: block;
}

.valid-feedback {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #28a745;
	display: block;
}

.text-danger {
	color: #dc3545 !important;
}

.alert {
	margin-bottom: 1rem;
	border-radius: 0.375rem;
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
.HeaderRightBtnBox {
	display: flex;
	gap: 10px;
}
.mainHeader .navbar-nav .nav-link {
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-family: sans-serif;
	opacity: 0.7;
	font-size: clamp(16px, 0.9vw, 18px);
}
.mainHeader .navbar-nav .nav-link:hover {
	color: var(--primary);
	opacity: 1;
}
.mainHeader .btn {
	border-radius: 30px;
	font-size: clamp(14px, 0.8vw, 20px);
	padding: 8px 30px;
}
.bannerSection {
	width: 100%;
	height: 100vh;
	background-image: url(../images/bannner-bg.png);
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.bannerAnimatedGif {
	width: 100%;
	height: 100vh;
}
.bannerAnimatedGif img {
	width: 100%;
	height: 100vh;
	opacity: 0.1;
	mix-blend-mode: luminosity;
}
.bannerCntSection {
	width: 100%;
	position: absolute;
	top: 0;
	height: 120%;
	display: flex;
	align-items: center;
	color: #fff;
}
.bannerCnt h1 {
	font-size: clamp(36px, 3vw, 45px);
	margin-bottom: 15px;
}
.bannerCnt p {
	font-weight: 300;
	opacity: 0.7;
	line-height: 32px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	font-size: clamp(20px, 1.1vw, 25px);
	margin-bottom: 30px;
}
.bannerCntImg {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 9;
	margin-left: -50px;
}
.bannerCntImg {
	text-align: right;
}
.bannerCntImg img {
	width: 100%;
	mix-blend-mode: screen;
	max-width: 450px;
	/* animation: flipRotation 5s linear infinite; */
}

@keyframes flipRotation {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

.lftBox2 {
	margin-top: 20px;
}
.lftBox2 .featureSectionBox_leftBoxLine {
	transform: rotateX(180deg);
}
.lftBox2 .featureSectionBox_leftBoxCnt h6 {
	margin-top: 20px;
}

.faqSection {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	color: #fff;
	/* min-height: 650px; */
	background-image: url(../images/faq_bg.jpg);
	background-size: 100% 100%;
}
.faqSection .accordion {
	background-color: transparent;
}
.faqSection .accordion-button {
	background-color: transparent;
	color: #fff;
	border: 0;
	outline: none;
	box-shadow: none;
	border-bottom: 1px #334840 solid;
	font-size: clamp(23px, 1.3vw, 30px);
}
.accordion-item {
	background-color: transparent;
	color: #fff;
	border: 0;
	font-family: "Outfit", sans-serif;
}

.mainFooterSec {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background-image: url(../images/footer-bg.jpg);
	background-size: 100% 100%;
}
.mainFooterRow {
	width: 100%;
	display: flex;
	color: #fff;
	gap: 5px;
}
.mainFooterBox {
	width: 100%;
}
.mainFooterBox ul {
	padding: 0;
	list-style: none;
	line-height: 30px;
}
.mainFooterBox li a {
	text-decoration: none;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: clamp(15px, 1vw, 20px);
	opacity: 0.7;
}
.mainFooterBox li a:hover {
	color: var(--primary);
}
.mainFooterBox .socSec li span {
	width: 25px;
	height: 25px;
	background-color: #666;
	border-radius: 30px;
	display: inline-block;
	align-items: center;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #fff !important;
}
.footerCopyright {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	color: #959595;
	padding-bottom: 0;
	border-top: 2px #002a19 solid;
	margin-top: 30px;
	font-size: 14px;
}
.fixed-header {
	background-color: #08783ecf;
	backdrop-filter: blur(10px);
}
.aboutTezonSection {
	width: 100%;
	display: inline-block;
	padding: 80px 0;
	background: #060905;
	background: linear-gradient(
		180deg,
		rgb(13 17 13 / 70%) 0%,
		rgb(8 9 12) 50%,
		rgba(0, 0, 0, 0) 100%
	);
	position: relative;
}
.aboutTezonSection::before {
	opacity: 0.5;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 70%;
	content: "";
	background-image: url(../images/aboutSecBg.png);
	background-size: cover;
}
.home_heading_section {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 10px 50px;
}
.home_heading_section h2 {
	font-size: clamp(33px, 2.2vw, 55px);
}
.home_heading_section p {
	color: #dadada;
	font-size: clamp(19px, 1.3vw, 25px);
}
.aboutTezonCnt {
	width: 100%;
	display: inline-block;
	height: 95%;
	padding: 30px 0;
}
.aboutTezonBox {
	width: 95%;
	height: 95%;
	display: inline-block;
	padding: 10px;
	background: #0b140b;
	background: linear-gradient(
		150deg,
		rgba(11, 20, 11, 1) 0%,
		rgba(24, 73, 25, 1) 50%,
		rgba(11, 20, 11, 1) 100%
	);
	border: solid 2px #003a22aa;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	transition: 0.2s ease-in-out;
}
.aboutTezonBox:hover {
	box-shadow: 0px 0 50px #06ff98 inset;
}
.aboutTezonBox p {
	z-index: 5;
	position: relative;
	color: #959595;
	padding: 0 20px;
	font-size: clamp(18px, 1.2vw, 25px);
}
.aboutTezonBox:before {
	content: "";
	position: absolute;
	width: 110px;
	height: 100px;
	right: -30px;
	top: -20px;
	background-color: #06ff98;
	filter: blur(30px);
	opacity: 0.8;
	transition: 0.2s ease-in-out;
}
.aboutTezonBox:after {
	content: "";
	position: absolute;
	width: 110px;
	height: 100px;
	left: -30px;
	bottom: -20px;
	background-color: #06ff98;
	opacity: 0.8;
	filter: blur(30px);
	transition: 0.2s ease-in-out;
}
.aboutTezonBox:hover:before {
	transform: translateY(200px);
}
.aboutTezonBox:hover:after {
	transform: translateY(-200px);
}
.aboutTezonBoxIco {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}
.aboutTezonBoxIco img {
	max-width: 100%;
	height: 100px;
}
.aboutTezonBox h4 {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: clamp(25px, 1.8vw, 40px);
}
.aboutTezonBox p {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #d9d9d9;
}
.howWorkTezonGold {
	width: 100%;
	display: inline-block;
	background-image: url(../images/howWorkBg.png);
	background-size: cover;
	padding: 40px 0;
	padding-top: 0;
}

.howWorkTezonGoldbBox {
	width: 100%;
	display: inline-block;
	background-color: #01c97690;
	backdrop-filter: blur(30px);
	background-color: #0a372475;
	backdrop-filter: blur(11px);
	padding: 30px 0;
}
.howWeWorkRightBox {
	width: 95%;
	display: inline-block;
	padding: 10px;
	background: #10291f;
	border: solid 1px #3c3e3d;
	position: relative;
	border-radius: 20px;
	padding-left: 40px;
	margin-bottom: 20px;
	transition: 0.2s ease-in-out;
}
.howWeWorkRightBox:hover {
	box-shadow: 0px 0 50px #06ff98 inset;
}
.howWeWorkRightBox p {
	z-index: 5;
	position: relative;
	font-size: clamp(18px, 1.2vw, 25px);
	color: #959595;
	padding: 0px 0;
}
.howWeWorkRightBox p a {
	color: #8ded95;
}
.howWeWorkRightBox h4 {
	color: #fff;
	padding-top: 10px;
	font-size: clamp(23px, 1.5vw, 33px);
}
.howWeWorkRightBox:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 90px;
	right: 10px;
	top: 30px;
	background-color: #06ff98;
	filter: blur(30px);
	opacity: 0.5;
}
.howWeWorkRightBox:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 90px;
	bottom: -30px;
	left: 10px;
	background-color: #06ff98;
	filter: blur(30px);
	opacity: 0.5;
}
.howWeWorkRightBox_count {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: dashed 2px #fff;
	background-color: #27701f;
	position: absolute;
	border-radius: 50px;
	position: absolute;
	left: -30px;
	top: 65px;
}
.howWorkLftBx {
	margin-left: 40px;
}

.howWeWorkRightBox_count:before {
	width: 230px;
	position: absolute;
	content: "";
	left: -48px;
	height: 110px;
	top: 90px;
	background-image: url(../images/arow-pnmg.png);
	background-size: 34%;
	transform: rotate(25deg);
	background-repeat: no-repeat;
}
.howWorkLftBx .howWeWorkRightBox_count:before {
	left: -90px;
	top: 100px;
	transform: rotate(44deg);
}
.howWeWorkRightBox:last-child .howWeWorkRightBox_count:before {
	display: none;
}
.use_cases_section {
	width: 100%;
	display: inline-block;
	padding: 40px 0;
	background-image: url(../images/use_case_bg.jpg);
	background-size: cover;
}
.use_cases_box {
	width: 100%;
	display: inline-block;
	background-image: url(../images/box_bg.png);
	background-size: 100% 100%;
	position: relative;
	padding: 40px;
	transition: 0.2s ease-in-out;
	margin-bottom: 20px;
}
.use_cases_box h4 {
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
	font-size: clamp(28px, 2vw, 35px);
}
.accordion-body {
	font-size: clamp(17px, 1.2vw, 25px);
	opacity: 0.7;
}
.use_cases_box p {
	color: #fff;
	font-size: clamp(18px, 1.2vw, 25px);
}
.faqSection h6 {
	font-size: clamp(20px, 1.3vw, 25px);
}
.faqSection h3 {
	font-size: clamp(30px, 2vw, 55px);
}
.use_cases_box ul {
	padding: 0;
	list-style: none;
}
.use_cases_box li {
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: sans-serif;
	font-size: clamp(17px, 1.2vw, 25px);
	display: flex;
	align-items: center;
	gap: 10px;
}
.list_tick {
	width: 25px;
	height: 25px;
	border-radius: 30px;
	background-color: #1c8f60;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.exchangeInfoSec {
	width: 100%;
	display: inline-block;
	padding: 40px 0;
	background-image: url(../images/use_case_bg.jpg);
	background-size: cover;
}
.exchange_infoBox_sec {
	width: 100%;
	display: inline-block;
	padding: 20px;
	background-color: #01c97626;
	backdrop-filter: blur(40px);
	margin-top: 20px;
}
.exchange_infoBox {
	width: 100%;
	display: inline-block;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
}
.exchange_infoBox h6 {
	font-size: clamp(22px, 1.3vw, 30px);
}
.exchange_infoBox_ico {
	width: 100%;
	min-height: 76px;
	display: inline-block;
	margin-bottom: 20px;
}
.exchangeInfoSec .home_heading_section {
	padding: 0;
}

.exchange_infoBox_sec_sub_head {
	width: 100%;
	display: inline-block;
	color: #fff;
	margin-bottom: 3px;
}
.exchange_infoBox_sec_sub_head h6 {
	font-size: clamp(25px, 1.5vw, 35px);
}
.exchange_infoBox_sec_sub_head span {
	width: 50px;
	height: 2px;
	background-color: #049b10;
	display: inline-block;
	margin-bottom: 20px;
}
.exchange_infoBox p {
	opacity: 0.7;
	font-size: clamp(18px, 1.1vw, 22px);
}
.mainFooterBox img {
	max-height: 120px;
}

.inner_page_banner {
	width: 100%;
	display: inline-block;
	padding: 50px 0;
	padding-top: 150px;
	text-align: center;
	color: #fff;
	background-image: url(../images/use_case_bg.jpg);
	background-size: 100% 100%;
}
.inner_page_banner a {
	text-decoration: none;
	color: #049b10;
}

.contactPageSections {
	width: 100%;
	display: inline-block;
	padding: 0px 0;
	background-image: url(../images/faq_bg.jpg);
	background-size: 100% 100%;
	min-height: 400px;
	margin-bottom: 50px;
}

.contactPagebox {
	width: 100%;
	display: inline-block;
	padding: 30px;
	background-color: #01c97614;
	backdrop-filter: blur(40px);
	margin-top: 20px;
	border: solid 1px #19371b;
	color: #fff;
	height: 95%;
	margin-bottom: 20px;
}
.contactPagebox h3 {
	font-size: clamp(32px, 2.1vw, 35px);
}
.contactPagebox p {
	font-size: 19px;
}
.contactPagebox label {
	font-family: sans-serif;
	font-size: clamp(18px, 1vw, 20px);
	opacity: 0.7;
}
.contactPagebox .form-control {
	background-color: transparent;
	color: #fff;
	border: solid 1px #19371b;
	outline: none;
	height: 45px;
	margin-top: 5px;
}
.contactPagebox input::placeholder,
.contactPagebox textarea::placeholder {
	color: #ccc !important;
	font-family: sans-serif;
	font-size: 14px;
	opacity: 0.5;
}
.contact_phn_dtl {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
}

.contact_phn_dtl li {
	list-style: none;
	margin-bottom: 15px;
	font-size: clamp(20px, 1.3vw, 25px);
}
.contact_phn_dtl span {
	margin-right: 10px;
	color: #02a863;
}
.contactSocSec {
	width: 100%;
	display: flex;
	gap: 10px;
	padding: 0;
	border-bottom: 1px #e5e5e529 solid;
	padding-bottom: 40px;
}
.contactSocSec li {
	list-style: none;
}
.contactSocSec li span {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border-radius: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 12px;
	line-height: 25px;
	color: #fff !important;
	border: solid 1px #086334;
	font-size: 18px;
}
.contactSocSec li a {
	text-decoration: none;
}
.contactSocSec li span:hover {
	background-color: #049b10;
}
.cnt_right_adress p {
	margin-top: 15px;
	font-size: clamp(20px, 1.3vw, 25px);
	opacity: 0.7;
}
.cnt_right_adress strong {
	font-size: clamp(30px, 2vw, 40px);
}
.ftrLogoBx {
	grid-column: 1 / -1;
	text-align: center;
	margin-bottom: 60px;
}
.mainFooterBox img {
	margin-left: -50px;
}
.mainFooterBox h6 {
	font-size: clamp(20px, 1.1vw, 25px);
}
.scroll-container {
	justify-content: center;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
.exchangeInfoSec .home_heading_section h4 {
	padding-top: 5px;
}
.fatLeftBx h2 {
	font-size: 45px;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
	.bannerCnt p {
		line-height: 38px;
	}
	.btn-primary {
		padding: 19px 30px;
	}
}

@media (max-width: 1400px) {
	.container {
		max-width: 1450px;
	}
	.mainHeader .navbar-nav .nav-link {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 15px;
	}
	.mainHeader .btn {
		padding: 8px 15px;
	}
}

@media (max-width: 991px) {
	.bannerCntSection {
		margin-top: 110px;
	}
	.navbar-toggler {
		filter: invert();
	}
	.navbar-collapse {
		background-color: #086334;
		padding: 10px;
	}
	.mainHeaderLogo img {
		max-width: 150px;
	}
	.mainHeader .container {
		padding: 0;
	}
	.mainHeader .container-fluid {
		padding: 0;
	}
	.mainHeaderLogo {
		padding-left: 20px;
	}
	.navbar-toggler {
		margin-right: 20px;
	}
}
@media (max-width: 768px) {
	.howWorkanOtherSecBox {
		height: 85%;
		margin-bottom: 40px;
	}
	.mainFooterRow {
		flex-direction: column;
	}
	.mainFooterBox {
		margin-bottom: 40px;
	}
	.bannerCntImg img {
		max-width: 250px;
	}
	.bannerSection {
		height: auto;
	}
	.bannerAnimatedGif {
		height: auto;
		position: absolute;
	}
	.bannerCntSection {
		position: static;
		padding: 0 13px;
		margin-top: 90px;
	}
	.aboutTezonBox {
		margin-bottom: 20px;
	}
	.howWorkLftBx {
		margin-left: 0;
	}
	.howWeWorkRightBox_count:before {
		display: none;
	}
	.howWeWorkRightBox_count {
		display: none;
	}
	.howWeWorkRightBox {
		padding-left: 12px;
	}
	.mainFooterSec {
		background-size: cover;
	}
	.bannerCntImg {
		margin-top: 10px;
	}
	.bannerCnt h1 {
		font-size: 30px;
	}
	.bannerCnt p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 0;
	}
	.howWorkTezonGold .container {
		padding: 0;
	}
	.howWorkTezonGoldbBox {
		padding: 15px;
	}
	.aboutTezonSection::before {
		bottom: -30px;
	}
	.exchangeInfoSec .home_heading_section {
		padding: 0 20px;
	}
	.home_heading_section {
		padding: 10px 0px;
	}
	.faqSection .fatLeftBx {
		padding: 0px 35px;
	}
	.exchange_infoBox {
		margin-bottom: 30px;
	}
	.mainFooterRow {
		display: grid;
		grid-template-columns: 1.2fr 1fr;
	}
	.mainFooterSec .mainFooterBox ul {
		font-size: 12px;
	}
	.mainFooterSec {
		padding: 0px;
	}
	.bannerAnimatedGif img {
		display: none;
	}
	.aboutTezonSection {
		background: linear-gradient(
			180deg,
			rgb(0 0 0) 0%,
			rgb(8 9 12) 50%,
			rgba(0, 0, 0, 0) 100%
		);
	}
	.mainFooterSec {
		padding-bottom: 20px;
	}
	.aboutTezonBox p {
		font-size: 17px;
		line-height: 25px;
	}
	.bannerCntImg {
		text-align: center;
	}
	.mainFooterBox img {
		margin-left: 0;
	}
	.bannerCntImg {
		margin-left: 0;
	}
}

/* Scroll to Top Button Styling */
.scroll-to-top-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--primary1), var(--primary));
	color: #ffffff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(4, 155, 16, 0.3);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	z-index: 1000;
}

.scroll-to-top-btn.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-to-top-btn:hover {
	background: linear-gradient(135deg, #02a863, var(--primary1));
	box-shadow: 0 6px 20px rgba(6, 255, 152, 0.4);
	transform: translateY(-2px);
}

.scroll-to-top-btn:active {
	transform: scale(0.95) translateY(0);
}

/* Smart Contracts Clean Layout Styling */
.contract-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.contract-logo-small {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	flex-shrink: 0;
	object-fit: cover;
}

.contract-name {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	flex-shrink: 0;
}

.contract-link-btn {
	background: transparent;
	border: none;
	color: #959595;
	padding: 4px;
	cursor: pointer;
	font-size: 10px;
	transition: all 0.2s ease;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-decoration: none;
}

.contract-copy-btn {
	background: transparent;
	border: none;
	color: #959595;
	padding: 4px;
	cursor: pointer;
	font-size: 17px;
	transition: all 0.2s ease;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-decoration: none;
}

.contract-link-btn:hover {
	color: var(--primary1);
	transform: scale(1.1);
}

.contract-copy-btn:hover {
	color: var(--primary1);
	transform: scale(1.1);
}

.contract-link-btn:active {
	transform: scale(0.95);
}

.contract-copy-btn:active {
	transform: scale(0.95);
}

.contract-copy-btn.copied {
	color: var(--primary1);
}

.contract-copy-btn.copied i:before {
	content: "\f00c" !important; /* Font Awesome check icon */
}

.mainFooterBox .contract-item img {
	margin-left: 0;
}

#contracts.mainFooterBox li {
	margin-bottom: 3px !important;
}

#contracts.mainFooterBox ul {
	margin-top: 3px;
}
/* Mobile responsive adjustments for contracts */
@media screen and (max-width: 768px) {
	.scroll-to-top-btn {
		bottom: 20px;
		right: 20px;
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.contract-item {
		gap: 6px;
	}

	.contract-logo-small {
		width: 18px;
		height: 18px;
	}

	.contract-name {
		font-size: 13px;
	}

	.contract-link-btn {
		width: 16px;
		height: 16px;
		font-size: 9px;
	}

	.contract-copy-btn {
		width: 18px;
		height: 18px;
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.scroll-to-top-btn {
		bottom: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.contract-item {
		gap: 5px;
	}

	.contract-logo-small {
		width: 16px;
		height: 16px;
	}

	.contract-name {
		font-size: 12px;
	}

	.contract-link-btn {
		width: 14px;
		height: 14px;
		font-size: 8px;
		padding-left: 20px;
	}

	.contract-copy-btn {
		width: 16px;
		height: 16px;
		font-size: 15px;
		padding-left: 15px;
	}
}
