@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	.headerNavButton {
		display: none !important;
	}

	#footerDiv {
		flex-direction: column;
	}

	#footer1Div,
	#footer2Div {
		justify-content: space-between !important;
	}

	.advantagesDiv {
		flex-direction: column;
	}

	.advantagesItem {
		width: 100% !important;
	}

	#contactUsForm > input {
		width: calc(100% / 2 - 2.1%) !important;
	}

	.productTitle {
		max-width: 100%;
		font-size: 50px !important;
		line-height: 55px !important;
		text-align: center;
	}

	.productSubtitle {
		text-align: center;
		font-size: 120% !important;
	}

	.onlyDesktop {
		display: none !important;
	}

	.onlyMobile {
		display: block !important;
	}

	#thumbnailPhotoMobile {
		width: 100%;
		margin-top: 70px;
	}

	#thumbnailDiv {
		text-align: center;
	}

	#thumbnailDesc {
		margin-bottom: 70px;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	#thumbnailTextDiv img {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.welcomeDiv {
		text-align: center;
	}

	.advantagesItem {
		min-height: 300px !important;
	}

	.productRangeItem {
		width: calc(50% - 20px) !important;
		/* height: 290px !important; */
		padding: 10px !important;
	}

	.productRangeItemImage {
		margin-top: -50% !important;
		height: 75% !important;
	}

	.gradingCard {
		flex-direction: column;
		height: 600px !important;
		padding: 7px !important;
		width: calc(100% - 14px) !important;
	}

	.gradingCardText {
		width: calc(100% - 26px) !important;
		padding: 13px;
		height: calc(50% - 40px) !important;
	}

	.gradingCardImages {
		width: 100% !important;
		height: 50% !important;
	}

	.gradingCardTextRow {
		display: flex;
		margin-bottom: 3% !important;
	}

	.gradingCardTextRowHeader {
		font-size: 20px !important;
		padding-right: 10px !important;
	}

	.gradingCardTextRowParagraph {
		font-size: 16px !important;
	}

	.gradingCardTextInfo {
		font-size: 14px !important;
	}

	.assestmentItem {
		width: 100% !important;
		height: 500px !important;
		overflow: hidden;
		text-align: center;
		justify-content: space-evenly !important;
	}

	.assestmentItem > .assestmentImage {
		width: 120% !important;
		margin-left: -10%;
		height: 60%;
		margin-bottom: -10%;
		border: 0 !important;
	}

	.assestmentItem > p {
		margin: 0;
	}

	.assestmentItem > h2 {
		margin: 0;
	}

	.assestmentItem > div > h2 {
		margin: 0 0 10% 0;
	}

	.mobileMargin {
		margin-top: 50px;
	}

	.mobileMargin2 {
		margin-top: 100px;
	}

	.firstGradingCard {
		margin-top: 100px !important;
	}

	#footerCopyright {
		padding: 0 !important;
	}

	.productRangeItemHeaderDiv {
		border-radius: 2.5px !important;
	}

	.productRangeItemHeaderDiv > b {
		font-size: 12px !important;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}

	.productRangeItemHeaderDiv > p {
		font-size: 12px !important;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}

.onlyMobile {
	display: none;
}

html {
	scroll-behavior: smooth;
}

* {
	font-family: 'Montserrat', sans-serif;
}

body {
	padding: 0;
	margin: 0;
	background-color: white;
	font-family: 'Montserrat', sans-serif;
	color: #070707;
	/* background-color: #bffffa; */
	/* background-image: url(media/background.jpeg); */
}

#header {
	height: 100px;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	font-size: 20px;
	/* border-bottom: 1px solid #070707; */
}

#headerNav {
	display: flex;
	width: 65%;
	justify-content: space-between;
	align-items: center;
}

#headerNav a {
	text-decoration: none;
	color: #070707;
}

#headerCU {
	display: flex;
	width: 20%;
	align-items: center;
	justify-content: flex-end;
}

#headerCU a {
	text-decoration: none;
	color: white;
	background-color: #070707;
	border: 1px solid #070707;
	border-radius: 5px;
	padding: 4px 54px;
	white-space: nowrap;
	transition: 200ms;
}

#headerLogo {
	height: 31px;
}

.container {
	padding: 0 5%;
}

#thumbnailDiv {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

#thumbnailTextDiv {
	display: block;
}

#thumbnailTextDiv img {
	width: 60%;
}

#thumbnailKnowMore {
	padding: 4px 10px;
	border: 1px solid #070707;
	border-radius: 5px;
	text-decoration: none;
	color: #070707;
}

#thumbnailPhoto {
	float: right;
	position: relative;
	height: 500px;
}

.welcomeDiv {
	border-right: 2px solid #070707;
	border-left: 2px solid #070707;
	padding: 2% 5%;
	margin-top: 100px;
	border-radius: 10px;
}

