html {
  scroll-behavior: smooth;
}

/* ===== Scrollbar CSS ===== */

/* Global styles for Firefox */
* {
  /* Optional: Uncomment for Firefox support */
  /* scrollbar-width: auto; */
  /* scrollbar-color: #a3a3a3 #2e2e2e; */
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 26px; /* Wider scrollbar */
}

*::-webkit-scrollbar-track {
  background: black; /* Track color */
}

*::-webkit-scrollbar-thumb {
  border-left: 2px solid #090909;
  border-right: 2px solid #090909;
	background: #9128F9;
	background: #D9D9D9; 
  border-radius: 0px; /* Sharp edges */
}

*::-webkit-scrollbar-thumb:hover {
  border-left: 2px solid #090909;
  border-right: 2px solid #090909;
	background: #c084fc;
	background: #A6A6A6; 
  border-radius: 0px; /* Sharp edges */
}

/* ===== Font Smoothing ===== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
/* On hover, this moves the <li> element 5 pixels to the right along the X-axis. */

ul > li {
  transition: transform 0.3s ease;
}

ul > li:hover {
/*  transform: translateX(5px);*/
}

/*
li {
  transition: transform 0.3s ease;
}

li:hover {
  transform: translateX(5px);
}
*/

/* === Author's custom styles --- css/author.css === */

.random-color-div {
	display: none;
}
/**/

/* Scroll Down Arrow START */

#top-arrow-AAA-work {
  position: relative;
  width: 40px;
  height: 32px;
  margin-right: -4px;
  padding: 10px;
  float: right;
  /* Uncomment if background color is needed */
  /* background-color: rgba(0, 255, 116, 0.51); */
}

#arrow-down-BBB-work {
  position: absolute;
  top: 5px; /* Base position */
  transform-origin: center;
  transform: rotate(45deg);
  border: solid #f5f5f5;
  border-width: 0 5px 5px 0;
  padding: 8px;
  margin-right: 8px;
  transition: top 0.3s ease, border-width 0.3s ease; /* Smooth transition */
}

#top-arrow-AAA-work:hover #arrow-down-BBB-work {
  top: 10px; /* Moves the arrow down by 5px */
  border-width: 0 5px 5px 0; /* Slightly thicker border on hover */
  border-color: rgba(245, 245, 245, 0.5); /* Slightly transparent border */
}

#top-spacer-for-other-pages {
 margin-top: 7px;
}

/* Scroll Down Arrow END */



/* END see more */

.tnd_logo {
  position: absolute;
  top: 32px;
  left: 50%; /* Start at the center */
  transform: translateX(-50%); /* Shift it left by half its width */
  width: 50px;
  height: 56px;
  background-image: url("../50x50px-T-logo.svg");
  background-repeat: no-repeat;
}

.contact-or-logo {
  position: absolute;
  top: 34px;
  left: 37px;
  width: 110px;
  height: 50px;
  background-image: url("../50x50px-T-logo.svg");
  background-repeat: no-repeat;
  z-index: 1001;
/*		z-index: 1000;*/
}
.contact-or-logo:hover {
/*  filter: brightness(1.2) contrast(1.1) drop-shadow(2px 2px 3px #00000080);*/
	filter: brightness(0.8) contrast(1.1);
}

/* Start CCC */
@media all and (max-width: 734px) and (min-width: 0px) {
.contact-or-logo {
  position: absolute;
  top: 20px;
  left: 20px;
	width: 110px;
	height: 56px;
  background-image: url("../50x50px-T-logo.svg");
  background-repeat: no-repeat;
}

}

@media all and (max-width: 734px) and (min-width: 0px) {
.contact-or-logo-work {
  position: absolute;    
  top: 32px;
  left: 20px;
	width: 110px;
	height: 56px;
  background-image: url("../TIM-logo-stacked-work.svg");
  background-repeat: no-repeat;
}
	
}

.preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
.clear-both {
	clear: both
}

/* ^^^^ preloaded-images ^^^^ */

/* © css copyright notice code  */

#copyright-symb {
	font-size: 12px;
	margin-top: -100px;
}



/* FONT RULES ========================================= */

