// X-Small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {  }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
	.table-of-contents ul li a {
	font-size: 14px !important;
	
}
	
	.table-of-contents {
		padding: 16px !important;
	}
}

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) {  }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) {  }

// X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) {  }

.author-info {
    display: flex;
    gap: 24px;
	padding-top: 32px;
}

.author-info .author-details h4 {
	   
    margin: 0 !important;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    color: #000C2D !important;
    font-size: 16px;
    font-weight: 800 !important;
    letter-spacing: 0.6px !important;
	line-height: normal !important;
}

.author-details {
	flex: 1;
}

.author-info .author-bio_custom {
	
}

p.author-bio_custom {
    font-size: 15px;
    font-family: 'Inter';
    letter-spacing: 0.5px;
    color: #3f3f3f;
}

p.author-bio_custom-mobile {
    font-size: 15px !important;
    font-family: 'Inter';
    letter-spacing: 0.5px;
    color: #3f3f3f;
	    margin-top: 8px;
	letter-spacing: 0.5px !important;
}

.author-info .author-title {
	
	   
    font-size: 13px !important;
    font-weight: 600;
    line-height: normal;
    margin-top: 4px;
    margin-bottom: 10px;
	letter-spacing: 0.5px !important;
} 

.author-avatar {
    width: 60px;
}

h2.related_posts {
	color: #3F3F3F !important;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
	text-align: center !important;
}
    

.side_bar-posts {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    padding: 16px;
	border-radius: 8px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
}

.side-bar_post-img {
    width: 40%;
    /* border-radius: 40px; */
}

.side-bar_post-img img {
/*     width: 40%; */
    border-radius: 8px !important;
}

.side-bar_post-content {
    width: 60%;
}

.side-bar_post-content a {
    color: #3f3f3f !important;
    font-size: 16px !important;
    font-family: 'INTER' !important;
    font-weight: 700 !important;
    letter-spacing: 0.6px !important;
}

.side-bar_post-content .post-date {
	font-size: 12px;
    color: #687385;
    letter-spacing: 0.5px;
    font-weight: 500;

}



.side-bar_post-content p {
    margin: 0px;
}

#custom-blog-wrapper  li {
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: "Inter";
}

#custom-blog-wrapper  li {
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: "Inter";
}

#custom-blog-wrapper p  a {
	color: #5956d6;
}

#custom-blog-wrapper .post_content  li  a {
	color: #5956d6;
}


#featured_box .side_bar-posts .side-bar_post-content p {
	font-size: 12px;
}



div#featured_box {
    position: sticky;
    top: 84px;
    z-index: 10;
/*     background-color: white; */
}

#custom-blog-wrapper .custom_feature_img {
	border-radius: 8px;
}


/* #custom-blog-wrapper h2 {
/* 	border: 3px solid red; */
	margin-bottom: 8px
}


#custom-blog-wrapper h5 {
	    margin-bottom: 10px !important;
    margin-top: 24px !important;
	font-size: 22px !important;
} */






/* Font styling for blog */
/* Custom Blog Wrapper */








#custom-blog-wrapper .table-of-contents h2 {
	margin-bottom: 24px;
}


.table-of-contents {
    background-color: #fff;
    padding: 32px;
    border: 1px solid #ddd;
    margin-top: 16px;
	margin-bottom: 16px;
    border-radius: 8px;
	box-shadow: inset 0 0 0 .5px #fbfbfb;
	border-left: 2px solid #25D366;
}

.table-of-contents h2 {
	color: #000c2d;
    padding-bottom: 8px;
	margin: 0px;
    margin-bottom: 24px;
    font-feature-settings: "pcap";
    font-variant: petite-caps;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-shadow: 0 .5px 0 0 #dfe3e9;
}

ul.wp-block-list {
	list-style: disc;
}

.table-of-contents ul {
   
    padding: 0;
}

.table-of-contents ul li {
    margin: 5px 0;
	margin-bottom: 12px;
	line-height: 22px !important;
}

.table-of-contents ul li:last-child {
    /* Styles for the last <li> */
    margin-bottom: 0px !important;
}

