


.heading-bg {
background: linear-gradient(135deg, #ffffff, #f7f7f7);
  
  padding: 12px 22px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
.description-bg {
background: linear-gradient(135deg, #ffffff, #f7f7f7);
  
  padding: 12px 22px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.second-banner-bg {
  background: #801031;;
  color: #fff;
  padding: 14px 26px !important;
  border-radius: 8px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.second-banner-bg:hover {
  transform: scale(1.04);
}

.projects-div {
    width: 33%;
}
.projects-div .elementskit-infobox {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.projects-div .box-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.projects-div .box-footer {
    margin-top: auto;
}


.proven-public-text{
	background: #801031;
  color: #fff !important;
  padding: 14px 26px !important;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.img-text-bg{
	background: linear-gradient(90deg, rgba(26,26,26,0.85), rgba(74,74,74,0.54));
  color: #fff !important;
  padding: 14px 26px !important;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}
.projects-banner-text{
	background: linear-gradient(90deg, rgba(26,26,26,0.85), rgba(74,74,74,0.54));
  color: #fff !important;
  padding: 14px 26px !important;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.contact-us-banner-text{
	background: linear-gradient(90deg, #1a1a1a, #4a4a4a6e);
  color: #fff;
  padding: 14px 26px !important;
  border-radius: 8px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

/* Desktop: 3 per row */
.projects-div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 10px; /* optional spacing */
}

/* Tablet: 2 per row */
@media (max-width: 1024px) {
    .projects-div {
        flex: 0 0 50%;
        max-width: 50%;
			max-height: 400px;
    }
}

/* Mobile: 1 per row */
@media (max-width: 768px) {
    .projects-div {
        flex: 0 0 100%;
        max-width: 100%;
			max-height: 400px;
    }
}

.about-us-first {
  background: linear-gradient(
    135deg,
    #f5f7fa,
    #c3cfe2
  );
}

.about-us-second {
  background: linear-gradient(
    135deg,
    #f5f7fa,
    #c3cfe2
  );
}


.about-us-third {
  background: linear-gradient(
    135deg,
    #f5f7fa,
    #c3cfe2
  );
}


/* customize footer */

.custom-footer {
  background-color: #c3c9d0;
  color: #801031;
  padding: 80px 20px 40px;
  font-family: inherit;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Navigation */
.footer-nav {
  margin-bottom: 40px;
}

.footer-nav a {
  color: #801031;
  text-decoration: none;
  margin: 0 14px;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* Social */
.footer-social {
  margin-bottom: 40px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color: #801031;
  margin: 0 6px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

/* Info */
.footer-info h4 {
  margin-bottom: 12px;
  font-size: 24px;
	color: #801031;
}

.footer-info p {
  margin: 6px 0;
  font-size: 19px;
}

.footer-phone {
  margin-top: 20px;
  font-size: 16px;
}

/* Bottom Row */
.footer-bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-copy {
  margin-bottom: 10px;
}

.footer-powered {
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-nav a {
    display: inline-block;
    margin: 8px 10px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.ct-container-full{
	padding-bottom: 0px !important;
	padding-top: 0px;
}


.our-projects-h2 h2{
	background: #801031;
    color: #fff !important;
    padding: 14px 26px !important;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}
.wpcf7-submit{
	background: #801031;
}

#about-us-first-section{
	display: none;
}