body,td,th {
/*
	font-family: "Aeonik Regular", sans-serif; */
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 19px;
	line-height: 32px;
	letter-spacing:  -0.011;
	color: rgba(240, 240, 240, 0.9);
	color: #e0e0e0;
	color: #d0d0d0;
	color: #b0b0b0;
	color: #ccc;
}

h1, h2, h3, h4 {
  font-family: "BebasKai", sans-serif;
/*	font-family: 'Aeonik Bold', sans-serif;*/
/*
  font-weight: 400;
  font-style: normal;
*/
	color: #ff9001;
	color: #ffb906; 
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px 0px 24px 0px;
	margin: 0;
}

br {
	
}

img {
  width: 100%;
  height: auto;
}

/* LINKS ========================================= */ 

.the-link a:link {
  text-decoration: none;
  color: #e8eaed;
/*	color: #ffcc99;*/
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(240,240,240,.40);

  transition: border-color .15s ease-out,color .15s ease-out;
  word-wrap: break-word;
/*	cursor: pointer;*/
}

.the-link a:visited {
	color: rgba(240, 240, 240, 0.9);
	color: #e8eaed;
}

.the-link a:hover {
	text-decoration: none;
  color: rgba(240, 240, 240, 0.9);
	color: #FFA500;
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(240,240,240,.21);
	border-bottom-color: #FFA500;
}

.the-link a:active {
	color: rgba(240, 240, 240, 0.9);
	color: #FFA500;
}

/* prev/next */

.the-prev-next-link {
font-family: "Inter-Regular", sans-serif;
  text-decoration: none;
  color: rgba(240, 240, 240, 0.9);
/*	color: #ffcc99;*/
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(240,240,240,.21);

  transition: border-color .15s ease-out,color .15s ease-out;
  word-wrap: break-word;
}

.the-prev-next-link:hover {
	text-decoration: none;
  color: rgba(240, 240, 240, 0.9);
	color: #FFA500;
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(240,240,240,.21);
	border-bottom-color: #FFA500;
/*	border-bottom-color: #08FCFF;*/
		cursor: pointer;
}

u { 
  text-decoration: underline;
  text-underline-offset: 6px;
	text-decoration-color: #585858;
	word-wrap: break-word;
	transition: .15s ease-out,color .15s ease-out;
}

u:hover { 
  text-decoration: underline;
  text-underline-offset: 6px;
	text-decoration-color: #FFA500;
}

/* BODY =========================================== */

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #131315;
}

/* HEADER =========================================== */

.do-not-dispaly-this-header {
	display: none
}

header {
/*
	text-align: center;
	text-align: left;
*/
	padding: 0;
}
.header-inside {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding-bottom: 0px;
/*background-color: rgba(255,20,147,0.53);*/
}

/* MAIN =========================================== */

main {
	flex-grow: 1;
/*		background-color: rgba(0,22,29,1.00);*/
}

/* ======= Footer ======= */

.footer-this-one {
	font-family: "Inter-Regular", sans-serif;
	max-width: 1400px;
	font-size: 16px;
	margin: auto;
  width: 100%;
	text-align: end;
	padding-bottom: 10px;
}	

.footer-wrapper {
	font-family: "Inter-Regular", sans-serif;
	font-size: 16px;
	padding-left: 4%;
	padding-right: 4%;
/*	background-color: rgba(105,224,255,0.48);*/
}

.footer-wrapper-homepage {
	font-family: "Inter-Regular", sans-serif;
	padding-top: 7%;
	padding-left: 4%;
	padding-right: 4%;
	background-color: #131315;
}

/* Start footer // index & gallery page */

.number-two {
	max-width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}	

/* End footer // index & gallery page */

.title_homepage {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 70px;
	font-size: 60px;
	font-size: 48px;
  letter-spacing:  -0.011;
	margin: 43px auto 49px auto;
	padding: 0px 0px 0px 4px;
}
.title_homepage a:link {
  text-decoration: none;
  color: #E3E3E3;
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(240,240,240,.0);
  transition: border-color .15s ease-out,color .15s ease-out;
  word-wrap: break-word
}
.title_homepage a:visited {
	color: #E3E3E3;
}
.title_homepage a:hover {
	color: rgba(227,227,227,0.40);
}
.title_homepage a:active {
	color: rgba(227,227,227,0.40);
}
/*
.title_homepage a:onclick {
	
} 
*/

