body {
    font-family: Georgia,sans-serif;
    margin: 0;
    padding: 0;
	-webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none; /* Standard */
}
header {
    background-color: white;
    color:#0056b3;    
}
.logo-certifications {
    background-color: white;
    padding: 0px;
	width:100%;
	height: 100px;
    display: flex;
    align-items: center;
}
.logo-certifications h1 {
    margin-left: 2%;
    color:#154d34;
	font-size: 35px;
	font-family: Georgia, serif;
}
.certifications{
     width: 50%;
     float: right;
}
.company{
    display: flex;
    float: left;
    width: 50%;
	align-items: center;
}
.company #logo{
    height: 60px;
    margin-left: 40px;
}
.certifications img {
    display: in-line;
    float: right;
    height: 45px;
	margin-right: 50px;   
}
.certifications-1 img{
    height: 48px;
}
.facebook {
  padding: 15px 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
}
.facebook:hover {
    opacity: 0.7;
}
.facebook {
  background: #3B5998;
  color: white;
}
nav {
    display: flex;
    background: linear-gradient(rgba(252,182,3) 0%,rgb(252,107,3) 100%);
    padding: 10px 20px;
	height:55px;
	justify-content: center;
	align-items: center;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
	overflow:hidden;
}
nav ul li {
    margin: 0 28px;	
}
nav ul li a {
    color: white;
    text-decoration: none;
	font-weight: 750;	
}
nav ul li a::after{
	content: '';
	width: 0%;
	height: 2px;
	background: white;
	display: block;
	margin: auto;
	transition: 0.6s;
	}	
