  .contact-us {
      padding: 50px 0;
      overflow: hidden;
  }

  /* outer decorative frame to simulate green corners */
  .contact-us .frame {
      position: relative;
      width: 100%;
      max-width: 94vw;
      height: auto;
      padding: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  /* green corner lines */
  .contact-us .corner {
      position: absolute;
      width: 42px;
      height: 42px;
      border: 3px solid red;
  }

  .contact-us .corner.tl {
      left: 6px;
      top: 6px;
      border-right: none;
      border-bottom: none;
      transform: translate(-6px, -6px);
  }

  .contact-us .corner.tr {
      right: 6px;
      top: 6px;
      border-left: none;
      border-bottom: none;
      transform: translate(6px, -6px);
  }

  .contact-us .corner.bl {
      left: 6px;
      bottom: 6px;
      border-right: none;
      border-top: none;
      transform: translate(-6px, 6px);
  }

  .contact-us .corner.br {
      right: 6px;
      bottom: 6px;
      border-left: none;
      border-top: none;
      transform: translate(6px, 6px);
  }

  /* main contact box */
  .contact-us .box-contact {
      width: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 40%), var(--panel);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
      border-radius: 4px;
      padding: 22px;
      position: relative;
      overflow: visible;
  }

  /* inner elevated card */
  .contact-us .box-inner {
      background: #2b2b2b;
      border-radius: 2px;
      padding: 20px;
      transform: translateY(8px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  }

  .contact-us .title-box {
      text-align: center;
      font-weight: 700;
      color: #f5f5f5;
      font-size: 20px;
      margin: 0 0 12px;
      letter-spacing: 0.3px;
           font-family: "Jost", sans-serif;
  }

  .contact-us .frm {
      display: block;
  }

  .contact-us .lab {
      display: block;
      font-size: 15px;
      color: #ffffff;
      text-transform: uppercase;
      margin: 12px 0 6px;
      letter-spacing: 1px;
      font-weight: 600;
           font-family: "Jost", sans-serif;
  }

  .contact-us .fr_input {
      width: 100%;
      background: #f8efef14;
      border: none;
      outline: none;
      padding: 10px 6px;
      color: #ffffff;
      font-size: 15px;
      font-weight: 600;
           font-family: "Jost", sans-serif;
  }

  /* thin divider line under inputs */
  .contact-us .field {
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      padding-bottom: 4px;
      width: 100%;
  }

  .contact-us .field.placeholder .fr_input {
      font-weight: 700;
      color: #f5f5f5;
  }

  .contact-us .message {
      min-height: 60px;
      resize: vertical;
      padding-top: 8px;
      padding-bottom: 8px;
      font-weight: 500;
      color: #f5f5f5;
  }

  .contact-us .send-row {
      margin-top: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

.contact-us .btn-contactsec {
  width: 100%;
  display: inline-block;
  background: linear-gradient(135deg, #ffc517, #ffdb4d);
  color: #05251a;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: "Jost", sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(255, 197, 23, 0.3);
  transition: all 0.35s ease;
}

.contact-us .btn-contactsec::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45),
    transparent 70%
  );
  animation: contactShine 2.4s ease-in-out infinite;
}

.contact-us .btn-contactsec:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 32px rgba(255, 197, 23, 0.6);
  background: linear-gradient(135deg, #2b2b2b, #ffe16a);
  color: #ffffff;
}

.contact-us .btn-contactsec:hover::before {
  animation-duration: 2.2s;
}

@keyframes contactShine {
  0% {
    left: -150%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

  .contact-us .foot {
      margin-top: 12px;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.18);
      text-align: center;
  }

  .contact-us .contact-left {
      margin-top: 80px;
      margin-bottom: 30px;
  }

  .contact-us .contact-left h1 {
      font-size: 40px;
      font-weight: bold;
      text-transform: capitalize;
      color: #000;
      padding-bottom: 10px;
      position: relative;
  }

  .contact-us .contact-left h1::after {
      position: absolute;
      content: "";
      top: 25px;
      left: 161px;
      width: 73px;
      height: 3px;
      background-color: #ffc517;
  }

  .contact-us .social-links p {
      padding: 8px 0;
      font-size: 18px;
      font-weight: 600;
      display: flex;
      align-items: center;
      padding-left: 5px;
  }

  .contact-us .social-links {
      border-left: 3px solid #ffc517;
  }

  .contact-us .social-links p i {
      color: #000000;
      border: 2px solid #ffc517;
      margin-right: 10px;
      margin-left: 5px;
      padding: 12px 13px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

  /*********** responsive strat **********/
@media (min-width:1901px) and (max-width:2000px){
.contact-us .social-links p {
    font-size: 22px;
}
.contact-us .title-box {
    font-size: 25px;
}
.contact-us .fr_input {
    font-size: 18px;
}
footer .footer-box .quick-links li a {
    font-size: 20px;
}
footer .footer-box .contact-list li a {
    font-size: 20px;
}
}
  /*********** mobile responsive  **********/
  @media (max-width:420px) {
    

      .contact-us .corner {
          width: 36px;
          height: 36px;
      }
  }

  @media (max-width:990px) {
      .contact-us .frame {
          padding: 8px;
      }

      .contact-us .contact-right {
          margin-top: 30px;
      }
      .offset-1 {
        margin-left: 0px;
}
.contact-us{
    padding: 0px 0px 50px 0px;
}
footer .ft-img{
    margin: auto;
}
  }