@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap");

:root {
	--h1size: 52px;
	--h2size: 42px;
	--h3size: 26px;
	--h4size: 22px;
	--h5size: 20px;
	--h6size: 18px;
	--bodysize: 16px;
	--h1height: 60px;
	--h2height: 50px;
	--h3height: 34px;
	--h4height: 30px;
	--h5height: 28px;
	--h6height: 30px;
	--bodyheight: 30px;
	--pfamily: 'Rubik', sans-serif;
	--red: #ff3838;
	--gray: #777777;
	--text: #555555;
	--blue: #1494a9;
	--white: #ffffff;
	--chalk: #f5f5f5;
	--green: #11b76b;
	--purple: #b12fad;
	--orange: #e86121;
	--yellow: #ffab10;
	--body: #f5f6f7;
	--border: #e8e8e8;
	--heading: #39404a;
	--secondary: #ddff00;
	--primary: #085B84;
	--background: #F6F1EB;
	--sub-heading: #565765;
	--green-chalk: #ddffd5;
	--green-dark: #072f17;
	--gray-chalk: #cccccc;
	--intro-bg: #f8fffa;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #E60023;
	--instagram: #F77737;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

* {
	margin: 0px;
	padding: 0px;
	outline: 0px
}

img {
	vertical-align: middle
}

a {
	text-decoration: none !important;
	display: inline-block;
}

a:hover {
	text-decoration: none
}

ul,
ol {
	padding: 0px !important;
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
	margin-bottom: 0px
}

html,
body {
	scroll-behavior: smooth;
	overflow-x: hidden;

}

.swiper {
	width: 100%;
	height: 100%;
}


footer {
	background: linear-gradient(rgba(8, 24, 94, 0.7), rgba(8, 24, 94, 0.7)), url(../img/creatives/stadium.png);
	background-size: cover;

	color: #fff;

	a {
		color: #fff2b1;
	}

	a:hover {
		color: var(--secondary);
	}
}

.social-links-footer {
	gap: 20px;
	margin: 0px;

	i {
		font-size: 26px;
		color: var(--secondary);
		background-color: #8a8a8a;
		padding: 6px;
		border-radius: 4px;
	}

	i:hover {
		color: #272727;
	}
}

.f-frm-btn {
	background-color: var(--secondary);
	color: #fff;
	width: 100%;
	padding: 6px;
	border: 1px solid #777777;
	border-radius: 4px;
	text-align: center;
	font-weight: 700;
}

.f-frm-btn:hover {
	background-color: rgb(155, 153, 153);
	color: #252525;
}

.f-contact {
	background: linear-gradient(rgba(0, 0, 0, 0.673), rgba(0, 0, 0, 0.485));
}

.f-btm {
	background-color: #272727;
}

.footer-copytext {
	font-size: 15px;
	color: #dfdfdf;
	padding: 10px;
}

.footer-copytext a {
	font-weight: 600;
	color: #ffffff;
}

.footer-copytext a:hover {
	text-decoration: underline;
}

.span-title {
	color: var(--primary);
}

.p-card {

	text-align: center;
	justify-content: center;
	border: 2px solid #ebebeb;
	border-radius: 6px;
	overflow: hidden;

	img:hover {
		transform: scale(0.96);
		overflow: hidden;
		transition: all .2s linear;
	}

	a {
		color: #fff2af;
	}

	h6:hover {
		color: #fff;
	}
}

.p-img {
	padding: 10px;
	background-color: #5d5d5d;
}

.p-title {
	background-color: #5d5d5d;
	padding: 5px;
	color: var(--secondary) !important;
}

.src-inds {
	box-shadow:
		-50px -50px 0 -40px #414141,
		50px 50px 0 -40px #414141;
}

.about-hompage-bg {
	background: url(../img/creatives/7xm.xyz514276.jpg);
}

.p-category-bg {
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(236, 255, 151, 0.785)), url(../img/creatives/backg.jpg);
}

.h-card {
	border-end-end-radius: 40px !important;
	border-top-left-radius: 40px !important;
}

.box-shadow {
	box-shadow: rgb(153, 153, 153) 0px 30px 60px -12px inset, rgba(68, 68, 68, 0.993) 0px 18px 36px -18px inset;
	border-radius: 4px;
}

.bgset18 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(../img/creatives/homepage-stadium.jpg);

	background-position: center center;
	padding: 80px 0px;
	display: flex;
	justify-content: center;
	background-attachment: fixed;


	.bg-shadow {
		background: #0000009f;
		padding: 20px;
		width: 80%;
		border-radius: 10px;

		h5,
		h3 {
			color: rgb(255, 255, 255);
			text-align: center;
		}

		p {
			color: rgb(255, 255, 255);
			text-align: center;
			line-height: 25px;
			padding-top: 15px;
		}
	}
}


.counter-bg {
	background-image: url(../images/creative/7xm.xyz514276.jpg);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;

	&::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(20, 20, 20, 0.801);
		top: 0;
		left: 0;
		z-index: -1;
	}

	.numb-card {
		margin-top: 0 !important;
	}
}

.counter {
	text-align: center;
	padding: 5px;
	background: #f5f5f5;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(110, 110, 110, 0.1);
	backdrop-filter: blur(2.2px);
	-webkit-backdrop-filter: blur(2.2px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	position: relative;
	overflow: hidden;

}

.counter .counter-icon {
	color: #000;
	margin: auto;
	width: 60px;
	line-height: 56px;
	font-size: 25px;
	background-color: var(--secondary);
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	-ms-border-radius: 75px;
	-o-border-radius: 75px;
}

.counter .counter-value {
	margin-top: 2px;
	display: block;
	font-size: 28px;
	color: #262626;
	font-weight: 700;

	&::after {
		position: absolute;
		content: "\2b";
		font-weight: FontAwesome;
		margin-left: 5px;
	}
}

.counter p {
	color: #000;
	margin: 0;
	font-weight: 600;
}

.cl-card {
	border: 2px solid #c6c6c6;
	border-radius: 8px;
	padding: 10px;

}

.c-bg {
	background: var(--primary);
	color: #fffdef;
}

.q-bg {
	background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../img/creatives/image221.png);
	background-repeat: no-repeat;
	background-size: cover;
}