.project-color-change {
	color: #131315;
}

/* Start CCC */

@media all and (max-width: 734px) and (min-width: 0px) {
.title_homepage {
  font-family: "BebasKai", sans-serif;
	font-size: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.011;
  color: orange;
  color: #e8eaed;
	margin: 27px 0px 46px 140px;
	padding: 0px 0px 0px 4%;
	text-align: start;
/*	text-align: end;*/
/*	border-left: 20px solid orange;*/
	height: 37px;
	line-height: 37px;
}	

.project-color-change {
	color: #131315;
}
	
	
}

.homepage-Left-Right {
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto;
/*	background-color: #FF0004;*/
}

@media screen and (max-width: 750px) {
  .homepage-Left-Right {
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto;
  }
}

.interior-Left-Right {
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto;
/*	background-color: #FF0004;*/
}

.about-this-product { /* container all the way down */
		max-width: 1400px;
		margin: 0px auto 0px auto;
    padding-bottom: 0px;	
/*    background-color: #FF0004;*/
}

.prev-next-upright {
	width: 20px;
	height: 22px;
	padding: 0px 9px 0px 9px;
	background-image: url( "../products/img/prev-next-upright.svg");
  background-repeat: no-repeat;
/*	background-color: rgba(0,255,255,0.5);*/
/*	margin-top: 20px;*/
}

.this_arrow_left {
	display: none;
	height: 18px;
	content: url( "../products/img/go-to-work-icon.svg");
	padding-left: 0px;
	padding-right: 0px;
}

.aaaaaaaaaaaaaaaaaaa {
	height: 1px; /* Set the height of the line */
	background-image: linear-gradient(to right, lime 10px, transparent 0);
	background-size: 10px 1px; /* Adjust this size to control the distance between dots */
}

.line-block {
	height: 4px;
	background-color: rgba(163,163,163,0.10);
	margin: 0px auto 48px auto;
	clear: both
}

.line-block-two {
	height: 4px;
	background-color: rgba(163,163,163,0.10);
	margin: 0px auto 10px auto;
	clear: both
}

/*
.line-block {
	height: 4px;
	background-color: rgba(163,163,163,0.10);
	margin: 0px auto 40px auto;
	clear: both
}

.line-block-two {
	height: 4px;
	background-color: rgba(163,163,163,0.10);
	margin: 0px auto 10px auto;
	clear: both
}
*/

/*
.line-block-two-update {
	height: 4px;
	background-color: rgba(163,163,163,0.60);
	margin: 0px auto 10px auto;
	clear: both
}

.line-block-three-bottom {
	height: 2px;
	height: 0px;
	background-color: rgba(163,163,163,0.60);
	margin: 6px auto 220px auto;
	clear: both
}
*/





/* desktop view AAA */
   
