/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   

    html {
        font-size: 60%;
        overflow-x: hidden;
    }

    /* Header Styling */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 4rem 12% 4rem;
        background: radial-gradient(circle, #312100, #312100);
        backdrop-filter: blur(10px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
        box-sizing: border-box;
        flex-wrap: wrap; /* Allow wrapping on smaller screens */
    }

    /* Logo Styling */
    .logo {
        font-size: 3rem; /* Reduced size for better responsiveness */
        color: #B69F4F;
        font-weight: 800;
        cursor: pointer;
        transition: 0.5s ease;
        text-decoration: none;
        display: inline-block;
        margin-right: auto;
    }

    .logo:hover {
        transform: scale(2.1);
        color: #B69F4F;
    }

    .logo:active {
        text-shadow: 0 0 25px coral;
    }

    .logo span {
        text-shadow: 0 0 25px coral;
    }

    /* Navbar Styling */
    .navbar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 60%;
    }

    .navbar a {
        font-size: 1.5rem; /* Reduced for better scaling */
        color: #B69F4F;
        margin-left: 4rem;
        font-weight: 800;
        transition: 0.3s ease;
        text-decoration: none;
    }

    .navbar a:hover {
        transform: scale(1.2);
        color: #fff;
        text-shadow: 0 0 5px #362800, 0 0 10px #362800, 0 0 15px #362800, 0 0 20px #362800;
        cursor: pointer;
        color: #333333;
    }

footer {
    background: #343434;
    padding-top: 45px;
    /* 10% reduced from 50px */
}

.container {
    margin: auto;
    display: flex;
    justify-content: center;
}

.footer-content {
    width: 29.775%;
    color: #D3D3D3;
    /* 10% reduced from 33.3% */
}

h3 {
    font-size: 25.3px;
    /* 10% reduced from 28px */
    text-align: center;
}

.footer-content p {
    width: 171.75px;
    /* 10% reduced from 190px */
    margin: auto;
    padding: 6.325px;
    /* 10% reduced from 7px */
}

.footer-content a {
    color: #D3D3D3;

}

.footer-content ul {
    text-align: center;
}

.list {
    padding: 0;
}

.list li {
    width: auto;
    text-align: center;
    list-style-type: none;
    padding: 6.325px;
    /* 10% reduced from 7px */
    position: relative;
    color: #D3D3D3;
}

.list li::before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 90%
        /* 10% reduced from 95% */
    ;
    width: 0;
    height: 2px;
    color: #B69F4F;
    background: #f18930;
    transition-duration: .45s;
    /* 10% reduced from .475s */
}

.list li:hover::before {
    width: 63.35px;
    /* 10% reduced from 66.5px */
}

a {
    text-decoration: none;
}

a:hover {
    color: #B69F4F;
}

.social-icons i:hover {
    color: #B69F4F;
    transform: scale(1.17)translateY(-4.5px);
    /* 10% reduced from scale(1.235)translateY(-4.75px) */
    box-shadow: 0 0 21.25px #B69F4F;
    /* 10% reduced from 23.75px */
    background-color: #B69F4F;
    color: #fff;
    text-shadow: 0 0 4.5px #B69F4F, 0 0 9px #B69F4F, 0 0 13.5px #B69F4F, 0 0 18px #B69F4F;
    /* 10% reduced */
}

.bottom-bar {
    background: #B69F4F;
    text-align: center;
    padding: 9px 0;
    /* 10% reduced from 9.5px */
    margin-top: 45px;
    /* 10% reduced from 47.5px */
}

.bottom-bar p {
    color: #343434;
    margin: 0;
    font-size: 14.5px;
    /* 10% reduced from 15.2px */
    padding: 6.325px;
    /* 10% reduced from 6.65px */
}

.fotter {
    background-color: grey;
}

