   /* About Us Section */
   /* About Us Section */
   /* About Us Section */
   /* About Us Section */
        /* .about-us {
            display: flex;
  
            justify-content: center;

            margin-bottom: 25px;
            margin-top: 25px;
            z-index: 100;
        }

        .about-image2 {
            flex: 1;
            max-width: 350px;
            margin-left: 30px;
            min-width: 250px;
            transition: transform 0.3s ease-in-out;
        }

        .about-image2 img {
            width: 100%;
            height: auto;
            border-radius: 25px;
            
        }

        .about-content {
            flex: 2;
            max-width: 600px;
            min-width: 250px;
            margin: 8px;
        }

        .about-content h1 {
            font-size: 36px;
            margin-bottom: 20px;
            color: #cea861;
            font-family: sans-serif;
        }
        .about-content h2 {
            font-size: 28px;
            color: #666;
        }

        .about-content p {
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 25px;
            font-family: sans-serif;
			 color: #666;

        }

        .about-content ul {
            list-style-type: none;
            padding: 0;
        }

        .about-content ul li {
            font-size: 18px;
            margin-bottom: 10px;
        }

  
        .about-content2 p {
            font-size: 20px;
            line-height: 1.6;
     
            font-family: sans-serif;
            text-align: center;
            padding: 20px;
            padding-left: 30px;
            padding-right: 30px;
        }
        .about-content2 h1 {
            font-size: 36px;
   
            color: #30b5b0;
            font-family: sans-serif;
            text-align: center;
        }


        @media (max-width: 1024px) {
            .about-us {
                flex-direction: column;
                align-items: center;
            }

            .about-image2 {
                margin-left: 0;
                margin-bottom: 20px;
                
            }


            .about-content {
                text-align: center;
            }

            .about-content h1 {
                font-size: 30px;
            }

            .about-content p {
                font-size: 20px;
                font-family: Verdana, Geneva, Tahoma, sans-serif;
            }
        }

        @media (max-width: 768px) {
            .about-content h1 {
                font-size: 27px;
            }

            .about-content p {
                font-size: 16px;
            }
            .container{
                width: 80%;
                display: block;
                margin: auto;
                padding-top: 50px;
            
            }
            .content-section{
                float: none;
                width: 100%;
                display: block;
                margin: auto;
            }

            .image-section {
                float: none;
                width: 100%;
        
            }
            .image-section img{
                width: 100%;
                height: auto;
                display: block;
                margin: auto;
        
        
            }
            .content-section .title{
                text-align: center;
                font-size: 19px;
            }
            .content-section .content .button{
                text-align: center;
        
            }
            .content-section .content .button a{
                text-align: center;
            }
        } */
       
        /* .about-image:hover {
/* ..................................services......................... */
.card-container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}
.card{
	width: 300px;
	background-color: #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
	margin: 17px;
    display: flex;
    flex-direction: column;
}
.card img{
	width: 100%;
	height: 75%;
}
.card-content{
	padding: 16px;
}
.card-content h5{
margin-bottom: 8px;
text-align: center;
}
@media( max-width: 800px){
	.card{
		width: 150px;
	}
	.card-content{
		padding: 1px;
	}
	.card{

		margin: 15px;
	}
}

/* .......................................services....................... */

/* ofice ...........................................project... */

.project-heading h1{
  
    text-align: center;
    font-family:sans-serif ;
    justify-content: center;
    color: #3d3d3d;

    
}
.gal hr{
	text-align: center;
	width: 200px;
	margin: auto;
	/* margin-top: 8px 8px; */
    margin-bottom: 10px;
}
.gal h1{
    text-align: center;
}




.project{
    font-family: Arial, sans-serif;
    /* background-color: #f7f7f7; */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


.card-button {
  background-color: #cea861;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  
  /* These 3 lines fix the width issue */
  width: auto;           /* Don't stretch full width */
  align-self: center;    /* Center inside flex parent (card-body) */
  display: inline-block; /* So it keeps its natural width */
}

/* .card {
    background-color: white;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
} */

.card:hover {
    transform: scale(1.05);
}

.card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 2px solid #f1f1f1;
    filter: brightness(0.9);
 
}

.card-body {
    padding: 20px;
}

/* next page 550 line in style.css................................ */

.card-button:hover {
    background-color: #3d3d3d;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .card {
        width: 280px;
        gap:40px;
    }
}

@media (max-width: 768px) {
    .card {
        width: 310px;
        /* width: 100%; */
        /* max-width: 400px; */
    }

    .card-container {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .card {
        width: 300px;
        /* width: 100%; */
        max-width: 350px;
    }
    
}

.card-button:hover {
    background-color: #3d3d3d;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .card {
        width: 280px;
        gap:40px;
    }
}

