/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */



@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


:root {
  --darkblackcolor: #1D1D1D;
  --lightblackcolor: #333333;
  --blackcolor: #000000;
  --bg-color: #F1F0EE;
  --primary-color: #ed4166;
  --title-color: #212121;
}


body {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #f1f1f1;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}



#menu-custom-menu > li:nth-child(4) > a{
/*    font-weight: 700;*/
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.custom-menus-header {
    display: none;
}
header #menu-custom-menu .dropdownmenu {
    position: relative;
}
#menu-custom-menu .desktopmenu:before {
    content: '';
    border: 36px solid transparent;
    border-bottom: 36px solid #ffffff;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    position: absolute;
    top: -4px;
    left: -220px;
    transform: translateX(-50%) rotate(45deg) skewY(-2deg);
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 8px;
    z-index: -1;
}
header #menu-custom-menu .dropdownmenu > a:after {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: 25px;
    left: 15px;
}
#menu-custom-menu .desktopmenu {
    width: 776px;
    /* background-image: url(/blog/wp-content/uploads/2026/01/ComingSoon.png); */
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px 20px 30px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top 20px left 20px;
    display: none;
    top: 50%;
    transform: translate(-50%, 10%);
    left: 50%;
}
#menu-custom-menu .desktopmenu.active {
    display: flex;
}
#menu-custom-menu .desktopmenu li {
    list-style: none;
    flex: 0 0 50%;
    padding: 8px;
}
#menu-custom-menu .desktopmenu li a {
    margin: 0;
    display: flex;
    gap: 13px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #f1f0ee;
    border-radius: 12px;
    background: #fff;
}
#menu-custom-menu .desktopmenu li a:hover {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}
.listing-menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.listing-menu .header-svg {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.listing-menu .header-svg img {
    width: 25px;
}

body, h1, h2, h3, h4, h5, h6{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.k2t-body {
    background: var(--bg-color);
}
.k2t-about-author .k2t-about-author-right span.author-link {
    color: #000 !important;
}
.k2t-about-author .k2t-about-author-right span.author-link + span{
    display: none;
}
span.ft-post-comment, div#comments {
    display: none;
}
.Sign-in .dropdown .btn {
    background-color: var(--blackcolor);
    box-shadow: unset !important;
    border: unset;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 18px;
}
.Sign-in .dropdown .btn:before {
    background-image: url(/blog/wp-content/uploads/2026/01/arrow-d.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: 0;
    width: 10px;
    height: 5px;
    top: 50%;
    opacity: 0.5;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu-custom-menu .Sign-in .dropdown-menu {
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
    border: unset;
    padding: 8px 16px;
    border-radius: 10px;
    min-width: 310px;
    right: 0 !important;
    left: auto !important;
    transform: unset !important;
    top: 100%  !important;
}
.user-icon {
    display: flex;
    align-items: center;
    padding: 6px 0 15px;
    border-bottom: 1px solid rgb(229, 231, 235);
}
.user-initial {
    color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    font-size: 24px;
    background-color: var(--blackcolor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.user-icon .user-info p {
    margin: 0;
    color: #1f2937;
    font-weight: 600;
    line-height: normal;
    font-family: "DM Sans", sans-serif !important;
    font-size: 18px;
}
.user-info span {
    font-size: 0.875rem;
    color: #333;
    letter-spacing: 0.01071em;
    font-weight: 400;
}
.menu-login-list {
    margin: 14px 0 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#menu-custom-menu  .menu-login-list ul li a {
    border: unset;
    padding: 0;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 14px;
    width: 100%;
}

#menu-custom-menu .menu-login-list ul li {
    list-style: none;
    padding: 8px 12px;
    margin: 0 0 5px;
}

#menu-custom-menu .menu-login-list ul {
    padding: 0;
    margin: 0;
}

#menu-custom-menu .menu-login-list ul li .logout {
    padding: 0;
    background: transparent;
    box-shadow: unset !important;
    border: 0;
}
#menu-custom-menu .menu-login-list ul li img {
    margin-right: 10px;
	width: 24px;
}
#menu-custom-menu .menu-login-list ul li .logout span {
    color: var(--darkblackcolor);
    font-size: 14px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
}
#menu-custom-menu .menu-login-list ul li span {
    display: flex;
    align-items: center;
}
#menu-custom-menu .menu-login-list ul li:hover {
    background-color: #f9fafb;
}
#menu-custom-menu .menu-login-list ul li:last-child {
    margin: 0;
}
#menu-custom-menu .menu-login-list ul li a span:before {
    background-image: url("/blog/wp-content/uploads/2026/01/arrow-d.svg");
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 8px;
    right: 0;
    transform: rotate(270deg);
    top: 8px;
}
#menu-custom-menu .menu-login-list ul li a:hover {
    color: var(--darkblackcolor);
}
#menu-custom-menu .menu-login-list ul li a span {
    position: relative;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
}
.Sign-in .dropdown .btn:after {
    display: none;
}
.header-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
header.main_header .container {
    max-width: 1300px;
    margin-inline: auto;
    padding-inline: 7px;
}
#menu-custom-menu {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
#menu-custom-menu li a {
    font-size: 16px;
    margin: 0 15px;
    color: var(--darkblackcolor);
    font-weight: 400;
    font-family: Plus Jakarta Sans,sans-serif!important;
    text-decoration: none;
    transition: 1s ease all;
    transition-property: all;
    transition-timing-function: ease;
}
#menu-custom-menu li a:hover {
    font-weight: 700;
}
header #menu-custom-menu .dropdownmenu:has(.active) > a {
    font-weight: 700;
}
#menu-custom-menu li.active a {
    color: var(--darkblackcolor);
    font-weight: 600;
}
.logo-sec img {
    max-width: 100%;
}
header.main_header {
    padding: 15px 0;
    position: sticky;
    z-index: 11;
    background: #fff;
    top: 0;
}
#menu-custom-menu .menu-item-has-children {
    background-image: url("/blog/wp-content/uploads/2026/01/arrow-d.svg");
    background-repeat: no-repeat;
    background-position: top 10px right 0px;
    cursor: pointer;
    position: relative;
}
#menu-custom-menu .sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
    background: #fff;
    border-radius: 4px;
    position: absolute;
    min-width: 196px;
    left: 17px;
}
#menu-custom-menu .sub-menu li {
    list-style: none;
    padding: 6px 16px;
}
#menu-custom-menu .sub-menu li a {
    padding: 0;
    font-size: 14px;
    margin: 0;
}
#menu-custom-menu .sub-menu li:hover {
    background-color: #f7f7f7;
}
#menu-custom-menu .Sign-in a {
    border: 1px solid var(--darkblackcolor);
    padding: 9px 10px 9px;
    border-radius: 9px;
    font-weight: 500;
    margin: 0;
    font-family: Plus Jakarta Sans, sans-serif !important;
    text-transform: capitalize;
}
#menu-custom-menu .Sign-in a:hover {
    background: var(--darkblackcolor);
    color: #fff;
}
#menu-custom-menu .Book-a-Demo a:hover {
    background: var(--darkblackcolor);
    border: 1px solid var(--darkblackcolor);
}
#menu-custom-menu .Book-a-Demo a {
    background: var(--darkblackcolor);
    color: #fff;
    padding: 9px 15px 9px;
    border-radius: 9px;
    font-weight: 500;
    border: 1px solid var(--darkblackcolor);
    text-transform: capitalize;
    margin: 0;
    font-family: Plus Jakarta Sans, sans-serif !important;
}
#menu-custom-menu .Book-a-Demo {
    margin: 0 18px 0 70px;
}
/**********NEW BLOG PAGE DESIGN**************/

