.elementor-16725 .elementor-element.elementor-element-f51ac7f{text-align:center;}.elementor-16725 .elementor-element.elementor-element-1b16b01 img{width:62%;border-radius:11px 11px 11px 11px;}.elementor-16725 .elementor-element.elementor-element-3ab2f8b img{width:62%;border-radius:11px 11px 11px 11px;}.elementor-16725 .elementor-element.elementor-element-1040467 img{width:62%;border-radius:11px 11px 11px 11px;}.elementor-16725 .elementor-element.elementor-element-afefe3d img{width:62%;border-radius:11px 11px 11px 11px;}.elementor-16725 .elementor-element.elementor-element-1e1a438 img{width:62%;border-radius:11px 11px 11px 11px;}.elementor-16725 .elementor-element.elementor-element-0b2c78d img{width:62%;border-radius:11px 11px 11px 11px;}.elementor-16725 .elementor-element.elementor-element-35f24f1 img{width:62%;border-radius:11px 11px 11px 11px;}.elementor-16725 .elementor-element.elementor-element-f73ce77 img{width:62%;border-radius:11px 11px 11px 11px;}@media(max-width:767px){.elementor-16725 .elementor-element.elementor-element-7d709b9b{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-6a1dbc0 *//* ========== Base Styling for the Janae Section ========== */
.janae-section {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  align-items: stretch;
  color: black;
}

.janae-section .janae-image-container {
  flex: 1; /* Equal width with .janae-text-container */
}

.janae-section .janae-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.janae-section .janae-text-container {
  flex: 1;
  background-color: #d4c800;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.janae-section .janae-text-container h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.janae-section .janae-text-container p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}

/* Styling for the author credit */
.janae-text-container .author-credit {
  font-size: 14px;
  font-style: italic;
  color: #333;
  margin-bottom: 20px;
}

/* Profile Card Styling */
#janae-profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  padding: 20px;
  width: 90%; /* Full width with some margin on mobile */
  max-width: 300px;
  margin: 20px auto; /* Center horizontally */
}

#janae-profile-card .profile-info .name {
  font-size: 1.5em;
  font-weight: bold;
  margin: 15px 0 5px;
}

#janae-profile-card .profile-info .role {
  font-size: 1em;
  color: #a58b7c;
  margin-bottom: 15px;
}

#janae-profile-card .profile-info .description {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 20px;
}

#janae-profile-card .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#janae-profile-card .social-icons .icon {
  font-size: 20px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

#janae-profile-card .social-icons .icon:hover {
  color: #0077b5; /* Change hover color as needed */
}

/* Responsive Design for Janae Section */
@media (max-width: 768px) {
  .janae-section {
    flex-direction: column-reverse; /* Reverse the order for mobile */
  }

  .janae-section .janae-text-container {
    padding: 20px;
    text-align: center;
  }

  .janae-section .janae-text-container h3 {
    font-size: 20px;
  }

  .janae-section .janae-text-container p {
    font-size: 14px;
  }

  .janae-text-container .author-credit {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

/* ========== (Optional) Styling for the Catio Snippet ========== */
/* Currently, the catio snippet uses default typography and layout.
   Add or customize any styles needed below. For example: */

/*
.catio-blog-post-elementor {
  margin: 20px;
  font-family: Arial, sans-serif;
}

.catio-post-header h1 {
  font-size: 2em;
  margin-bottom: 1em;
}

.catio-main-content h3, .catio-main-content h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
*//* End custom CSS */