.smallLogo {
	width: 150px;
}

.grid-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid-item {
	width: calc(33.33% - 30px); /* Adjust width as needed, considering margins and padding */
	margin-bottom: 20px; /* Adjust margin between items */
	box-sizing: border-box;
	/* padding: 1.5%; Adjust padding as needed */
}

.advantagesDiv {
	margin-top: 100px;
}

.advantagesItem {
	border-radius: 10px;
	border: 1px solid #070707;
	min-height: 400px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 20px;
}

.gridItemTitle {
	text-transform: uppercase;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 121.847%; /* 30.462px */
	text-transform: uppercase;
}

#productRangeDiv {
	margin-top: 150px;
}

.productTitle {
	color: #070707;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 76.123px;
}

.productSubtitle {
	color: #070707;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}

.productRangeGridDiv {
	margin-top: 100px;
}

.productRangeItem {
	width: calc(25% - 40px); /* Adjust width as needed, considering margins and padding */
	border-radius: 10px;
	border: 1px solid #070707;
	/* height: 400px; */
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/* padding: 1.5% 1.5% 3% 1.5%; */
	padding: 20px 20px 40px 20px;
	position: relative;
	overflow: hidden;
}

.productRangeItemHeaderDiv {
	border-radius: 10px;
	border: 1px solid #070707;
	width: 100%;
	min-height: 20%;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
}

.productRangeItemHeaderDiv p {
	margin: 0;
}

.productRangeItemImage {
	height: 100%;
	margin-top: 10px;
}

.productRangeItemImageRight {
	margin-right: -15px;
}

.contactUsButtonWrapper {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 150px;
}

.contactUsButton {
	text-decoration: none;
	color: white;
	background-color: #070707;
	border: 1px solid #070707;
	border-radius: 5px;
	padding: 4px 54px;
	white-space: nowrap;
}

#gradingDiv {
	margin-top: 100px;
}

.gradingCard {
	border: 1px solid #070707;
	width: calc(100% - 50px);
	padding: 20px 20px 20px 30px;
	height: 440px;
	border-radius: 0px 10px 10px 10px;
	display: flex;
	position: relative;
	margin-top: 80px;
}

.firstGradingCard {
	margin-top: 150px;
}

.gradingMarking {
	background-color: #070707;
	padding: 5px 30px;
	color: white;
	position: absolute;
	top: -40px;
	left: -1px;
	border-radius: 10px 10px 0 0;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 85.714% */
}

.gradingCardText {
	/* border: 1px solid #070707; */
	height: 100%;
	width: 50%;
	display: flex;
	flex-direction: column;
}

.gradingCardTextRow {
	display: flex;
	margin-bottom: 7%;
}

.gradingCardTextRowHeader {
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	width: 40%;
	height: 100%;
	display: inline-block;
	vertical-align: text-bottom;
}

.gradingCardTextRowParagraph {
	height: 100%;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

.gradingCardTextInfo {
	height: 100%;
	display: flex;
	margin: 0;
}

.gradingCardTextInfo > p {
	align-self: flex-end;
}

.gradingCardImages {
	/* border: 1px solid #070707; */
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.gradingCardImagesBigImage {
	border: 1px solid #070707;
	border-radius: 10px;
	height: 100%;
	width: 58%;
	display: inline-block;
}

.gradingCardSmallImages {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 40%;
}

.gradingCardSmallImagesSmallImage {
	border: 1px solid #070707;
	border-radius: 10px;
	height: 48%;
	width: 100%;
	display: inline-block;
}

#imgA1 {
	background-image: url('./media/grading/a1.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

#imgA2 {
	background-image: url('./media/grading/a2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#imgA3 {
	background-image: url('./media/grading/a3.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#imgB1 {
	background-image: url('./media/grading/b1.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

#imgB2 {
	background-image: url('./media/grading/b2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#imgB3 {
	background-image: url('./media/grading/b3.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#imgC1 {
	background-image: url('./media/grading/c1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#imgC2 {
	background-image: url('./media/grading/c2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#imgC3 {
	background-image: url('./media/grading/c3.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.assestmentItem {
	width: calc(50% - 20px); /* Adjust width as needed, considering margins and padding */
	border-radius: 10px;
	border: 1px solid #070707;
	height: 270px;
	margin-bottom: 40px;
	padding: 1.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.assestmentItemTitle {
	margin: 0;
}

.assestmentImage {
	background-size: cover;
	background-position: center;
	padding: 0;
	border: none;
}

#contactUsForm {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contactUsForm input {
	outline: none;
	border: 0.5px solid #070707;
	width: calc(100% / 4 - 2.1%);
	border-radius: 10px;
	padding: 12px 20px;
	box-sizing: border-box;
	margin-bottom: 27px;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
}

#contactUsForm input::placeholder {
	color: rgba(7, 7, 7, 0.5);
}

#contactUsForm textarea {
	width: 100%;
	outline: none;
	border: 0.5px solid #070707;
	border-radius: 10px;
	padding: 12px 20px;
	box-sizing: border-box;
	resize: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 220px;
}

#contactUsForm textarea::placeholder {
	color: rgba(7, 7, 7, 0.5);
}

#contactUsForm #submitButtonDiv {
	margin-top: -58px;
	margin-left: calc(100% - 300px);
	background-color: white;
	width: 300px;
	height: 58px;
	border-radius: 10px 0px 0px 0px;
	border-top: 0.5px solid #070707;
	border-left: 0.5px solid #070707;
}

#contactUsForm #submitButtonDiv #submitButton {
	background-color: #070707;
	width: 290px;
	padding: 8px;
	color: white;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
	border-radius: 10px 0px 10px 0px;
	float: right;
	margin-top: 10px;
}

#footerDiv {
	height: 100px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-top: 0.5px solid #070707;
	margin-top: 100px;
}

#footer2div {
	width: 100%;
	justify-content: space-between !important;
}

#footer1Div,
#footer2Div {
	display: flex;
	justify-content: space-around;
}

#footerDiv a {
	align-self: center;
	text-decoration: none;
	color: #070707;
}

#footerDiv span {
	align-self: center;
}