h1.cstmhone {
    font-size: 56px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 16px;
    color: var(--darkblackcolor);
}
.banner-text {
    padding: 0 0 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--lightblackcolor);
    margin: 0;
}
.main-page {
    padding-top: 0px;
}
.blog-flex.blog-lowermain {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.blog-flex.blog-lowermain .blog-inn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    align-items: center;
}
.mainheading-title h2.cstmhone {
    font-size: 46px;
    line-height: 1.5;
    font-weight: 700;
    padding-block: 3rem 2rem;
}
.blog-flex.blog-lowermain .blog-inn .blog-excerpt {
    -webkit-line-clamp: 2;
}
.blog-block {
    flex: 0 0 50%;
    padding: 0 10px;
    margin: 0 0 40px;
}

.blog-img {
    position: relative;
}
.blog-info h2 a {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
    color: var(--title-color);
}
.blog-info h2 {
    margin-bottom: 15px;
}
.blog-info {
    margin: 20px 0 0;
}
.blog-category-label {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: flex;
    gap: 2px;
}
.blog-info .blog-category-label a, .blog-category-label a {
    color: #a1266a;
}
.blog-info h1,
.blog-info h2 {
    margin-bottom: 10px;
}
.blog-info h1 a,
.blog-info h2 a {
    color: var(--title-color);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}
.blog-info h1 a:hover,
.blog-info h2 a:hover {
    color: #f35e60;
}
.blog-excerpt {
    font-size: 16px;
    line-height: 1.4;
    color: var(--lightblackcolor);
    margin-bottom: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
}
.blog-three-categories .blog-excerpt {
    -webkit-line-clamp: 2;
    line-clamp: 3;
}
.blog-author {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-top: 10px;
    display: flex;
    gap: 16px;
}
.blog-author span {
    position: relative;
}
.blog-author span:after {
    content: "";
    position: absolute;
    right: -11px;
    width: 5px;
    height: 5px;
    background: #999999;
    top: 9px;
    border-radius: 50px;
}
.blog-author span:last-child:after {
    content: none;
}
.blog-author span.blog-author-name {
    font-weight: 600;
}
.blog-inn img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-inn .cat {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 0 8px;
}
.blog-inn .cat li {
    list-style: none;
    background: var(--primary-color);
    color: #fff;
    padding: 6px 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    line-height: 22px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-info .date {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: var(--primary-color);
}
.sidebar-col .k2t-sidebar{
    width: 100% !important;
}
.sidebar-col .k2t-sidebar h2.wp-block-heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: var(--darkblackcolor);
    margin: 0 0 15px;
}
body .sidebar-col ul.wp-block-latest-posts__list li a {
    font-weight: 500;
    font-size: 14px !important;
    text-decoration: none;
    color: var(--lightblackcolor);
    line-height: normal;
}
.sidebar-col ul.wp-block-latest-posts__list li {
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 12px;
    padding: 0 0 12px;
    display: flex;
    gap: 0 12px;
}
.sidebar-col .wp-block-latest-posts__featured-image {
    max-width: 81px;
    border-radius: 12px;
}

.sidebar-col .wp-block-latest-posts__featured-image img {
    border-radius: 5px;
}
.sidebar-col .wp-block-latest-posts__list li:last-child {
    padding: 0;
    margin: 0;
    border-bottom: unset;
}
.sidebar-col aside {
    border-radius: 12px;
    padding: 25px;
    margin: 0 0 15px;
}
.sidebar-col  .wp-block-categories {
    padding: 0;
}

body .sidebar-col .wp-block-categories li {
    padding: 0 0 10px;
    margin:  0 0 10px;
}

body .sidebar-col .wp-block-categories li a, body .sidebar-col .wp-block-categories li {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 100%;
    text-decoration: none;
    color: var(--lightblackcolor);
    border: unset !important;
}
.sidebar-col .wp-block-categories li.current-cat a {
    color: var(--primary-color);
}
.sidebar-col .wp-block-categories li:last-child {
    padding: 0;
    margin: 0;
}
.single-post .sidebar-col .k2t-sidebar, .search-page .sidebar-col .k2t-sidebar, .archive .sidebar-col .k2t-sidebar {
    width: 30% !important;
}
.sidebar-col .widget_search .wp-block-search__button {
    font-size: 0;
    padding: 0;
    background: url(/blog/wp-content/themes/ink-child/assets/images/search.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    margin-left: 20px;
}
.sidebar-col .wp-block-search__inside-wrapper {
    flex-direction: row-reverse;
    align-items: center;
}
.wp-block-search__label {
    display: none;
}
.sidebar-col .widget_search {
    padding: 0;
}
body .sidebar-col .widget_search input{
    border: unset;
    box-shadow: unset;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--lightblackcolor);
}
.sidebar-col .widget_search input::placeholder{
    color: var(--lightblackcolor);
    font-style: unset;
    font-size: 16px;
}
.search-results-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 20px;
}
.archive .search-results-container,
.search-page .search-results-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 20px;
}

.k2t-content.right-sidebar h1 {
    margin-block: 0px;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
}
.search-results-container .pagination-wrapper {
    grid-column: 1/-1;
}