@media all and (max-width: 99999px) and (min-width: 980px) {

	



/* services-grid
=============== */

.serv-grid {
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 22px;
	letter-spacing: -0.017;
	line-height: 1.84em;
	display: grid;
	grid-template-columns: 28% 36% 36%;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
/*	padding-right: 40px;*/
	cursor: default;
}

.serv-g-01 { grid-area: 1 / 1 / 2 / 2; }

.serv-g-02 { grid-area: 1 / 2 / 2 / 3;
	padding-top: 44px;
	padding-right: 20px;
}

.serv-g-03 { grid-area: 1 / 3 / 2 / 4; }

/*
.serv-g-01, .serv-g-02, .serv-g-03 {
	background-color: rgba(46,184,191,0.53); 
	position: relative;	
}

ul.TT {
	margin-top: 32px;
	margin-bottom: 60px;
  margin-left: 30px;
	margin-right: 0px;
}

li.TT {
	padding-top: 14px;
	padding-bottom: 14px;

	border-bottom: 1px solid #b276b2;
}
*/
	
	
/* privacy-grid
=============== */

.privacy-grid {
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 22px;
	letter-spacing: -0.017;
	line-height: 1.84em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.privacy-g-01 { grid-area: 1 / 1 / 2 / 2; }
.privacy-g-02 { grid-area: 1 / 2 / 2 / 3; 
	padding-top: 46px;
	padding-bottom: 32px;
	padding-right: 20px;
/*	background-color: rgba(151,13,160,0.67)*/
}

/* about-grid
=============== */

.about-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	

}

.about-g-01 { grid-area: 1 / 1 / 2 / 2; }
.about-g-02 { grid-area: 1 / 2 / 2 / 3;
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 22px;
	letter-spacing: -0.017;
	line-height: 1.84em;
	padding-top: 46px;
	padding-bottom: 32px;
	padding-right: 20px;
/*	background-color: rgba(13,160,160,0.67)*/
/*	padding-right: 40px;*/
	cursor: default;
}

/* names-grid
=============== */

.names-grid {
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 22px;
	letter-spacing: -0.017;
	line-height: 1.84em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 20px;

/*	padding-right: 40px;*/
	
	padding-top: 46px;
	padding-left: 40px;
	padding-bottom: 58px;
	
/*	background-color: rgba(15,143,100,0.57);*/
}

.names-grid a {
  text-decoration: none;
  position: relative;
}
.names-g-01, .names-g-02, .names-g-03, .names-g-04
, .names-g-05, .names-g-06, .names-g-07, .names-g-08
, .names-g-09, .names-g-10, .names-g-11, .names-g-12
, .names-g-13, .names-g-14, .names-g-15, .names-g-16
, .names-g-17, .names-g-18, .names-g-19, .names-g-20
, .names-g-21, .names-g-22, .names-g-23, .names-g-24
, .names-g-25, .names-g-26, .names-g-27, .names-g-28
, .names-g-29, .names-g-30, .names-g-31, .names-g-32
, .names-g-33, .names-g-34, .names-g-35, .names-g-36
, .names-g-37, .names-g-38, .names-g-39, .names-g-40
, .names-g-41, .names-g-42, .names-g-13-5, .names-g-00 {
  position: relative;
  display: block;  /* Change from flex to block */
  padding: 0px;
}

/* privacy-policy
	 terms-conditions-grid
=============== */
	
.p-p-t-c-grid {
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 19px;
	letter-spacing: -0.017;
	line-height: 1.84em;
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.p-p-t-c-g-01 { 
	grid-area: 1 / 1 / 2 / 2; 
}

.p-p-t-c-g-02 { 
	grid-area: 1 / 2 / 2 / 3; 
	padding-top: 46px;
	padding-bottom: 24px;
	padding-right: 20px;
	
/*	background-color: rgba(121,0,255,0.15);*/
}

.p-p-t-c-g-01, .p-p-t-c-g-02 {
/*	background-color: rgba(121,0,255,0.22);*/
	position: relative;	
}

/* unordered-lists
	 p-p-t-c-grid
=============== */

ul.p-p-t-c {
	margin-top: 0px;
	margin-bottom: 60px;
  margin-left: 0px;
	margin-right: 0px;
}

li.p-p-t-c {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #b276b2;
}


}

/* tablet view BBB ========================================= */

@media all and (max-width: 980px) and (min-width: 734px) {
.breadcrumbs {
	font-size: 15px;
	font-style: normal;
	font-weight: 650;
	
	z-index: 2;
	position: absolute;
	top: 73px;
	left: 41px;
	width: auto;
	height: auto;
	
	display: block;
  padding: 0px;
/*	background-color: rgba(255,125,0,0.51);*/
}
	
	
/* services-grid
=============== */

.serv-grid {
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 22px;
	letter-spacing: -0.017;
	line-height: 1.84em;
/*	padding-right: 40px;*/
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.serv-g-01 { grid-area: 1 / 1 / 3 / 2; 

}

.serv-g-02 { grid-area: 1 / 2 / 2 / 3;
	padding-top: 44px;
	padding-right: 20px;
}

.serv-g-03 { grid-area: 2 / 2 / 3 / 3; 
	padding-top: 0px;
	padding-left: 0px;
}

.serv-g-01, .serv-g-02, .serv-g-03 {
	background-color: rgba(57,255,233,0.00); 
	position: relative;	
}

ul.TT {
	margin-top: 0px;
	margin-bottom: 60px;
  margin-left: 0px;
	margin-right: 0px;
}

ul.TT {
}

li.TT {
	padding-top: 14px;
	padding-bottom: 14px;

	border-bottom: 1px solid #b276b2;
}
	
	
/* privacy-grid
=============== */

.privacy-grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.privacy-g-01 { grid-area: 1 / 1 / 2 / 2; }
.privacy-g-02 { grid-area: 2 / 1 / 3 / 2; 
	padding-top: 46px;
	padding-bottom: 32px;
	padding-right: 20px;
}
	
	
/* about-grid
=============== */

.about-grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.about-g-01 { grid-area: 1 / 1 / 2 / 2; }
.about-g-02 { grid-area: 2 / 1 / 3 / 2; 
	padding-top: 46px;
	padding-bottom: 32px;
	padding-right: 20px;
}
	
/* names-grid
=============== */

.names-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 20px;
	background-color: rgba(127,255,212,0.00);
	
	padding-left: 40px;
	padding-bottom: 58px;
}

.names-g-01, .names-g-02, .names-g-03, .names-g-04
, .names-g-05, .names-g-06, .names-g-07, .names-g-08
, .names-g-09, .names-g-10, .names-g-11, .names-g-12
, .names-g-13, .names-g-14, .names-g-15, .names-g-16
, .names-g-17, .names-g-18, .names-g-19, .names-g-20
, .names-g-21, .names-g-22, .names-g-23, .names-g-24
, .names-g-25, .names-g-26, .names-g-27, .names-g-28
, .names-g-29, .names-g-30, .names-g-31, .names-g-32
, .names-g-33, .names-g-34, .names-g-35, .names-g-36
, .names-g-37, .names-g-38, .names-g-39, .names-g-40
, .names-g-41, .names-g-42, .names-g-13-5, .names-g-00 {
  position: relative;
  display: block;  /* Change from flex to block */
  padding: 0px;
}


/* privacy-policy
	 terms-conditions-grid
=============== */
	
.p-p-t-c-grid {
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 19px;
	letter-spacing: -0.017;
	line-height: 1.84em;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.p-p-t-c-g-01 { grid-area: 1 / 1 / 2 / 2; }
.p-p-t-c-g-02 { grid-area: 2 / 1 / 3 / 2; 
	padding-top: 46px;
	padding-bottom: 32px;
	padding-right: 20px;
}

.p-p-t-c-g-01, .p-p-t-c-g-02 {
/*	background-color: rgba(0,255,52,0.22);*/
	position: relative;	
}

/* unordered-lists
	 p-p-t-c-grid
=============== */

ul.p-p-t-c {
	margin-top: 0px;
	margin-bottom: 60px;
  margin-left: 0px;
	margin-right: 0px;
}

li.p-p-t-c {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #b276b2;
}

	
}

/* mobile view CCC */

@media all and (max-width: 734px) and (min-width: 0px) {
.breadcrumbs {
	font-size: 15px;
	font-style: normal;
	font-weight: 650;
	
	z-index: 2;
	position: absolute;
	top: 73px;
	left: 32px;
	width: auto;
	height: auto;
	
	display: block;
  padding: 0px;
/*	background-color: rgba(255,125,0,0.51);*/
}
	
/* services-grid
=============== */
	
.serv-grid {
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 22px;
	letter-spacing: -0.017;
	line-height: 1.84em;
	display: grid;
	grid-template-rows: auto auto 1fr;
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
/*	padding-right: 40px;*/
}

.serv-g-01 { grid-area:  1 / 1 / 2 / 2; }

.serv-g-02 { grid-area: 2 / 1 / 3 / 2;

}

.serv-g-03 { grid-area: 3 / 1 / 4 / 2; 

}

.serv-g-01, .serv-g-02, .serv-g-03 {
	background-color: rgba(57,255,233,0.00); 
	position: relative;	
}
	
ul.TT {
	margin-top: 0px;
	margin-bottom: 60px;
  margin-left: 0px;
	margin-right: 0px;
}

li.TT {
	padding-top: 14px;
	padding-bottom: 14px;

	border-bottom: 1px solid #b276b2;
}	

/* privacy-grid
=============== */

.privacy-grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.privacy-g-01 { grid-area: 1 / 1 / 2 / 2; }
.privacy-g-02 { grid-area: 2 / 1 / 3 / 2; 
	padding-top: 46px;
	padding-bottom: 32px;
	padding-right: 20px;
}
	
/* about-grid
=============== */

.about-grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.about-g-01 { grid-area: 1 / 1 / 2 / 2; }
.about-g-02 { grid-area: 2 / 1 / 3 / 2; 
	padding-top: 46px;
	padding-bottom: 32px;
	padding-right: 20px;
}

/* names-grid
=============== */

.names-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	background-color: rgba(127,255,212,0.00);
	
	padding-bottom: 58px;
}
.names-g-01, .names-g-02, .names-g-03, .names-g-04
, .names-g-05, .names-g-06, .names-g-07, .names-g-08
, .names-g-09, .names-g-10, .names-g-11, .names-g-12
, .names-g-13, .names-g-14, .names-g-15, .names-g-16
, .names-g-17, .names-g-18, .names-g-19, .names-g-20
, .names-g-21, .names-g-22, .names-g-23, .names-g-24
, .names-g-25, .names-g-26, .names-g-27, .names-g-28
, .names-g-29, .names-g-30, .names-g-31, .names-g-32
, .names-g-33, .names-g-34, .names-g-35, .names-g-36
, .names-g-37, .names-g-38, .names-g-39, .names-g-40
, .names-g-41, .names-g-42, .names-g-13-5, .names-g-00 {
  position: relative;
  display: block;  /* Change from flex to block */
	margin-left: 40px;
}



/* privacy-policy
	 terms-conditions-grid
=============== */
	
.p-p-t-c-grid {
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 19px;
	letter-spacing: -0.017;
	line-height: 1.84em;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.p-p-t-c-g-01 { grid-area: 1 / 1 / 2 / 2; }
.p-p-t-c-g-02 { grid-area: 2 / 1 / 3 / 2; 
	padding-top: 46px;
	padding-bottom: 32px;
	padding-right: 20px;
}

.p-p-t-c-g-01, .p-p-t-c-g-02 {
/*	background-color: rgba(0,255,52,0.22);*/
	position: relative;	
}

/* unordered-lists
	 p-p-t-c-grid
=============== */

ul.p-p-t-c {
	margin-top: 0px;
	margin-bottom: 60px;
  margin-left: 0px;
	margin-right: 0px;
}

li.p-p-t-c {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #b276b2;
}	

	
	
} /* CCC */



/* gallery-grid ========================================= */

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	max-width: 2200px;
	margin: 0px auto;
	
/*	background-color: #A32C84;*/
}

/* Design Repository =================== */

.archive_001 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	
	max-width: 2200px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
/*	background-color: #A32C84;*/
}

