/* =====================================================
   CONTACT INTRO
===================================================== */

.contact-intro {
    position: relative;

    padding: 85px 20px;

    background:
        radial-gradient(
            circle at 85% 50%,
            rgba(115, 12, 34, 0.14),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #090909 0%,
            #12090d 50%,
            #0b0a08 100%
        );

    overflow: hidden;
}


/* subtle background glow */

.contact-intro::before {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    right: -180px;
    top: 20%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.045),
            transparent 68%
        );

    pointer-events: none;
}


/* =====================================
   CONTENT
===================================== */

.contact-intro-content {

    position: relative;

    max-width: 850px;

    margin: 0 auto;

    text-align: center;
}


/* LABEL */

.contact-intro .section-label {

    display: block;

    margin-bottom: 14px;

    color: #d4af37;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 3.5px;

    text-transform: uppercase;
}


/* HEADING */

.contact-intro h2 {

    margin: 0 0 22px;

    color: #f5ede2;

    font-family: "Cinzel", serif;

    font-size: clamp(30px, 4vw, 43px);

    font-weight: 600;

    line-height: 1.3;
}


.contact-intro h2 span {

    color: #d4af37;

    font-style: italic;
}


/* PARAGRAPHS */

.contact-intro p {

    max-width: 760px;

    margin: 0 auto 15px;

    color: #aaa19f;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.9;
}


/* GOLD DETAIL */

.contact-intro-line {

    width: 48px;

    height: 1px;

    margin: 27px auto 0;

    background: #d4af37;

    box-shadow:
        0 0 12px rgba(212, 175, 55, 0.30);
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

    .contact-intro {

        padding: 65px 18px;
    }


    .contact-intro .section-label {

        font-size: 9px;

        letter-spacing: 3px;
    }


    .contact-intro h2 {

        font-size: 29px;

        line-height: 1.35;

        margin-bottom: 18px;
    }


    .contact-intro p {

        font-size: 12.5px;

        line-height: 1.8;

        margin-bottom: 13px;
    }


    .contact-intro-line {

        margin-top: 23px;
    }

}

/* =====================================================
   CONNECT WITH US
===================================================== */

.connect-section {

  position: relative;

  padding: 90px 20px;

  background:
    radial-gradient(
      circle at 8% 30%,
      rgba(112, 12, 34, .20),
      transparent 36%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(212, 175, 55, .045),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #080808 0%,
      #16080d 52%,
      #0a0908 100%
    );

  overflow: hidden;
}


/* =====================================================
   HEADING
===================================================== */

.connect-heading {

  max-width: 720px;

  margin: 0 auto 48px;

  text-align: center;
}


.connect-heading .section-label {

  display: block;

  margin-bottom: 13px;

  color: #d4af37;

  font-family: "Poppins", sans-serif;

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 3.5px;

  text-transform: uppercase;
}


.connect-heading h2 {

  margin: 0;

  color: #f6eee3;

  font-family: "Cinzel", serif;

  font-size: clamp(32px, 4vw, 44px);

  font-weight: 600;

  line-height: 1.3;
}


.connect-heading h2 span {

  color: #d4af37;

  font-style: italic;
}


.connect-heading p {

  max-width: 600px;

  margin: 15px auto 0;

  color: #aaa09f;

  font-family: "Poppins", sans-serif;

  font-size: 14px;

  line-height: 1.8;
}


/* =====================================================
   MAIN GRID
===================================================== */

.connect-grid {

  max-width: 1100px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: .9fr 1.1fr;

  gap: 28px;

  align-items: stretch;
}


/* =====================================================
   LEFT CONTACT
===================================================== */

.connect-info {

  padding: 30px;

  border-radius: 22px;

  border: 1px solid rgba(212, 175, 55, .16);

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.035),
      rgba(60,10,20,.25),
      rgba(255,255,255,.012)
    );

  box-shadow:
    0 25px 60px rgba(0,0,0,.25);
}


.connect-info-header {

  margin-bottom: 22px;
}


.connect-info-header h3 {

  margin: 0 0 8px;

  color: #f3e9dc;

  font-family: "Cinzel", serif;

  font-size: 22px;

  font-weight: 600;
}


.connect-info-header p {

  margin: 0;

  color: #9f9695;

  font-family: "Poppins", sans-serif;

  font-size: 12px;

  line-height: 1.7;
}


/* =====================================================
   CONTACT CARDS
===================================================== */

.connect-card {

  position: relative;

  display: flex;

  align-items: center;

  gap: 14px;

  min-height: 68px;

  padding: 12px 14px;

  margin-bottom: 11px;

  border: 1px solid rgba(212,175,55,.13);

  border-radius: 14px;

  background: rgba(255,255,255,.018);

  text-decoration: none;

  transition:
    transform .3s ease,
    border-color .3s ease,
    background .3s ease;
}


.connect-card:hover {

  transform: translateX(4px);

  border-color: rgba(212,175,55,.40);

  background:
    rgba(95, 13, 34, .28);
}


/* ICON */

.connect-card-icon {

  width: 42px;
  height: 42px;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  border: 1px solid rgba(212,175,55,.25);

  background: rgba(212,175,55,.045);

  color: #d4af37;

  font-size: 15px;

  transition:
    background .3s ease,
    color .3s ease;
}


.connect-card:hover .connect-card-icon {

  background: #d4af37;

  color: #170c0e;
}


/* CONTENT */

.connect-card-content {

  display: flex;

  flex-direction: column;

  min-width: 0;
}