.k2t-content.right-sidebar .k2t-wrap {
    padding-top: 2rem;
}
.search-no-results section.k2t-content {
    display: flex;
    align-items: start;
    justify-content: center;
}
.search-no-results .sidebar-col .k2t-sidebar {
    width: 100% !important;
}
.search-no-results section.k2t-content .k2t-wrap {
    margin: 0;
}
.search-no-results section.k2t-content .k2t-wrap .k2t-main {
    text-align: center;
    background: #fff;
    padding: 25px;
    float: none;
    margin-bottom: 50px;
    width: 96% !important;
}
.page-title:after, .page-title:before {
    display: none;
}
.entry-content li:before {
    color: #FF6147;
}
.entry-content li {
    text-transform: capitalize;
    margin: 0 0 15px;
}
.search-results article {
    padding: 0;
    background: transparent;
    margin: 0;
}
.page-title-back {
    background: linear-gradient(233.86deg, #FF0F65 -42.65%, #FF6B5F 3.07%, #E46C8B 16.07%, #A860EC 28.74%, #AD5EE3 43.42%, #BE55BF 70.36%, #D5458A 79.82%, #F91748 92.91%);
}
.sidebar-col {
    z-index: 1;
    position: relative;
}
/* .k2t-body:before {
    position: absolute;
    content: "";
    background-image: url(/blog/wp-content/themes/ink-child/assets/images/mainbg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    right: 0;
    top: 0;
    width: 600px;
    height: 500px;
} */
/*FOOTER CSS START*/


footer {
    padding: 50px 0 0;
    background: #fff;
    border-top: 3px solid #dddfe4;
}
.footer-part .frow {
    display: flex;
    justify-content: space-between;
}
.footer-part h5 {
    margin-bottom: 10px;
    color: var( --darkblackcolor);
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.menu-links ul {
    list-style: none;
    padding: 0;
}
.menu-links li {
    line-height: normal;
    padding: 0 0 15px;
}
.menu-links li a {
    font-size: 14px;
    color: var(--lightblackcolor);
    text-decoration: none;
}
.contact-item a:hover {
     color: var(--darkblackcolor);
     font-weight: 500;
}
.contact-item {
    display: flex;
    margin: 0 0 20px;
    gap: 0 15px;
    align-items: flex-start;
}
.contact-item img {
    filter: brightness(.1);
}
.company-personal-info .contact-address {
    flex-direction: column;
}
.company-personal-info .contact-address .Address-coll {
    display: flex;
    gap: 15px;
}
.company-personal-info .contact-address .Address-coll:last-child {
    margin-top: 15px;
}
.site_logo img {
    width: 80%;
}
.footer-part .footer-links {
    gap: 50px;
}
.footer-part .frow .footer-social-sec {
    width: 32%;
}
.footer-part .frow .menu-links {
    width: 20%;
}
.footer-part .frow .menu-links.product-footer-menu .industry-footer-menu {
    width: 100%;
}
.footer-part .frow .company-personal-info {
    width: 40%;
}
.site_logo p {
    font-size: 14px;
    margin: 20px 0 0;
    line-height: 1.6;
}
.lets-work img {
    height: 88px;
    min-height: 88px;
    width: 100%;
}
.contact-item p {
    margin: 0;
    line-height: normal;
    color: var(--lightblackcolor);
    font-size: 14px;
}
.contact-item a {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: var(--darkblackcolor);
}
.contact-item:last-child {
    max-width: 470px;
}
.contact-item .contact-no {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #313131;
    margin: 8px 0 0;
}
.social-icons {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0 20px;
    border-top: 1px solid #eaeaea;
    padding-top: 8px;
    margin-top: 25px;
}
.social-icons img {
    max-width: 24px;
    filter: brightness(.1);
}
.rights-text {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: var(--blackcolor);
}
.nofiltercss img {
    filter: unset;
}
.stay-out-text h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    margin: 0 0 8px;
    letter-spacing: 0.01071em;
    color: var(--darkblackcolor);
}
.stay-out-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: var(--lightblackcolor);
}
.getinttouch input[type="text"] {
    background: var(--bg-color);
    border-radius: 8px;
    max-width: 438px;
    border: 1px solid var(--bg-color) !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    box-shadow: unset;
    padding: 15px;
    width: 100%;
    min-width: 100%;
}
.getinttouch input[type="text"]::placeholder {
    font-style: unset;
    font-size: 14px;
    color: var(--lightblackcolor);
}