.arch_contact_us_duplicate * {
    font-family: Nunito, sans-serif;
  }
  
  .arch_contact_us_duplicate .icon-block svg {
    width: 100%;
    height: 100%;
  }
  
  .arch_contact_us_duplicate .icon-block {
    width: 30px;
    height: 30px;
  }
  
  .arch_contact_us_duplicate .text-blk {
    line-height: 25px;
  }
  
  .arch_contact_us_duplicate .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .arch_contact_us_duplicate .responsive-cell-block {
    min-height: 75px;
  }
  
  .arch_contact_us_duplicate .responsive-container-block.big-container {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    background-color: #fdfcea;
  }
  
  .arch_contact_us_duplicate .responsive-container-block.container {
    max-width: 1100px;
    justify-content: space-evenly;
  }
  
  .arch_contact_us_duplicate .texthead {
    font-size: 60px;
    line-height: 65px;
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }
  
  .arch_contact_us_duplicate .text-blk.section-subhead {
    font-size: 14px;
    line-height: 18px;
    color: #7e7e7e;
  }
  
  .arch_contact_us_duplicate .input {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    height: 54px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 1px;
    padding-right: 16px;
    padding-bottom: 1px;
    padding-left: 16px;
    font-size: 16px;
  }
  
  .arch_contact_us_duplicate .textinput {
    width: 100%;
    height: 125px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 27px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
  
  .arch_contact_us_duplicate .button {
    height: 50px;
    min-width: 240px;
    font-size: 16px;
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    background-color: #b0ab4d;
  }
  
  .arch_contact_us_duplicate .form-wrapper {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #f3f2cf;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
  }
  
  .arch_contact_us_duplicate .social-media-icon-container {
    display: flex;
    max-width: 400px;
    justify-content: space-evenly;
  }
  
  .arch_contact_us_duplicate .input-element {
    background-color: #f3f2cf;
  }
  
  .arch_contact_us_duplicate .icon-block.social-icon {
    fill: #b0ab4d;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
        .wk-tab-1 {
          width: 8.333333%;
        }
      
        .wk-tab-2 {
          width: 16.666667%;
        }
      
        .wk-tab-3 {
          width: 25%;
        }
      
        .wk-tab-4 {
          width: 33.333333%;
        }
      
        .wk-tab-5 {
          width: 41.666667%;
        }
      
        .wk-tab-6 {
          width: 50%;
        }
      
        .wk-tab-7 {
          width: 58.333333%;
        }
      
        .wk-tab-8 {
          width: 66.666667%;
        }
      
        .wk-tab-9 {
          width: 75%;
        }
      
        .wk-tab-10 {
          width: 83.333333%;
        }
      
        .wk-tab-11 {
          width: 91.666667%;
        }
      
        .wk-tab-12 {
          width: 100%;
        }
      }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    body {
    background: linear-gradient(white);
}

html {
    font-size: 60%;
    overflow-x: hidden;
}

#menu_icon {
    color: orangered;
}
body {
    background-color: #FFFFFF;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4rem 12% 4rem;
  background:rgb(0, 0, 0);
  backdrop-filter: blur(10px);
  display: inline-block;

  z-index: 1000;
  box-sizing: border-box;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

/* Logo Styling */
.logo {
  font-size: 35px; /* Reduced size for better responsiveness */
  color: #B69F4F;
  font-weight: 800;
  cursor: pointer;
  transition: 0.5s ease;
  text-decoration: none;
  display: inline-block;
  margin-left: 100px;
}

.logo:hover {
  transform: scale(2.1);
  color: #B69F4F;
}

.logo:active {
  text-shadow: 0 0 25px coral;
}

.logo span {
  text-shadow: 0 0 25px coral;
}

/* Navbar Styling */
.navbar {
  display: flex;
  justify-content: space-around;
  width: 30%;
  margin-top: 10px;

}

.navbar a {
  font-size: 10px; /* Reduced for better scaling */
  color: #B69F4F;
  margin-left: 10px;
  font-weight: 800;
  transition: 0.3s ease;
  text-decoration: none;
  padding: 0 0 0 10px;
}

.navbar a:hover {
  transform: scale(1.2);
  color: #fff;
  text-shadow: 0 0 5px #362800, 0 0 10px #362800, 0 0 15px #362800, 0 0 20px #362800;
  cursor: pointer;
  color: #333333;
}

footer {
    background: #343434;
    padding-top: 45px;
    /* 10% reduced from 50px */
}

.container {
    margin: auto;
    display: flex;
    justify-content: center;
}

.footer-content {
    width: 29.775%;
    color: #D3D3D3;
    /* 10% reduced from 33.3% */
}

h3 {
    font-size: 25.3px;
    /* 10% reduced from 28px */
    text-align: center;
}

.footer-content p {
    width: 171.75px;
    /* 10% reduced from 190px */
    margin: auto;
    padding: 6.325px;
    /* 10% reduced from 7px */
}

.footer-content a {
    color: #D3D3D3;

}

.footer-content ul {
    text-align: center;
}

.list {
    padding: 0;
}

.list li {
    width: auto;
    text-align: center;
    list-style-type: none;
    padding: 6.325px;
    /* 10% reduced from 7px */
    position: relative;
    color: #D3D3D3;
}

.list li::before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 90%
        /* 10% reduced from 95% */
    ;
    width: 0;
    height: 2px;
    color: #B69F4F;
    background: #f18930;
    transition-duration: .45s;
    /* 10% reduced from .475s */
}

