
ContactPage{
    background: url(/Resources/Buildings/Projects/Resource/60x80houseelevation/3D%20View%20291.jpg) no-repeat  center center/cover; 
    position: relative;
    background-repeat: repeat-x;
    animation: backgroundScroll 55s linear infinite ;
    opacity: 0.9;
}

#page-5{
    background: url(/Resources/Buildings/Civil.jpg) no-repeat  center center/cover; 
    position: relative;
}

.ContactPage::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    backdrop-filter: blur(5px);
    background-color:transparent;
    background: linear-gradient(to right, #ffcccc, #ffebcc, #ffffcc, #ccffcc, #cceeff, #ccccff, #f5ccff);
}

.ContactPage *{
    z-index: 0;
}

.ContactPage-Content{
    margin-top: 40px;
}


.parent {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100vh; /* Full viewport height */
  width: 100vw; /* Full viewport width */
}



.mainContenter {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 20px; /* Space between items */
  justify-items: center; /* Center items horizontally within the grid */
  align-items: center; 
}



.Contactcontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 20px; /* Space between items */
}

.ContactPage-container{
    margin-top: 100px;
}


.item-grid {
  display: flex;
  justify-content: center; /* Center items horizontally */
  padding: 50px
}


.box {
  border: 1px solid #ddd; /* Add border */
  padding: 50px;
  text-align: center; /* Center text */
  border-radius: 8px; /* Optional: rounded corners */
  height:auto; 
     background: rgba(86, 230, 37, 0);
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17.8px);
    -webkit-backdrop-filter: blur(1.8px);
    border: 1px solid rgba(86, 230, 37, 0.05);
    color:red;
}

.title {
  font-size: 14px;
  margin-bottom: 10px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-links a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.social-links i {
  font-size: 24px; /* Adjust icon size */
  margin-right: 8px;
}

h3 {
  margin: 0;
  font-size: 16px;
}