@media screen and (max-width: 600px) {
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(1, auto);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
 }
}

.gg-01, .gg-02, .gg-03, .gg-04, .gg-05, .gg-06, .gg-07, .gg-07, .gg-08, .gg-09, .gg-10, .gg-11, .gg-12, .gg-13, .gg-14, .gg-15, .gg-16, .gg-17, .gg-18, .gg-19, .gg-20, .gg-21, .gg-22, .gg-23, .gg-24, .gg-25, .gg-26 {
	background-color: black; 
	position: relative;	
}

/* each-cx-grid ========================================= */

.each-cx-grid {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(3, auto);
	grid-column-gap: 70px;
	grid-row-gap: 20px;
	margin-top: 0px;
	margin-bottom: 40px;
}

.each-cx-g-1 { 
	grid-area: 1 / 1 / 2 / 3;
	font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1em;
	padding-bottom: 35px;
}
.each-cx-g-2 { 
	grid-area: 2 / 1 / 3 / 2;
	font-family: "Inter-Regular", sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.26px;
	line-height: 40px;
	color: rgb(232, 234, 237)
}
.each-cx-g-3 { 
	grid-area: 2 / 2 / 3 / 3;
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 22px;
	letter-spacing: -0.017;
	line-height: 1.84em;
	padding-right: 40px;
}
.each-cx-g-4 { 
	grid-area: 3 / 1 / 4 / 2;
	margin-top: 6px;
}
.each-cx-g-5 { 
	grid-area: 3 / 2 / 4 / 3;
	text-align: end;
}
	