.getinttouch input[type="text"]:focus {
    outline: none;
}
button.get-touchbtn:hover {
    background: #1d1d1d;
    border: none;
}
.getinttouch form {
    display: flex;
    gap: 0 10px;
    align-items: start;
}
.getinttouch form .form-group {
    width: 100%;
}
button.get-touchbtn {
    background: linear-gradient(107.93deg, #640F6D -0.65%, #BB1885 25.87%, #D2197F 41.01%, #F14366 66.63%, #FBE23F 119.52%, #FBE23F 149.18%);
    color: #FFFFFF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    padding: 17px 25px;
    border: none;
    cursor: pointer;
}
.newsletter-row {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 36px;
    padding: 0 0 36px;
}
.multicolor-text {
    background: linear-gradient(109.02deg, #640F6D -1.91%, #BB1885 19.7%, #D2197F 32.04%, #F14366 52.92%, #FBE23F 96.02%, #FBE23F 120.19%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pagination-wrapper, .k2t-navigation{
    width: 100%;
    display: inline-block;
    padding: 25px 0 90px;
    border-top: 1px solid #E6E6E6;
}
.page-numbers {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .page-numbers li .page-numbers {
    background: #FFFFFF;
    width: 32px;
    height: 36px;
    border-radius: 10px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--darkblackcolor);
    padding: 8px 12px;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    border: unset;
}
.k2t-navigation .page-numbers li:hover .page-numbers {
    background-color: #000;
    color: #fff;
}
body .page-numbers li {
    list-style: none;
    margin: 0 6px;
}
body .page-numbers li a.next.page-numbers {
    width: auto;
    background-color: var(--lightblackcolor);
    color: #fff;
    background-image: url("/blog/wp-content/themes/ink-child/assets/images/n-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 14px;
    padding: 10px 30px 10px 20px;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .page-numbers li .page-numbers.current {
    background: var(--lightblackcolor);
    color: #fff;
}
body .page-numbers li  a.prev.page-numbers {
    width: auto;
    background-color: #e9e9e9;
    background-image: url("/blog/wp-content/themes/ink-child/assets/images/p-arrow.svg");
    background-repeat: no-repeat;
    background-position: center left 14px;
    padding: 10px 20px 10px 30px;
    color: var(--lightblackcolor);
        display: flex;
    justify-content: center;
    align-items: center;
}
.single-post .k2t-content-single .entry-title {
    text-align: left;
}
.single-post .k2t-content-single .entry-title a {
    text-decoration: none;
    font-weight: 700;
    font-size: 48px;
    color: var(--darkblackcolor);
    line-height: normal;
}
.single-post .entry-box .k2t-list-top {
    padding: 0;
}
.single-post .k2t-content-single {
    background: transparent;
}
.single-post .entry-box .k2t-list-mid {
    padding: 0;
}
.single-post .k2t-content-single .entry-content h2, 
.single-post .k2t-content-single .entry-content h3, 
.single-post .k2t-content-single .entry-content h4, 
.single-post .k2t-content-single .entry-content h5 {
    color: var(--darkblackcolor);
    margin-bottom: 12px;
}

.single-post .k2t-content-single .entry-content p {
    color: var(--lightblackcolor);
    font-size: 16px;
}
.main-date-cate-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.main-date-cate-share .date-cate {
    display: flex;
    align-items: center;
}
.k2t-social ul.social li span {
    display: none;
}
.share-block {
    display: flex;
    align-items: center;
}
.share-block .k2t-list-share {
    margin: 0;
    padding: 0;
}
.share-block .k2t-list-share ul.social {
    padding: 0;
    margin: 0;
}
.share-block .k2t-share-title span:before {
    display: none;
}
.share-block .k2t-share-title h3 {
    background: transparent;
    padding: 0;
    color: var(--lightblackcolor);
    border: 0;
}
.share-block .k2t-share-title:before {
    display: none;
}
.share-block .k2t-share-title h3 span {
    text-transform: capitalize;
    color: var(--lightblackcolor);
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.k2t-list-share .social li a i {
    font-size: 18px;
    filter: brightness(0) saturate(100%) invert(4%) sepia(0%) saturate(5513%) hue-rotate(315deg) brightness(95%) contrast(66%);
}
.page-title-front {
    z-index: 1;
}
.k2t-catlist:before, .k2t-catlist:after {
    display: none;
}
body .k2t-catlist a{
    background: var(--primary-color);
    color: #fff;
    padding: 6px 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    line-height: 22px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 1;
    white-space: pre;
}
body .k2t-catlist a:hover {
    background: var(--darkblackcolor);
    color: #fff;
}
.main-date-cate-share .ft-post-time {
    color: var(--primary-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    background-image: url(/blog/wp-content/themes/ink-child/assets/images/uil_calender.svg);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    padding-left: 29px;
    background-size: 20px;
    font-size: 16px;
}
.popular-list-item, .k2t-single-popular, .k2t-about-author{
    display: none;
}
.k2t-single-nav .k2t-nav-link a {
    text-decoration: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.home-related-posts-border .nxt-btn a {
    background-image: url(/blog/wp-content/themes/ink-child/assets/images/n-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-color: var(--lightblackcolor);
    color: #fff;
    padding: 13px 30px 13px 20px;
}
.home-related-posts-border .pre-btn a {
    background-color: #e9e9e9;
    background-image: url(/blog/wp-content/themes/ink-child/assets/images/p-arrow.png);
    background-repeat: no-repeat;
    background-position: center left 14px;
    padding: 13px 20px 13px 30px;
    color: var(--lightblackcolor);
}
.home-related-posts .home-related-posts-border {
    padding: 0 10px;
}
.k2t-single-nav .k2t-nav-link {
    font-style: normal;
}
.home-related-posts-border .prev-post +  .k2t-nav-link {
    text-align: right;
}
.home-related-posts-border .next-post + .k2t-nav-link {
    text-align: left;
}
.author-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F3;
    padding: 24px;
    margin: 24px 0;
}
.ft-post-author a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
    background-image: url(/blog/wp-content/themes/ink-child/assets/images/user-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    background-position: left;
    color: var(--lightblackcolor);
}
.single-post .post-entry {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 40px;
}
.author-share ul.social li {
    padding: 0 5px;
}
#custom-related-posts {
    background: transparent;
    text-align: left;
    padding: 0;
}

#custom-related-posts .k2t-related-title {
    font-style: unset;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 42px;
    text-align: left;
    padding-bottom: 35px;
    color: var(--darkblackcolor);
}
#custom-related-posts {
    background: transparent;
    text-align: left;
    padding: 0;
    margin: 50px 0 90px;
}
#custom-related-posts .k2t-related-title {
    font-style: unset;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 42px;
    text-align: left;
    padding-bottom: 35px;
    color: var(--darkblackcolor);
}
#custom-related-posts .blog-info {
    margin: 0;
}
#custom-related-posts .blog-inn img {
    margin: 20px 0 0;
}
#custom-related-posts .owl-nav > div {
    top: -80px;
    bottom: 0;
    right: 60px;
    margin: 0;
    left: auto;
    opacity: 1 !important;
    background: #fff;
}
section.no-results.not-found .page-content {
    margin: 30px 0 0;
}
section.no-results.not-found .page-content p {
    font-size: 18px;
    color: var(--lightblackcolor);
    margin: 0;
}

/* Nothing Found / Search No Results Section */
.k2t-main .page-content {
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
}
.k2t-main .page-content p {
    font-size: 18px;
    color: var(--lightblackcolor);
    margin: 0 0 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.6;
}
.k2t-main .page-content .searchform,
.k2t-main .page-content form.searchform,
.k2t-main .page-content #searchform {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
    flex-direction: row;
    position: relative;
}
.k2t-main .page-content .searchform input[type="search"],
.k2t-main .page-content .searchform .wp-block-search__input,
.k2t-main .page-content .searchform input#s {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--darkblackcolor);
    box-shadow: none;
    transition: border-color 0.3s ease;
}
.k2t-main .page-content .searchform input[type="search"]:focus,
.k2t-main .page-content .searchform .wp-block-search__input:focus,
.k2t-main .page-content .searchform input#s:focus {
    outline: none;
    border-color: var(--primary-color);
}
.k2t-main .page-content .searchform button,
.k2t-main .page-content .searchform .wp-block-search__button {
    padding: 12px 24px;
    background: var(--primary-color);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: background 0.3s ease;
}
.k2t-main .page-content .searchform button:hover,
.k2t-main .page-content .searchform .wp-block-search__button:hover {
    background: var(--darkblackcolor);
}
.k2t-main .page-content .wp-block-search__label {
    display: none;
}
.k2t-list-mid .flx-entry-thumb img {
    border-radius: 10px;
}
.k2t-blog .post-item {
    background: transparent;
}

.archive .k2t-blog .post-item .k2t-list-top {
    text-align: left;
    padding: 0;
    margin: 0;
}
.archive .k2t-blog .k2t-list-mid {
    padding: 0;
}
.archive article .entry-title a {
	font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
    color: var(--title-color);
}
.archive .k2t-post-meta span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: var(--primary-color);
    padding: 0;
}
.archive article .entry-title {
    padding-bottom: 15px;
}
.archv-blg-category_list {
    display: flex;
}
.k2t-not-featured .k2t-list-thumb {
    position: relative;
}
.k2t-not-featured .k2t-thumbmask {
    display: none;
}
.k2t-not-featured .k2t-catlist {
    position: absolute;
    right: 5px;
    top: 15px;
}
.archive .k2t-post-meta span:after {
    display: none;
}

.archive .k2t-post-meta .ft-post-author a {
    font-style: unset;
    color: var(--lightblackcolor);
}