.table-of-contents ul li a {
    color: #000c2d;
    text-decoration: none;
	font-size: 16px;
	
	letter-spacing: 0px;
}

.table-of-contents ul li a:hover {
    color: #0083ff;
    text-decoration: none !important;
	
}

.table-of-contents ul li a:hover {
    text-decoration: underline;
}

.ha-post-title {
	margin-bottom: 10px !important;
	margin-top: 0px !important;
}

.more_post {
	text-align: center;
	margin-top: 40px;
}

.more_post button {
	color: #5869da !important;
    background-color: #fff !important;
    box-shadow: inset 0 0 0 1px #5869da !important;
	text-decoration: none !important;
	
	 font-size: 12px  !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    font-family: Inter;
    letter-spacing: 0.5px !important;
    text-align: center !important;
    text-transform: none !important;
    white-space: nowrap !important;
    border: none !important;
    height: auto !important;
    cursor: pointer !important;
    border-radius: 8px !important;
    transition: all 0.26 ease-in-out !important;
	
	
}


hr.divider_2 {
    width: 100%;
    height: 1px;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #ffad66 38%, #ffad66 64%, rgba(206, 211, 246, 0) 99%);
    opacity: .4;
    border: none;
    margin: 0;
}

.blog-tags ul {
	padding-left: 0 !important
}



#custom-blog-wrapper {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important; /* Base font size for scaling */
    line-height: 1.6 !important; /* General line-height for body text */
    letter-spacing: 0 !important; /* Default for body text */
    font-weight: 400 !important; /* Default weight for body text */
}

/* Headings and Paragraph Typography */
#custom-blog-wrapper .post_content h1,
#custom-blog-wrapper .post_content h2,
#custom-blog-wrapper .post_content h3,
#custom-blog-wrapper .post_content h4,
#custom-blog-wrapper .post_content h5,
#custom-blog-wrapper .post_content h6,
#custom-blog-wrapper p {
    margin: 0 0 1rem !important; /* Space after each block */
    letter-spacing: 0.5px !important; /* Slightly spaced-out text for better clarity */
}

/* H1 to H6 Settings */
#custom-blog-wrapper .post_content h1 {
    font-size: 40px !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: 1px !important;
    font-weight: 800 !important; /* Bold for main heading */
}

#custom-blog-wrapper .post_content h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 1.2rem !important;
/*     letter-spacing: 0.8px !important; */
	margin-top: 40px !important;
    font-weight: 800 !important; /* Semi-bold for secondary heading */
}

#custom-blog-wrapper .post_content h3 {
    font-size: 23px !important;
    line-height: 1.4 !important;
    margin-bottom: 1rem !important;
    letter-spacing: 0.6px !important;
    font-weight: 700 !important; /* Semi-bold */
}

#custom-blog-wrapper .post_content h4 {
    font-size: 19px !important;
    line-height: 1.5 !important;
    margin-bottom: 0rem !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important; /* Medium weight */
}

#custom-blog-wrapper .post_content h5 {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 0.6rem !important;
    letter-spacing: 0.3px !important;
    font-weight: 600 !important; /* Medium */
}

#custom-blog-wrapper .post_content h6 {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0.2px !important;
    font-weight: 500 !important; /* Normal */
}

/* Paragraph */
#custom-blog-wrapper .post_content p {
    font-size: 16px !important; /* Base size */
    line-height: 2.5rem !important; /* Optimal for readability */
    margin-bottom: 2.2rem !important;
    letter-spacing: 0 !important; /* Standard body text spacing */
    font-weight: 400 !important; /* Normal */
}

/* Responsive Typography */
@media (max-width: 1024px) {
    #custom-blog-wrapper .post_content h2 {
        font-size: 26px !important;
    }

    #custom-blog-wrapper .post_content h3 {
        font-size: 22px !important;
    }

    #custom-blog-wrapper .post_content h4 {
        font-size: 18px !important;
    }

    #custom-blog-wrapper .post_content h5 {
        font-size: 15px !important;
    }

    #custom-blog-wrapper .post_content h6 {
        font-size: 14px !important;
    }
    #custom-blog-wrapper .post_content p {
        font-size: 15px !important;
        letter-spacing: 0 !important;
    }
}

