 #about .logo{display: flex; position: fixed; display: none; top: 0; left: 0; justify-content: flex-end; align-items: center; height: 1rem;padding: 0 0.5rem; z-index: 10;}
 #about .logo img{ width: 3rem; height: 0.18rem;}
 .contact-wrapper {
        width: 100%;
        min-height: 100vh;
      }
 .contact-wrapper .bgPic{
  width: 100%; height: 100vh;
  /* position: relative; */
 }    
  .contact-wrapper .bgPic >div{
    width: 100%; height: 100%; position: relative; overflow: hidden;
  }
 .contact-wrapper .bgPic .ordinary{

 }
.contact-wrapper .bgPic .hideTabs{
 display: none;
 }
 .contact-wrapper .bgPic .bg{
  width: 100%; height: 100%; object-fit: cover;
 }

 .contact-wrapper .contact{
   position: absolute;
   top: 1.7rem;
   left: 0.84rem;
 }
  .contact-wrapper .contact .t{
    font-size: 0.56rem;
    line-height: 1.16;
    font-weight: bold;
    color: #ffa726;
  }
  .contact-wrapper .contact .con{
    font-size: 0.18rem;
    line-height: 1.4;
    width: 6.46rem;
    /* font-weight: bold; */
    color: #fff;
    margin-top: 0.24rem;
  }
      /* Banner Swiper */
      /* .contact-banner {
        position: relative;
        width: 100%;
        height: 9.6rem;
        overflow: hidden;
      }
      
      .contact-banner .swiper-slide {
        position: relative;
        width: 100%;
        height: 100%;
      }
      
      .contact-banner .swiper-slide picture {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
      }
      
      .contact-banner .swiper-slide picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      
      .contact-banner .slide-content {
        position: relative;
        z-index: 10;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.2rem;
        padding-top: 6rem;
      }
      
      .contact-banner .slide-content h1 {
        font-size: 0.4rem;
        color: #fff;
        font-family: "Montserrat-Bold";
        margin-bottom: 0.2rem;
      }
      
      .contact-banner .slide-content p {
        font-size: 0.28rem;
        color: #fff;
        line-height: 1.6;
        margin-top: 0.3rem;
        white-space: pre-line;
      } */
      
      /* Form Section */
      .form-section {
        position: absolute;
        right: 0.48rem;
        top: 0.84rem;
        /* bottom: 1.2rem; */
        width: 9.6rem;
        height: 8.24rem;
        background-color: #fff;
        padding:0.48rem;
        /* padding-right: 0.6rem; */
        z-index: 1;
        overflow-y: auto;
      }
      
      .form-tabs {
        display: flex;
        gap: 1.2rem;
        position: sticky;
        top: 0;
        background-color: #fff;
        /* padding-bottom: 0.3rem; */
      }
      
      .form-tabs div {
        font-size: 0.26rem;
        color: rgba(0, 0, 0, 0.3);
        font-weight: 500;
        cursor: pointer;
        padding-bottom: 0.12rem;
        border-bottom: 0.02rem solid transparent;
        transition: all 0.3s;
      }
      
      .form-tabs div.active {
        color: rgb(0, 0, 0);
        border-bottom-color: rgb(0, 0, 0);
      }
      
      .form-content {
        margin-top: 0.2rem;
        display: none;
      }
      
      .form-description {
        font-size: 0.2rem;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.6;
        margin-bottom: 0.4rem;
      }
      
      /* .form-group {
        margin-bottom: 0.4rem;
      } */
      
      .form-group {
        margin-bottom: 0;
      }
      
      .form-group input,
      .form-group textarea {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0.12rem;
        font-size: 0.16rem;
        line-height: 1.5;
        background-color: transparent;
        outline: none;
        transition: border-color 0.3s;
        font-family: "Montserrat-Regular";
      }
      
      .form-group input:focus,
      .form-group textarea:focus,
      .form-group select:focus {
        border-bottom-color: rgb(0, 0, 0);
        outline: none;
      }
      
      .form-group select {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0.4rem;
        font-size: 0.28rem;
        background-color: transparent;
        color: rgba(0, 0, 0, 0.4);
        outline: none;
        transition: border-color 0.3s;
        margin-bottom: 0.4rem;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
        background-repeat: no-repeat;
        background-position: right 0.4rem center;
        background-size: 0.28rem;
        padding-right: 0.6rem;
      }
      
      .form-group select:focus {
        color: rgba(0, 0, 0, 0.8);
      }
      
      .form-group select option {
        color: rgba(0, 0, 0, 0.8);
        padding: 0.2rem;
      }
      
      /* Custom dropdown for Service Type */
      .custom-dropdown {
        position: relative;
        width: 100%;
      }
      
      .custom-dropdown-toggle {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0.12rem;
        padding-right: 0.2rem;
        font-size: 0.16rem;
        background-color: transparent;
        color: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        text-align:justify;
        font-family: "Montserrat-Regular";
        transition: border-color 0.3s;
      }
      
      .custom-dropdown-toggle:focus {
        border-bottom-color: rgb(0, 0, 0);
        outline: none;
      }
      
      .custom-dropdown-toggle.has-value {
        color: rgba(0, 0, 0, 0.8);
      }
      
      .custom-dropdown-toggle .arrow {
        position: absolute;
        right: 0.1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 0.28rem;
        height: 0.28rem;
        pointer-events: none;
      }
      .custom-dropdown-toggle .arrow.arA{
        left: 0.1rem;
        right: initial;
      }

      .custom-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #555;
        /* border-radius: 0.04rem; */
        margin-top: 0.1rem;
        padding: 0.04rem 0.24rem;
        z-index: 100;
        display: none;
        max-height: 8rem;
        overflow-y: auto;
      }
      
      .custom-dropdown-menu.open {
        display: block;
      }
      
      .custom-dropdown-item {
        /* padding: 0.3rem 0.4rem; */
        padding: 0.2rem 0;
        color: #fff;
        font-size: 0.16rem;
        cursor: pointer;
        transition: background-color 0.2s;
        line-height: 1.5;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      }
      
      .custom-dropdown-item:last-child {
        border-bottom: none;
      }
      
      .custom-dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
      }
      
      .custom-dropdown-item.selected {
        background-color: rgba(255, 255, 255, 0.15);
      }
      
      .form-group input::placeholder,
      .form-group textarea::placeholder {
        color: rgba(0, 0, 0, 0.4);
      }
      
      .form-group textarea {
        height: 1.2rem;
        resize: none;
        border: 1px solid rgba(0, 0, 0, 0.3);
        /* border-radius: 0.04rem; */
      }
      
      .form-group.full-width {
        grid-column: 1 / -1;
        width: 100%;
      }
      
      .form-group.full-width textarea {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.3);
        /* border-radius: 0.04rem; */
        padding: 0.2rem;
      }
      
      .form-row {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        /* gap: 0.4rem 0.16rem; */
        grid-template-columns:repeat(2,minmax(0,1fr));
        row-gap: .2rem;
        column-gap: .4rem;
        /* display: inline-block; */
        /* margin-bottom: 0.4rem; */
      }
      
      .dropdown-text{
         overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        width: 90%;
      }

      /* #serviceContactForm .form-row {
        margin-bottom: 0;
      } */
      
      /* #serviceContactForm .form-group {
        margin-bottom: 0.4rem;
      } */
      
      .privacy-agreement {
        display: flex;
        align-items: center;

        margin-top: 0.16rem;
        font-size: 0.16rem;
        line-height: 1.6;
      }
      
      .privacy-agreement input[type="checkbox"] {
        width: 0.3rem;
        height: 0.42rem;
        margin-right: 0.4rem;
        cursor: pointer;
        flex-shrink: 0;
      }
      
      .privacy-agreement a {
        color: #ffa726;
        text-decoration: none;
      }
      
      .privacy-agreement a:hover {
        text-decoration: underline;
      }
      
      .error-message {
        color: #ff0000;
        font-size: 0.16rem;
        margin-top: 0.08rem;
        display: none;
      }
      
      .submit-btn {
        display: flex;
        justify-content: flex-end;
        margin-top: 0.52rem;
      }
      
      .submit-btn button {
        width: 2.2rem;
        height: 0.6rem;
        background-color: #ffa726;
        color: #fff;
        border: none;
        border-radius: 0.04rem;
        font-size: 0.18rem;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s;
        font-family: "Montserrat-Bold";
      }
      
      .submit-btn button:hover {
        background-color: rgba(-255, -255, -255, 0.75);
      }
      
      .submit-btn button:disabled {
        opacity: 0.75;
        cursor: not-allowed;
      }
      
      /* Responsive */
      /* @media (max-width: 1024px) {
        .contact-banner {
          height: auto;
          padding-bottom: 0;
        }
        
        .form-section {
          position: relative;
          right: auto;
          top: auto;
          bottom: auto;
          width: 100%;
          height: auto;
          padding: 1.2rem;
        }
        
        .contact-banner .slide-content {
          padding: 1.2rem;
          padding-top: 1.68rem;
        }
        
        .form-row {
          grid-template-columns: 1fr;
          gap: 0;
        }
      } */
      
      
      /* Animation */
      @keyframes fadeInUp {
        from {
          opacity: 0;
          transform: translateY(30px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      
      .animate__fadeInUp {
        animation: fadeInUp 1s ease-out;
      }
      
      /* Custom Privacy Checkbox */
      .privacy-checkbox {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.2rem;
        height: 0.2rem;
        margin-right: 0.12rem;
        cursor: pointer;
        flex-shrink: 0;
        position: relative;
      }
    
      
      .privacy-checkbox .icon-check {
        position: absolute;
        width: 100%;
        height: 100%;
      }
      
      .privacy-checkbox .unchecked {
        display: block;
        display:inline-block;
        width: 100%;
        height:100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cg fill='none'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5' stroke='black' stroke-opacity='0.3'/%3E%3C/g%3E%3C/svg%3E")
       
      }
      
      .privacy-checkbox .checked {
        display: none;
      }
      
      .privacy-checkbox.checked .unchecked {
        display: none;
        
      }
      
      .privacy-checkbox.checked .checked {
        display: block;
        width:100%;
        height:100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cg fill='none'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5' stroke='black' stroke-opacity='0.3'/%3E %3Ccircle cx='10' cy='10' r='7' fill='%23ffa726'/%3E%3C/g%3E%3C/svg%3E")
      }

      .submit_ok_pop {
          width: 100%;
          height: 100vh;
          z-index: 50000;
          position: fixed;
          transition: all 0.4s;
          top: 0;
          left: 0;
          display: none;
          background-color: rgba(0, 0, 0, 0.4);
        }
        .submit_ok_pop .box {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          background-color: #fff;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 20%;
          padding: 0.5rem 0;
          border-radius: 0.1rem;
        }
        .submit_ok_pop .box .t {
          font-family: "Montserrat-Bold";
          font-size: 0.32rem;
          text-align: center;
        }
        .submit_ok_pop .box .btn {
          display: block;
          width: 2.5rem;
          height: 0.6rem;
          line-height: 0.6rem;
          text-align: center;
          font-size: 0.14rem;
          cursor: pointer;
          margin-top: 0.7rem;
          background-color: #000;
          color: #fff;
          border-radius: 0.5rem;
          font-family: "Montserrat-Bold";
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 0.5rem;
        }
        .submit_ok_pop .box .btn img {
          width: 0.2rem;
        }

      @media (max-width: 768px) {
         #about .logo img{ width: auto; height: 0.5rem;}
        .contact-wrapper .bgPic{
          height: 9.6rem;
        }
        .contact-wrapper .contact{
          left: 0.46rem;
          width: 6.36rem;
        }
        .contact-wrapper .contact .t{
          font-size: 0.68rem;
        }
        .contact-wrapper .contact .con{
          font-size: 0.3rem;
        }
        .form-section{
          position: initial;
          width: 100%;
          height: auto;
          padding:.64rem .32rem;
        }
        .custom-dropdown-toggle{
          font-size: 0.28rem;
          padding: 0.16rem;
        }
        .custom-dropdown-item{
          font-size: 0.28rem;
        }
        .privacy-checkbox{
          width: 0.3rem;
          height: 0.3rem;
        }
        .form-group textarea{
          height: 2.6rem;
        }
       
        .form-row{
          display: flex;
          flex-direction: column;
           gap: .4rem;
        }
        .contact-banner .slide-content h1 {
          font-size: 0.48rem;
        }
        
        .contact-banner .slide-content p {
          font-size: 0.28rem;
        }
        .form-tabs{
          gap: 0.6rem;
        }
        .form-tabs div {
          font-size: 0.32rem;
        }
        
        .form-description {
          font-size: 0.28rem;
        }
        
        .form-group input,
        .form-group textarea {
          font-size: 0.28rem;
        }
        
        .privacy-agreement {
          font-size: 0.24rem;
        }
         .form-group textarea{
          font-size: 0.24rem;
        }
        .submit-btn button {
          width: 100%;
          height: 0.9rem;
          font-size: 0.32rem;
        }
        .submit_ok_pop .box{
          width: 60%;
        }
        /* .contact-wrapper .bgPic .bg{
          width: 100%; height: 140%; object-fit: fill;
        } */
        .contact-wrapper .bgPic .hideTabs .bg{
          width: 100%; height: 140%; object-fit: fill;
        }
      }
      