.q-head {
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}


.img-text img:hover {
	filter: brightness(100%);
	transition: .3s ease;
	transform: scale(.98);
}

.img-text {
	position: relative;

}

.overlay-text {
	position: absolute;
	transform: translate(-30%, -30%);
	color: #fff;
	padding: 0px;
	text-align: center;
	display: block;

	top: 30%;
	left: 35%;

}

.q-card {
	margin-right: 0px;
	padding: 1px;
	border-radius: 18px;
}

.q-card:hover {
	filter: brightness(100%);

	.overlay-text {
		display: none;
	}
}

.ql-img {
	transform: skew(5deg);
	filter: brightness(40%);
	border-radius: 12px;
	width: 280px;
}

.blog-bg {
	background: url(../img/creatives/image221.png);
}

.blog-card {
	padding: 0px;
	overflow: hidden !important;
	margin: 0px;

	img {
		padding: 0px;
		background: radial-gradient(rgb(255, 255, 255) 35%, rgb(47, 3, 129));
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
}

.btn-prim {
	background-color: #4b4b4b;
	padding: 4px;
	color: #fff1d4;
	border-radius: 3px;
	border: 1px solid #333333;
}

.btn-prim:hover {
	background-color: transparent;
	color: #333333;

}

.blog-content{
	background-color: rgb(255, 255, 255); 
	padding: 10px;
	text-align: center;
	border: 1px solid #c5c5c5;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.blogg{
	overflow: hidden;
}
.blog-d-bg{
	background: url(../img/creatives/image221.png);
}


  
.single-contact--info-wrapper {
	background: #e0e0e0;
	text-align: center;
	border-radius: 0 0 5px 5px;
	height: 100%;
  }
  
  .single-contact--info-wrapper .thumbnail {
	position: relative;
  }
  
  .single-contact--info-wrapper .thumbnail img {
	width: 100%;
  }
  
  .single-contact--info-wrapper .thumbnail .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
  }
  
  .single-contact--info-wrapper .thumbnail .icon path {
	fill: var(--primary);
  }
  
  .single-contact--info-wrapper .content {
	padding: 35px 5px;
  }
  
  .single-contact--info-wrapper .content span {
	color: var(--primary);
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
  }
  
  .single-contact--info-wrapper .content .title {
	margin-bottom: 0;
	transition: 0.3s;
	color: #4d4c4c;
  }
  
  @media only screen and (max-width: 1199px) {
	.single-contact--info-wrapper .content .title {
	  font-size: 22px;
	}
  }
  
  .single-contact--info-wrapper .content .title.under-line {
	text-decoration: underline;
  }
  
  .single-contact--info-wrapper .content .title:hover {
	color: var(--primary);
  }

  
.form--area {
	background: #F7F7F7;
	padding: 20px;
	border-radius: 5px;
	border: 5px double #777777;
  }
  
  @media only screen and (max-width: 767px) {
	.form--area {
	  padding: 40px;
	}
  }
  
  @media only screen and (max-width: 575px) {
	.form--area {
	  padding: 25px;
	}
  }
  
  @media only screen and (max-width: 479px) {
	.form--area {
	  padding: 15px;
	}
  }

  .blog-cardd{
	border: 1px solid #e0dfdf;
	border-radius: 12px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding: 14px;
	background-color: #e7e7e7;
  }
  .about-img{
	border: double 8px rgb(205, 205, 205);
	
  }
  .p-imgs{
	border: double 5px rgb(205, 205, 205);
  }

  .pro-card{
	margin: 20px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding: 20px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: #fff;
  }

  .flood-sec{
	background:linear-gradient(rgba(255, 255, 255, 0.803),rgba(255,255,255,0.8)),url(../img/creatives/7xm.xyz820181.jpg);
  }


  .table-container {
	width: 100%;
	max-width: 1200px !important;
	margin: auto;
	background: white;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow-x: auto; /* Enables horizontal scroll on small screens */
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	min-width: 600px; /* Ensures table remains structured */
}
th, td,tr {
	border: 1px solid #3f3f3f !important;
	padding: 10px;
	white-space: nowrap; /* Prevents text from breaking */
}
th {
	background: #ddd;
	font-weight: bold;
}
.section-header {
	background: #efefef;
	font-weight: bold;
}
/* Responsive Design */
@media (max-width: 768px) {
	.table-container {
		max-width: 100%;
		padding: 10px;
	}
	table {
		min-width: 100%;
	}
}

.tab-con {
	overflow-x: auto;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 800px;
	margin: auto;


	table {
		width: 100%;
		border-collapse: collapse;
	}
	th, td {
		border: 1px solid #ddd;
		padding: 12px;
		text-align: left;
		font-size: 16px;
	}
	th {
		background-color: #e0e0e0;
		font-weight: bold;
	}
	tr:nth-child(even) {
		background-color: #f9f9f9;
	}
	@media (max-width: 600px) {
		th, td {
			font-size: 14px;
			padding: 8px;
		}
	}
	
	
}

.bess-bg, .sports-bg, .indoor, .outdoor, .solar, .facade, .architectural, .industrial{
	background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(../img/creatives/7xm.xyz810178.jpg);

}