@media (max-width: 768px) {
     #custom-blog-wrapper .post_content h2 {
        font-size: 24px !important;
    }

    #custom-blog-wrapper .post_content h3 {
        font-size: 20px !important;
    }

    #custom-blog-wrapper .post_content h4 {
        font-size: 17px !important;
    }

    #custom-blog-wrapper .post_content h5 {
        font-size: 14px !important;
    }

    #custom-blog-wrapper .post_content h6 {
        font-size: 13px !important;
    }
    #custom-blog-wrapper .post_content p {
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }
}

@media (max-width: 480px) {
    #custom-blog-wrapper .post_content h1 {
        font-size: 28px !important;
        letter-spacing: 0.7px !important;
    }
     #custom-blog-wrapper .post_content h2 {
        font-size: 22px !important;
    }

    #custom-blog-wrapper .post_content h3 {
        font-size: 18px !important;
    }

    #custom-blog-wrapper .post_content h4 {
        font-size: 16px !important;
    }

    #custom-blog-wrapper .post_content h5 {
        font-size: 13px !important;
    }

    #custom-blog-wrapper .post_content h6 {
        font-size: 12px !important;
    }
    #custom-blog-wrapper .post_content p {
        font-size: 14px !important;
        line-height: 1.8 !important;
        letter-spacing: 0 !important;
    }
}

/* Unordered List (ul) Styling */
#custom-blog-wrapper .post_content ul {
    margin: 0 0 3.5rem !important; /* Space below the entire list */
/*     padding-left: 1.5rem !important; /* Indentation for list items */ */
    list-style-type: disc !important; /* Default bullet style */
	padding-left: 40px !important;
}

/* List Items (li) Styling */
#custom-blog-wrapper ul li {
    margin: 0 0 0.5rem !important; /* Space between list items */
    line-height: 1.6 !important; /* Line height for readability */
    font-size: 16px !important; /* Match paragraph font size */
    font-family: 'Inter', sans-serif !important; /* Consistent font */
    letter-spacing: 0.2px !important; /* Subtle letter-spacing for clarity */
    font-weight: 400 !important; /* Normal weight */
}

/* Nested Lists */
#custom-blog-wrapper ul ul {
    margin: 0 !important; /* No extra margin for nested lists */
    padding-left: 1.5rem !important; /* Additional indentation */
    list-style-type: circle !important; /* Different bullet style */
}

#custom-blog-wrapper ul ul li {
    font-size: 15px !important; /* Slightly smaller font for nested items */
    letter-spacing: 0.1px !important; /* Consistent letter-spacing */
}

/* Optional Styling for Ordered Lists */
#custom-blog-wrapper .post_content ol {
    margin: 0 0 3.5rem !important; /* Space below the entire list */
    padding-left: 1.5rem !important; /* Indentation for list items */
    list-style-type: decimal !important; /* Default numbering style */
	padding-left: 40px !important;
}

#custom-blog-wrapper ol li {
    margin: 0 0 0.5rem !important; /* Space between list items */
    line-height: 1.6 !important;
    font-size: 16px !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.2px !important;
    font-weight: 400 !important;
}

#custom-blog-wrapper table {
	margin: 0 !important;
}

#custom-blog-wrapper img {
	margin: 0 auto;
}

.container_wp {
   display: flex;
  flex-wrap: wrap;
/*   justify-content: space-between; */
  gap: 30px;
  width: 100%;
	margin-bottom: 30px;
}

.box_wp {
	
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
	flex-direction: column;
  font-size: 18px;
  border-radius: 0.5rem;
  flex: 1 1 calc(25% - 28px); /* Adjust width for 4 boxes in a row with gap */
  max-width: calc(25% - 28px);
	border: 2px solid #F3F4F6;
}
.bg-0 {
background: rgb(255, 250, 240);		
}