.archive .k2t-catlist a {
    margin: 0 10px 0 0;
}
.archive .k2t-blog .post-item .k2t-readmore, .archive .k2t-blog .k2t-not-featured .post-item .entry-content, 
.k2t-list-bot, .k2t-not-featured .masonry-layout  .ft-post-author, 
.k2t-not-featured .masonry-layout .k2t-list-mid, .archive .k2t-cat-title, .archive .k2t-list-share	  {
    display: none;
}
.k2t-not-featured article .post-inner {
    background: transparent;
}
.k2t-not-featured article .post-inner h3 a {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
    color: var(--title-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.k2t-not-featured .masonry-layout .small-1.hentry {
    margin: 0 0 30px !important;
    position: static !important;
}
.k2t-not-featured .masonry-layout .small-1.hentry .flx-entry-thumb img {
    border-radius: 10px;
}
.k2t-not-featured .masonry-layout span.ft-post-time {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: var(--primary-color);
}
.blog-category .k2t-featured .k2t-thumbmask {
    background: transparent;
    opacity: 1;
    display: flex;
    align-items: start;
    top: 15px;
    right: 10px;
    width: auto;
    height: auto;
    justify-content: end;
    left: auto;
}
.archive .k2t-blog .post-item .entry-content p {
  display: none;
}
@media (max-width:1170.98px){
    .k2t-container {
        padding: 0;
    }
    .k2t-body .k2t-content {
	    padding: 0 10px;
	}
    #menu-custom-menu .desktopmenu:before {
    left: -314PX;
    }
}
@media (min-width:1140px){
    .menu-sec button.navbar-toggler{
        display: none;
    }
}
@media (max-width:1139.98px){
#menu-custom-menu li a {
    margin: 0 0px;
}
	#menu-custom-menu .desktopmenu.active {
	    display: none;
	}
    #menu-custom-menu .sub-menu.active {
        display: block;
    }
    .menu-sec .navbar-toggler {
        background: transparent;
        box-shadow: unset !important;
        padding: 0 !important;
    }
    .k2t-body:before{
        display: none;
    }
    .active header.main_header {
        position: static;
    }
    html:has(body.active) {
      overflow: hidden;
    }
    body.active:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 50%);
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    .menu-sec .menu-custom-menu-container.menu--toggle .custom-menus-header {
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin: 0 0 25px;
    }
    .custom-menus-header h4 {
        font-size: 0.875rem;
        line-height: 1.43;
        letter-spacing: 0.01071em;
        color: var(--darkblackcolor);
        font-weight: 600;
        font-family: "DM Sans", sans-serif !important;
        margin: 0;
    }
    #menu-custom-menu .sub-menu {
        position: static;
        box-shadow: unset;
        padding-left: 20px;
    }
    .menu-sec .menu-custom-menu-container {
        position: fixed;
        top: 0;
        background: #fff;
        right: 0;
        width: 260px;
        padding: 25px 16px;
        height: 100%;
        z-index: 99;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    #menu-custom-menu li.Book-a-Demo {
        margin: 20px 0 0;
    }
    #menu-custom-menu .Sign-in{
        margin: 0;
        width: auto;
    }
    #menu-custom-menu .sub-menu.active{
        padding-left: 0;
    }
    .menu-sec { 
        justify-content: flex-end;
        display: flex;
    }
    #menu-custom-menu .Sign-in a, #menu-custom-menu .Book-a-Demo a {
        padding: 6px 12px 8px;
        width: auto;
    }
    .menu-sec button.navbar-toggler span.navbar-toggler-icon {
        display: inline-block;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        background-image: url("/blog/wp-content/uploads/2026/01/hamburger.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    #custom-navbar-toggler {
        background-image: url("/blog/wp-content/uploads/2026/01/cross-2.svg");
        border: unset;
        border-radius: 6px;
        padding: 0;
        font-size: 0;
        box-shadow: unset;
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        background-size: 14px;
        background-position: center;
        background-color: transparent;
        opacity: 0.5;
    }
    #menu-custom-menu {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        gap: 15px;
    }
    #menu-custom-menu li {
        width: 100%;
    }
    #menu-custom-menu li a {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 15px;
    }
    .menu-sec .menu-custom-menu-container.menu--toggle {
        transform: none;
    }
}
@media (max-width:1024.98px){
    .search-no-results section.k2t-content {
	    flex-direction: column;
	}
	.search-no-results section.k2t-content .k2t-wrap .k2t-main {
	    width: 100% !important;
	    margin: 0 0 30px;
	}
	.search-no-results .sidebar-col {
	    width: 100%;
	}
	.archive .search-results-container,
	.search-page .search-results-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:850.98px){
      .footer-part .frow {
        flex-wrap: wrap;
    }
}
@media (max-width:800.98px){
    .single-post .sidebar-col .k2t-sidebar, .search-page .sidebar-col .k2t-sidebar, .archive .sidebar-col .k2t-sidebar{
        width: 100% !important;
    }
    .single-post .k2t-content-single .entry-title a {
	    font-size: 35px;
	}
	.right-sidebar .k2t-blog {
	    margin: 0;
	}

}
@media (max-width:767.98px){
    #menu-custom-menu .Sign-in .dropdown-menu {
        right: auto !important;
        left: -93px !important;
        min-width: 290px !important;
    }
	.single-post .k2t-content-single .entry-title a {
	    font-size: 28px;
	}
	.main-date-cate-share {
	    flex-direction: column;
	    align-items: start;
	    gap: 20px 0;
	}
	.author-share {
	    flex-direction: column;
	    gap: 10px 0;
	    padding: 15px;
	    margin: 0 0 20px;
	}

	.single-post .post-entry {
	    padding-bottom: 0;
	    margin-bottom: 25px;
	    border-bottom: unset;
	}
	#custom-related-posts .blog-inn img {
	    margin: 0 0 20px;
	}
	#custom-related-posts {
	    margin-bottom: 0;
	}
    .blog-info h2 a {
        font-size: 20px;
        line-height: 20px;
    }
    h1.cstmhone {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .social-icons {
        justify-content: left;
    }
    .menu-links {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .footer-social-sec {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0px;
    }
    .footer-part .footer-links {
        gap: 20px;
    }
    .footer-part .frow .menu-links.product-footer-menu .industry-footer-menu {
        max-width: 100%;
    }
    .company-personal-info {
        margin-top: 0px;
    }
    .footer-part .frow .company-personal-info {
        width: 100%;
    }
    .site_logo img {
        max-width: 320px;
    }
    .blog-block {
        flex: 0 0 100%;
    }
    .getinttouch form {
        flex-direction: column;
        margin: 20px 0 0;
    }
    .getinttouch {
        width: 100%;
    }
    button.get-touchbtn {
        width: max-content;
        margin: 12px 0 0;
    }
    body .sidebar-col .wp-block-categories li a, body .sidebar-col .wp-block-categories li {
        font-size: 16px !important;
    }
}
.category-search-input {
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    color: var(--lightblackcolor);
}
.category-search-input:focus {
    outline: none;
    border-color: var(--primary-color);
}
/* Categories Header Section */
.categories-header-section {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0 10px;
}
.categories-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-inline: 20px;
}
.categories-list {
    flex: 1;
    min-width: 0;
}
.top-categories-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.top-categories-menu li {
    margin: 0;
    padding: 0;
}
.top-categories-menu li a {
    color: var(--darkblackcolor);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: color 0.3s ease;
}
.top-categories-menu li a:hover {
    color: var(--primary-color);
    font-weight: 600;
}
.header-search-bar {
    flex-shrink: 0;
}
.header-search-bar .searchform,
.header-search-bar form.searchform,
.header-search-bar #searchform {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0;
    flex-direction: row;
    position: relative;
}
.header-search-bar .searchform input[type="search"],
.header-search-bar .searchform .wp-block-search__input,
.header-search-bar .searchform input#s {
    padding: 8px 15px !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    min-width: 250px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding-right: 87px !important;
}
.header-search-bar .searchform input[type="search"]:focus,
.header-search-bar .searchform .wp-block-search__input:focus,
.header-search-bar .searchform input#s:focus {
    outline: none !important;
    border-color: var(--primary-color) !important;
}
.header-search-bar .searchform button,
.header-search-bar .searchform .wp-block-search__button,
.header-search-bar .searchform button[type="submit"] {
    padding: 8px 20px !important;
    background: var(--primary-color) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    transition: background 0.3s ease;
    margin: 0 !important;
    position: absolute;
    right: 0px;
}
.header-search-bar .searchform button:hover,
.header-search-bar .searchform .wp-block-search__button:hover,
.header-search-bar .searchform button[type="submit"]:hover {
    background: var(--darkblackcolor) !important;
}
.header-search-bar .searchform .wp-block-search__label {
    display: none;
}



