html, body {
    margin: 0;
    padding: 0;
	background: linear-gradient(135deg, #1E3A8A, #279AF1);
	font-family: Montserrat;
	overflow-x: hidden;
}
@font-face {
	font-family: Montserrat;
	src: url(/fonts/Montserrat-VariableFont_wght.woff2);
	font-weight: 100 900;
}
* {
  box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.solocalltoAction {
	color: white;
	text-shadow: 0px 1px 1px black;
	justify-content: center;
	padding: 50px;
	font-size: 20px;
	}

.navigationBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
	position: fixed;
	background: linear-gradient(135deg, #1E3A8A, #279AF1);
	z-index: 999;
  	position: fixed;
  	top: 0;
  	left: 0;
  	height: 100px;
	z-index: 1000;
}

.service-card {
	margin-top: 100px;
	display: flex;
	width: 100%;
	align-items: center;
	height: auto;
	text-align: left;
	transition: all 0.2s ease;
}

.service-card_header {
	display: flex;
	flex-direction: column;
	padding: 20px;
	justify-content: center;
}
.service-card img {
	width: auto;
	border-right: 2px solid rgba(7, 6, 6, 0.08);
}

.service-card_title {
	margin-top: 100px;
	font-size: clamp(1.25rem, 1.5vw, 1.75rem);
	color: white;
}

.service-card_short-description {
	font-size: clamp(1.0rem, 1.25vw, 1.75rem);
	color: white;
}

.service_description {
	font-size: clamp(1.0rem, 1.25vw, 1.75rem);
	color: white;
	text-align: center;
	padding: 20px;
	height: auto;
	width: 100%;
}

.service-card_price {
	color: white;
	font-size: clamp(1.25rem, 1.5vw, 1.75rem);
	font-weight: 700;
	border-radius: 30px;
	width: 100px;
}

.service-card_add-to-basket {
	color: white;
	font-size: clamp(1.25rem, 1.5vw, 1.75rem);
	font-weight: 700;
	background: #e48a25;
	border-radius: 30px;
	width: auto;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

.servicesGrid {
	display: flex;
	padding: 20px;
	align-items: center;
	justify-content: center;
}

.servicesGrid img {
	width: 150px;
	border-radius: 30px;
}

.serviceCard {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: white;
	border: 1px solid white;
	border-radius: 30px;
	padding: 20px;
	margin: 10px;
}

.serviceCard a {
	background: #e48a25;
	color: white;
	padding: 10px;
	text-decoration: none;
	border-radius: 30px;
	transition: all 0.2s ease;
}

.serviceCard a:hover {
	transform: translateY(2px);
	box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.35);
}

.service-card_add-to-basket:hover {
	transform: translateY(2px);
	box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.35);
}

.navigationBar img {
	width: 125px;
	padding: 20px;
	filter: drop-shadow(0px 2px 2px #131112);
}

.HeaderLinks {
	display: flex;
	margin-left: auto;
}


.HeaderLinks ul {
	list-style: none;
	display: flex;
}

#menuToggle {
    display: none;
}

.mobileBurger {
    display: none;
}

.HeaderLinks a:hover {
	transition: all 0.2s ease;
	transform: scale(1.1)
}

.navigationBar span {
	color: white;
	font-family: Montserrat; 
	font-weight: 600;
	font-size: 20px;
	gap: 0px;
}

.navigationButton {
	display: flex;
	margin-left: auto;
	padding: 10px;
	padding-right: 50px;
	background: none;
	border: none;
	text-decoration: none;
	font-family: Montserrat; 
	font-weight: 500;
	color: white;
}

.heroAboutUs {
	position: relative;
	overflow: hidden;
	padding: 100px;
	padding-top: 300px;
	padding-bottom: 300px;
	margin-top: 90px;
  	height: calc(100dvh - 90px);
	width: 100%;
	font-family: Montserrat;
	text-align: center;
	border-top: 2px solid rgba(7, 6, 6, 0.08);
	border-bottom: 2px solid rgba(255, 255, 255, 0.08);
	font-size: clamp(1.0rem, 1.25vw, 1.5rem);
}

.heroAboutUs::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -350px;
	transform: translateY(-50%);
	width: 1100px;
	height: 1100px;
	background-image: url("images/TSG-New-Logo-01.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.2;
	filter: blur(10px);
	z-index: 0;
}


.heroAboutUs h1 {
	font-size: 60px;
	font-weight: 650;
	color: white;
	align-items: center;
	text-shadow: 0px 1px 1px black;
	position: relative;
	z-index: 999;
}

.heroAboutUs p {
	font-size: 20px;
	font-weight: 300;
	color: white;
	font-family: Montserrat;
	text-shadow: 0px 1px 1px black;

}

.heroAboutUs-left {
	width: 50%;
	text-align: center;
	
}

.heroAboutUs-right {
	width: 50%;
}

.fiftysplit {
	display: flex;
	text-shadow: 0px 1px 1px black;
	align-items: center;
	overflow: visible;
}

.fiftysplitLeft {
	margin-left: 50px;
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 20px;
	color: white;
	font-size: 20px;
	text-align: center;
	border-radius: 0px 30px 30px 0px;
}



.fiftysplitRight {
	width: 50%;
	padding: 50px;
	filter: drop-shadow(1px 1px 1px black);

}

.fiftysplit-img {
	width: 50%;
	margin-top: -25px;
	align-content: center;
	display: block;
	margin: 0 auto;
}

.calltoaction {
	transition: all 0.3s ease;
    display: inline-block;   /* makes it behave like a button */
    text-decoration: none;
	font-weight: 600;
    background: #e48a25;
    color: white;
    padding: 10px 20px;      /* better horizontal spacing */
    border-radius: 30px;
    text-align: center;
    max-width: 100%;         /* prevents overflow */
}

.calltoaction:hover {
	transform: translateY(2px);
	box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.35);
}