.each-cx-g-1, .each-cx-g-2, .each-cx-g-3, .each-cx-g-4, .each-cx-g-5 {
/*	background-color: black; */
	position: relative;	
}

@media (max-width: 950px) {
.each-cx-grid {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(4, auto);
	grid-column-gap: 60px;
	grid-row-gap: 20px;
	margin-top: 0px;
	margin-bottom: 60px;
}
	
.each-cx-g-1 { 
	grid-area: 1 / 1 / 2 / 3;
}
.each-cx-g-2 { 
	grid-area: 2 / 1 / 3 / 3;	
}
.each-cx-g-3 { 
	grid-area: 3 / 1 / 4 / 3;
	line-height: 1.64em;
}
.each-cx-g-4 { 
	grid-area: 4 / 1 / 5 / 2; 
}
.each-cx-g-5 { 
	grid-area: 4 / 2 / 5 / 3;
}
	
}

@media (max-width: 500px) {
.each-cx-grid {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(4, auto);
	grid-column-gap: 60px;
	grid-row-gap: 20px;
	margin-top: 0px;
	margin-bottom: 60px;
}
	
.each-cx-g-1 { 
	grid-area: 1 / 1 / 2 / 3;
}
.each-cx-g-2 { 
	grid-area: 2 / 1 / 3 / 3;
}
.each-cx-g-3 { 
	grid-area: 3 / 1 / 4 / 3;
}
.each-cx-g-4 { 
	grid-area: 4 / 1 / 5 / 2; 
}
.each-cx-g-5 { 
	grid-area: 4 / 2 / 5 / 3;
}
	
}

