.elementor-13900 .elementor-element.elementor-element-795dbd5 img{border-radius:27px 27px 27px 27px;}.elementor-13900 .elementor-element.elementor-element-443c2d4 img{border-radius:27px 27px 27px 27px;}.elementor-13900 .elementor-element.elementor-element-5c54fcc9 > .elementor-container{max-width:650px;}.elementor-13900 .elementor-element.elementor-element-3c12c48{padding:25px 25px 25px 25px;}.elementor-bc-flex-widget .elementor-13900 .elementor-element.elementor-element-42e18c4.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-13900 .elementor-element.elementor-element-42e18c4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-13900 .elementor-element.elementor-element-fc852f8 > .elementor-widget-container{padding:13px 13px 13px 13px;}.elementor-13900 .elementor-element.elementor-element-fc852f8 img{border-radius:28px 28px 28px 28px;}.elementor-13900 .elementor-element.elementor-element-819f2ed{text-align:center;}.elementor-13900 .elementor-element.elementor-element-59e2bea > .elementor-container{max-width:650px;}@media(max-width:767px){.elementor-13900 .elementor-element.elementor-element-1fa69a8f{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-13900 .elementor-element.elementor-element-42e18c4{width:30.248%;}.elementor-13900 .elementor-element.elementor-element-37641b3{width:69.752%;}}/* Start custom CSS for html, class: .elementor-element-7b88fc1d *//* ------------------------------------------------------------------
   Scope all CSS inside #catio-html-widget to avoid conflicts
------------------------------------------------------------------ */
#catio-html-widget .catio-blog-post-elementor {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  /* Use Open Sans for the default body font */
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  color: #333;
}
#catio-html-widget .catio-main-content h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #444;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}


#catio-html-widget .catio-post-header {
  text-align: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}


#catio-html-widget .catio-byline {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

/* Paragraphs default to Open Sans */
#catio-html-widget .catio-main-content p {
  margin-bottom: 1em;
}


/* Headings within the main content use Raleway */
#catio-html-widget .catio-main-content h2,
#catio-html-widget .catio-main-content h3,
#catio-html-widget .catio-main-content h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #444;
}

/* Lists remain Open Sans (unless you specifically want them in Raleway) */
#catio-html-widget .catio-main-content ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

#catio-html-widget .catio-main-content ul li {
  margin-bottom: 0.5em;
}

/* Apply rounded corners to images */
#catio-html-widget .catio-main-content figure img {
  border-radius: 10px;
}

/* On larger screens, center images and use a narrower width */
@media (min-width: 992px) {
  #catio-html-widget .catio-main-content figure img {
    width: 70%;
    max-width: 700px; 
    display: block;
    margin: 0 auto; 
  }
}

/* On smaller screens (below 992px), let images go full width */
@media (max-width: 991px) {
  #catio-html-widget .catio-main-content figure img {
    width: 100%;
    max-width: 100%;
  }
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  #catio-html-widget .catio-blog-post-elementor {
    width: 90%;
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4eaf8b7a *//* ========== 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 */