.nav-container {
  z-index: 999999999 !important;
}
.commercial_title{
  font-size: 19px !important;
  font-weight: 700  !important;
}
.commercial_title2{
  font-size: 20px !important;
  font-weight: 700  !important;
      margin: 17px 0px !important;
}
.image_left_center{
  display: flex !important;
  align-items: center !important;
}
.caption h4{
  color:white !important
}
body{
    background:white !important;
}
html{
    background:white !important;
}
.architrectual_proj_box h2{
    margin: 0px !important;
    font-size: 20px;
    font-weight: 700;
}
.architrectual_proj_box h3{
    font-size: 18px;
    font-weight: 600;
}
.architrectual_proj_box h4{
    font-size: 17px !important;
    font-weight: 700;
    margin-top: 30px;
}

.black_lixt{
    list-style-type:disc !important;
}
.black_lixt2{
    list-style-type:circle !important;
        padding-top: 10px;
}


/* New Css After Meeting */

.nav-container {
        padding: 25px 25px !important;
    }
.nav-container.white .view-toggle .slider-icon {
    border-color: black !important;
    border-radius: 36px !important;
    height: 30px !important;
    width: 30px !important;
}

.design_client_marquee-container {
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      width: 100%;
      padding: 60px  0;
      background: white !important;
    }

    .design_client_marquee-track {
      display: inline-flex;
      white-space: nowrap;
      will-change: transform;
    }

    .design_client_marquee-track img {
      margin-right: 30px;
      /*border-radius: 10px;*/
      flex-shrink: 0;
    }

.design_client_marquee-track img {
    /*height: 90px;*/
    margin-right: 30px;
    border-radius: 10px;
    flex-shrink: 0;
    width: 130px !important;
    /*object-fit: contain;*/
}

.nav-container {
    background: #ffffff4a !important;
}
    .component-form.-contact_form_standard {
        padding-right:0px !important;
    }
.fifty-fifty-layout{
    display:flex;
    justify-content:center;
}

/* for nav scroll about us page */
.design_about_scroll_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.design_about_scroll_container {
    display: flex;
    gap: 40px;
    align-items: flex-start; /* ensures sticky works inside flex */
}

/* Sidebar */
.design_about_scroll_sidebar {
    width: 30%;
    position: sticky;
    top: 120px; /* distance from top */
    align-self: flex-start;
}

/* Sidebar list */
.design_about_scroll_sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.design_about_scroll_sidebar li {
    margin-bottom: 15px;
}

.design_about_scroll_sidebar a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: all 0.3s;
    display: block;
    padding-left: 0;
}

.design_about_scroll_sidebar a.active {
    color: #68b7fa;
    border-left: 3px solid #68b7fa;
    padding-left: 10px;
}

/* Content */
.design_about_scroll_content {
    width: 70%;
}

.view-toggle,.navbar-toggle{
     border:0px !important;
 }

    .design_about_scroll_content {
      width: 70%;
      padding-left: 40px;
    }

    .design_about_scroll_section {
      margin-bottom: 40px;
      scroll-margin-top: 100px;
    }

    .design_about_scroll_section img {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .design_about_scroll_section h3 {
      margin-bottom: 10px;
      color: #222;
    }

    .design_about_scroll_section ul {
      padding-left: 20px;
      list-style: disc;
    }

    .design_about_scroll_section p {
      margin: 10px 0;
    }
.design_pad{
    padding-left:7% !important;
}
    .nav-container.black .view-toggle .slider-icon {
        border-color: #1b1b1e !important;
        height: 30px !important;
        width: 30px !important;
        border-radius: 34px !important;
    }
.nav-container.black .burger i:before {
        background-color: #1b1b1e !important;
    }
.nav-container .burger i, .nav-container .burger i:after, .nav-container .burger i:before {
        background-color: #1b1b1e !important;
    }
    .nav-container {
        padding: 10px 25px !important;
    }
body{
    overflow:hidden !important;
    font-family: "Staatliches"  !important;
}
p,span,h1,h2,h3,h4,h5,h6,a,b{
 font-family: "Staatliches"  !important;
    
}
 .design_proj_img_gallery {
  display: flex;
  gap: 10px;
}
.design_proj_img_item {
  position: relative;
  flex: 1;
  cursor: pointer;
}
.design_proj_img_item img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.design_proj_img_more .design_proj_img_overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 80%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

/* Lightbox styles */
#design_proj_img_lightbox {
  display: none;
  position: fixed;
     z-index: 999999999 !important;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
}
#design_proj_img_lightbox img {
  max-width: 90%;
  max-height: 90%;
}   
#design_proj_img_close {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
#design_proj_img_prev, #design_proj_img_next {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  color: white;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}
#design_proj_img_prev { left: 20px; }
#design_proj_img_next { right: 20px; }
.design_proj_img_container,.design_proj_img_gallery{
    height:100% !important;
}
main .proj_img_lside_sec {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  width: 100%;
  height: auto;
  overflow: visible !important;
  padding-bottom: 35px !important;
}
.proj_img_slide_head h2{
    text-align: center;
    font-size: 27px;
    margin-bottom: 30px;
}
.banenr_read_mpre{
    color:white !important;
}
.loadpage:hover .banenr_read_mpre{
    color:black !important;
}
body{
      font-family: "Staatliches"  !important;
}
 p, h1, h2, h3, h4, h5, h6,
ul, ol, li,
span, b, strong, i, em,
a, blockquote, q, label, input, textarea, button {
     font-family: "Staatliches"  !important;
}
.header_marquee_slider .design_client_marquee-track img{
    height:auto !important;
    width:200px !important;
}

.design_io_footer_contact a {
    color: #fff;
    text-decoration: none;
    /*font-weight: 100 !important;*/
}

.design_io_footer_heading {
    font-size: 40px !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: white !important;
    font-weight: 500 !important;
}
.contaxt_whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.contaxt_whatsapp_float:hover {
    transform: scale(1.1);
}

.contaxt_whatsapp_icon {
    width: 35px;
    height: 35px;
}

.publications_icn{
    display:none !important;
}

header button:before{
    display:none !important;
background: #e5ccba00 !important;
}
header button:after{
    display:none !important;
}


.banner_sec_conteiner{
    width:100% !important;
}
.banner_sec_conteiner img{
    height:105vh !important;
    width:100% !important;
    object-fit:cover !important
}
.home_abt_box p{
    margin-top:0px !important;
}
.design_about_page_redi_box a{
    color:white !important;
    text-decoration:none !important;
}
.inner button{
    padding:0px !important;
}
.loadpage span a {
    display: block;          
    width: 100%;             
    padding: 12px 20px;      
    box-sizing: border-box;  
}
.design_name_span {
    text-transform: none !important;
}
.cont_design_para{
    width: 70%;
}
.inner button:hover{
    background:white !important;
    color:black !important;
}
.design_name_span,
.design_name_span * {
    text-transform: none !important;
        font-weight: 800 !important;
    letter-spacing: -1px !important;
}
.footer_design_linking {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 700 !important;
}
.inner p span{
    font-size:49px !important;
    font-weight: 800 !important;
}
.studio_io_project{
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 700 !important;
}