.list li:hover::before {
    width: 63.35px;
    /* 10% reduced from 66.5px */
}

a {
    text-decoration: none;
}

a:hover {
    color: #B69F4F;
}

.social-icons i:hover {
    color: #B69F4F;
    transform: scale(1.17)translateY(-4.5px);
    /* 10% reduced from scale(1.235)translateY(-4.75px) */
    box-shadow: 0 0 21.25px #B69F4F;
    /* 10% reduced from 23.75px */
    background-color: #B69F4F;
    color: #fff;
    text-shadow: 0 0 4.5px #B69F4F, 0 0 9px #B69F4F, 0 0 13.5px #B69F4F, 0 0 18px #B69F4F;
    /* 10% reduced */
}

.bottom-bar {
    background: #B69F4F;
    text-align: center;
    padding: 9px 0;
    /* 10% reduced from 9.5px */
    margin-top: 45px;
    /* 10% reduced from 47.5px */
}

.bottom-bar p {
    color: #343434;
    margin: 0;
    font-size: 14.5px;
    /* 10% reduced from 15.2px */
    padding: 6.325px;
    /* 10% reduced from 6.65px */
}

.fotter {
    background-color: grey;
}

.arch_contact_us_duplicate * {
    font-family: Nunito, sans-serif;
  }
  
  .arch_contact_us_duplicate .icon-block svg {
    width: 100%;
    height: 100%;
  }
  
  .arch_contact_us_duplicate .icon-block {
    width: 30px;
    height: 30px;
  }
  
  .arch_contact_us_duplicate .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
  }
  
  .arch_contact_us_duplicate .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .arch_contact_us_duplicate .responsive-cell-block {
    min-height: 75px;
  }
  
  .arch_contact_us_duplicate .responsive-container-block.big-container {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    background-color: #fdfcea;
  }
  
  .arch_contact_us_duplicate .responsive-container-block.container {
    max-width: 1100px;
    justify-content: space-evenly;
  }
  
  .arch_contact_us_duplicate .texthead {
    font-size: 60px;
    line-height: 65px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }
  
  .arch_contact_us_duplicate .text-blk.section-subhead {
    font-size: 14px;
    line-height: 18px;
    color: #7e7e7e;
  }
  
  .arch_contact_us_duplicate .input {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    height: 54px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 1px;
    padding-right: 16px;
    padding-bottom: 1px;
    padding-left: 16px;
    font-size: 16px;
  }
  
  .arch_contact_us_duplicate .textinput {
    width: 100%;
    height: 125px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 27px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
  
  .arch_contact_us_duplicate .button {
    height: 50px;
    min-width: 240px;
    font-size: 16px;
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    background-color: #b0ab4d;
  }
  
  .arch_contact_us_duplicate .form-wrapper {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #f3f2cf;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
  }
  
  .arch_contact_us_duplicate .social-media-icon-container {
    display: flex;
    max-width: 400px;
    justify-content: space-evenly;
  }
  
  .arch_contact_us_duplicate .input-element {
    background-color: #f3f2cf;
  }
  
  .arch_contact_us_duplicate .icon-block.social-icon {
    fill: #b0ab4d;
  }
  
  @media (max-width: 1024px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 4rem 12% 4rem;
        background: radial-gradient(circle, #312100, #312100);
        backdrop-filter: blur(10px);
        display: inline-block;
    
        z-index: 1000;
        box-sizing: border-box;
        flex-wrap: wrap; /* Allow wrapping on smaller screens */
    }

    /* Logo Styling */
    .logo {
        font-size: 35px; /* Reduced size for better responsiveness */
        color: #B69F4F;
        font-weight: 800;
        cursor: pointer;
        transition: 0.5s ease;
        text-decoration: none;
        display: inline-block;
        margin-right: auto;
    }

    .logo:hover {
        transform: scale(2.1);
        color: #B69F4F;
    }

    .logo:active {
        text-shadow: 0 0 25px coral;
    }

    .logo span {
        text-shadow: 0 0 25px coral;
    }

    /* Navbar Styling */
    .navbar {
        display: flex;
        justify-content: space-around;
        width: 30%;
    }

    .navbar a {
        font-size: 10px; /* Reduced for better scaling */
        color: #B69F4F;
        margin-left: 10px;
        font-weight: 800;
        transition: 0.3s ease;
        text-decoration: none;
        padding: 0 0 0 10px;
    }

    .navbar a:hover {
        transform: scale(1.2);
        color: #fff;
        text-shadow: 0 0 5px #362800, 0 0 10px #362800, 0 0 15px #362800, 0 0 20px #362800;
        cursor: pointer;
        color: #333333;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 4rem 12% 4rem;
        background: radial-gradient(circle, #312100, #312100);
        backdrop-filter: blur(10px);
        display: inline-block;
    
        z-index: 1000;
        box-sizing: border-box;
        flex-wrap: wrap; /* Allow wrapping on smaller screens */
    }

    /* Logo Styling */
    .logo {
        font-size: 35px; /* Reduced size for better responsiveness */
        color: #B69F4F;
        font-weight: 800;
        cursor: pointer;
        transition: 0.5s ease;
        text-decoration: none;
        display: inline-block;
        margin-right: auto;
    }

    .logo:hover {
        transform: scale(2.1);
        color: #B69F4F;
    }

    .logo:active {
        text-shadow: 0 0 25px coral;
    }

    .logo span {
        text-shadow: 0 0 25px coral;
    }

    /* Navbar Styling */
    .navbar {
        display: flex;
        justify-content: space-around;
        width: 30%;
    }

    .navbar a {
        font-size: 10px; /* Reduced for better scaling */
        color: #B69F4F;
        margin-left: 10px;
        font-weight: 800;
        transition: 0.3s ease;
        text-decoration: none;
        padding: 0 0 0 10px;
    }

    .navbar a:hover {
        transform: scale(1.2);
        color: #fff;
        text-shadow: 0 0 5px #362800, 0 0 10px #362800, 0 0 15px #362800, 0 0 20px #362800;
        cursor: pointer;
        color: #333333;
    }
    .arch_contact_us_duplicate .texthead {
      font-size: 55px;
      line-height: 60px;
    }
  
    .arch_contact_us_duplicate .responsive-container-block.container {
      justify-content: space-between;
    }
  }
  
  @media (max-width: 768px) {
    .arch_contact_us_duplicate .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-ipadp-6.wk-desk-5 {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 80px;
      margin-left: 0px;
    }
  
    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-ipadp-6.wk-desk-5.wk-tab-10 {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 80px;
      margin-left: 0px;
      text-align: center;
    }
  
    .arch_contact_us_duplicate .input {
      height: 45px;
    }
  
    .arch_contact_us_duplicate .responsive-container-block.container {
      justify-content: space-evenly;
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 80px;
      margin-left: 0px;
    }
  
    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-desk-5.wk-tab-10.wk-ipadp-5 {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 80px;
      margin-left: 0px;
    }
  }
  
  @media (max-width: 500px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 4rem 12% 4rem;
      background:rgb(0, 0, 0);
      backdrop-filter: blur(10px);
      display: inline-block;
    
      z-index: 1000;
      box-sizing: border-box;
      flex-wrap: wrap; /* Allow wrapping on smaller screens */
    }
    
    /* Logo Styling */
    .logo {
      font-size: 35px; /* Reduced size for better responsiveness */
      color: #B69F4F;
      font-weight: 800;
      cursor: pointer;
      transition: 0.5s ease;
      text-decoration: none;
      display: inline-block;
      margin-left: 100px;
    }
    
    .logo:hover {
      transform: scale(2.1);
      color: #B69F4F;
    }
    
    .logo:active {
      text-shadow: 0 0 25px coral;
    }
    
    .logo span {
      text-shadow: 0 0 25px coral;
    }
    
    /* Navbar Styling */
    .navbar {
      display: flex;
      justify-content: space-around;
      width: 30%;
      margin-top: 10px;
    
    }
    
    .navbar a {
      font-size: 10px; /* Reduced for better scaling */
      color: #B69F4F;
      margin-left: 10px;
      font-weight: 800;
      transition: 0.3s ease;
      text-decoration: none;
      padding: 0 0 0 10px;
    }
    
    .navbar a:hover {
      transform: scale(1.2);
      color: #fff;
      text-shadow: 0 0 5px #362800, 0 0 10px #362800, 0 0 15px #362800, 0 0 20px #362800;
      cursor: pointer;
      color: #333333;
    }
    .arch_contact_us_duplicate .texthead {
      font-size: 40px;
      line-height: 45px;
    }
  
    .arch_contact_us_duplicate .responsive-container-block.big-container {
      padding-top: 0px;
      padding-right: 20px;
      padding-bottom: 0px;
      padding-left: 20px;
    }
  
    .arch_contact_us_duplicate .input {
      height: 40px;
    }
  
    .arch_contact_us_duplicate .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-ipadp-6.wk-desk-5 {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 80px;
      margin-left: 0px;
    }
  
    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-ipadp-6.wk-desk-5.wk-tab-10 {
      text-align: left;
      padding-top: 0px;
      padding-right: 20px;
      padding-bottom: 0px;
      padding-left: 20px;
    }
  
    .arch_contact_us_duplicate .responsive-container-block.big-container {
      padding-top: 0px;
      padding-right: 30px;
      padding-bottom: 0px;
      padding-left: 30px;
    }
  
    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-desk-5.wk-tab-10.wk-ipadp-5 {
      padding-top: 0px;
      padding-right: 20px;
      padding-bottom: 0px;
      padding-left: 20px;
    }
  
    .arch_contact_us_duplicate .button {
      width: 100%;
    }
  
    .arch_contact_us_duplicate .button {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 40px;
      margin-left: 0px;
      height: 50px;
    }
  
    .arch_contact_us_duplicate .form-wrapper {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 40px;
      margin-left: 0px;
    }
  
    .arch_contact_us_duplicate .icon-block {
      width: 25px;
      height: 25px;
    }
  }
}
@media (max-width: 500px) {
    .wk-mobile-1 {
      width: 8.333333%;
    }
  
    .wk-mobile-2 {
      width: 16.666667%;
    }
  
    .wk-mobile-3 {
      width: 25%;
    }
  
    .wk-mobile-4 {
      width: 33.333333%;
    }
  
    .wk-mobile-5 {
      width: 41.666667%;
    }
  
    .wk-mobile-6 {
      width: 50%;
    }
  
    .wk-mobile-7 {
      width: 58.333333%;
    }
  
    .wk-mobile-8 {
      width: 66.666667%;
    }
  
    .wk-mobile-9 {
      width: 75%;
    }
  
    .wk-mobile-10 {
      width: 83.333333%;
    }
  
    .wk-mobile-11 {
      width: 91.666667%;
    }
  
    .wk-mobile-12 {
      width: 100%;
    }
  }