/* Featured Blog Post Top Section - Separate Container */
.featured-blog-top-container {
    width: 100%;
    background: var(--bg-color);
    margin-top: 20px;
}
.featured-blog-top {
    margin-bottom: 0;
}
.featured-blog-top .blog-block {
    flex: 0 0 100%;
    margin: 0;
}
.blog-inn a {
    display: block;
    height: 100%;
}
.featured-blog-top .blog-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.featured-blog-top .blog-info h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.featured-blog-top .blog-info h1 a {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}
.featured-blog-top .blog-info .blog-excerpt {
    margin-top: 15px;
    color: var(--lightblackcolor);
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-weight:600;
}
.featured-blog-top .blog-info .blog-category-label {
    font-size: 16px;
    margin-bottom: 12px;
}
.featured-blog-top .blog-info .blog-author {
    font-size: 16px;
    margin-top: 15px;
}
/* Three Categories Blog Posts Section */
.blog-three-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 50px;
    justify-content: start;
}
.blog-three-categories .blog-block {
    flex: 0 0 calc(33.333% - 14px);
    margin: 0;
}

.featured-blog-top .featured-post .blog-inn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}
.blog_wrapper .heading1 {
    font-size: 36px;
}
.widget.widget_categories #category-list {
    list-style: none;
    row-gap: 15px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 25px 0;
}

.widget.widget_categories #category-list li a {
    padding: 5px 15px;
    border: 1px solid #b7b6b6;
    color: #000;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    transition: 0.3s ease all;
}
.widget.widget_categories #category-list li a:hover {
    background: var(--primary-color);
}
.widget.widget_categories #category-list li {
    margin-inline: 7px;
}

.widget.widget_categories h2 {
    padding: 0 0 20px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    line-height: 1.1;
}
.blog-flex .blog-inn a {
    display: flex;
    height: 100%;
    line-height: 1.2;
}
.blog-flex.search-results-container .blog-block {
    padding: 0px;
}
aside.widget.widget_categories {
    position: sticky;
    top: 120px;
}

/* Table of Content Sidebar - Single Blog Posts Only */
.single-post .sidebar-container {
    position: sticky;
    top: 120px;
    align-self: flex-start;
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.single-post .sidebar-content {
    display: flex;
    flex-direction: column;
}
.sidebar-bottom .blog_social ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin-block: 20px 10px;
}

.blog-author-sec {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-top: 30px;
}
.written-by-text span.the_author {
    opacity: 0.6;
}
.blog-author-sec .blog-author-inner {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
}
.blog-author-sec .blog-author-inner .author-img figure {
    margin: 0;
}
.blog-author-sec .blog-author-inner .author-img figure img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}
.single-content-area li {
    padding: 0px;
    font-size: 15px;
    padding: 0;
    position: relative;
}

.single-content-area ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}
.blog-author-inner .author-details .written-by-name h3.author_name {
    margin: 10px 0 5px;
}
.blog-author-inner .author-details .written-by-name span {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.blog-author-inner .author-details .written-by-name p.author-bio {
    margin: 0;
    font-size: 14px;
}
.sidebar-bottom .blog_social ul li path {
    fill: #000;
    font-size: 20px;
}
.left-sidebar {
    position: sticky;
    top: 120px;
    height: calc(100vh - 50px);
}
.single-post .sidebar-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--darkblackcolor);
    margin: 0;
    padding: 20px 25px 15px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.3;
    flex-shrink: 0;
}

.single-post .sidebar-content nav {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.single-post #toc-list {
    list-style: none;
    margin: 0;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    max-height: calc(100vh - 220px);
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #f1f1f1;
}

.single-post #toc-list::-webkit-scrollbar {
    width: 6px;
}

.single-post #toc-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.single-post #toc-list::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.single-post #toc-list::-webkit-scrollbar-thumb:hover {
    background: var(--darkblackcolor);
}

.single-post #toc-list .toc-item {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    padding: 5px;
}

.single-post #toc-list .toc-item:last-child {
    margin-bottom: 0;
}

.single-post #toc-list .toc-item a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--lightblackcolor);
    text-decoration: none;
    display: block;
    padding: 0;
    border-radius: 6px;
    transition: all 0.3s ease;
    line-height: 1.5;
    word-wrap: break-word;
}
.blog_summry {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px 0 10px
}

.blog_summry_box {
    padding: 10px 15px;
    background-color: #fffdfdcf;
    border-left: 4px solid #0f0f0f;
    border-radius: 12px;
    margin-bottom: 20px;
}

/*---- Ask AI button ----*/
/*------ Start of new Ask AI animation css ------*/ 
#ask-ai-btn svg {
    width: 20px;
    height: 20px;
}

#ask-ai-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.ask-ai-box {
    background: #fff;
    width: 270px;
    border-radius: 14px;
    position: absolute;
    bottom: 150px;
    right: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);

    opacity: 0;
    transform: scale(0.2) translateY(20px);
    transform-origin: bottom right;
    pointer-events: none;
    transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease;
}
.ask-ai-box.open-model {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}
.ask-ai-box.open-model {
  animation: aiPop 0.5s ease;
}
@keyframes aiPop {
  0%   { transform: scale(0.2); }
  60%  { transform: scale(1.04); }
  100% { transform: scale(1); }
}

