.elementor-573 .elementor-element.elementor-element-483b710{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-573 .elementor-element.elementor-element-7516f50{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-573:not(.elementor-motion-effects-element-type-background), body.elementor-page-573 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-83bdc2b *//* ================= CONTACT SECTION ================= */
.craftout-contact-section {
    background-color: #000;
    color: #fff;
    padding: 100px 8%;
    font-family: 'Inter', sans-serif;
}

/* ================= HEADER ================= */
.contact-header {
    text-align: center;
    margin-bottom: 80px;
}

.tagline {
    font-size: 14px;
    letter-spacing: 2px;
    color: #888;
}

.contact-header h1 {
    font-size: clamp(48px, 10vw, 120px);
    font-weight: 900;
    margin: 10px 0;
    line-height: 1;
}

.description {
    max-width: 620px;
    margin: 0 auto 30px;
    color: #ccc;
    line-height: 1.7;
    font-size: 16px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    transition: opacity 0.3s ease;
}

.social-icons a:hover {
    opacity: 0.6;
}

/* ================= GRID (UPDATED TO GRID) ================= */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* ================= IMAGE ================= */
.image-container {
    width: 100%;
}

.animated-image {
    width: 100%;
    height: 520px;
    min-height: 520px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* Default image (fallback if JS fails) */
    background-image: url("https://bloofy.co/wp-content/uploads/2026/01/contact3-scaled.webp");

    opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

/* ================= FORM ================= */
.form-container {
    width: 100%;
}

.input-group {
    margin-bottom: 28px;
    border-bottom: 1px solid #333;
}

.input-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #aaa;
}

.input-group input,
.input-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 12px 0;
    outline: none;
    font-size: 14px;
}

.input-group textarea {
    min-height: 120px;
    resize: vertical;
}

.send-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 16px 44px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.send-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.status-msg {
    font-size: 12px;
    color: #666;
    margin-top: 18px;
}

/* ================= TABLET ================= */
@media (max-width: 1024px) {
    .craftout-contact-section {
        padding: 90px 6%;
    }

    .contact-grid {
        gap: 40px;
    }

    .animated-image {
        height: 420px;
        min-height: 420px;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

    .craftout-contact-section {
        padding: 70px 20px;
    }

    .contact-header {
        margin-bottom: 50px;
    }

    .contact-grid {
        grid-template-columns: 1fr;  /* Stack vertically */
        gap: 40px;
    }

    .animated-image {
        height: 320px;
        min-height: 320px;
    }

    .description {
        font-size: 14px;
    }

    .send-btn {
        width: 100%;
        text-align: center;
    }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 480px) {

    .contact-header h1 {
        font-size: 42px;
    }

}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-f7c358d */.crafto-contact {
  background: radial-gradient(circle at top, #1c1c1c, #000);
  padding: 120px 20px;
  font-family: 'Poppins', sans-serif;
}

.crafto-container {
  max-width: 1300px;
  margin: auto;
}

.crafto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.crafto-card {
  background: linear-gradient(145deg, #141414, #0b0b0b);
  border-radius: 18px;
  padding: 40px;
  color: #fff;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT (VIDEO MATCH) */
.crafto-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 50px 100px rgba(0,0,0,0.9);
}

/* ICON */
.crafto-icon {
  font-size: 28px;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* TEXT */
.crafto-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.crafto-card p {
  font-size: 14px;
  opacity: 0.7;
}

/* GLOW ON HOVER */
.crafto-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.crafto-card:hover::after {
  opacity: 1;
}

/* ===================== TABLET ===================== */
@media (max-width: 1199px) {
  .crafto-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .crafto-contact {
    padding: 100px 20px;
  }

  .crafto-card {
    padding: 32px;
  }
}

/* ===================== MOBILE ===================== */
@media (max-width: 767px) {
  .crafto-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .crafto-contact {
    padding: 80px 16px;
  }

  .crafto-card {
    padding: 28px;
  }

  .crafto-icon {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .crafto-card h3 {
    font-size: 16px;
  }

  .crafto-card p {
    font-size: 13px;
  }

  /* Disable hover lift on touch devices */
  .crafto-card:hover {
    transform: none;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
  }
}/* End custom CSS */


/* Start custom CSS */.site-header{
    display: none;
}/* End custom CSS */