.bottom-nav-grid {
	font-family: "Inter-Regular", sans-serif;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin-top: 40px;
	margin-bottom: 0px;
}

.bott-n-g-1 { grid-area: 1 / 1 / 2 / 2; }
.bott-n-g-2 { grid-area: 1 / 2 / 2 / 3; 
	text-align: end;
}

.bott-n-g-1, .bott-n-g-2 {
/*	background-color: black; */
	position: relative;	
}

.youMayAlsoLike {
	font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
	font-size: 40px;
  letter-spacing: 1px;
  line-height: 1em;
  color: #ff6600;
	padding: 0 0 25px 0;
	display: block;
/*	background-color: rgba(172,180,32,0.10);*/
}


/* FONT RULES ========================================= */

.h1-effective-design {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ff9001;
	color: #ffb906;
/*	color: orange;*/
/*	color: #ff6600; KTM Color */
  font-size: 34px;
  letter-spacing: 1px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 8px 0px;
	line-height: 50px;
  display: block;
/*
	font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: orange;
	color: #f15854;
  font-size: 60px;
  letter-spacing: 1px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 222px 0px;
	line-height: 50px;
  display: block;
*/
/*	text-align: right;*/
}

.h1_header_one {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FF9001;
	color: #ffb906;
  font-size: 34px;
  letter-spacing: 1px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 8px 0px;
	line-height: 39px;
  display: block;
}

.header-names {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2196f3;
  font-size: 34px;
  letter-spacing: 1px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 54px 0px;
	line-height: 50px;
  display: block;
}

.title_copy_one {
  font-family: "Inter-Regular", sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -0.25px;
  word-spacing: .25px;
  max-width: 888px;
}


@media screen and (max-width: 800px) {
  .title_copy_one {
    max-width: 670px;
/*			background-color: rgba(255, 69, 0, 0.73);*/
  }
}

.h2_subHeader_one {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: orange;
  font-size: 40px;
  letter-spacing: 1px;
  margin: 30px auto 20px auto;
  padding: 0px 0px 0px 0px;
  display: block;
}