.ask-ai-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    position: relative;
}

.ask-ai-list {
    list-style: none;
    margin: 0;
    padding: 8px 10px;
}

.ask-ai-list li {
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    transition: .5s ease all;
    font-size: 14px;
    color: #111827;
    font-weight: 600;
    align-items: center;
}
#ask-ai-modal .ask-ai-list li img {
    width: 28px;
}
.perplexity-li img, li.claude-li img, li.grok-li img {
    border-radius: 50px;
}
.ask-ai-list li:hover { 
    background: #f3f4f6;
    transform: translateX(4px);
}

#ask-ai-close {
    background: 0 0;
    border: none;
    font-size: 30px;
    cursor: pointer;
    opacity: .5;
    display: flex;
    position: absolute;
    right: 18px;
    top: 13px;
    line-height: 19px;
    padding: 0;
    color: #333;
}
.hk-button {
  position: fixed;
  right: 24px;
  bottom: 90px;
  height: 48px;
  width: 52px;
  color: #fff;
  border: none;
  border-radius: 50px;
  background: linear-gradient(270deg, #ff4d2b, #8a2be2, #ff4d2b);
  background-size: 400% 400%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  animation: bgMove 4s ease infinite, expandBtn 0.8s ease forwards;
  z-index: 999999;
  gap: 6px;
  transition:
    width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    background-position 1.2s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.hk-button .ai-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: iconPulse 1.2s ease infinite;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.hk-button .ai-text {
  opacity: 0;
  white-space: nowrap;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transform: translateX(10px);
  animation: textReveal 0.6s ease forwards;
  animation-delay: 0.9s;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
@keyframes expandBtn {
  0% { width: 52px; }
  100% { width: 110px; }
}
@keyframes iconPulse {
  0% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.2) rotate(8deg); }
  100% { transform: scale(1) rotate(0deg); }
}
@keyframes textReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bgMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.hk-button:hover {
    width: 135px;
  transform: translateY(-2px) scale(1.04);
  background-position: 100% 50%;
}
.hk-button:hover .ai-icon {
  transform: scale(1.15) rotate(8deg);
}
.hk-button:hover .ai-text {
  opacity: 1;
  transform: translateX(0);
}
/*------ End of new Ask AI animation css ------*/ 
/*---- Ask AI button End ----*/



.blog_summry_box p {
    font-size: 15px;
    margin: 0;
}
.single-content-area li:before {
    width: 4px;
    height: 4px;
    background: #000;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.single-content-area li {
    padding-left: 15px;
}
.blog_summry_box ul, .blog_summry_box li {
    margin: 0;
    list-style: none;
    padding: 0px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}
.blog_summry_box li{
    padding-left: 15px;
}
.blog_summry_box ul {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    gap: 5px;
}
.single-post #toc-list .toc-item a:hover {
    color: var(--primary-color);
    background-color: #f5f5f5;
}

.single-post #toc-list .toc-item.active a {
    color: var(--primary-color);
    background-color: rgba(128, 130, 239, 0.1);
    border-left: 3px solid var(--primary-color);
    padding-left: 9px;
}

.single-blog-main.container {
    display: grid;
    grid-template-columns: 20fr 60fr 20fr;
    gap: 30px;
    margin-top: 60px;
}
section.single-blog-section .single-blog-content .single-content-area * {
    width: 100%;
}
.contact_form-right .wpcf7 {
    position: sticky;
    top: 90px;
}
.contact-layout-form {
    background: #000000;
    padding: 15px;
    border-radius: 10px;
}
.top_bar-img p img {
    border-radius: 15px;
}
.contact-layout-form p {
    color: #fff;
}
.contact-layout-form .form-input input:focus {
    outline: none;
}
.submit-btn input {
    background: linear-gradient(109.02deg,#640f6d -1.91%,#bb1885 19.7%,#d2197f 32.04%,#f14366 52.92%,#fbe23f 96.02% 120.19%)!important;
    border: none;
    color: #ffffff;
    padding: 8px 39px;
    width: max-content;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease all;
    border-radius: 8px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #8082ef;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    margin-inline: 0;
    font-size: 13px;
    padding: 5px 5px;
    font-weight: 500;
}
.contact_form-right .wpcf7-response-output {
    font-weight: 600;
    border: none;
    border: 0px;
}
.contact-layout-form .contact-heading p {
    font-size: 16px;
    margin-bottom: 8px;
}
.contact-layout-form .name-input .form-input p {
    margin-bottom: 8px;
}
.contact-layout-form .name-input .submit-btn {
    margin-top: 20px;
}
.contact-layout-form .name-input .submit-btn p {
    position: relative;
    margin-bottom: 0;
}
.contact-layout-form .name-input .submit-btn p span.wpcf7-spinner {
    position: absolute;
    margin: 9px 3px;
}
.blog_social span {
    color: #000;
}
.submit-btn input:hover {
    background: #8082ef;
}
.post-navigation a {
    color: #686161;
    text-decoration: underline;
    font-size: 13px;
    text-transform: capitalize;
}
.author-name-container {
    display: flex;
    gap: 10px;
}
.author-name-container a {
    display: flex;
    align-items: center;
    color: #0077B5;
}
.author-name-container a:hover {
    color: #000;
}
.author-name-container a {
    padding: 5px!important;
    transition: 0.5s ease all;
    border-radius: 2px;
}
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-block: 25px 10px;
}
.post-navigation .next-post {
    display: flex;
    justify-content: end;
    text-align: right;
}
/* Single Post Banner Section */
.single-post-banner {
    background: #eb5c54; /* Default color - can be overridden by inline style */
    padding: 60px 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.single-post-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}
.single-post-banner-left {
    flex: 1;
    max-width: 60%;
    color: #ffffff;
}
.single-post-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Plus Jakarta Sans", sans-serif;
}
.single-post-breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}
.single-post-breadcrumb a:hover {
    color: #ffffff;
}
.single-post-breadcrumb span {
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.7);
}
.single-post-banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.single-post-banner-meta {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    font-family: "Plus Jakarta Sans", sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}
.single-post-author {
    font-weight: 500;
}
.single-post-separator {
    color: rgba(255, 255, 255, 0.7);
}
.single-post-date {
    font-weight: 400;
}
.single-post-banner-image {
    flex: 0 0 40%;
    max-width: 500px;
    position: relative;
}
.single-post-banner-image img.banner-featured-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
.contact-layout-form .form-input input {
    border: none;
    border-bottom: 1px solid #403a3a;
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
    color:var(--bg-color);
    padding-inline: 5px;
}
.contact-layout-form  .wpcf7-not-valid-tip {
    font-size: 12px;
}
.contact-heading p {
    font-weight: 700;
    line-height: 1.2;
}
.single-post .sidebar-content nav h2 {
    font-size: 20px;
    padding: 0 10px 20px;
}
.single-blog-main.container :where(h2) {
    font-size: 24px;
}

