.elementor-683 .elementor-element.elementor-element-2369dad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ===============================================
   CONTACT - ENGLISH | Dana T Psychology
   =============================================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Barlow:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap');

/* =============== VARIABLES =============== */
:root {
  /* Dana T Psychology Palette */
  --police-blue: #3E4E63;
  --police-blue-light: #4a5d75;
  --green-sheen: #6DAAA9;
  --green-sheen-dark: #5a9594;
  --jet-stream: #B0D8C2;
  --chinese-white: #E2EFDF;
  --black: #1a1a1a;
  --white: #ffffff;
  --cream: #F8FAF7;
  --gray: #6b7280;
  --dark-gray: #374151;
}

/* =============== RESET =============== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =============== BASE =============== */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: var(--black);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: 1.2;
}

.container-contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =============== HERO =============== */
.hero-contact {
  min-height: 50vh;
  background: var(--police-blue);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0 60px 0;
}

.hero-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(62,78,99,0.95) 0%, rgba(62,78,99,0.85) 50%, rgba(109,170,169,0.3) 100%);
  z-index: 1;
}

.hero-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  opacity: 0.05;
  background-image: radial-gradient(circle at 2px 2px, var(--white) 1px, transparent 0);
  background-size: 40px 40px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero-tag {
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--jet-stream);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 500;
  display: inline-block;
}

.hero-contact h1 {
  font-size: clamp(36px, 4.5vw, 48px);
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-contact h1 em {
  font-style: italic;
  color: var(--jet-stream);
}

.hero-subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.9;
}

/* =============== CONTACT SECTION =============== */
.contact-section {
  padding: 30px 0;
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: start;
}

.contact-info {
  position: sticky;
  top: 120px;
}

.section-tag {
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--green-sheen);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}

.contact-info h2 {
  font-size: 32px;
  color: var(--police-blue);
  margin-bottom: 24px;
  line-height: 1.3;
}

.contact-info > p {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: 32px;
  line-height: 1.8;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon {
  width: 44px;
  height: 44px;
  background: var(--chinese-white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  color: var(--green-sheen);
}

.contact-detail-content h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: var(--police-blue);
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-detail-content p {
  font-size: 15px;
  color: var(--dark-gray);
  margin: 0;
  line-height: 1.6;
}

.contact-detail-content a {
  color: var(--green-sheen);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-detail-content a:hover {
  color: var(--police-blue);
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
}

.hours-list li {
  font-size: 14px;
  color: var(--gray);
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
}

/* =============== FORM =============== */
.contact-form-wrapper {
  background: var(--cream);
  padding: 48px;
  border-radius: 12px;
  border: 1px solid rgba(109,170,169,0.15);
}

.contact-form-wrapper h3 {
  font-size: 28px;
  color: var(--police-blue);
  margin-bottom: 12px;
}

.contact-form-wrapper > p {
  font-size: 15px;
  color: var(--gray);
  margin-bottom: 32px;
}

/* Contact Form 7 Styling */
.wpcf7-form p {
  margin-bottom: 24px;
}

.wpcf7-form label {
  display: block;
  font-size: 13px;
  color: var(--police-blue);
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(109,170,169,0.3);
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: var(--black);
  background: var(--white);
  transition: all 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: none;
  border-color: var(--green-sheen);
  box-shadow: 0 0 0 3px rgba(109,170,169,0.1);
}

.wpcf7-form textarea {
  min-height: 140px;
  resize: vertical;
}

.wpcf7-form input[type="submit"] {
  background: var(--green-sheen);
  color: var(--white);
  padding: 16px 40px;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.wpcf7-form input[type="submit"]:hover {
  background: var(--police-blue);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(62,78,99,0.2);
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #d93025;
  margin-top: 6px;
}

.wpcf7-response-output {
  margin: 24px 0 0 0;
  padding: 16px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background: rgba(109,170,169,0.1);
  border: 1px solid var(--green-sheen);
  color: var(--green-sheen-dark);
}

.wpcf7-validation-errors {
  background: rgba(217,48,37,0.1);
  border: 1px solid #d93025;
  color: #b71c1c;
}

/* =============== BRAND DIVIDER =============== */
.brand-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 40px 0;
  background: var(--white);
}

.brand-divider-img {
  width: 180px;
  height: auto;
}

/* =============== RESPONSIVE =============== */
@media (max-width: 968px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-info {
    position: static;
  }

  .contact-form-wrapper {
    padding: 32px 24px;
  }
}

@media (max-width: 640px) {
  .hero-contact {
    padding: 60px 0 40px 0;
  }

  .hero-contact h1 {
    font-size: 32px;
  }

  .contact-section {
    padding: 60px 0;
  }

  .contact-info h2 {
    font-size: 28px;
  }

  .contact-form-wrapper h3 {
    font-size: 24px;
  }

  .contact-form-wrapper {
    padding: 24px 20px;
  }
}/* End custom CSS */