/* === FOOTER WRAPPER === */
.design_io_footer_wrapper {
  position: relative;
  background-color: #121212;
  color: #ffffff;
  font-family: "Staatliches"  !important;
  text-align: center;
  padding: 60px 20px 30px;
  overflow: hidden;
  margin: 50px !important;
  font-family: "Staatliches"  !important;
}

/* === CTA SECTION === */
.design_io_footer_cta {
  padding-top: 40px;
  position: relative;
}

/* === LOGO BLOCK WITH LINE ABOVE === */
.design_io_footer_logo_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.design_io_footer_logo_line {
  width: 1px;
  height: 100px;
  background-color: white;
  margin-bottom: 20px;
}

.design_io_footer_logo img {
  display: block;
  margin: 0 auto 20px;
}

/* === TEXT HEADINGS AND CONTACT === */
.design_io_footer_heading {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #ccc;
}

.design_io_footer_contact p {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 500;
}

.design_io_footer_contact a {
  color: #fff;
  text-decoration: none;
}

.design_io_footer_contact a:hover {
  color: white;
}

.design_io_footer_address p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
}

/* === RIGHT SOCIAL SECTION === */
.design_io_social_wrapper {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.design_io_social_title {
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  color: white;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.design_io_social_line {
  width: 1px;
  height: 50px;
  background-color: white;
  margin-bottom: 30px;
}

.design_io_social_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.design_io_social_list li img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(5deg) saturate(500%) brightness(1.1);
  transition: opacity 0.3s ease;
}

.design_io_social_list li img:hover {
  opacity: 0.7;
}

/* === BOTTOM FOOTER SECTION === */
.design_io_footer_bottom {
  background-color: #0e0e0e;
  padding-top: 30px;
  border-top: 1px solid white;
  margin-top: 50px;
}

.design_io_footer_links {
  /*display: flex;*/
  /*justify-content: center;*/
  flex-wrap: wrap;
  font-size: 12px;
  color: #ccc;
}

.design_io_footer_menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.design_io_footer_menu li a {
  text-decoration: none;
  color: #ccc;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}

.design_io_footer_menu li a:hover {
  color: white;
}
.fa-brands{
    color: white !important;
    font-size: 21px !important;
    
}
.fa-brands:hover{
    color: white !important;
    
}

 .project_publication_full_section {
    width: 100%;
    height: 100vh; /* Full screen height */
    display: flex;
    justify-content: center;
    align-items: center;
    padding:60px 0px;
  }

  .project_publication_image_wrapper {
    position: relative;
    width: 90%; /* leave space on left & right */
    height: 100%;
    overflow: hidden;
  }

  .project_publication_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px; /* optional rounded edges */
  }

  .project_publication_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .project_publication_button {
    padding: 15px 30px;
    font-size: 18px;
    border: 1px solid white;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .project_publication_button:hover {
    background: white;
    color: black;
  }
  .instagram_page_sec{
      padding:60px 0px !important;
      background:white ;
  }
  .instagram_page_row h2{
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
}
  .architrectual_proj_box h2 {
    margin: 0px !important;
    font-size: 35px !important;
    letter-spacing: 2px;
}

  @media only screen and (max-width: 600px) {
    .architrectual_proj_box h2 {
        margin: 0px !important;
        font-size: 25px !important;
        letter-spacing: 1px !important;
    }
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  