.subHeader_one_container {
  font-family: "Inter-Regular", sans-serif;
  max-width: 888px;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: -0.25px;
  word-spacing: .25px;
  margin: 0px 0px 29px 0px;
}
@media screen and (max-width: 800px) {
  .subHeader_one_container {
    max-width: 670px;
/*			background-color: rgba(0,255,52,0.73);*/
  }
}

.h2_subHeader_smaller {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: orange;
  font-size: 34px;
  letter-spacing: 1px;
  margin: 0px auto 26px auto;
  padding: 0px 0px 0px 0px;
  display: block;
}

/* clients */
.h3_clients {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFA500;
  font-size: 34px;
  letter-spacing: 1px;
  margin: 0px auto 9px auto;
  padding: 0px 0px 0px 0px;
  display: block;
}

.client_name_container {
  font-size: 15px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  max-width: 1322px;
}
  @media screen and (max-width: 1322px) {
  .client_name_container {
    max-width: 800px;
/*			background-color: rgba(0,255,52,0.73);*/
  }
}


* {
  box-sizing: border-box;
}

.client-column {
  grid-column-start: auto;
  float: left;
  width: 300px;
  padding: 0px 0px 34px 0px;
}

.client-row:after {
  grid-row: 1 1;
  content: "";
  display: table;
  clear: both;
}

.h3_sectors {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: orange;
  font-size: 34px;
  letter-spacing: 1px;
  margin: 0px auto 12px auto;
  padding: 0px 0px 0px 0px;
  display: block;
}

.h3_services {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: orange;
  font-size: 34px;
  letter-spacing: 1px;
  margin: 7px auto 12px auto;
  padding: 0px 0px 0px 0px;
  display: block;
}
.title_copy_contact_zero_two { /* fpr UL lists */
  font-family: 'Inter-Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -0.25px;
  word-spacing: .25px;
  max-width: 1111px;
}
.title_copy_contact {
	display: block;
  font-family: 'Inter-Regular';
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -0.25px;
  word-spacing: .25px;
  max-width: 1111px;
}
@media screen and (max-width: 800px) {
  .title_copy_contact {
    max-width: 670px;
/*			background-color: rgba(255, 69, 0, 0.73);*/
  }
}
.subHeader_one_container_contact {
  font-family: "Inter-Regular", sans-serif;
  max-width: 888px;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: -0.25px;
  word-spacing: .25px;
  margin: 0px 0px 29px 0px;
}
@media screen and (max-width: 800px) {
  .subHeader_one_container_contact {
    max-width: 670px;
/*			background-color: rgba(0,255,52,0.73);*/
  }
}

#size-number {
	font-size: 26px;
	color: #a3a3a3;
	
}

.small-tag-line-one {
/*	display: inline-block;*/
/*	font-size: 19px;*/
/*	margin: 20px 0px 0px 33px;*/
	color: darkorange;
}

.space-right-side {
	padding-right: 60px;
/*	background-color: rgba(0,255,52,0.73);*/
}

.hover-effect {
    position: relative;
    /* width and height can be adjusted as needed */
    overflow: hidden;
    cursor: pointer;
}

.hover-effect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.hover-effect span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.hover-effect::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: crimson;
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.hover-effect:hover img {
/*    transform: scale(1.1);*/
}

.hover-effect:hover::before {
    opacity: 0.5;
}

.hover-effect:hover::after {
    opacity: 1;
}

.hover-effect:hover .badge {
    opacity: 1;
}

.footer-one {
	font-family: "Inter-Regular", sans-serif;
	margin: 60px auto 100px auto;
	text-align: center;
	font-size: 16px;
}

/*AAA*/
@media all and (max-width: 99999px) and (min-width: 980px) {

.footer-one {
	max-width: 100%;

}
}	

/*BBB*/
@media all and (max-width: 980px) and (min-width: 734px) {

.footer-one {
	max-width: 100%;

}	
}	

/*CCC*/
@media all and (max-width: 734px) and (min-width: 0px) {
	
.footer-one {
	max-width: 100%;

}	
}	