.slide-in-left {
	transform: translateX(-100%);
	opacity: 0;
	animation: slideInLeft 0.75s ease-out forwards;
}

@keyframes slideInLeft {
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.aboutUs {
	display: flex;
	backdrop-filter: blur(10px);
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	text-shadow: 0px 1px 1px black;
	border-top: 2px solid rgba(255, 255, 255, 0.08);
	border-bottom: 2px solid rgba(255, 255, 255, 0.08);
	
}

.aboutUsLeft {
	display: flex;
	flex-direction: column;
	color: white;
	padding: 30px;
	width: 50%;
	vertical-align: middle;
	font-size: 20px;
}

.aboutUsRight {
	width: 50%;
	display: flex;
	
}
.aboutUsRight img {
	width: 40%;
	padding: 20px;
	margin: 0 auto;
	filter: drop-shadow(1px 1px 1px black);
}

.aboutUsTwo {
	
	color: white;
	font-family: Montserrat;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 20px;
		text-shadow: 0px 1px 1px black;

	
}

.hostingPackages {
	display: flex;
	gap: 20px;
	padding: 50px 20px;
	text-shadow: 0px 1px 1px black;

	
}

.hostingPackages ul {
	list-style: none;
	padding: 0;
}

.hostingPackages li {
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	
}


.hostingOne {
	width: 33%;
	border-radius: 30px;
	padding: 20px;
	text-align: center;
	color: white;
	background-color: #e48a25;
	box-shadow: 1px 1px 1px black;


	
}

.hostingTwo {
	width: 33%;
	border-radius: 30px;
	padding: 20px;
	text-align: center;
	background-color: #e48a25;
	color: white;
	box-shadow: 1px 1px 1px black;
	
}

.hostingThree {
	width: 33%;
	border-radius: 30px;
	padding: 20px;
	text-align: center;
	background-color: #e48a25;
	color: white;
	box-shadow: 1px 1px 1px black;
}

.packageHeading {
	background: #e48a25;
	font-size: 20px;
	font-weight: bold;
}

.footer {
	color: white;
	display: flex;
	font-weight: 500;
	justify-content: center;
	gap: 20px;
	vertical-align: middle;
	background-color: #e48a25;
	border-top: 3px solid #e48a25;
	padding: 10px;

}

.footer a:link {
	color: white;
	font-weight: 500;
}

.form {
	display: inline-flex;
	
}

form input,
form textarea,
form button {
  width: 100%;      /* full width of form container */
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* ensures padding doesn’t break width */
}

form button {
  background-color: #e48a25; /* your CTA orange */
  color: white;
  border: none;
  cursor: pointer;
}

form button:hover {
  background-color: #e48a25;
}

.form {
	display: flex;
	flex-direction: column;
	padding: 50px;
	color: white;
}

my-form label,
#my-form label  {
  color: white;
	font-family: Montserrat;
	font-weight: 500;
	text-shadow: 0px 1px 1px black;

}

.formTitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: white;
	text-shadow: 0px 1px 1px black;

}
.formTitle p {
	justify-content: center;
	align-content: center;
	font-size: 20px;
	color: white;
	text-shadow: 0px 1px 1px black;

}

a.casestudyLink {
    color: #e48a25 !important;
    text-decoration: none !important;
}
.portfolioImg {
	width: 700px;
	border-radius: 50px 0 50px 0;
}

.fiftysplit.fiftysplit-portfolio {
	border-top: 3px solid white;
	border-right: none;
	border-left: none;
	overflow: visible;
}

.caseStudyHero {
	padding: 20px;
	justify-content: center;
	text-align: center;
	color: white;
	font-family: Montserrat;
	font-size: 30px;
}

