/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1757918677
Updated: 2025-09-15 06:44:37

*/

.contact_mails {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 25px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 25px;
}

.contact_mails a {
  font-size: inherit;
  font-family: Poppins;
  color: #000;
}

.contact_mails a {
  background: #ffffffde;
  color: #000000;
  padding: 5px 25px;
  border-radius: 26px;
  border-left: 3px solid #203773;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.elementor-element .swiper .elementor-swiper-button {
  top: 94% !important;
}

/* Featured Image Styling */
.post-featured-wrap img {
  width: 100%; /* Makes the image responsive and adjusts to the width of its container */
  height: auto; /* Keeps the aspect ratio intact */
  margin-bottom: 20px; /* Adds some space below the image */
}

/* Content Styling */
.blog-title h1 {
  font-size: 32px;
  margin-top: 20px;
}

.blog-meta-wrap {
  margin-top: 10px;
  color: #777;
  display: flex;
}

/* Table of Contents Styling */
.toc-wrap {
  margin-top: 20px;
}

.date-meta.blog-meta {
  width: 2% !important;
}
.author-meta.blog-meta {
  width: 2% !important;
}

.blog-meta-wrap {
  margin-top: 10px;
  color: #777;
}

.blog-meta {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}

.blog-meta i {
  margin-right: 5px;
}

.social-icon {
  text-decoration: none;
  color: #333;
  margin-right: 10px;
  font-size: 18px;
}

.social-icon:hover {
  color: #0073e6;
}
.post-featured-wrap {
  margin-top: 20px;
}

.toc-wrap {
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  height: fit-content;
}

.recent-post-list {
  list-style-type: none;
  padding: 0;
}

.recent-post-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.recent-post-img {
  margin-right: 15px;
}

.recent-post-title {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.recent-post-title a {
  text-decoration: none;
  color: #070707;
  font-weight: bold;
}

.recent-post-title a:hover {
  text-decoration: underline;
}

.recent-post-list h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.recent-text {
  color: #203874;
}

/* Table of Contents Styling */
.toc-wrap {
  background-color: #f9f9f9; /* Light background color */
  padding: 20px;
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for the TOC box */
  /* border-left: 4px solid #203773; Blue left border to match the theme */
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
}

.toc-wrap h3 {
  font-size: 18px;
  font-weight: 600;
  color: #203773; /* Dark blue color for the TOC heading */
  margin-bottom: 15px;
}

.toc-wrap ul {
  list-style: none; /* Remove default list styling */
  padding: 0;
  margin: 0;
}

.toc-wrap li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd; /* Light gray border between items */
}

.toc-wrap li a {
  text-decoration: none; /* Remove underline from links */
  color: #203773; /* Dark blue text color for links */
  font-weight: 500;
  display: block;
}

.toc-wrap li a:hover {
  text-decoration: underline; /* Underline on hover */
  color: #0b4d85; /* Slightly darker blue on hover */
}

.toc-wrap li a:active {
  color: #0073e6; /* Active link color */
}

.toc-wrap li a:focus {
  outline: none;
  border-bottom: 2px solid #203773; /* Add underline effect on focus */
}

.toc-wrap .toc-title {
  font-size: 16px;
  font-weight: 600;
  color: #203773;
  margin-bottom: 8px;
}

.recent-text {
  font-size: 18px;
  font-weight: 600;
  color: #203773;
  margin-bottom: 15px;
}
.post-meta-tags.rt-el-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
span.author-prefix {
  padding-left: 15px;
}
span.date {
  gap: 15px;
}

.ez-toc-icon-toggle-span {
    display: none;
}