.connect-card-content span {

  margin-bottom: 2px;

  color: #8d8382;

  font-family: "Poppins", sans-serif;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 1.8px;
}


.connect-card-content strong {

  overflow: hidden;

  color: #e9ded1;

  font-family: "Poppins", sans-serif;

  font-size: 12px;

  font-weight: 500;

  text-overflow: ellipsis;

  white-space: nowrap;
}


/* ARROW */

.connect-card-arrow {

  margin-left: auto;

  color: #806d43;

  font-size: 10px;

  transition:
    color .3s ease,
    transform .3s ease;
}


.connect-card:hover .connect-card-arrow {

  color: #d4af37;

  transform: translateX(3px);
}


/* =====================================================
   PRIVACY NOTE
===================================================== */

.connect-note {

  display: flex;

  align-items: center;

  gap: 9px;

  margin-top: 19px;

  padding-top: 17px;

  border-top: 1px solid rgba(212,175,55,.10);

  color: #807777;

  font-family: "Poppins", sans-serif;

  font-size: 10px;

  line-height: 1.5;
}

select {
    background-color: #1a0b0e;
    color: #f5ead7;
    border: 1px solid rgba(212, 175, 55, 0.55);
}

select option {
    background-color: #1a0b0e;
    color: #f5ead7;
}
.connect-note i {

  flex-shrink: 0;

  color: #a98732;

  font-size: 12px;
}


/* =====================================================
   ENQUIRY CARD
===================================================== */

.enquiry-card {

  padding: 34px;

  border-radius: 22px;

  border: 1px solid rgba(212,175,55,.20);

  background:
    linear-gradient(
      145deg,
      rgba(48,10,19,.78),
      rgba(15,10,11,.95)
    );

  box-shadow:
    0 25px 65px rgba(0,0,0,.30);
}


/* HEADER */

.enquiry-header {

  margin-bottom: 24px;
}


.enquiry-header h3 {

  margin: 0 0 7px;

  color: #f5ede2;

  font-family: "Cinzel", serif;

  font-size: 23px;

  font-weight: 600;
}


.enquiry-header p {

  margin: 0;

  color: #958b8a;

  font-family: "Poppins", sans-serif;

  font-size: 12px;

  line-height: 1.7;
}


/* =====================================================
   FORM
===================================================== */

.enquiry-form {

  display: flex;

  flex-direction: column;

  gap: 17px;
}


.form-group {

  display: flex;

  flex-direction: column;

  gap: 7px;
}


.form-group label {

  color: #c7b9b1;

  font-family: "Poppins", sans-serif;

  font-size: 11px;

  font-weight: 500;
}


.form-group input,
.form-group select,
.form-group textarea {

  width: 100%;

  box-sizing: border-box;

  border: 1px solid rgba(212,175,55,.15);

  border-radius: 10px;

  outline: none;

  background:
    rgba(0,0,0,.25);

  color: #eee4d8;

  font-family: "Poppins", sans-serif;

  font-size: 12px;

  transition:
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}


.form-group input,
.form-group select {

  height: 46px;

  padding: 0 14px;
}


.form-group textarea {

  min-height: 115px;

  padding: 13px 14px;

  resize: vertical;
}


.form-group input::placeholder,
.form-group textarea::placeholder {

  color: #696161;
}


.form-group select {

  appearance: none;

  -webkit-appearance: none;

  cursor: pointer;
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

  border-color: rgba(212,175,55,.55);

  background:
    rgba(212,175,55,.025);

  box-shadow:
    0 0 0 3px rgba(212,175,55,.045);
}


/* =====================================================
   SUBMIT
===================================================== */

.enquiry-submit {

  width: 100%;

  min-height: 47px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  margin-top: 2px;

  border: 0;

  border-radius: 50px;

  cursor: pointer;

  color: #17110d;

  background:
    linear-gradient(
      135deg,
      #f0d475,
      #d4af37
    );

  font-family: "Poppins", sans-serif;

  font-size: 12px;

  font-weight: 600;

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.enquiry-submit:hover {

  transform: translateY(-2px);

  box-shadow:
    0 12px 28px rgba(212,175,55,.18);
}


.enquiry-submit i {

  font-size: 10px;

  transition:
    transform .3s ease;
}


.enquiry-submit:hover i {

  transform: translateX(4px);
}


/* DISCLAIMER */

.form-disclaimer {

  margin: 0;

  text-align: center;

  color: #716969;

  font-family: "Poppins", sans-serif;

  font-size: 9px;

  line-height: 1.6;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

  .connect-grid {

    grid-template-columns: 1fr;

    max-width: 700px;
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 650px) {

  .connect-section {

    padding: 65px 15px;
  }


  .connect-heading {

    margin-bottom: 32px;
  }


  .connect-heading h2 {

    font-size: 29px;
  }


  .connect-heading p {

    font-size: 12.5px;
  }


  .connect-info {

    padding: 22px 18px;

    border-radius: 18px;
  }


  .connect-info-header h3 {

    font-size: 20px;
  }


  .connect-card {

    min-height: 63px;

    padding: 10px 11px;
  }


  .connect-card-icon {

    width: 38px;
    height: 38px;

    font-size: 13px;
  }


  .connect-card-content strong {

    font-size: 11px;
  }


  .enquiry-card {

    padding: 24px 18px;

    border-radius: 18px;
  }


  .enquiry-header h3 {

    font-size: 20px;
  }


  .enquiry-form {

    gap: 15px;
  }


  .form-group input,
  .form-group select {

    height: 44px;
  }


  .form-group textarea {

    min-height: 105px;
  }

}