.single-blog-main.container h3 {
    font-size: 20px;
}

.single-blog-main.container :where(h1, h2, h3, h4) {
    margin-bottom: 8px;
    margin-top: 25px;
}

.single-blog-main.container :where(p) {
    font-size: 14px;
    font-weight: 500;
}

.back-to-blog-wrapper {
    margin-top: 30px;
    margin-bottom: 10px;
}

.back-to-blog-wrapper a.back-to-blog-link {
    color: var(--primary-color);
    text-decoration: initial;
    font-weight: 600;
    font-size: 16px;
}

/* 404 page css */

/* =========================
   CUSTOM 404 PAGE
========================= */

/* =========================
   CUSTOM 404 PAGE
========================= */

.custom-404-wrapper {
	min-height: 100vh;
	background: #F1F0EE;
	background-size: cover;
	background-position: center;
	position: relative;
}

.custom-404-overlay {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-404-box {
	background: #ffffff;
	padding: 80px 60px;
	max-width: 620px;
	width: 100%;
	text-align: center;
	box-shadow: 0 30px 60px rgba(0,0,0,0.15);
	border-bottom: 6px solid var(--primary-color);
}

/* 404 Heading */
.error-code {
	font-size: 140px;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	color: #2c2c2c;
}

.error-code span {
	color: var(--primary-color);
}

/* ERROR PAGE text */
.error-label {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 3px;
	color: var(--primary-color);
	margin: 15px 0 25px;
	position: relative;
}

.error-label::before,
.error-label::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	background: var(--primary-color);
	vertical-align: middle;
	margin: 0 10px;
}

/* Message */
.error-message {
	font-size: 16px;
	color: #555;
	margin-bottom: 30px;
}

/* Mobile */
@media (max-width: 768px) {
	.custom-404-box {
		padding: 60px 30px;
	}

	.error-code {
		font-size: 100px;
	}

	.error-search .searchform {
		flex-direction: column;
	}

	.error-search input[type="search"] {
		width: 100%;
	}
}


/* Responsive Design for Table of Content */


@media screen and (max-width: 1550px) {
    .blog_content_wrap li:before {
        top: 15px;
    }
}

@media screen and (max-width: 1230px) {
#menu-custom-menu li a {
    margin: 0 10px;
}
#menu-custom-menu .Book-a-Demo {
    margin: 0 10px 0 50px;
}
}
@media screen and (max-width: 1170px) {
#menu-custom-menu li a {
/*    margin: 0 10px;*/
}
#menu-custom-menu .Book-a-Demo {
    margin: 0 10px 0 30px;
}
}


@media screen and (max-width: 1024.98px) {
    .featured-blog-top .blog-info h1 a {
        font-size: 26px;
        line-height: 1.25;
    }
    .blog-info {
        margin: 0px 0 0;
    }
    .blog-flex .blog-inn a {
        font-size: 20px;
    }
    .top-categories-menu {
        gap:20px;
    }
    .top-categories-menu li a {
        font-size: 14px;
    }
    .blog-block {
        margin: 0 0 20px;
    }
    .single-blog-main.container {
        grid-template-columns: 30fr 50fr 20fr;
        gap: 20px;
    }
    .single-post-banner-title {
        font-size: 38px;
    }
    .single-post-banner-title {
        font-size: 38px;
    }
}



@media (max-width: 991.98px) {
    .single-post .sidebar-container {
        position: relative;
        top: 0;
        max-height: none;
        margin-bottom: 30px;
    }
    
    .single-post .sidebar-content {
        max-height: none;
    }
    
    .single-post #toc-list {
        max-height: 400px;
    }
    .blog-three-categories .blog-block {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 767.98px) {
    .single-post .sidebar-title {
        font-size: 16px;
        padding: 15px 20px 12px;
    }
    
    .single-post #toc-list {
        max-height: 300px;
    }
    
    .single-post #toc-list .toc-item a {
        font-size: 13px;
        padding: 6px 10px;
    }
    .featured-blog-top .featured-post .blog-inn {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 991.98px) {
    .single-post-banner-left {
        max-width: 100%;
    }
    .single-post-banner-title {
        font-size: 36px;
    }
    .single-post-banner-image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single-post-banner-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767.98px) {
    .single-post-banner {
        padding: 40px 0;
    }
    .single-post-banner-title {
        font-size: 28px;
        line-height: 1.3;
    }
    .single-post-banner-meta {
        font-size: 14px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .categories-header-inner {
        flex-direction: column;
        align-items: stretch;
    }
    .top-categories-menu {
        gap: 15px;
        justify-content: center;
    }
    .header-search-bar {
        width: 100%;
    }
    .header-search-bar .searchform,
    .header-search-bar form.searchform,
    .header-search-bar #searchform {
        width: 100% !important;
    }
    .header-search-bar .searchform input[type="search"],
    .header-search-bar .searchform .wp-block-search__input,
    .header-search-bar .searchform input#s {
        flex: 1 !important;
        min-width: 0 !important;
        width: auto !important;
    }
    .top-categories-menu li {
        border: 1px solid #cebdbd;
        border-radius: 5px;
        min-width: 120px;
        text-align: center;
        justify-content: center;
    }
    .featured-blog-top .blog-info h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .blog-three-categories .blog-block {
        flex: 0 0 calc(100% - 10px);
    }
    .featured-blog-top .blog-info h1 a {
        font-size: 20px;
    }
    .blog-flex.blog-lowermain .blog-inn {
        grid-template-columns: repeat(1, 1fr);
    }
    .archive .search-results-container, .search-page .search-results-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .pagination-wrapper, .k2t-navigation {
        padding: 25px 0 50px;
    }
    section.k2t-content.right-sidebar {
        padding: 0px;
    }
    .mainheading-title h2.cstmhone {
        font-size: 25px;
        line-height: 1.2;
        padding-block: 2rem 1rem;
    }
    .k2t-content.right-sidebar h1 {
        font-size: 28px;
    }
    .single-blog-main.container {
        grid-template-columns: 1fr;
    }
    .left-sidebar {
        position: static;
        top: unset;
        height: 100%;
    }
    .contact_form-right .wpcf7 {
        position: static;
        top: unset;
    }
    .blog-author-sec .blog-author-inner {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .single-blog-main.container .left-sidebar {
        display: none;
    }
    .blog-author-sec {
        padding: 15px;
    }
    .single-post-banner-content {
        grid-template-columns: 1fr;
    }
    .single-post-banner-image {
        display: none;
    }
	
}