nav ul li a:hover::after{
	width: 100%;
}
nav ul li a.active::after{
    content: '';
    width: 100%;
	height: 2px;
	background: white;	
}
.hero {    
    background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-size: cover;	
    color: white;
    text-align: center;
    padding: 100px 20px;
}
.hero-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 34px;
    display: inline-block;	
}
.hero-text h2 {
    margin: 0 0 20px 0;
	font-size: 28px;	
}
.hero-text p {
    margin: 0 0 20px 0;
	letter-spacing: 1px;
}
.contact-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-button .fab {
    font-size: 40px;
    color: #4CAF50;
    margin-bottom: 10px;
}
.button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 12px;
    border: 1px solid white;
    cursor: pointer;
    font-size: 20px;
	box-shadow:  7px 7px 0px #154d34;
    text-decoration: none;	
}
.button:hover {
    background-color: #45a049;
}
.button i {
    font-size: 28px;
    margin-left: 10px;
}
.underline {
    width: 50%;
    height: 2px;
    background-color: #0c58c5;
    margin: 10px auto;
    border: none;
}
.experience {
    text-align: center;
	margin-left: 40px;
	margin-right: 40px;
    padding: 100px 20px;
    display: inline-block;
    background-color: #fff;	
}
.structure{
width: 100%;
align-items: center;
clear: both;
}
 #difference{
 width: 30%;
 height: 280px;
}
.experience p {
    margin: 20px 20px 20px 20px;
	letter-spacing: 1px;
}
.experience img{
    width: 60%;  
    height: 300px; 
}
/* Slider Gallery */
.slider {
    position: relative;
    max-width: 100%;
    margin-left: 70px;
	margin-right: 70px;
    overflow: hidden;
}
.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
	will-change: transform;
}
.slide {
min-width: 33.33%;
 /* Each slide takes up 100% of the slider width */
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;     
}
.slide img {
    width: 380px;  
    height: 280px; 
    object-fit: cover; 
    border-radius: 10px; 
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    font-size: 18px;
    border: none;
    z-index: 2;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.why-choose-us {
  background:linear-gradient(rgba(252,182,3) 0%,rgb(204, 82, 0) 100%);  
  color: white;
  text-align: center;
  padding: 50px 20px;
  margin-top: 50px;
}
.why-choose-header {
  margin-bottom: 30px;
}
.why-choose-header .why-choose-icon {
  width: 50px; 
  margin-bottom: 10px;
}
.why-choose-header h2 {
  font-size: 2em;
  margin: 10px 0;
}
.why-choose-header p {
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 600px;
}
.why-choose-features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}
.feature {
  text-align: center;
  margin: 20px;
  width: 200px;
}
.feature img {
  width: 60px; 
  margin-bottom: 10px;
}
.feature h3 {
  font-size: 1.1em;
  margin-top: 10px;
}
.feature p{
letter-spacing: 1px;
}
.services-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three columns for the grid */
    gap: 30px;
    padding: 40px;
    justify-items: center;
	margin-bottom: 80px;
}
.photos img{
width: 30%;
height: 300px;
padding-left: 30px;
}
.service-card {
    width: 250px;
    height: 150px;
    background: linear-gradient(rgba(69, 160, 73) 0%,rgb(21, 77, 52) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    color: white;
    text-align: center;
	cursor:pointer;
}
.service-card:hover {
    transform: translateY(-15px); 
}
.service-icon {
    font-size: 50px;
    margin-bottom: 10px;
}
.service-card h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact-section {
    text-align: center;
    background-color: #f1f1f1;
    padding: 50px 20px;
    color: #333;
}
.contact-section h2 {
    font-size: 30px;
    color:#154d34;
    margin-bottom: 30px;
    font-family: Georgia, serif;
}
.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.contact-item {
    background:#cc5200;
    color: white;
    padding: 20px;
    width: 280px;
	height: 60px;
	align-items:center;
    border-radius: 1px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.open{
   width: 46%;
   float: left;
}
.closed{
   width: 46%;
   float: right;
}
.contact-item i {
    font-size: 30px;
	float: left;
	padding-right: 20px;
    margin-top: 10px;
}
.contact-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-item p {
    font-size: 16px;
}
footer {
    margin-top: 50px;
    font-size: 14px;
	color: #1f7887;
}
footer p {
    font-weight:600;
    margin: 0;
}
/* Media query for responsive design */
@media only screen and (max-width: 768px) {   
body {
     font-size: 16px; 
}
header {
     padding: 10px;
}
.logo-certifications {
     flex-direction: column; /* Stack elements vertically */
     align-items: center;
     height: auto; /* Allow height to adjust to content */		
}
.logo-certifications h1 {
     margin-left: 0; /* Center the heading */
     font-size: 26px; 
     text-align: center;
}
.certifications, .company {
     width: 100%; 
     float: none; 
     text-align: center;
	justify-content: center;
}
.certifications img {
     display: in-line;
     height: 30px; 
}
.certifications-1 img {
     margin: 0 auto; 
     display: in-line;
     height: 35px; 
} 
.company #logo{
    height: 25px;
    margin: 10px;
}
nav {
     flex-direction: column;
     height: auto; 
}
nav ul {
     flex-direction: column; 
     align-items: center;
}
nav ul li {
      margin: 10px 0; /* Add space between items */
}
.hero {
     padding: 50px 20px; 
}
.hero-text h2 {
     font-size: 24px; 
}
.button {
     font-size: 18px; 
     padding: 10px 12px;
}
.facebook{
	 display: inline-block; 
     margin-left: 10px;
     margin-top: 10px; 
}
.experience {
     margin: 20px; 
     padding: 50px 20px; 
}	
.experience img{
    width: 60%;  
    height: 100px; 
}
#rating, .fb-page {
    margin:0;
	padding:0;
    width: 100%; /* Make the sections full width */
    float: none; 
    text-align: center;
    justify-content: center;
}
.open, .closed {
	float: none;
    width: 100%; /* Each column takes up approximately half of the container */
    display: flex;
    flex-direction: column;
}	
.structure #difference {
     width: 30%; /* Make images full-width */
     height: 80px; /* Maintain aspect ratio */
     padding: 10px; /* Remove padding */
}
.slider {
	min-width: 33.33%;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-right: 0; /* Remove extra margins */
}
.slider-container {
    display: flex;
    transition: transform 0.9s ease-in-out;
	will-change: transform;
}
.slide img {
    width: 220px;  
    height: 170px; 
    object-fit: cover; 
    border-radius: 6px; 
}
.prev, .next {
   margin-left: 20px;
   margin-right: 20px;
}
.why-choose-us h2{
	font-size:22px;
}	
.why-choose-features {
    flex-direction: flex; /* Stack features vertically */
    justify-content: space-around;
    flex-wrap: wrap;		
	margin-left: 0;
    margin-right: 0; /* Remove extra margins */
}
.contact-section h2{
    font-size: 24px;
}
.services-section {
     grid-template-columns: 1fr; /* Display services in a single column */
     gap: 20px; /* Adjust spacing */
}
.photos img {
     width: 30%; /* Make images full-width */
     height: 60px; /* Maintain aspect ratio */
     padding: 10px; /* Remove padding */
}
.service-card {
     width: 100%; /* Full-width service cards */
     margin: 0 auto; /* Center service cards */
} 
.contact-info {
	display: flex;
    flex-direction: column; /* Stack contact items vertically */
    gap: 10px; /* Adds space between the items */
    align-items: center; /* Center items within the flex container */
}
.contact-item {
    width: 75%; /* Make contact items full width */
    height: auto; /* Allow height to adjust */
}
.contact-item p{
    font-size: 15px;
}
footer {
    padding: 20px; /* Adjust padding */
}
footer p {
    text-align: center; /* Center footer text */
}
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
body {
    font-size: 16px;
}
header {
    background-color: white;
    color: #0056b3;
    padding: 20px;
}
.logo-certifications {
    display: flex;
	flex-direction: row;
	height:60px;
	align-items: center;
}
.logo-certifications h1 {
	float:left;
    margin-left: 30px;
    font-size: 28px;
}
.certifications img {
    height: 30px;
    margin-right: 20px;
}
.company #logo{
    height: 35px;
    margin: 10px;
}
.company{
width: 60%;
}