@media (max-width: 768px) {
    .card {
        width: 310px;
        /* width: 100%; */
        /* max-width: 400px; */
    }

    .card-container {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .card {
        width: 300px;
        /* width: 100%; */
        max-width: 350px;
    }
    
}


/* ...........................front and back.................. */
.forntf{
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.backf{
    margin: 15px;
    height: 260px;
    width: 500px;
    /* border: #000 solid; */
}
.fbp p{
	text-align: center;
	font-size: x-large;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
.backf img{
    width:100%;
	height:100%;
    border: 2px double;
}



	@media (min-width:600px) and (max-width:1200px){
		.backf{
			height: 290px;
			width: 580px;
		}
		.fbp p{
			font-size: x-large;
		}
	}
	@media (min-width:1200px){
		.backf{			
			height: 300px;
			width: 580px;			
		}
		.fbp p{
			font-size: xx-large;
		}
	}






/* map..................................... */



/* Updated CSS for .about-us11 section */

.about-us11 {
  display: flex;
  justify-content: center;
  margin: 25px 0;
  z-index: 100;
}

.about-content11 {
  flex: 2;
  max-width: 600px;
  min-width: 250px;
  margin: 8px;
}

.about-content11 h2 {
  font-size: 28px;
  color: #3d3d3d;
  font-family: sans-serif;
  margin-bottom: 10px;
}

.about-content11 p {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-family: sans-serif;
  color: #666;
  padding: 5px;
}

.about-image11 {
  flex: 1;
  max-width:450px;
  margin-left: 30px;
  min-width: 350;
  height: 450px;
  transition: transform 0.3s ease-in-out;

}

.about-image11 iframe {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  border: 0;
}

/* Responsive styling */
@media (max-width: 1024px) {
  .about-us11 {
    flex-direction: column;
    align-items: center;
  }

  .about-image11 {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .about-content11 {
    text-align: center;
  }

  .about-content11 h2 {
    font-size: 24px;
  }

  .about-content11 p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .about-content11 h2 {
    font-size: 32px;
  }

  .about-content11 p {
    font-size: 16px;
  }

  .about-image11 iframe {
    width: 100%;
    height: 250px;
      max-width: 100%;
    margin: 0 auto;

  }
}
@media (max-width: 450px) {
  .about-us11 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-image11 {
     margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .about-image11 iframe {
    width: 100%;
    max-width: 100%;
    height: 250px;
  }

  .about-content11 {
    padding: 0 15px;
  }

  .about-content11 h2 {
    font-size: 30px;
  }

  .about-content11 p {
    font-size: 14px;
  }
}


/* ....................................FOOTER.......................... */
.footbody{
	display: grid;
	justify-content: end;
	align-content: end ;
	min-height: 100%;
}
footer{
	position:relative;
	width: 100%;
	height: auto;
	padding: 50px 100px;
	background-color:#cea861;
	margin-top: 35px;
}
footer .container{
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
footer .container .sec h2{
	position: relative;
	color: #311e24;
	font-weight:500 ;
	margin-bottom: 15px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
footer .container .sec p{
color: #311e24;
font-family: Arial, Helvetica, sans-serif;

}
.sec.abouctus p{
padding-right: 20px;
}
.quicklinks{
	position: relative;
    border-right: solid 2px #311e24;
}
.quicklinks li{
	list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
.quicklinks li a{
	color: #311e24;
	text-decoration: none;
	margin-bottom: 10px;
	display:inline-block ;
	font-size: 16px;
}
.sec.abouctus {
	border-right: solid 2px #311e24;
}
.sec.contact {
	border-right: solid 2px #311e24;
}

.info{
	position: relative;
}
.info li{
display: grid;
margin-bottom: 16px;
}
.info li span:nth-child(1){
	color: #311e24;
	font-size: 20px;
}
.info li span{
	color: #311e24;
    font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.info a{
	color:#311e24;
	text-decoration: none;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;

}

.quicklinks li a:hover{
	color: #fff;
}
.copyrightText{
	width: 100%;
	background: #311e24;
	padding: 8px 100px;
	text-align: center;
	color: #cea861;
	font-family: Arial, Helvetica, sans-serif;
}
@media ( max-width:1130px){
	footer{
		padding: 40px;
	}
	footer .container{
		grid-template-columns:repeat(2,1fr);
	}
	.copyrightText{
		width:100%;
		background:#311e24;
		padding: 8px 40px;
	}
.quicklinks{
	border:none ;
}	
}
@media (max-width:768px){
        footer .container{
			text-align: center;
           grid-template-columns:repeat(1,1fr) ;
		}
		.sec.abouctus {
			border: none;
		}
		.sec.contact {
            border: none;
		}
}