#footerCopyright {
	/* padding: 0 15%; */
	font-weight: 100;
}

#footerDiv img {
	height: 22px;
	align-self: center;
}

.classicHoverLink {
	position: relative;
	padding: 10px 20px;
	transition: 0.5s;
	z-index: 1;
}

/* .classicHoverLink:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-top: 2px solid #070707;
    border-bottom: 2px solid #070707;
    transform: scaleY(2);
    opacity: 0;
    transition: 0.3s;
    border-radius: 10px;
}
*/
.classicHoverLink:after {
	content: '';
	position: absolute;
	border-radius: 10px;
	top: 2px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #070707;
	transform: scale(0);
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
}

.classicHoverLink:hover {
	color: #fff !important;
}

.classicHoverLink:hover:before {
	transform: scaleY(1);
	opacity: 1;
}

.classicHoverLink:hover:after {
	transform: scaleY(1);
	opacity: 1;
}

.blackButtonHover {
	transition: 200ms;
}

.blackButtonHover:hover {
	background-color: transparent !important;
	color: #070707 !important;
	transition: 200ms;
}

.borderButtonHover {
	transition: 200ms;
}

.borderButtonHover:hover {
	background-color: #070707 !important;
	color: white !important;
	transition: 200ms;
}

.agency-offer-wrapper {
	margin-top: 60px;
	border-radius: 5px;
	border: 1px solid black;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: white;
}

.agency-offer {
	background: white;
	border-radius: 5px;
	padding: 30px;
	max-width: 700px;
	font-family: 'Inter', sans-serif;
	color: #333;
	border: 1px solid black;
	margin: 0 auto;
	text-align: center;
}

.agency-offer h3 {
	color: #111;
	font-size: 28px;
	margin-bottom: 15px;
}

.agency-offer ul {
	padding-left: 0;
	list-style-type: none;
	margin: 15px 0;
}

.agency-offer li {
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 1.5;
}

/* #backgroundCircle {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    background-color: blueviolet;
    position: fixed;
    z-index: -1;
    top: 25%;
    border-radius: 50%;
} */

/* #logoBox {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
}

#header {
    position: relative;
    text-align: center;
    padding: 20px;
}

#headerTitle {
    width: 20%;
    padding: 20px 40%;
    background-color: white;
    z-index: 2;
}

#descriptionTextBox {
    display: flex;
    justify-content: center;
    padding: 130px 0 50px 0;
}

#descriptionText {
    width: 60%;
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;
    gap: 25px; /* You can adjust the gap between the boxes
}

.box {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 60px;
    text-align: center;
    transition: 500ms;
    color: #070707;
    text-decoration: none;
} */

/* .box:nth-child(1) {
    background-image: url(media/repair.png);
    background-position: top;
}

.box:nth-child(2) {
    background-image: url(media/handshake.png);
    background-position: center;
}

.box:nth-child(3) {
    background-image: url(media/b2b.png);
    background-position: center;
    background-size: cover;
}

.box:nth-child(4) {
    background-image: url(media/grades.png);
    background-position: center;
    background-size: cover;
} */

/* .box:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px -5px gray;
    transition: 500ms;
}

.container {
    padding: 0 10%; /* Adjust the left and right padding as needed
}

.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px;
}

.contact-button {
    padding: 30px 200px;
    border: 1px solid #070707;
    color: #070707;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    transition: background-color 0.3s ease;
    transition: 500ms;
}

.contact-button:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px -5px gray;
    transition: 500ms;
}
*/
