*, ::after, ::before {
    box-sizing: border-box;
}

body{
	margin:0px;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	color:black;
	transition: background-color 0.5s ease;
	overflow-x:hidden;
}

.maps_hover{
	background-color:#abdcaa;
}
.maps_background{
	background-color:#c8ddc857;
}
.ipa_hover{
	background-color:#dcbcaa52;
}
.trovie_hover{
	background-color:#cfaadc3e;
}
.probe_ipa_hover{
	background-color:rgba(220, 192, 170, 0.397);
}

img{
	max-width:100%;
}
a{
	color:black;
	text-decoration:none;
}
a:hover, .active-process{
	border-bottom:1px solid black
}
ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
header{
	padding-top: 37px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transform: scale(1); 
	transition: 0.15s all ease;
}
.nav li a{
	font-weight:700;
	position:relative;
	border-bottom:0px;
}
.nav li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -0.1rem;
  left: 0;
  transition: 200ms ease-in;
  background: black;
}
.active:after {
  display:none !important;
}
.logo a{
	border-bottom:0px
}
.nav li a:hover:after {
  width: 100%;
}
.fixheader{
	background-color: white;
    padding: 7px 0px;
    top: 0;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 5%);
}
.fixheader .logo {
    flex: 0 0 143px;
}
#top{
	margin-top: 110px;
}
.container{
	width:1150px;
	margin:0px;
	padding:0px 20px;
	margin:0px auto;
	max-width:100%;
}
.fa-bars{
	cursor:pointer;
	display:none
}
.row{
	display:flex;
	gap:50px;
	align-items:center;
}
.logo{
	    flex: 0 0 215px;
}
.logo img{
	width: 100%;
}
.nav ul{
	display:flex;
	gap:50px;
}
.active{
	border-bottom: 1px solid black !important;
}
.crow{
	display:flex;
	gap:12px;
}
.ac{
	align-items:center;
}
.profileimg{
	flex: 0 0 358px;
}
h1{
	margin: 0px;
    font-size: 61px;
}
.sub{
	margin:0px;
	font-weight:700;
	font-size:21px;
	margin-top: 35px;
}

h3{
	font-size: 38px;
	margin:0px;
}

.two-col{
	display:grid;
	grid-template-columns: repeat(2, 1fr);	
	gap:0px;
	position:relative;
	margin-top: 126px;
	align-items:end;
	
}
.end{
	display: flex;
    align-items: end;
}

.slider{
	margin-bottom:12px;
	margin-top: 126px;
}
.leftcol .textcol{
	    padding-right: 69px;
}
.leftcol .imgcol{
	margin-left: -55px;
}
.rightcol .imgcol{
	    margin-right: -32px;
}
.rightcol .textcol{
	padding-left: 69px;
}

.slider a{
	border:0px !important;	
}
.work{
	background-image:url(../img/work.svg);
	background-position:center center;
	background-size:cover;
	padding-top:249px;
}
.col-2{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:12px;
	align-items:center;
}
.top-img{
	    margin-bottom: -100px;
}
.bannerlink{	
	font-weight: 400;
    font-size: 32px;
	margin-bottom: 25px;
    margin-top: 0px;
}
.work h1{
	margin-bottom:25px;
	margin-top:0px;
	font-size: 32px;
}
.work p{
	margin:0px;
	font-size:16px;
	font-weight:500px;
}
.process-container{
	display:flex;
	gap:22px;	
	margin-top: 189px;
	position: relative;
}
.process-left{
	flex: 0 0 200px;

}
.process-left h3{
	font-size:38px;
	font-weight:700;
}
.process-nav{
	margin-top: 23px;
}
.process-nav li{
	margin-bottom:16px;
}
.process-nav li a{
	font-weight:700
}
.process-content h2{
	font-size:38px;
	font-weight:700;
}
.left-space{
	padding-left: 136px;
}

.content-image-text{
	flex: 0 0 70%;
	margin-top: 112px;
		display:flex;
	gap:61px;
}
.content-image{
	flex: 0 0 55%;
}
.percent{
	font-weight:400;
	font-size:160px;
}
.text-center{
	text-align:center;
}
.mt-big{
	margin-top: 126px;
}
.fixed {
	position: fixed;
    top: 92px;
    width: 200px;
}

.tbox{
	background-color: #D9D9D9;
    border: 0px;
    outline: 0px;
    width: 100%;
    padding: 12px;
    margin-bottom: 22px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;    
}
label{
    font-weight: 500;
    padding-left: 12px;
    margin-bottom: 7px;
    display: block;
}
#contact{
	margin-top:189px;
}
.form{
	margin-top: 39px;
}
textarea{
	height:122px;
}
#contact .col-2{
	gap:70px;
}
.btn{
	background-color:#4E4E4E;
	color:white;
	outline:0px;
	width:100%;
	font-family: 'Inter', sans-serif;
	padding: 11px;
	cursor:pointer;
    font-size: 16px;
	border:0px;
}


.open_prototype{
	background-color:#875d5d;
	color:white;
    font-size: 18px;
    font-weight: 700;
	bottom: -20px; 
    display: inline-block;
    margin-top: 14px;
    padding: 12px;
    border-radius: 5px;
    border: 0px !important;
}

.btn:hover, .open_prototype:hover{
	background-color:#8b8b8b;
}