#rating {
    width: 100%;
    margin-left: 0;
    text-align: center; 
}
.fb-page {
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
}
nav ul{
    display: flex;
	flex-direction: row;
}
nav ul li {
    margin: 0 15px; /* Reduced margin for menu items */
}
.hero {
    padding: 50px 10px;
}
.hero-text h2 {
    font-size: 24px;
}
.experience {
     margin: 20px;
     padding: 50px 10px;
}
.experience img {
     width: 100%; /* Make images full width */
     height: auto; /* Keep aspect ratio */
}
.structure{
     clear: both;
     width: 100%;
     align-items: center;
     margin-top: 30px;
}
.structure #difference {
     width: 26%; /* Make images full-width */
     height: 140px; /* Maintain aspect ratio */
     padding: 10px; /* Remove padding */
}
.slider {
     margin-left: 10px;
     margin-right: 10px;
}
.slide img { 
     width: 90%;
     height: 150px;
}
.why-choose-us {
     padding: 30px 10px;
}
.why-choose-features {
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
     margin-top: 30px;
}
.feature {
     text-align: center;
     margin: 20px;
     width: 100px;
}
.feature i{
     font-size:20px;
}
.feature h3 {
     font-size: 0.9em;
     margin-top: 10px;
}
.services-section {
     grid-template-columns: repeat(3, 1fr); /* Two columns instead of three */
     gap: 20px;
}
.service-card {
	 padding-top:10px;
     width: 100%;
     height: auto;
     margin: 0 10px;
}
.contact-section {
     padding: 30px 10px;
}
.contact-info {
    display: flex;
	flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.contact-item {
    background:#cc5200;
    color: white;
    padding: 20px;
    width: 25%;
	height: 50px;
	align-items:center;
    border-radius: 1px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-item i {
    font-size: 20px;
	float: left;
	padding-right: 10px;
    margin-top: 10px;
}
.contact-item h3 {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-item p {
    font-size: 12px;
}
 .photos img {
        width: 30% !important;/* Make images full-width */
        height: 120px !important; /* Maintain aspect ratio */
        padding: 10px!important; /* Remove padding */
}
  .experience img{
    width: 60%;  
    height: 160px; 
}
 .hero {    
    background-position: center center !important;
}
}