.caseStudyHero iframe {
	width: 90%;
	height: 500px;
	border-radius: 30px;
	

}

			@media (max-width: 768px) {
			  /* put your mobile-specific CSS here */

			.calltoaction {
				display: block;          /* full width button */
				width: fit-content;      /* or use 100% if you want full width */
				margin: 10px auto;       /* center it */
			}

			.navigationBar {
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: space-between;
				padding: 10px 20px; /* keep it within viewport */
				width: 100%; /* ensure it doesn’t overflow */
				height: auto;
				text-align: center;
				z-index: 999;
				transition: all 0.2s ease;
			  }

				.HeaderLinks {
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					gap: 10px;
					margin-top: 10px;
					margin-left: auto;
					transition: all 0.2s ease;
					position: relative;
					width: 100%;
				}

				.servicesGrid {
					display: flex;
					flex-direction: column;
					width: 100%;
					padding: 0;
					margin: 0;
					align-items: center;
				}

				.serviceCard {
					width: 90%;
				}
				
				.mobileBurger {
					display: flex;
					flex-direction: column;
					justify-content: center;
					cursor: pointer;
				}

				.mobileBurger span {
					width: 30px;
					height: 3px;
					background: white;
					margin: 4px 0;
					display: flex;
					border-radius: 999px;
				}

				#menuToggle {
    				display: none;
				}


				#menuToggle:checked ~ ul {
					display: flex;
					flex-direction: column;
				}
				#menuToggle:checked + label + ul {
					max-height: 300px;
				}

				.HeaderLinks ul {
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					gap: 10px;
					padding: 0;
					margin: 0;
					z-index: 999;
					max-height: 0;
					overflow: hidden;
					transition: max-height 0.3s ease;
					border-radius: 30px;
					width: 100%;
					position: static;
					
				}

				.navigationButton {
					text-decoration: none;

				}

			.navigationBar img {
				width: 50px;
				padding: 0;
				margin: 0 auto; /* ensures perfect centering */
				display: block;
			}

			.service-card {
				margin-top: 190px;
				flex-direction: column;
				text-align: center;
				align-items: center;
				justify-content: center;
			}

			.service-card_price {
				text-align: center;
			}

			  .navigationButton {
				margin: 10px 0 0 0; /* separate from links */
				padding: 10px 20px; /* button padding */
				width: auto;
				text-align: center;
			  }	
			.heroAboutUs h1 {
					font-size: 30px;
					text-align: center;
					z-index: 0;
				}

			.heroAboutUs {
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					padding: 20px;
					padding-top: 200px;
					margin: 0;
					height: calc(100dvh - 120px);
				}


			.fiftysplit {
					display: flex;
					flex-direction: column; /* stack vertically */
					justify-content: center;
					align-items: center;
					text-align: center;
					padding: 20px;
			}
			 .fiftysplitLeft, .fiftysplitRight {
					display: flex;
					flex-direction: column;
					align-items: center;
					justify-content: center;
					text-align: center;
					margin: 10px auto;
					padding: 0;
					 width: 100%;
					max-width: 500px; /* optional for neatness */

				}
				.fiftysplitLeft h2 {
					font-size: 24px;
				}

			.fiftysplit img {
					width: 80%;
				}

				.fiftysplit-portfolio {
					margin: 0 auto;
				}

				.solocalltoAction {
						border-top: 3px solid white;

				}

				.aboutUs {
					 flex-direction: column; /* stack vertically */
					justify-content: center;
					align-items: center;
					margin: 0 auto;
					padding-left: 0;
					padding-right: 0;
					text-align: center;
				}
				.aboutUs img {
					width: 200px;
					padding-bottom: 50px;
					margin: 0 auto;
					justify-content: center;
					align-items: center;
				}
				.aboutUs h2 {
					font-size: 24px;
				}

				.aboutUsLeft {
					padding: 0;
					width: 90%;
				}

			.hostingPackages  {
					 display: flex;
					width: 100%;
					 flex-direction: column; /* stack vertically */
					justify-content: center;
				padding-left: 0;    /* remove any left padding */
				padding-right: 0;   /* remove any right padding */
					align-items: center;
					margin: 0 auto;
			}
				.hostingPackages h2 {
					font-size: 24px;

			}
			  .hostingOne, .hostingTwo, .hostingThree {
				width: 80%;       /* almost full width of the screen */
				max-width: 400px;  /* optional: don’t let it get too wide on tablets */
				margin: 0 auto;    /* center each package */
				box-sizing: border-box; /* padding included in width */

				}
			.formTitle {
					padding: 20px;
					justify-content: center;
					align-items: center;
					text-align: center;
			}

				.calltoaction {
					font-size: 15px;
				}

			.navigationButton {
				margin-left: 0;
			}

				.form-section {
					margin-bottom: 50px;
				}

			}