.maps_button{
	background-color:#3b9144;
	color:white;
	
    font-size: 18px;
    font-weight: 700;
	bottom: -20px; 
    display: inline-block;
    margin-top: 14px;
    padding: 12px;
    border-radius: 5px;
    border: 0px !important;
}
.maps_button:hover {
	background-color: #2d6e33;
	transform: scale(1.02);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.ipa_button{
	background-color:#eb0000;
	color:white;
	
    font-size: 18px;
    font-weight: 700;
	bottom: -20px; 
    display: inline-block;
    margin-top: 14px;
	margin-bottom: 20px;
    padding: 12px;
    border-radius: 5px;
    border: 0px !important;
}
.ipa_button:hover {
	background-color: #983737;
	transform: scale(1.02);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}
.ipa_prototype{
	background-color:#f3e6e6;
	color: black;
	
    font-size: 18px;
    font-weight: 700;
	bottom: -20px; 
    display: inline-block;
    margin-top: 14px;
	margin-bottom: 20px;
    padding: 12px;
    border-radius: 5px;
    border: 0px !important;
}
.ipa_prototype:hover {
	background-color: #efe0e0;
	transform: scale(1.02);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.probe_ipa_button{
	background-color:#eb0000;
	color:white;
	
    font-size: 18px;
    font-weight: 700;
	bottom: -20px; 
    display: inline-block;
    margin-top: 14px;
	margin-bottom: 20px;
    padding: 12px;
    border-radius: 5px;
    border: 0px !important;
}
.probe_ipa_button:hover {
	background-color: #983737;
	transform: scale(1.02);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.redesign_button{
	background-color:rgb(222, 125, 80);
	color:white;
	
    font-size: 18px;
    font-weight: 700;
	bottom: -20px; 
    display: inline-block;
    margin-top: 14px;
    padding: 12px;
    border-radius: 5px;
    border: 0px !important;
}
.redesign_button:hover {
	background-color: #987137;
	transform: scale(1.02);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.two-col a{
	border:0px !important;
}
footer{
	text-align:center;
	margin-top: 83px;
	margin-bottom: 14px;
}
@media screen and (max-width: 1160px) {
	.profileimg {
		flex: unset;
	}
	.two-col{
		grid-template-columns: repeat(1, 1fr);
	}
	.leftcol .textcol {
		padding-right: 0px;
		order: 1;
	}
	.leftcol .imgcol {
		margin-left: 0;
	}
	.rightcol .imgcol {
		margin-right: 0px;
	}
	.rightcol .textcol {
		padding-left: 0px;
	}
	.two-col img{
		width:100%;
	}
	.dvdthree {
		height: 100%;
		margin-top: 0;
	}
	.textcol{
		    margin-top: 27px;
	}
	.percent {
		font-weight: 400;
		font-size: 63px;
	}
}
@media screen and (max-width:992px) {
	.crow {
		display:block;
	}
	.profileimg{
		text-align: center;
		margin-top: 39px;
	}
	.profileimg img{
		width: 332px;
		max-width: 100%;
	}

}
@media screen and (max-width:768px) {
	
	.dvdthree{
		left:39%;
	}
	h1 {
		font-size: 43px;
	}
	.fa-bars{
		display:block;
	}
	header .row{
		justify-content: space-between;
	}
	.nav{
		position: absolute;
		background-color: white;
		width: 100%;
		z-index: 999;
		right: 0;
		left: 0;
		top: 113px;
		padding: 20px;
		border-bottom: 6px solid #d9d9d9;
		display:none;
	}
	.nav ul{
		display: grid;
		gap: 26px;
	}
	.col-2{
		grid-template-columns: repeat(1, 1fr);
		gap: 42px;
	}
	.mob-center{
		text-align:center;
	}
	.content-image-text{
		display:grid;
		gap: 42px;
	}
	.left-space {
		padding-left: 42px;
	}
	.process-left{
		display:none;
	}
	#top, #contact {
		margin-top: 167px;
	}
	.work{
		    padding-top: 167px;
	}
}
@media screen and (max-width:500px) {
	.nav{
		    top: 63px;
	}	
}

.popup{
	cursor:pointer;
}
.md-modal {
	position: fixed;
    top: 50%;
    left: 50%;
    width: 512px;
    max-width: 100%;
    padding: 17px;
    /* min-width: 600px; */
    height: auto;
    z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(40,43,49,.8);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #333;
	background: #fff;
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#md-close{
	color: white;
   position: absolute;
    right: 15px;
    top: 12px;
    background-color: black;
    width: 26px;
    height: 26px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 62px;
    font-weight: bolder;
    font-size: 12px;
    cursor: pointer;
}

.IPA{
	background-image:url(../img/02_IPA/work\ ipa.svg);
	background-position:center center;
	background-size:cover;
	padding-top:249px;
}
.Google_Maps{
	background-color: rgba(151, 220, 197, 0.692);
	background-position:center center;
	background-size:cover;
	padding-top:249px;
	padding-bottom: 20px;
}
.redesign{
	background-color: rgba(220, 200, 151, 0.692);
	background-position:center center;
	background-size:cover;
	padding-top:249px;
	padding-bottom: 20px;
}

hr {
	border: none; /* Remove default border */
	border-top: 0px none; /* Add a top border for a line */
	margin: 110px 0; /* Add vertical spacing */
	width: 50%; /* Control the width of the line */
	height: 5px; /* Control the height for a thicker divider */
  }

  .button-container {
	display: flex;
	gap: 10px; /* space between buttons */
	justify-content: flex-start; /* align left */
	align-items: left; /* vertically align center */
}
.buttons-row {
    display: flex;          /* put children side by side */
    gap: 10px;              /* space between buttons */
    justify-content: left; /* optional: center the row */
    flex-wrap: wrap;        /* optional: wrap to next line on small screens */
}

.button-container {
    display: inline-block;  /* ensures each button container sizes correctly */
}
