.section3{
	width: 100%;
	height: 100%;
}

.section3-main{
	width: 80%;
	height: 100%;
	margin-left: 10%;
	margin-top: 6%;
}
.tab {
  height: 100%;
  align-items: center;
  position: relative;
}

.tab-container {
  max-width: 100%; height: 100%;
  margin: 0 auto;
}

.tab-nav {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  list-style: none;
  border-bottom: 2px solid #132c4f;
  position: relative;


}

.tab-nav li {
	margin-top: 12%;
  padding: 20px 30px;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;

}

.tab-nav li.active {
  color: #f5a934;
  transform: scale(1.2);
}

.tab-nav li:not(:last-child) {
  margin-right: 70px;
}

.tab-body {
    margin-top: 50px;
    display: none;
    animation: fade 0.8s;
  }
  
  .tab-body.active { display: block; }
  
  @keyframes fade {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }
  
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }


.section3-tab-cont{
	width: 100%;
    margin-top: 3%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 25px;
}
.section3-tab-card{
	width: 100%;
	height: 100%;
}

.section3-tab-card img{
	width: 100%;
}

.section3-tab-card h1{
	font-size: 25px;
	margin-top: 3%;
}
.section3-tab-card h1 span{
	color: #f5a934;
}
.section3-tab-card p{
	font-size: 16px;
	margin-top: 5%;
	line-height: 27px;
	color: #132c4f;
}


.section3-tab-end{
	width: 100%;
    margin-top: 10%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 25px;
	
}

.section3-tab-end-card{position: relative;
	width: 100%;
	height: 100%;
	transition: .4s ease;

}

.section3-tab-end-card-circle{position: relative;
	width: 90%;
	height: 45px;
	border-radius: 0px;
	background-color: #f5a934;	
	margin-top: 0%;
	margin-left: 5%;
	transition: .3s ease;
}

.section3-tab-end-card-circle h1{position: absolute;
	color: white;
	font-size: 25px;
	text-align: center;
	margin-top: 7.5%;
	margin-left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}

.section3-tab-end-card p{
	font-size: 16px;
	text-align: center;
	margin-top: 4%;
	line-height: 35px;
	color: #132c4f; 
	transform: .4s ease;
}





.section3-civil{
	width: 85%;
	height: 100%;
	display: flex;
	margin-top: 10%;
	margin-left: 7.5%;
}

.section3-civil-left{
	position: relative;
	width:72%;
	height: 100%; 
}

.section3-civil-left img{
	width: 100%;
	height: auto;
}

.section3-civil-left span{
	display: flex;
	margin-top: 3%;
}
.section3-civil-left span hr{
	width: 4px;
	height: 25px;
	background-color: #f5a934;
	border: none;
	margin-top: 0.8%;
}
.section3-civil-left span h1{
	font-size: 25px;
	margin-left: 1%;
}

.section3-civil-left p{
	margin-top: 1.5%;
	line-height: 35px;
	font-size: 16px;
	font-weight: 500;
}

.section3-civil-right{
	position: relative;
	width: 26%;
	height: 100%;
	margin-left: 2%;
	background-color: #f5a934;
}

.section3-civil-right img{
	width: 100%;
	height: auto;
}

.section3-civil-right p{
	text-align: center;
	margin-top: 2%;
	font-size: 17px;
	color: white;
	font-weight: 600;
	width: 98%;
	margin-left: 1%;
}
.section3-civil-right-blank{
	width: 100%;
	height: 50px;
}
.section3-civil-blank{
	width: 100%;
	height: 50px;
}





.section3-install{
	width: 85%;
	height: 100%;
	display: flex;
	margin-top: 10%;
	margin-left: 7.5%;
}

.section3-install img{
	width: 50%;
	height: auto;
}

.section3-install-text{
	margin-left: 3%;
	width: 47%;
	height: 100%;
}

.section3-install-text h1{
	font-size: 25px;
}

.section3-install-text h1 span{
	color: #f5a934;
}

.section3-install-text p{
	margin-top: 2%;
	font-size: 16px;
	font-weight: 500;
}

.section3-install-end{
	width: 85%;
	height: 100%;
	margin-top: 8%;
	margin-left: 7.5%;
}

.section3-install-end h1{
	text-align: center;
	color: #f5a934;
	font-size: 35px;
}

.section3-install-end-cont{
	width: 100%;
    margin-top: 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
	gap: 50px 30px;
}

.section3-install-end-card{
	width: 100%;
	height: 100%;
	background-color: #132c4f;
	transition: .4s ease;
	border-radius: 5px;
}

.section3-install-end-card h2{
	color: white;
	font-size: 23px;
	text-align: center;
	margin-top: 10%;
}

.section3-install-end-card p{
	color: white;
	margin-top: 2%;
	text-align: center;
	width: 95%;
	margin-left: 2.5%;
	line-height: 30px;
}


.section3-install-end-card-blank{
	width: 100%;
	height: 50px;

}

.section3-install-end-card:hover{
	margin-top: -5%;
}

.section3-install-end-blank{
	width: 100%;
	height: 100px;
}