/*
Theme Name: Cryption Child
Theme URI: https://yourdomain.com/
Description: Child theme for Cryption
Author: Your Name
Author URI: https://yourdomain.com/
Template: cryption
Version: 1.0.0
*/

/* Import parent styles */
/* Match "Kuardin" text style to logo image */

.site-logo-link.childtheme .logo-text {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 2px; /* fine-tune vertical alignment */
}

/* Adjust spacing between logo and text */
.site-logo-link.childtheme {
  display: flex;
  align-items: center;
  gap: 10px;
}

 
/* ================================
   ✅ Footer Logo - Match Header Style
   ================================ */

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px; /* reduce space between icon and text */
  line-height: 1;
  margin-top: 5px; /* optional - adjust vertical position */
}

.footer-logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.footer-logo-icon {
  height: 52px; /* match header logo height */
  width: auto;
  object-fit: contain;
  margin: 0;
  padding: 0;
}

.footer-logo-text {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 2px; /* fine-tune vertical alignment */
}

/* Responsive tweak for mobile */
@media (max-width: 768px) {
  .footer-logo-icon {
    height: 44px;
  }
  .footer-logo-text {
    font-size: 20px;
  }
}
#mc4wp_form_widget-2 > p[style*="color: indianred"] {
    display: none !important;
}
 #mc4wp_form_widget-3 > p[style*="color: indianred"] {
    display: none !important;
}
.card-content h4 {
    text-transform: inherit !important;
}

/* =========================================================
   Contact Form 7 — Modern Rounded & Spacious Style
   Matches "Drop us a message" section aesthetic
========================================================= */

.wpcf7 form {
  margin: 0 auto;
  padding: 40px 30px;
  background: transparent; /* keep your site bg visible */
}

/* Paragraph spacing */
.wpcf7 form p {
  margin-bottom: 28px;
}
.title-h2 {
    margin-top: 70px;
}
/* Input & Textarea fields */
.wpcf7-form-control {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 40px;
  padding: 20px 26px;
  font-size: 17px;
  color: #333;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  line-height: 1.5;
}

/* Focus effect */
.wpcf7-form-control:focus {
  border-color: #165e50;
  box-shadow: 0 0 0 4px rgba(22,94,80,0.1);
}

/* Textarea specifically */
.wpcf7-form-control.wpcf7-textarea {
  min-height: 180px;
  border-radius: 30px;
  resize: vertical;
  line-height: 1.6;
}

/* Labels */
.wpcf7 form label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #444;
  letter-spacing: 0.3px;
}

/* Submit button */
.wpcf7-submit {
  background: linear-gradient(90deg, #165e50, #26b687);
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 16px 50px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 6px 18px rgba(22,94,80,0.25);
}

.wpcf7-submit:hover {
  background: linear-gradient(90deg, #26b687, #165e50);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(22,94,80,0.25);
}

/* Placeholder text */
.wpcf7-form-control::placeholder {
  color: #999;
  opacity: 0.8;
  font-weight: 400;
}

/* Remove Contact Form 7 message border */
.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 25px 0 0 !important;
  color: #165e50;
  font-weight: 600;
  text-align: center;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .wpcf7 form {
    padding: 25px 15px;
  }
  .wpcf7-form-control {
    font-size: 15px;
    padding: 16px 20px;
  }
  .wpcf7-submit {
    width: 100%;
    padding: 14px;
  }
}

/* ===== Hide Single Post Meta Info ===== */
.single-post .post-meta,
.single-post .post-meta *,
.single-post .entry-meta,
.single-post .single-post-meta,
.single-post .post-meta-left,
.single-post .post-meta-right {
  display: none !important;
}

div#comments {
    display: none !important;
}

.footer-navigation #footer-menu {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-navigation #footer-menu a {
  white-space: nowrap;
}

a.site-logo-link.childtheme:hover {
    text-decoration: none !important;
}