.bg-1 {
background: red;	
}

.bg-2 {
	background: yellow;
}

.bg-3 {
	background: green;
}

.bg-4 {
	background: greenyellow;
}

.bg-5 {
	background: pink;
}
.bg-6 {
	background: black;
}
.bg-7 {
	background: blue;
}
.bg-8 {
	background: green;
}
.bg-9 {
	background: yellow;
}

.box_wp:hover {
	box-shadow:  0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.img_p_wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.box_wp_p {
	font-size: 15px;
	margin: 0px;
	letter-spacing: 0;
	text-align: center;
	color: rgba(55, 65, 81, 1);
	font-weight: 700;
	margin-bottom: 16px;
	max-width: 80%;
}

.box_wp_img {
	background: #fff;
	padding: 8px;
	margin-top: 16px;
	margin-bottom: 18px;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
	border-radius: .375rem;
}

.box_wp_link {
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 12px;
	padding-bottom: 18px;
	line-height: 0.7;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	
}

.box_wp_img svg {
	fill: red;
	color: red;
}

.box_wp_link a {
	font-size: 12px;
	text-align: center;
	color: #3b82f6;
	padding-bottom: 8px;
	text-decoration: underline !important;
	font-weight: 600;
}

@media (max-width: 1187px) {
  .box_wp {
        flex: 1 1 calc(35% - 8px);
    max-width: calc(35% - 28px);

  }
	.container_wp{
		justify-content: center;
	}
}

@media (max-width: 543px) {
  .box_wp {
        flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 0px);

  }
	.container_wp{
		justify-content: center;
		gap: 20px;
	}
}


.chat-ui {
  max-width: 400px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  background: #fff;
  margin: auto;
  overflow: hidden;
}

.chat-header {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  
  
  
      
  
  
}

.logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.business-name {
  font-weight: bold;
}

.status {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: gray;
  margin-left: 10px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: green;
  border-radius: 50%;
  margin-right: 5px;
}

.menu {
  display: flex;
  gap: 3px;
}

.menu span {
  display: block;
  width: 4px;
  height: 4px;
  background: gray;
  border-radius: 50%;
}

.chat-body {
  padding: 15px;
  font-size: 14px;
  color: #333;
}

.placeholder {
  color: #007bff;
  font-weight: bold;
}

.buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

button {
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

button.confirm {
  background: #007bff;
  color: white;
}

button.reschedule {
  background: #f4f4f4;
  color: #333;
  border: 1px solid #ddd;
}

.unsubscribe {
  margin-top: 10px;
  font-size: 12px;
  color: gray;
}

.chat-footer {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-top: 1px solid #ddd;
}

button.copy,
button.share {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
}

/* Whatsapp Card  */
.container_wp_card {
            max-width: 400px;
            width: 100%;
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .header_wp_card {
            background-color: #018068;
            color: white;
            padding: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            position: relative;
        }

        .back-arrow_wp_card {
            color: white;
            text-decoration: none;
            font-size: 24px;
        }

        .profile-img_wp_card {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: white;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .business-info_wp_card {
            flex-grow: 1;
        }

        .business-name_wp_card {
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .verified-icon_wp_card {
            color: white;
            font-size: 14px;
        }

        .business-type_wp_card {
            font-size: 13px;
            opacity: 0.9;
        }

        .message-container_wp_card {
            padding: 20px;
            background-color: #e9e4dd;
        }

        .message_wp_card {
            background-color: white;
            padding: 16px;
            border-radius: 8px;
            font-size: 14px;
            line-height: 1.4;
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

        .unsubscribe_wp_card {
            font-size: 12px;
            color: #667781;
            margin-top: 8px;
            font-style: italic;
        }

        .buttons_wp_card {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .btn_wp_card {
            flex: 1;
            padding: 12px;
            border: none;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .btn-copy_wp_card {
            background-color: #25D366;
            color: white;
        }

        .btn-share_wp_card {
            background-color: #475569;
            color: white;
        }

        .emoji_wp_card {
            font-size: 16px;
        }

