/* 
Theme Name: TECHi v4
Theme URI: https://www.techi.com
Author: Mubeen
Author URI: 
Description: Description
Version: 4.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: techi
License:
License URI:
Tags: 
*/
i {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "techi-icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.techi-Ignition:before {
	content: "\e91f";
}

.techi-Imagination:before {
	content: "\e920";
}

.techi-Impact:before {
	content: "\e921";
}

.techi-Important:before {
	content: "\e922";
}

.techi-Infrastructure:before {
	content: "\e923";
}

.techi-Innovations:before {
	content: "\e924";
}

.techi-Insights:before {
	content: "\e925";
}

.techi-Inspiration:before {
	content: "\e926";
}

.techi-Instruments:before {
	content: "\e927";
}

.techi-Integration:before {
	content: "\e928";
}

.techi-Interaction:before {
	content: "\e929";
}

.techi-Interface:before {
	content: "\e92a";
}

.techi-Intuition:before {
	content: "\e92b";
}

.techi-Invention:before {
	content: "\e92c";
}

.techi-x:before {
	content: "\e909";
}

.techi-twitter:before {
	content: "\e909";
}

.techi-link-solid:before {
	content: "\e908";
}

.techi-xmark-solid:before {
	content: "\e912";
}

.techi-chevron-down-solid:before {
	content: "\e913";
}

.techi-chevron-up-solid:before {
	content: "\e914";
}

.techi-bars-solid:before {
	content: "\e915";
}

.techi-clock-rotate-left-solid:before {
	content: "\e916";
}

.techi-chevron-right-solid:before {
	content: "\e90e";
}

.techi-chevron-left-solid:before {
	content: "\e90f";
}

.techi-bag-shopping-solid:before {
	content: "\e906";
}

.techi-rss-solid:before {
	content: "\e907";
}

.techi-arrow-up-right-from-square-solid:before {
	content: "\e905";
}

.techi-envelope:before {
	content: "\e90c";
}

.techi-whatsapp:before {
	content: "\e90d";
}

.techi-youtube-play:before {
	content: "\e904";
}

.techi-pinterest-p:before {
	content: "\e901";
}

.techi-linkedin-square:before {
	content: "\e902";
}

.techi-instagram:before {
	content: "\e903";
}

.techi-facebook:before {
	content: "\e900";
}

.techi-bell:before {
	content: "\e930";
}

.techi-exclamation-circle:before {
	content: "\e92f";
}

.techi-camera:before {
	content: "\e92d";
}

.techi-search:before {
	content: "\e917";
}

.techi-lightbulb-o:before {
	content: "\e918";
}

.techi-share-alt:before {
	content: "\e919";
}

.techi-location-arrow:before {
	content: "\e91a";
}

.techi-caret-down:before {
	content: "\e91b";
}

.techi-level-down:before {
	content: "\e91c";
}

.techi-caret-up:before {
	content: "\e91d";
}

.techi-industry:before {
	content: "\e91e";
}

.techi-comments:before {
	content: "\e911";
}

.techi-calendar:before {
	content: "\e910";
}

.techi-minus:before {
	content: "\e90a";
}

.techi-plus:before {
	content: "\e90b";
}

.techi-verified:before {
	content: "\e92e";
}

:root {
	--primary-color: #00b0ae;
	--primary-hover: #009694;
  	--link-color: #00b0ae;
	--primary-light: #e6f7f7;
	--dark: #0c0824;
	--text-primary: #1a1a1a;
	--text-secondary: #4a5568;
	--text-light: #718096;
	--bg-light: #f8f9fa;
	--bg-gray: #f3f4f6;
	--border-light: #e2e8f0;
	--border-medium: #cbd5e0;
	--shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
	--shadow-md: 0 4px 6px rgba(0,0,0,0.07);
	--shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
	--transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
strong {
	font-family: "Karla", sans-serif !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.active>.page-link {
	background-color: var(--link-color);
	border-color: var(--link-color);
}

.page-link {
	color: var(--link-color);
}

.bg-bright-gray {
	background-color: #ededed;
}

.techi-404 {
	font-size: 300px;
	color: var(--link-color);
	line-height: 1;
}

.section-start-heading {
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	color: var(--dark);
	margin-bottom: 16px;
}

.archive-count {
	background-color: #f0f0f0;
	color: var(--dark);
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
}

.section-start-subheading {
	font-size: 18px;
	line-height: 1.74;
	color: #222;
	margin-bottom: 0;
}

.techi-container {
	padding-left: 120px;
	padding-right: 120px;
	max-width: 100% !important;
}

a {
	text-decoration: none;
}

.main-top-header-bar {
	padding: 16px 0px;
	background-color: #f3f3f4;
}

.header-logo {
	position: relative;
}

.header-logo h1 {
	margin: 0;
	line-height: 0;
}

.header-logo h1 img {
	/* 	width: 100%; */
	height: auto;
	object-fit: cover;
}

.header-logo::before {
	content: "";
	position: absolute;
	height: 88px;
	background-color: #c3a9a926;
	width: 2px;
	right: -15px;
	top: -36px;
}

.top-header-bar-right-elements {
	gap: 30px;
}

.header-search-bar {
	display: flex;
	justify-content: center;
}

.header-search-bar input {
	background-color: #cacad7;
	border: 0;
	padding: 0px 14px;
	line-height: 2.5;
	font-size: 14px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	outline: none;
	width: 295px;
	height: 36px;
}

h2.h2-font {
	font-size: 38px !important;
	line-height: 1.1 !important;
	font-weight: 700 !important;
	margin-bottom: 2rem;
}

.header-search-bar i {
	background-color: #cacad7;
	/* 	padding: 0px 14px; */
	line-height: 2.8;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 14px;
	height: 36px;
	cursor: pointer;
}

.two-takes-btn a,
a.headerbuy-btn {
	border-radius: 5px;
	font-weight: 500;
	padding: 0px 16px;
	border-radius: 50px;
	font-size: 16px;
	line-height: 29px;
	height: 31px;
	display: flex;
	align-items: center;
	color: #222;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

a.headerbuy-btn {
	background-color: transparent !important;
	border: 2px solid #00b0ae !important;
}

.two-takes-btn a {
	background-color: transparent;
	border: 2px solid #ff5722;
}

.two-takes-btn a svg,
a.headerbuy-btn svg {
	width: 14px;
	height: 16px;
	margin-right: 8px;
	transition: all 0.2s ease-in-out;
	fill: #222;
}

.two-takes-btn a:hover,
a.headerbuy-btn:hover {
	transition: all 0.2s ease-in-out;
	color: #fff;
}

a.headerbuy-btn:hover {
	background-color: #00b0ae !important;
}

.two-takes-btn a:hover {
	background-color: #ff5722;
}

.search-submit svg {
	width: 14px;
	transition: all 0.2s ease-in-out;
}

.search-submit {
	background-color: #cacad7;
	padding: 0px 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 14px;
	height: 36px;
	cursor: pointer;
	border: 0;
}

a.headerbuy-btn {
	margin-left: 2rem;
}

a.headerbuy-btn i {
	margin-right: 8px;
}

.two-takes-btn i {
	margin-right: 8px;
}

.wp-block-columns-is-layout-flex {
	display: flex;
	justify-content: space-between;
}

.category-toggle-bars {
	display: none;
}

.category-toggle-bars button {
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 1;
}

#offcanvasCategory .offcanvas-header button {
	background-color: transparent;
	font-size: 24px;
}

#offcanvasCategory .offcanvas-header button:hover,
.category-toggle-bars button:hover {
	color: var(--link-color);
}

#offcanvasCategory .offcanvas-header button i {
	color: #222;
}

footer ul {
	list-style-type: none;
	padding-left: 0 !important;
}

.utechi-footer .widget_nav_menu .menu li a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #222222;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

.utechi-footer .footer-widget .menu li.current-menu-item a {
	color: var(--link-color);
	text-decoration: underline;
}

.utechi-footer .widget_nav_menu .menu li a:hover {
	color: var(--link-color);
	text-decoration: underline;
}

.utechi-footer .widget_nav_menu .menu li a i {
	margin-right: 12px;
}

.utechi-footer .footer-social-icons li a {
	border: 1px solid #949494;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	color: #666666;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

.utechi-footer .footer-social-icons li a:hover {
	box-shadow: 0 1px 4px 2px rgba(64, 64, 64, 0.08);
	border-color: #666666;
	color: #222222;
}

.utechi-footer .footer-social-icons li a i {
	font-size: 20px;
}

.utechi-footer h4,
.utechi-footer h5 {
	font-size: 20px;
	font-weight: 700;
	color: #222222;
}

.utechi-about p {
	font-size: 14px;
}

.menu-copyright-left-menu-container ul,
.menu-copyright-right-menu-container ul {
	display: flex;
	column-gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.menu-copyright-left-menu-container a,
.menu-copyright-right-menu-container a {
	color: #222222;
	transition: all 0.2s ease-in-out;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.menu-copyright-left-menu-container a:hover,
.menu-copyright-right-menu-container a:hover {
	color: var(--link-color);
	text-decoration: underline;
}

.menu-copyright-right-menu-container ul {
	justify-content: end;
}

.menu-copyright-left-menu-container ul {
	justify-content: start;
}

.techi-lower-footer-p {
	font-size: 14px;
	margin-bottom: 0;
}

.techi-footer-para {
	font-size: 14px;
}

/* memEs section*/
.techi-memes-section {
	background: #fdffff;
	color: #000000;
	border-radius: 8px;
	padding: 2rem 0;
	position: relative;
	z-index: 9999;
	margin: 50px 0px;
}

.techi-memes-section h3.section-start-heading {
	color: #fff !important;
}

.techi-memes-section::before {
	position: absolute;
	content: "";
	background-color: #00b0ae;
	max-width: 39%;
	height: 100%;
	padding: 0 !important;
	top: 0;
	left: 0;
	width: 100%;
}

.techi-memes-section h4,
.techi-memes-section p {
	color: #fff !important;
}

.techi-memes-section .swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}

.techi-memes-section .swiper-pagination-bullet-active {
	opacity: 1;
}

.techi-memes-section .swiper-pagination {
	position: relative;
	bottom: -5px !important;
	text-align: left;
	padding-bottom: 20px;
}

.techi-memes-section .swiper-pagination span {
	background: #fff;
	width: 20px;
	height: 3px;
	border-radius: 1px;
}

.techi-memes-section .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1 !important;
}

/* mems section ends */

/* techi featured posts main */
.equal-height-row>div>div>h2 {
	font-size: 20px;
	font-weight: 700;
}

.techi-featured-post-main {
	background-color: #000000;
	position: relative;
	flex: 1;
}

.techi-featured-post-main img {
	height: 100%;
	object-fit: cover;
}

.techi-featured-post-main figure {
	margin-bottom: 0;
	height: 100%;
}

.techi-featured-post-main .techi-featured-post-main-content h2 a:hover,
.techi-featured-post-main .techi-featured-post-main-content h3 a:hover {
	color: var(--link-color) !important;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--link-color);
}

.techi-featured-post-trending {
	background-color: #cccccc63;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.techi-featured-post-trending figure {
	margin-bottom: 0;
}

.techi-featured-post-trending h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	font-weight: 600;
}

.techi-featured-post-trending a {
	text-decoration: none;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.techi-featured-post-trending a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	text-decoration-color: var(--link-color);
}

.techi-featured-post-category a {
	background-color: var(--link-color);
	padding: 3px 5px;
	color: white;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.74;
	text-decoration: none;
}

.category-important-color a {
	background-color: #da8359;
}

.category-insights-color a {
	background-color: #987d9a;
}

.category-impact-color a {
	background-color: #a6b37d;
}

.category-ignition-color a {
	background-color: #789dbc;
}

.category-imagination-color a {
	background-color: #89a8b2;
}

.category-infrastructure-color a {
	background-color: #6cbdbb;
}

.category-innovations-color a {
	background-color: #727d73;
}

.category-inspiration-color a {
	background-color: #5c7285;
}

.category-instruments-color a {
	background-color: #c599b6;
}

.category-integration-color a {
	background-color: #638889;
}

.category-interaction-color a {
	background-color: #549bad;
}

.category-interface-color a {
	background-color: #c599b6;
}

.category-intuition-color a {
	background-color: #00b0ae;
}

.category-invention-color a {
	background-color: #789dbc;
}

span.trending-count {
	position: absolute;
	top: 0px;
	background-color: var(--link-color);
	color: white;
	padding: 0px;
	height: 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 0.9;
	text-align: center;
	line-height: 22px;
	right: -22px;
	transform: rotate(45deg);
	top: 2px;
	width: 74px;
	border-radius: 0;
}

a.author-url {
	color: var(--link-color) !important;
}

.subscribe-form fieldset>.frm_fields_container {
	position: relative;
}

.subscribe-us-form-filed {
	grid-column: span 12 / span 12 !important;
}

.subscribe-form .subscribe-us-form-filed input {
	border-radius: 5px !important;
	padding-right: 180px !important;
}

.frm_style_formidable-style.with_frm_style .frm_error {
	color: #ff0000 !important;
}

.subscribe-us-form-filed-btn {
	position: absolute;
	right: 0;
	top: 28px !important;
}

.subscribe-us-form-filed-btn .frm_submit.frm_flex label {
	display: none !important;
}

.subscribe-us-form-filed-btn button {
	border-radius: unset !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	padding: 13px !important;
	width: 180px !important;
	margin: 0 !important;
	height: 53px !important;
}

.techi-featured-post-trending img {
	width: 400px;
	border-radius: 5px;
	margin: 0;
	height: 80px;
	max-width: 140px;
	min-width: 140px;
	object-fit: cover;
}

.techi-featured-post-main .techi-featured-post-main-content {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.subscribe-us-form-filed-btn {
	margin-bottom: 0 !important;
}

.subscribe-us-form-filed input {
	border-radius: 0 !important;
}

.techi-featured-post-main .techi-featured-post-main-content h2 a {
	font-size: 28px;
	line-height: 1.2;
	color: #fff !important;
	margin: 5px 0px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.techi-featured-post-main .techi-featured-post-main-content p {
	font-size: 14px;
	margin-top: 10px;
	color: #ccc;
	color: #fff !important;
}

.techi-featured-post-main .techi-featured-post-main-content {
	padding: 5px 15px;
	background-color: #000000a8;
}

.techi-featured-post-sm .techi-featured-post-main-content h3 a {
	font-size: 18px;
	line-height: 1.2;
	color: #fff !important;
	margin: 5px 0px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* faqs accordian */
.faqs-accordian {
	max-width: 80% !important;
	margin: 0 auto;
}

.faqs-accordian .accordion-button {
	background-color: var(--link-color) !important;
	color: white !important;
	font-weight: bold;
	outline: none !important;
}

.faqs-accordian h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -2px;
	text-align: center;
}

.faqs-accordian p {
	font-size: 20px !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
}

.faqs-accordian>p {
	text-align: center;
}

.faqs-accordian p a {
	color: var(--link-color);
}

.faqs-accordian .accordion-button:focus {
	outline: none !important;
	box-shadow: none !important;
}

.faqs-accordian .accordion-body {
	background-color: var(--link-color);
	padding-top: 0px !important;
	padding-left: 10px !important;
}

.faqs-accordian .accordion-item {
	border-radius: 10px !important;
	overflow: hidden;
	border: none;
	background-color: #00b0ae !important;
}

.faqs-accordian .accordion-button:not(.collapsed) {
	box-shadow: unset !important;
}

.faqs-accordian .accordion-button::after {
	transition: none;
	color: white;
	filter: invert(1);
	font-weight: bold;
}

.rank-math-question {
	background-color: #00b0ae;
	color: #fff;
	padding: 8px 1rem;
	margin-bottom: 0;
}

.rank-math-question {
	background-color: #EDEDED;
	border-radius: 5px;
	color: #222;
	padding: 16px 24px;
	margin-bottom: 0;
	font-size: 22px;
	position: relative;
	cursor: pointer;
}

.rank-math-question::after {
	position: absolute;
	content: "\e912";
	font-family: 'techi-icons';
	top: 50%;
	right: 24px;
	font-size: 14px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .2s ease-in-out;
}

.faq-open .rank-math-question::after {
	transform: translateY(-50%) rotate(0deg);
}

.rank-math-list-item {
	border-radius: 5px;
	margin-bottom: 1.5rem;
}

.rank-math-answer p {
	margin-bottom: 0 !important;
	text-align: left !important;
	padding: 12px 24px;
}

/* INSTITUTION  */
.institution-flex {
	display: flex;
	row-gap: 25px;
	justify-content: center;
	align-items: center;
	margin-bottom: 45px;
	padding-top: 35px;
	flex-wrap: wrap;
	border-top: 1px solid #e9e1e1;
}

.institution-item {
	border-right: 1px solid #e9e1e1;
	/*flex: 0 0 12.5%;*/
}

.institution-flex a {
	text-align: center;
	text-decoration: none;
}

.institution-img img {
	border-radius: 50%;
	margin: 0 auto;
	width: 80px;
	height: 80px;
}

.institution-flex a span {
	color: #6d6d6d;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}

.institution-item.institution-last-item {
	border-right: unset;
}

.institution-flex a {
	text-align: center;
	text-decoration: none;
}

.institution-content {
	text-align: center;
}

/* footer */

footer.techi-old-footer {
	background-color: #0d0824;
	color: #fff;
	padding-top: 30px;
}

.techi-footer-about ul li {
	width: 44px;
	height: 44px;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
	line-height: 41px;
}

.techi-footer-about ul li:hover {
	background-color: #35b1af;
}

.techi-footer-about ul li:hover i {
	color: #fff;
}

.techi-old-footer .techi-footer-about ul li a {
	color: black;
	display: block;
}

.techi-footer-about p {
	margin: 25px 0px;
	font-size: 16px;
}

footer.techi-old-footer h4 {
	font-size: 24px;
	margin-bottom: 30px;
}

footer.techi-old-footer ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}

footer.techi-old-footer ul li.current-menu-item a {
	color: var(--link-color);
}

footer.techi-old-footer ul li a:hover {
	color: var(--link-color);
}

footer.techi-old-footer .footer-social-icons li a {
	font-size: 16px;
}

footer.techi-old-footer .footer-social-icons li a {
	line-height: 43px;
}

.techi-footer-stay-in-touch form input,
.techi-footer-stay-in-touch form button {
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
}

.techi-footer-stay-in-touch form button {
	background-color: #35b1af;
	border: none;
	color: #fff;
}

.footer-newsletter input {
	width: unset !important;
	margin-right: 5px;
}

/* newsletter section */

.subscribe-section {
	background-color: #e3e3e3;
	background-image: url("/wp-content/uploads/2025/05/sub-banner.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0 !important;
	padding: 20px 0;
}

.subscribe-text {
	padding-right: 115px;
}

.subscribe-text h6 {
	color: var(--link-color);
}

.subscribe-text p {
	color: #000000;
}

.subscribe-newsletter-section .frm_primary_label {
	color: #000 !important;
	font-size: 16px !important;
	font-family: "Karla";
}

.subscribe-form label a,
.footer-newsletter label a {
	color: var(--link-color) !important;
}

.subscribe-form input {
	border-radius: 0;
	outline: none;
}

.subscribe-form button {
	background-color: #10b8b8;
	border-radius: 0;
	height: 45px;
}

.subscribe-form button:hover {
	background-color: #0e9e9e;
}

.subscribe-form input {
	border-radius: 10px !important;
}

.subscribe-form legend>.frm_fields_container {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	gap: 0 !important;
}

.subscribe-newsletter-section {
	margin-bottom: 1.5rem;
}

.home-subscribe-inputarea {
	display: flex;
	flex-direction: column;
	position: relative;
}

input.home-subscribe-input {
	border-radius: 5px !important;
	min-height: 55px;
	line-height: 1.3;
	border: 1px solid #bfc3c8;
	color: #222222;
	font-family: "Karla";
	padding: 6px 12px;
	padding-right: 188px;
	width: 100%;
}

input.home-subscribe-input:focus {
	border-color: #66afe9;
	box-shadow: 0px 0px 5px 0px rgba(102, 175, 233, 0.6);
	outline: none;
}

label.home-subscribe-label {
	color: #000000;
	font-size: 16px;
	font-family: "Karla";
	padding-bottom: 3px;
	width: 100%;
}

button.home-subscribe-btn {
	border-radius: unset;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 13px;
	width: 180px;
	margin: 0;
	height: 55px;
	background-color: var(--link-color);
	border: 1px solid var(--link-color);
	color: #ffffff;
	font-family: "Karla";
	font-size: 18px;
	transition: all 0.2s ease-in-out;
	position: absolute;
	bottom: 0;
	right: 0;
}

button.home-subscribe-btn:hover {
	background-color: #000000;
	border-color: #000000;
}

.input-with-loader {
	position: relative;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border: 3px solid #ccc;
	border-top-color: #00b0ae;
	border-radius: 50%;
	animation: news-spin 0.8s linear infinite;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 10;
}

@keyframes news-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.input-with-loader.loading input {
	color: transparent;
}

#newsletterResponse {
	color: #00b0ae;
	font-weight: 500;
	border: 2px solid #00b0ae;
	width: fit-content;
	padding: 0 1rem;
	margin-top: 8px;
	text-transform: capitalize;
}

/* Two Takes Home Cards */
.two-takes-listing-item {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
	padding: 8px 1rem;
	height: 100%;
}

.two-takes-listing-item h2 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 8px;
}

.two-takes-listing-item h2 a {
	color: var(--dark);
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.two-takes-listing-item h2 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--link-color);
}

.two-takes-listing-item p {
	color: #333;
	margin-bottom: 8px;
	font-weight: 600;
	font-style: italic;
}

.two-takes-listing-item .listing-item-source a {
	color: var(--link-color);
	text-decoration: underline;
	text-underline-offset: 2px;
	font-style: italic;
	transition: .2s ease-in-out;
	x;
}

.two-takes-listing-item .listing-item-source a:hover {
	color: #222;
}

.listing-item-description {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Two Takes Home Cards Ends */

/* blogs cards CSS */
.picture-cards {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 140%;
}

.picture-cards img {
	filter: brightness(0.5) contrast(0.7) saturate(1.7);
	transition: all 1s ease;
	-webkit-transition: 1s;
	border-radius: 12px;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.picture-cards:hover img {
	filter: brightness(0.8) contrast(0.7) saturate(1.7);
}

.picture-cards svg {
	width: 14px;
	height: 14px;
	position: absolute;
	fill: #fff;
	top: 1rem;
	right: 1rem;
	z-index: 1;
}

.picture-cards .picture-cards-title {
	position: absolute;
	bottom: 0;
	top: auto;
	padding: 0 20px 20px;
}

.picture-cards .picture-cards-title h2 {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	text-decoration-color: transparent;
	text-decoration-thickness: 3px;
	transition: all 0.3s ease-in-out;
}

.post-meta-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 0px 0;
}

.recently-updated-by-on {
	flex-direction: column;
	align-items: flex-start;
}

.recently-updated-by-on>div {
	width: 100%;
}

.post-updated-on {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.post-updated-by {
	justify-content: space-between;
	align-items: baseline !important;
}

.post-updated-by p,
.post-updated-on p {
	margin-bottom: 0 !important;
}

.user-img-admin img {
	width: 25px;
	height: 25px;
	border-radius: 50% !important;
	object-fit: contain;
	margin: 0 !important;
}

.post-meta-details h6 {
	margin: 0;
	font-weight: 500;
}

.post-meta-details span {
	color: #767676;
}

.picture-cards .picture-cards-title h2:hover {
	text-decoration: underline;
	text-decoration-color: var(--link-color);
	text-decoration-thickness: 3px;
}

.view-more-btn,
.faqs-read-more a {
	width: 180px;
	height: 55px;
	border: 3px solid var(--link-color);
	border-radius: 5px;
	background-color: transparent;
	color: var(--link-color);
	font-size: 18px;
	font-weight: 600;
	/* 	line-height: 50px; */
	text-transform: capitalize;
	transition: all 0.2s ease-in-out;
}

.view-more-btn:hover,
.faqs-read-more a:hover {
	background-color: var(--link-color);
	color: #ffffff;
}

.home-view-more-btn {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: var(--link-color);
	transition: all 0.2s ease-in-out;
	flex: 0 0 100px;
}

.home-view-more-btn:hover {
	color: var(--link-color);
}

.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* blogs cards CSS Ends */

/* about us page */
section:has(.wp-block-custom-about-us) {
	margin-bottom: 0 !important;
}

.about-us-text .techi-p {
	font-size: 20px;
}

.about-us-text hr {
	margin: 1rem 0;
}

.about-us-block .about-us-text p {
	font-size: 18px !important;
	line-height: 32.4px !important;
	font-weight: 400 !important;
	text-align: left !important;
	margin-top: 0;
	margin-bottom: 22px;
}

.about-us-second-sec .text {
	font-size: 18px;
	line-height: 32.4px;
	font-weight: 400;
}

.about-us-block .about-us-text p.text-color-sub-line {
	color: var(--link-color);
	font-size: 24px !important;
	line-height: 33.6px !important;
	font-weight: 500 !important;
	margin-bottom: 0;
}

.about-us-text h2 {
	font-size: 38px;
	line-height: 49.4px;
	font-weight: 600 !important;
	margin: 0;
}

.about-us-page h5 {
	font-size: 24px;
	line-height: 31.2px;
	font-weight: 600;
}

.about-us-page h5 a {
	color: #000000;
}

.about-us-page h5 a:hover {
	color: var(--link-color);
}

.about-us-text .text-last h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: auto;
}

.about-us-text .text-last p {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: auto;
}

.about-us-text .divider-svg-main {
	position: absolute;
	top: 0;
	width: 100%;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
}

.about-us-text .divider-svg {
	fill: var(--link-color);
	transform-origin: 50% 50% 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.about-us-text .last-container {
	background-color: #f9f9f9;
}

.about-us-text .text-last {
	margin-top: 10px;
}

.about-us-text .text-last h4 {
	max-width: 400px;
	line-height: 1.4;
	padding-bottom: 10px;
	font-size: 28px !important;
	font-weight: 800 !important;
}

.about-us-text .text h6 {
	max-width: 400px;
	line-height: 1.4;
	padding-bottom: 10px;
	font-size: 28px !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
}

.interested-section>div {
	position: relative;
	z-index: 1;
}

.interested-section .text-last h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: auto;
}

.interested-section .text-last p {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: auto;
}

.interested-section p {
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 18px;
}

.interested-section .divider-svg-main {
	position: absolute;
	top: 0;
	width: 100%;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
}

.interested-section .divider-svg {
	fill: var(--link-color);
	transform-origin: 50% 50% 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.interested-section .text-last {
	margin-top: 10px;
}

.interested-section .text-last h4 {
	max-width: 400px;
	color: #111111;
	line-height: 1.4;
	padding-bottom: 10px;
	font-size: 28px !important;
	font-weight: 800 !important;
}

.interested-section .text-last>div {
	font-size: 17px;
	color: #222222;
}

.interested-section .text h6 {
	max-width: 400px;
	line-height: 1.4;
	padding-bottom: 10px;
	font-size: 28px !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
}

.texth6 {
	font-size: 24px;
	line-height: 28.8px;
	font-weight: 800 !important;
	color: #111111;
}

.techi-page-description .interested-section p {
	font-size: 14px !important;
	color: #222222;
}

.interested-section .border-dark {
	border-color: #ddd !important;
}

/* about us page end */

/* Heading only Cards CSS */
.heading-only-cards {
	background-color: #ededed;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	height: 100%;
}

section.bg-bright-gray .heading-only-cards {
	background-color: #ffffff;
}

.techi-archive-sections .heading-only-cards {
	background-color: #fff;
}

.heading-only-cards img,
.four-news-card>a>img {
	margin-bottom: 16px;
	border-radius: 6px 6px 0 0;
	aspect-ratio: 2 / 1;
}

.heading-only-cards h2,
.heading-only-cards .post-title,
.four-news-card h2 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0;
}

.heading-only-cards p,
.four-news-card p {
	margin: 10px 0px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	-webkit-line-clamp: 2;
}

.heading-only-cards h2 a,
.heading-only-cards .post-title a,
.four-news-card h2 a {
	color: var(--dark);
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 48px;
}

.heading-only-cards h2 a:hover,
.heading-only-cards .post-title a:hover,
.four-news-card h2 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--link-color);
}

.four-news-card {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 30px;
}

.four-news-card p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.four-news-card>a>img {
	margin-bottom: 0;
	border-radius: 8px;
}

.four-news-card>a {
	flex: 0 0 50%;
}

button.search-mobile-btn {
	display: none !important;
}

button.search-mobile-btn svg {
	width: 16px;
	height: 16px;
}

/* Heading only Cards CSS Ends */

/* static page design */
h1.techi-page-title {
	font-size: 38px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}

.contact-us-icons img {
	width: 55px !important;
	height: 55px !important;
	object-fit: contain;
}

.is-style-logos-only {
	gap: 1rem;
}

.is-style-logos-only a svg {
	width: 24px !important;
	height: 24px !important;
}

.techi-page-description p:first-child {
	text-align: center;
}

.techi-page-description p {
	font-size: 18px !important;
	line-height: 1.4 !important;
	margin-bottom: 26px;
}

.techi-page-description ul.wp-block-list {
	margin-bottom: 1.5rem;
}

.techi-page-description ul li {
	font-size: 18px !important;
	line-height: 1.4 !important;
	margin-bottom: 10px;
}

.techi-page-description a {
	color: #333333;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

.techi-page-description a:hover {
	color: var(--link-color);
}

.techi-page-description h3.wp-block-heading {
	font-size: 24px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}

.techi-page-description h3.fw-700 {
	font-weight: 700 !important;
}

.about-us-side-img img {
	width: 450px;
	height: 450px;
}

h4.h4-font {
	font-size: 28px !important;
	line-height: 1.1 !important;
	font-weight: 500 !important;
}

/* static page design ends*/

/* Two Takes */
.two-takes-posts {
	padding: 0 120px;
}

.main-head {
	background-color: rgba(34, 27, 94, 0.03);
}

.main-head p {
	font-size: 16px;
	margin-bottom: 4px;
	color: #222222;
}

.data-style {
	padding: 1.5rem 8px !important;
}

.data-style h1 {
	color: #000;
	font-size: 38px;
	line-height: 1.1 !important;
	font-weight: 600;
}

.data-style h3 {
	color: #000;
	font-size: 38px;
	line-height: 41.8px;
	font-weight: 500;
}

.data-style .text-content {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	font-family: "Karla", sans-serif;
}

.article-images img {
	width: 70px;
	border-radius: 6px;
	background-color: #f7f7f7;
	padding: 5px;
	object-fit: contain;
}

.click-tag a {
	text-decoration: none;
	color: #000;
}

.click-tag a:hover {
	color: rgb(0, 176, 174);
}

.click-tag p {
	color: rgb(73, 79, 92);
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}

.click-tag h3 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
}

.link-tag b {
	display: inline-block;
	font-size: 12px;
	padding-right: 10px;
	font-weight: 600;
	color: #000000;
}

.link-tag span {
	display: inline-block;
	font-size: 12px;
	padding-left: 10px;
	border-style: solid;
	border-width: 0 0 0 1px;
	line-height: 1.2;
	color: #767676;
	border-color: rgb(225, 225, 234);
	margin: 0;
}

.techi-two-takes-thumbnail {
	flex: 0 0 300px;
}

.techi-two-takes-thumbnail img {
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 2 / 1;
}

.techi-two-takes-single figcaption {
	background-color: #f1f1f1;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Karla";
	border: 2px solid #dbe0e1;
	border-top: 0;
	border-radius: 0 0px 5px 5px;
}

/* Two Takes Ends */

/* Institutions */
#tradingview {
	height: 90vh;
}

.institution-content p {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.institution-upper {
	background-color: #183533;
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 90px;
}

.institution-upper p {
	margin: 0;
}

.institution-upper-share h2 {
	font-size: 24px;
	line-height: 31px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1rem;
}

.institution-upper-share ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem !important;
	list-style: none;
	padding: 0;
	margin: 0;
}

.institution-upper-share ul a {
	text-decoration: none;
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background-color: #1c3533;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 6px 6px 10px -1px #1d413e, -6px -6px 10px -1px #2a4542;
	border: 1px solid #284d4a;
	transition: all 0.2s ease-in-out;
}

.institution-upper-share ul a i {
	font-size: 22px;
	line-height: 33px;
}

.institution-upper-share ul li:first-child a:hover {
	color: #1877f2;
}

.institution-upper-share ul li:nth-child(2) a:hover {
	color: #e1306c;
}

.institution-upper-share ul li:nth-child(3) a:hover {
	color: #0077b5;
}

.institution-upper-share ul li:nth-child(4) a:hover {
	color: #bd081c;
}

.institution-upper-share ul li:last-child a:hover {
	color: #ff0000;
}

.institution-upper-stats {
	padding: 0 24px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.stats-share-price {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}

.stats-share-price p:last-child {
	position: relative;
	width: 10px;
	height: 10px;
}

.stats-share-price p:last-child::after {
	position: absolute;
	content: "";
	bottom: 4px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #ffffff;
	margin: auto;
}

.stats-fix-index p {
	font-size: 14px;
	line-height: 16.8px;
}

.stats-right p:first-child {
	font-size: 30px;
	line-height: 48px;
	font-weight: 600;
}

.stats-right p:last-child i {
	color: #008000;
	margin-right: 2px;
}

.stats-right p:last-child {
	font-size: 12px;
	line-height: 12px;
}

.profile-picture {
	display: flex;
	gap: 8px;
}

.profile-picture img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.profile-picture h1 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	margin: 0;
}

.profile-picture p {
	font-size: 14px;
	line-height: 22.4px;
	font-weight: 600;
	color: #eeb44a;
}

.institution-upgrade-profile button {
	border: 2px solid #fff;
	padding: 8px 12px;
	justify-content: flex-end;
	background: rgba(10, 10, 10, 0);
	color: var(--link-color);
	font-size: 12px;
	line-height: 1.2;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}

.institution-upgrade-profile button:hover {
	background: rgba(10, 10, 10);
}

.institution-upper-profile {
	display: flex;
	justify-content: space-between;
}

.card-head .first-p {
	border: 1px solid #808080;
	background-color: #f0f0f0;
}

.card-head {
	border: 1px solid #e1e1ea;
	margin-top: -2rem;
	background-color: #fff;
}

.first-p strong {
	margin-left: 8px;
	font-weight: bolder;
}

span.cursor-pointer.text-primary {
	color: var(--link-color) !important;
	cursor: pointer;
}

.location {
	font-size: 0.83rem;
}

.techi-industry:before {
	color: #e0719e;
}

#institution-content-modal .modal-header {
	background-color: #35b1af;
}

#institution-content-modal h2 {
	font-size: 24px;
}

#institution-content-modal .modal-header h5 {
	color: #fff;
}

#institution-content-modal .modal-header button {
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#institution-content-modal .modal-dialog {
	max-width: 850px;
}

.profile-card {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #d5d2d2;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.profile-img {
	width: 100%;
	height: 200px;
	border-radius: 3px;
	padding: 10px;
	object-fit: cover;
	border: 1px solid #00a99d;
}

.profile-name {
	font-size: 22px;
	margin-top: 10px;
	color: #000000;
}

.profile-title {
	font-size: 18px;
	color: #666;
}

.table-bordered th {
	background-color: #e1e1ea !important;
	vertical-align: middle;
	padding: 12px 16px;
	line-height: 1.2;
	font-size: 18px;
	color: #222222;
	font-weight: 700;
}

.table-bordered td {
	vertical-align: middle;
	line-height: 1.2;
	font-size: 18px;
	color: #222222;
	font-weight: 400;
}

.post-on-techi-container {
	color: black;
	background-color: #e1e1ea;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
}

.other-links a {
	text-decoration: none;
	text-align: left;
	font-size: 18px !important;
}

.post-on-techi-container:hover {
	color: var(--link-color);
}

.accordion-button {
	background-color: #e1e1ea;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
}

.accordion-button a {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 31.32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.accordion-button:focus {
	outline: none;
	box-shadow: none;
	background: #e1e1ea;
}

.accordion-button a:hover {
	color: var(--link-color);
}

.accordion-button span {
	width: 40px;
}

.accordion-item {
	border: none;
}

.accordian-load-more {
	font-size: 18px;
	background: var(--link-color);
	border: none;
	color: #ffffff;
	border-radius: 8px;
	font-weight: 400;
	margin-top: 30px;
	width: 150px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accordian-load-more:hover {
	background-color: var(--dark);
	color: #fff;
}

.accordian-load-more:active {
	background-color: var(--dark) !important;
	color: #fff !important;
}

.advertisement-info-v2 {
	background-color: #f0f2fb !important;
}

.techi-institute-accordian .accordion-header {
	background-color: #e1e1ea;
	border-radius: 5px;
	padding: 2px 0 2px 14px;
	margin: 10px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 18px;
	text-align: left;
	border: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}

.techi-institute-accordian h3 {
	font-size: 1.5rem;
}

.techi-institute-accordian .accordion-header a {
	color: #0c0824;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
}

.techi-institute-accordian .accordion-header a:hover {
	color: var(--link-color);
}

.techi-institute-accordian .accordion-header>span span {
	margin-right: 8px;
}

.techi-institute-accordian button.accordion-button {
	width: auto;
	margin: 0;
}

/* Institutions */

/* Brand Kit */
.brand-kit-sec .social-icons-brand-kit a {
	color: #00b0ae;
	font-size: 19px;
	transition: all 0.3s ease-in-out;
}

.brand-kit-sec .social-icons-brand-kit a:hover {
	color: #000000;
}

.social-icons-brand-kit {
	gap: 2rem !important;
}

.brand-kit-sec .logo-images {
	background-color: #e1e1ea;
}

.brand-kit-sec .brand-kit-logos .img-fluid {
	height: 60px;
	width: 180px;
	object-fit: contain;
}

.brand-kit-sec .color-box {
	background-color: #e1e1ea;
}

.brand-kit-sec .data-style h3 {
	color: #000;
	font-size: 38px;
	line-height: 45px;
	font-weight: 500;
	text-transform: uppercase;
}

.brand-kit-hr {
	border-color: #e0e0e0;
	border-width: 1px;
}

.brand-kit .brand-kit-sec>div>div:first-child {
	padding: 0 1rem;
}

.brand-kit-sec .data-style p {
	color: #666;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
}

.brand-kit-sec .data-style b {
	color: #666;
	font-weight: 600;
}

.brand-kit-sec .data-bg {
	background-color: #e1e1ea;
}

.brand-kit-sec .text-color-box {
	padding-left: 110px;
}

.brand-kit-sec .text-color-box p {
	font-size: 26px;
	text-align: center;
}

.brand-kit-sec .color-box h5 {
	padding-bottom: 15px;
	font-size: 26px;
}

.brand-kit-sec .img-fluid-1 {
	height: 60px;
}

/* Brand Kit ends */

/* advertising  */
.advertisement-info {
	padding: 0 !important;
}

.advertisement-info>div>div>div {
	width: 85%;
	margin: 0 auto;
}

.advertisement-info b,
.advertisement-info strong {
	font-weight: 700;
	color: #111827;
	font-size: 18px;
	line-height: 1.5;
}

.advertisement-info-v2 .text-content,
.advertisement-info .text-content {
	color: #111827;
	font-size: 18px;
	line-height: 1.5;
}

.advertisement-info-v2 .text-content strong {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 13px;
	display: block;
	margin-top: 20px;
}

.image-container img {
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
}

.advertisement-info h2 {
	font-size: 38px;
	color: #111111;
}

.image-container img {
	max-width: 100%;
	border-radius: 10px;
}

.content-box {
	padding: 20px;
}

.text-content {
	line-height: 1.6;
	font-size: 18px;
	font-family: "Karla" sans-serif;
	color: #000000;
}

.section-title {
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 50px;
	display: inline-block;
}

.border-line {
	border-bottom: 3px solid #00bcd4;
	max-width: 200px;
}

.sub-title {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 25px;
}

.content-box h4 {
	font-weight: bold;
	margin-top: 45px;
	font-size: 32px;
}

.text-content {
	line-height: 1.6;
	font-size: 1rem;
	margin-top: 10px;
}

.st-current h1 {
	font-family: "Karla" sans serif !important;
	font-size: 34px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
}

.container-text {
	background-color: #f0f2fb;
	padding: 60px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-section {
	background-color: #00a9a9;
	color: white;
	padding: 60px;
	text-align: center;
	border-radius: 8px;
	transition: background-color 0.3s ease;
	margin-bottom: 10px;
}

.btn-section:hover {
	background-color: #008f8f;
}

.contact-cta .white-btn {
	padding: 17px 20px 19px;
	min-width: 180px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1 !important;
}

.contact-cta .white-btn:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.contact-cta .btn-section h6 {
	font-size: 20px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	margin-bottom: 20px;
}

.btn-section {
	background-color: #00a9a9;
	color: white;
	padding: 60px;
	text-align: center;
	border-radius: 8px;
	transition: background-color 0.3s ease;
	margin-bottom: 10px;
}

.contact-cta .btn-section:hover {
	background-color: #008f8f;
}

.contact-cta .white-btn {
	padding: 17px 20px 19px;
	min-width: 180px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1 !important;
}

.contact-cta .white-btn:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.contact-cta .btn-section h6 {
	font-size: 20px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	margin-bottom: 20px;
}

.contact-cta .btn-section h4 {
	font-size: 20px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	margin-bottom: 20px;
	text-align: center !important;
}

/* advertising ends */

/* social share */
.td-post-sharing-visible {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.social-share {
	border: 1px solid;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
	color: #222222;
	transition: all .2s ease-in-out;
}

.social-share i {
	background-color: #004179;
	color: white;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s ease-in-out;
}

.social-share-facebook {
	border-color: #004179;
}

.social-share-facebook i {
	background-color: #004179;
}

.social-share-twitter {
	border-color: #222222;
}

.social-share-twitter i {
	background-color: #222222;
}

.social-share-pinterest {
	border-color: #C62930;
}

.social-share-pinterest i {
	background-color: #C62930;
}

.social-share-linkedin {
	border-color: #0267B9;
}

.social-share-linkedin i {
	background-color: #0267B9;
}

.social-share-whatsapp {
	border-color: #82C07D;
}

.social-share-whatsapp i {
	background-color: #82C07D;
}

.social-share-mail {
	border-color: #004179;
}

.social-share-mail i {
	background-color: #004179;
}

.social-share-copy_url {
	border-color: #004179;
}

.social-share-copy_url i {
	background-color: #004179;
}

.social-share:hover {
	border-color: var(--link-color);
}

.social-share:hover i {
	background-color: var(--link-color);
}

.social-share span {
	padding: 0px 12px;
	font-weight: 600;
}

.social-share-handler {
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	background-color: var(--link-color);
	border: 1px solid var(--link-color);
	line-height: 1;
}

.social-share-handler:hover {
	background-color: #222222;
}

/* social share ends */

/* Author Page */
.autor-page-remake>h1 {
	font-size: 38px;
	line-height: 1;
	font-weight: 700;
}

.autor-page-remake>p {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 26px;
}

.autor-page-remake .author-box>div h4 {
	font-size: 22px;
	text-transform: capitalize;
	line-height: 1;
	margin: 0;
	margin-bottom: 2px;
	font-weight: 600;
}

.author-verified {
	position: relative;
}

.author-verified::after {
	position: absolute;
	content: "\e92e";
	font-size: 18px;
	font-family: 'techi-icons';
	top: 0;
	right: -24px;
	color: var(--link-color);
}

.autor-page-remake .author-box>div a {
	color: #333333;
	border-bottom: 3px solid #ebedef;
	transition: all 0.2s ease-in-out;
	margin: 10px 0;
}

.autor-page-remake .author-box>div a:hover {
	border-color: var(--link-color);
}

.autor-page-remake .author-box img {
	width: 220px;
	height: 220px;
	object-fit: cover;
}

.autor-page-remake .ceo-author-box img {
	width: 340px;
	height: 340px;
}

.autor-page-remake .author-box p {
	font-size: 14px;
}

.autor-page-remake .author-box>p {
	font-size: 18px;
	font-weight: 400;
}

/* Author Page Ends */

/* Listing Page */
.techi-listing-main h1 {
	font-size: 38px;
	font-weight: 700;
}

.techi-listing-main>p {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
}

.techi-listing-main .techi-listing-structure {
	position: relative;
}

.techi-listing-main .techi-listing-arrow-top {
	position: absolute;
	bottom: -2px;
	left: 5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #d5d5d5;
}

.techi-listing-main .techi-listing-arrow-bottom {
	position: absolute;
	top: -2px;
	left: 5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #d5d5d5;
}

.techi-listing-main .techi-listing-arrow-line {
	position: absolute;
	left: 10px;
	background-color: #d5d5d5;
	display: block;
	width: 2px;
	height: 100%;
}

.techi-listing-main .techi-listing-item {
	position: relative;
	padding-left: 200px;
}

.techi-listing-main .techi-listing-left {
	position: absolute;
	top: 50%;
	left: 1px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
}

.techi-listing-main .techi-listing-left>div {
	background-color: #ededed;
	padding: 4px 8px;
	border-radius: 5px;
	text-align: center;
	line-height: 1rem;
}

.bg-bright-gray .techi-listing-main .techi-listing-left>div {
	background-color: #ffffff;
}

.techi-listing-main .techi-listing-left p {
	margin: 4px 0;
	font-size: 18px;
	color: #333333;
}

.techi-listing-main .techi-listing-right {
	display: flex;
	gap: 1rem;
	border-bottom: 1px solid #d5d5d5;
	padding: 1.2rem 0;
}

.techi-listing-main .techi-listing-item:last-child .techi-listing-right {
	border-bottom: none;
	padding-bottom: 0;
}

.techi-listing-main .techi-listing-item:first-child .techi-listing-right {
	padding-top: 0;
}

.techi-listing-main .techi-listing-image {
	flex: 0 0 330px;
}

.techi-listing-main .techi-listing-image img {
	border-radius: 10px;
	height: 165px;
	object-fit: cover;
}

.techi-listing-main .techi-listing-tag a {
	color: var(--link-color);
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.techi-listing-main .techi-listing-tag a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.techi-listing-main .techi-listing-content h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.techi-listing-main .techi-listing-content h2 a {
	color: #333333;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.techi-listing-main .techi-listing-content h2 a:hover {
	color: var(--link-color);
}

.techi-listing-main .techi-listing-content p {
	font-size: 18px;
	margin: 6px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.techi-listing-main .techi-listing-content>div a {
	color: var(--link-color);
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.techi-listing-main .techi-listing-content>div a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.techi-listing-main .techi-listing-content>div span {
	font-size: 16px;
	color: #333333;
}

.techi-listing-main .techi-listing-timeline-circle {
	width: 20px;
	height: 20px;
	border: 4px solid var(--link-color);
	border-radius: 50%;
	outline: 3px solid #d5d5d5;
	background-color: #efeeef;
}

/* Listing Page Ends */

/* Left & Right Sidebars */
.techi-sidebar-temp h5 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
	width: fit-content;
	margin-bottom: 2rem !important;
}

.techi-sidebar-temp .techi-page-title {
	text-align: left !important;
}

.techi-sidebar-temp .techi-page-description p:first-child {
	text-align: left;
}

.text-block-v2 .techi-container {
	padding: 0;
}

.techi-sidebar-temp aside {
	background-color: #00b0ae;
	padding: 1rem;
	margin: 0;
	height: 100%;
	position: relative;
	top: 0;
}

.techi-sidebar-temp aside::after {
	position: absolute;
	content: "";
	top: 56px;
	padding: 0;
	border: none;
	background: transparent;
	width: 0;
	height: 0;
}

.techi-sidebar-temp .techi-right-sidebar-temp aside::after {
	left: -14px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 14px solid #00b0ae;
}

.techi-sidebar-temp .techi-left-sidebar-temp aside::after {
	right: -14px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 14px solid #00b0ae;
}

.techi-sidebar-temp ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.techi-sidebar-temp ul li {
	margin-bottom: 8px;
}

.techi-sidebar-temp ul li:last-child {
	margin-bottom: 0;
}

.techi-sidebar-temp ul li a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-underline-offset: 2px;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.techi-sidebar-temp ul li a:hover,
.techi-sidebar-temp ul li.current-menu-item a {
	color: #222;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Left & Right Sidebars Ends */

/* Memes Detail Page */
.memes-detail-left {
	position: absolute;
	left: -3rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	line-height: 1;
}

.memes-detail-right {
	position: absolute;
	right: -3rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	line-height: 1;
}

/* Memes Detail Page Ends */

/* Advertise With Us */
.techi-advertise-main {
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 20px 0px;
	border-radius: 5px;
	height: 80vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

.sidebar-nav-parent {
	background-color: #00b0ae;
	padding: 1rem 0 1rem 1rem;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 20px 0px;
	border-radius: 5px;
	height: 100%;
}

.sidebar-nav-parent>.nav-link {
	color: #ffffff;
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 1rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	overflow: hidden;
	padding: 0.75rem 1rem;
	z-index: 1;
	transition: 1s all;
}

.sidebar-nav-parent>.nav-link .togglerAnimation {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: none;
	background-color: #ffffff;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 0%;
	transition: width 1s ease;
}

.sidebar-nav-parent>.nav-link .togglerText {
	position: relative;
	z-index: 2;
}

.sidebar-nav-parent>.nav-link.initiating {
	color: #00b0ae;
	transition: none !important;
}

.sidebar-nav-parent>.nav-link.initiating .togglerAnimation {
	width: 100%;
}

.sidebar-nav-parent>.nav-link.active {
	color: #00b0ae;
	transition: none !important;
}

.sidebar-nav-parent>.nav-link.active .togglerAnimation {
	width: 100%;
}

.sidebar-nav-parent>.nav-link.finalizing .togglerAnimation {
	width: 0%;
}

.sidebar-content-parent {
	height: 100%;
}

.sidebar-content-parent .tab-pane {
	height: 100%;
}

.sidebar-content-parent .sidebar-nav-child {
	position: relative;
	height: 100%;
	padding: 1rem;
}

.sidebar-content-parent .sidebar-nav-child::after {
	position: absolute;
	content: "";
	width: 1px;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #000000;
	z-index: 3;
}

.sidebar-content-parent .sidebar-nav-child .nav-link {
	color: #222222;
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 16px;
	border-radius: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
}

.sidebar-content-parent .sidebar-nav-child .nav-link .togglerAnimation {
	width: 20px;
	right: -35px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(0);
	transform-origin: left center;
	transition: transform 0.5s ease;
	line-height: 1;
}

.sidebar-content-parent .sidebar-nav-child .nav-link .togglerAnimation svg {
	height: 26px;
	width: auto;
}

.sidebar-content-parent .sidebar-nav-child .nav-link .togglerText {
	position: relative;
	z-index: 2;
	padding: 0.5rem 1rem 0.5rem 0;
	display: block;
	background-color: #fff;
}

.sidebar-content-parent .sidebar-nav-child .nav-link.initiating {
	color: #00b0ae;
	transition: none !important;
}

.sidebar-content-parent .sidebar-nav-child .nav-link.initiating .togglerAnimation {
	transform-origin: left center;
	transform: translateY(-50%) scaleX(1);
}

.sidebar-content-parent .sidebar-nav-child .nav-link.active {
	color: #00b0ae;
	transition: none !important;
}

.sidebar-content-parent .sidebar-nav-child .nav-link.active .togglerAnimation {
	transform-origin: left center;
	transform: translateY(-50%) scaleX(1);
}

.sidebar-content-parent .sidebar-nav-child .nav-link.finalizing .togglerAnimation {
	transform-origin: left center;
	transform: translateY(-50%) scaleX(0);
}

.techi-advertise-content {
	height: 100%;
}

.techi-adv-carousel-card {
	max-width: 100%;
	margin: auto;
}

.adv-header-custom {
	background-color: #00b0ae;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 0.75rem;
}

.techi-adv-learn-more {
	background-color: #00b0ae;
	color: #ffffff;
	font-weight: bold;
}

.techi-adv-learn-more:hover {
	opacity: 0.8;
}

.techi-adv-divider {
	border-top: 1px solid #e0e0e0;
	margin: 1rem 0;
}

/* Advertise With Us Ends */

/* Single Post All CSS Starts */
.single-page-padding {
	padding: 0 2%;
}

.bg-blog-badge {
	background-color: #f0f0f0;
	color: var(--dark);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
}

.bg-blog-badge:hover {
	background-color: #e1e1ea;
}

.bg-blog-badge {
	color: var(--dark);
	text-decoration: none;
}

.blog-published-date {
	color: var(--dark);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
}

.blog-views-main {
	font-size: 14px;
	line-height: 1.5;
	color: var(--dark);
	font-weight: 600;
	margin-left: 8px;
}

.blog-content-main h1 {
	font-size: 38px;
	color: var(--dark);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}

.blog-content-main h2 {
	font-size: 27px;
	color: var(--dark);
	line-height: 1.3;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog-content-main p {
	font-size: 18px;
	line-height: 1.7;
	color: var(--dark);
	font-weight: 400;
	margin-bottom: 26px;
}

#rank-math-toc {
	background-color: #f7f7f7;
	border-radius: 5px;
	overflow: hidden;
}

#rank-math-toc h3 {
	padding: 15px;
	background-color: #00b0ae;
	color: #fff;
}

#rank-math-toc nav {
	padding: 15px;
}

#rank-math-toc nav ol {
	padding-left: 0 !important;
}

#rank-math-toc nav ol li {
	margin-bottom: 15px;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	padding-left: 70px;
}

#rank-math-toc nav ol li::before {
	content: counters(item, ".");
	counter-increment: item;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0e3138;
	color: #fff;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	margin-right: 15px;
	font-weight: 700;
	font-size: 15px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

#rank-math-toc nav ol li a {
	font-size: 16px;
	text-decoration: none;
}

.blog-content-main a {
	color: #009688;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
	text-underline-offset: 2px;
	font-weight: bold;
}

.blog-content-main .td-post-sharing-visible a {
	text-decoration: none;
}

.blog-content-main a:hover {
	color: var(--link-color);
}

.blog-content-main q {
	font-size: 22px;
	line-height: 1.4;
	color: #595a6c;
	font-weight: 500;
}

.blog-content-main ul,
.blog-content-main ol {
	padding-left: 24px;
	margin-bottom: 26px;
}

.blog-content-main ul li,
.blog-content-main ol li {
	font-size: 18px;
	line-height: 30px;
	color: var(--dark);
	margin-bottom: 12px;
	word-wrap: break-word;
}

.blog-content-main figure img,
.blog-content-main p img {
	width: 100%;
	object-fit: cover;
	height: auto;
}

.blog-content-main figcaption {
	position: relative;
	background-color: #f1f1f1;
	padding: 10px 15px;
	padding-left: 2rem;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.2;
	font-family: "Karla";
	border: 1px solid #dbe0e1;
	border-radius: 0 0 6px 6px;
	margin-bottom: 25px;
	margin-top: 4px;
}

.blog-content-main figcaption::before {
	position: absolute;
	content: "\e92d";
	font-size: 18px;
	font-family: 'techi-icons';
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	font-style: normal;
}

.blog-content-main iframe {
	width: 100%;
	height: 600px;
}

.blog-author-main {
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
	padding-top: 32px;
	margin-bottom: 48px;
}

/* .blog-author-main > .row > div:first-of-type {
flex: 0 0 auto;
width: fit-content;
}
.blog-author-main > .row > div:last-of-type {
flex: auto;
width: 100%;
} */
.blog-author-image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
}

.blog-author-details h4 {
	font-size: 22px;
	line-height: 21px;
}

.blog-author-details h4 a {
	color: var(--dark);
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.blog-author-details h4 a:hover {
	color: var(--link-color);
}

.blog-author-details small a {
	margin-bottom: 6px;
	font-size: 11px;
	font-style: italic;
	line-height: 21px;
	color: #444;
	text-decoration: none;
}

.blog-author-details small a:hover {
	color: var(--link-color);
}

.blog-author-details p {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin: 0;
}

.blog-disclosure {
	display: flex;
	gap: 8px;
	background-color: #f8f8fa;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin: 30px 0;
	padding: 20px 10px;
}

.blog-disclosure p {
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 0;
}

.blog-disclosure a {
	color: #666666;
}

.blog-disclosure a:hover {
	text-decoration: none;
}

.blog-tags {
	margin: 20px 0;
}

.blog-tags ul {
	display: flex;
	gap: 12px;
	list-style: none;
	padding-left: 0;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.blog-tags ul li:first-child span {
	padding: 5px 10px;
	color: #fff;
	background-color: #222;
	font-size: 16px;
	border-radius: 2px;
	font-weight: 600;
}

.blog-tags ul li a {
	padding: 5px 10px;
	border: 1px solid #ededed;
	color: var(--dark);
	background-color: #f8f8fa;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
}

.blog-tags ul li a:hover {
	background-color: var(--link-color);
	border-color: var(--link-color);
	color: #fff;
}

.blog-content-main .wp-block-table table {
	border: 1px solid var(--link-color);
	width: 100%;
}

.blog-content-main .wp-block-table td {
	border: 1px solid var(--link-color);
	padding: 4px 8px;
	line-height: 1.3;
}

.wp-block-table table thead tr {
	background-color: #f1ffff;
	color: #222222;
	font-weight: 500;
	font-size: 18px;
}

.blog-content-main h2 {
	text-transform: capitalize;
	border-left: 5px solid var(--link-color);
	padding-left: 10px;
}

.blog-content-main h3 {
	font-size: 25px;
	color: #000;
	text-transform: capitalize;
	border-left: 5px solid #a2e4e3;
	padding-left: 10px;
}

.blog-content-main h4 {
	font-size: 23px;
	color: #000;
	text-transform: capitalize;
	border-left: 5px solid #b3f1ef;
	padding-left: 10px;
}

.blog-content-main h5 {
	font-size: 21px;
	color: #000;
	border-left: 5px solid #c6f6f5;
	padding-left: 10px;
}

.blog-content-main h6 {
	font-size: 20px;
	color: #000;
	border-left: 5px solid #d6fafa;
	padding-left: 10px;
}

.blog-content-main .wp-block-table tr:nth-child(even) {
	background-color: #f9ffff;
}

.blog-content-main .wp-block-table tr td:first-child {
	font-weight: 500;
}

.google-report-wrapper {
	margin-bottom: 88px;
	gap: 8px;
}

.google-report-wrapper a {
	border-radius: 50px;
	text-wrap: nowrap;
	font-size: 16px;
	font-weight: 500;
	padding: 2px 1rem;
	transition: all 0.2s ease-in-out;
}

.google-report-wrapper a:first-child {
	border: 2px solid var(--link-color);
}

.google-report-wrapper a:first-child:hover {
	background-color: var(--link-color);
	border-color: var(--link-color);
	color: #fff;
}

.google-report-wrapper a:last-child {
	border: 2px solid #ff0000;
	background-color: #ff0000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.google-report-wrapper a:last-child:hover {
	background-color: transparent;
	color: #222;
}

input.frm_other_input {
	margin-top: 1.5rem;
}
/* Aside */
.rankmath-single-toc {
	position: -webkit-sticky;
	position: sticky;
	top: 1.5rem;
	margin-bottom: 2rem;
}

.rankmath-single-toc .pk-toc {
	padding: 15px;
	border: 1px solid #f0f0f0;
}

.rankmath-single-toc ol {
	padding-left: 0;
}

.rankmath-single-toc ol li a {
	color: var(--dark);
	transition: all 0.2s ease-in-out;
}

.rankmath-single-toc ol li a:hover {
	color: var(--link-color);
}

aside {
	margin-top: 5px;
	margin-bottom: 2rem;
	position: -webkit-sticky;
	position: sticky;
	top: 2.2rem;
}

.blog-popular-this-week-main {
	border: 1px solid #f0f0f0;
	background-color: #F3F3F3;
	border-radius: 6px;
	overflow: hidden;
}

.blog-popular-this-week-main h4,
.rankmath-single-toc h5 {
	font-size: 26px;
	line-height: 31px;
	color: var(--dark);
}

.blog-popular-this-week-main h4 {
	text-align: center;
	background-color: var(--link-color);
	color: #fff;
	padding: 8px 0;
}

.comment-form-comment {
	display: flex;
	flex-direction: column;
}

h2.wp-block-heading {
	line-height: 1.2 !important;
}

.comment-form .submit {
	background-color: #35b1af;
	border: none;
	color: #fff;
	padding: 10px;
	border-radius: 8px;
}

.blog-popular-this-week-post {
	margin-top: 24px;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0 15px;
}

.blog-popular-this-week-post.ptw-two-takes {
	flex-direction: column;
	align-items: start;
	gap: 0;
}

.blog-popular-this-week-post:last-of-type {
	margin-bottom: 15px;
}

.blog-popular-this-week-image {
	width: 80px;
	flex: 0 0 80px;
}

.blog-popular-this-week-image a {
	position: relative;
	height: 100%;
	display: block;
}

.blog-popular-this-week-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.blog-popular-this-week-count {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	border: 2px #f8f8f8 solid;
	font-size: 0.875rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--link-color);
}

.blog-popular-this-week-title a {
	color: var(--dark);
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
}

.blog-popular-this-week-title a:hover {
	color: var(--link-color);
}

.blog-popular-this-week-date {
	font-size: 11px;
	line-height: 11px;
	color: #767676;
	margin-top: 8px;
}

.similar-single-page section.mb-5 {
	margin-bottom: 0 !important;
}

/* Aside Ends */

/* Comment Section */
.techi-commenting-comment-body p {
	word-break: break-word;
}

.techi-single-comments p a {
	color: #333333;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

.techi-single-comments p a:hover {
	color: var(--link-color);
}

.techi-single-comments form input[type="text"],
.techi-single-comments form input[type="email"],
.techi-single-comments form textarea {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	color: #464646;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 12px;
	width: 100%;
}

.techi-single-comments form input[type="submit"] {
	background-color: var(--link-color);
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}

.techi-single-comments form input[type="submit"]:hover {
	background-color: #008c8f;
}

.tsc-top {
	margin-bottom: 2rem;
}

.tsc-top h2 {
	display: flex;
	gap: 12px;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

.tsc-top a {
	color: #333333;
	text-decoration: none;
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	padding: 10px 16px;
}

.tsc-top a:hover {
	color: var(--link-color);
}

.tsc-middle .comment-list {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.tsc-middle .comment-list li {
	margin-bottom: 32px;
}

.tsc-middle ol.children {
	margin: 0;
	list-style: none;
	padding: 16px 0 16px 40px;
}

.tsc-middle article .comment-header {
	margin-bottom: 12px;
	padding-top: 8px;
	position: relative;
}

.tsc-middle article .comment-author {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 8px;
}

.tsc-middle article .comment-content {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	font-size: 15px;
	padding: 24px 24px 67px;
}

.tsc-middle article .comment-content p:last-child {
	margin: 0;
}

.tsc-middle article .comment-reply {
	bottom: 24px;
	font-size: 13px;
	font-weight: 600;
	left: 24px;
	position: absolute;
}

.tsc-middle article .comment-reply a {
	color: #333333;
	text-decoration: none;
}

.tsc-middle article .comment-reply a:hover {
	color: var(--link-color);
}

.tsc-middle article .comment-admin-badge {
	float: right;
	position: absolute;
	top: 0;
	width: 100%;
}

.tsc-middle article .comment-badge,
.comment-admin-badge .comment-badge {
	background: #d9f8f8;
	color: var(--link-color);
	float: right;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	padding: 5px 10px;
	text-align: right;
	text-transform: uppercase;
	text-wrap: nowrap;

}

.tsc-bottom {
	margin: 28px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #e7e7e7;
}

#respond {
	margin-bottom: 16px;
}

.tsc-bottom #respond {
	margin-bottom: 0;
}

.comment-reply-title {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.comment-reply-title a#cancel-comment-reply-link {
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	margin-left: 16px;
	padding: 5px 8px;
	color: #333333;
}

.comment-reply-title a#cancel-comment-reply-link:hover {
	color: var(--link-color);
}

.custom-comment-note-column {
	order: 1;
}

.custom-comment-note-column p {
	margin: 0;
}

.logged-in-as-column,
.comment-notes-column {
	order: 2;
}

.logged-in-as-column p,
.comment-notes-column p {
	margin: 0;
}

.author-column {
	order: 3;
}

.email-column {
	order: 4;
}

.comment-column {
	order: 5;
}

.comment-form-cookies-consent-column {
	order: 6;
}

.submit-column {
	order: 7;
}

.comment-form-cookies-consent {
	display: flex;
	gap: 8px;
	align-items: baseline;
	margin: 0;
}

/* Comment Section Ends */

/* Amazon Section */
.techi-amazon-image-wrapper {
	text-align: center;
}

.techi-amazon-image-wrapper img {
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	padding: 15px 30px;
	margin-bottom: 1rem;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
		rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.blog-disclosure a {
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
	text-underline-offset: 2px;
	font-weight: 500;
}

.blog-disclosure a:hover {
	color: var(--link-color);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon {
	border-radius: 5px;
	padding: 15px 15px 12px;
	padding-left: 32px;
	margin: 0;
	background: var(--link-color) !important;
	border-color: var(--link-color) !important;
	color: #fff !important;
	font-family: "Karla" !important;
	font-size: 18px;
	transition: 0.5s all;
	box-shadow: none !important;
	width: 230px;
}

.techi-amazon-buy-button-wrapper {
	text-align: center;
	margin: 0 0 30px;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:before {
	filter: invert(1);
	transition: 0.5s all;
	z-index: 2;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:hover {
	background: #fff !important;
	border-color: var(--link-color) !important;
	color: var(--link-color) !important;
	transition: 0.5s all;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:hover:before {
	filter: invert(0);
	transition: 0.5s all;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:after {
	background: var(--link-color);
	color: #fff !important;
	content: "Buy Now on Amazon";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	border-radius: 5px;
	z-index: 1;
	padding-left: 32px;
	transition: 0.5s all;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:hover:after {
	background: #fff !important;
	border-color: var(--link-color) !important;
	color: var(--link-color) !important;
	transition: 0.5s all;
}

.buying-guides-post-images figcaption {
	position: relative;
	padding-left: 45px;
}

.buying-guides-post-images figcaption::before {
	position: absolute;
	content: "\f030";
	font-family: "FontAwesome";
	color: #0e3138;
	left: 20px;
}

.read-more-toggle {
	color: var(--link-color);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	border: 0;
	margin-left: 8px;
}

.read-more-toggle:hover {
	text-decoration: underline;
}

/* Amazon Section Ends */

/* Blockquote Starts */
blockquote {
	padding: 0;
	position: relative;
	border-left: none;
	margin: 40px 5% 38px;
	font-style: italic;
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

blockquote::before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/04/quoted.png);
	top: 1px;
	left: 0;
	width: 70px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: contain;
}

blockquote p {
	font-size: 18px;
	line-height: 1.4;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
	color: #201d48;
	text-align: left;
	padding-left: 100px;
}

/* Blockquote Ends */

/* Table Starts */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px !important;
}

table tr th,
table tr td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px;
}

table tr th {
	text-align: left;
	color: #fff;
	border-top: none;
	background-color: #00b0ae;
	padding: 10px 20px;
}

table tr:first-child th:first-child {
	border-top-left-radius: 0x;
}

table tr:first-child th:last-child {
	border-top-right-radius: 0x;
	border-left-color: #fff;
}

table tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}

table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}

table tr td {
	padding: 10px 20px !important;
}

.blog-content-main .wp-block-table tr:nth-child(even) {
	background-color: #f9f9f9;
}

table tbody td {
	border: 1px solid #e0e0e0 !important;
}

table th:last-child {
	border-right: unset !important;
	border: none !important;
}

/* Table Ends */
/* Single Post All CSS Ends */

/* Home Video Section */
.home-video-wrapper {
	margin-bottom: 12px;
}

.home-video-wrapper iframe {
	width: 100%;
	aspect-ratio: 2 / 1;
	height: 100%;
	border-radius: 5px;
}

a:has(.home-vide-title) {
	color: #222;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	font-size: 18px;
	font-weight: 600;
}

a:has(.home-vide-title):hover {
	color: var(--link-color);
}

/* Home Video Section Ends */

/* New Institue Single page */
.techi-institute-detail-header {
	padding: 24px 0;
	background-color: var(--link-color);
}

.techi-institute-detail-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.techi-institute-detail-header h1 {
	font-size: 30px;
	margin-bottom: 0;
}

.techi-institute-detail-header p {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
}

.techi-institute-detail-header p span {
	font-size: 16px;
}

.techi-institute-detail-header p i {
	font-size: 16px;
	color: #fff;
}

#techi-institute-tab {
	background-color: #F3F3F3;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}

#techi-institute-tab li button {
	color: #222;
	font-weight: 500;
	border-radius: 5px;
}

#techi-institute-tab li button.active {
	background-color: var(--link-color);
	color: #fff;
}

.institute-content-wrapper {
	padding: 24px 1rem;
}

.institute-content-wrapper h2 {
	font-size: 25px;
	color: #222;
	font-weight: 600;
	line-height: 1.12;
	margin-bottom: 12px;
	margin-top: 1.5rem;
}

.institute-content-wrapper h2:first-child {
	margin-top: 0;
}

.institute-content-wrapper h2 b {
	font-weight: 600;
}

.institute-content-wrapper p {
	font-size: 20px;
	color: #222;
	line-height: 1.5;
}

.institute-box-wrapper {
	border: 1px solid #0000001a;
	border-radius: 5px;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.institute-box-wrapper:has(.institute-leadership-wrapper) {
	background-image: url("/wp-content/uploads/2025/06/leadership-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.institute-box-wrapper h2 {
	border: 1px solid #222;
	border-radius: 5px;
	background-color: #1c3533;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.12;
	color: #fff;
	padding: 16px 20px;
	margin-bottom: 0;
}

.institute-leader-image {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 0;
}

.institute-leader-image .leader-avatar {
	border: 1px solid #0000001a;
	border-radius: 50%;
	width: 166px;
	height: 166px;
	overflow: hidden;
}

.institute-leader-image .leader-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.institute-leader-image figcaption a {
	font-size: 22px;
	line-height: 1.273;
	color: #222;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.institute-leader-image figcaption a:hover {
	color: var(--link-color);
	text-decoration: underline;
}

.institute-posts-faqs-wrapper,
#tradingview-wrapper-inner {
	padding: 1rem;
}

.institute-posts-faqs-wrapper .accordion-item {
	margin-bottom: 8px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.institute-posts-faqs-wrapper button.accordion-button {
	background-color: #f3f3f3;
	box-shadow: none;
	margin: 0;
	gap: 1rem;
	padding: 16px 20px;
}

.institute-posts-faqs-wrapper button.accordion-button p {
	font-size: 18px;
	line-height: 1.4;
	color: #222;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.institute-posts-faqs-wrapper .accordion-button:not(.collapsed) {
	background-color: #f3f3f3;
	box-shadow: none;
	color: #222;
}

.institute-posts-faqs-wrapper .accordion-body p {
	font-size: 16px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.institute-posts-faqs-wrapper .accordion-body .tpa-btn {
	border: 2px solid var(--link-color);
	border-radius: 50px;
	text-wrap: nowrap;
	flex: 0 0 100px;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	margin-left: 4px;
	transition: all 0.2s ease-in-out;
}

.institute-posts-faqs-wrapper .accordion-body .tpa-btn:hover {
	background-color: var(--link-color);
	border-color: var(--link-color);
	color: #fff;
}

.institute-loadmore {
	display: flex;
	justify-content: center;
}

.institute-loadmore button {
	color: #222;
	font-weight: 500;
	padding: 4px 2rem;
	border-radius: 50px;
	background-color: transparent;
	border: 2px solid var(--link-color);
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

.institute-loadmore button:hover,
.institute-loadmore button.active {
	background-color: var(--link-color);
	color: #fff;
}

.institue-aside {
	position: unset;
	margin-bottom: 0;
}

.institute-share-price-wrapper {
	text-align: center;
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 1.5rem 1rem;
	margin-top: 24px;
	margin-bottom: 30px;
}

.institute-share-price-wrapper .institue-logo img {
	width: 155px;
	height: 155px;
	border-radius: 50%;
	object-fit: contain;
}

.institute-share-price-wrapper h2 {
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222;
	margin: 1rem 0;
}

.institute-share-price-wrapper .institute-share-price {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 5px;
	padding: 10px 1rem;
	margin-bottom: 1rem;
}

.institute-share-price-wrapper .institute-share-price h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #222;
	margin-bottom: 4px;
}

.institute-share-price-wrapper .institute-share-price time {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222;
}

.institute-share-price-wrapper .institute-share-price h4 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--link-color);
	margin: 1rem 0 0;
}

.institute-share-price-wrapper .institute-share-price p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.institute-share-price-wrapper .institute-share-price .icon-caret-down {
	color: #ff0000;
}

.institute-share-price-wrapper .institute-share-price .icon-caret-up {
	color: #00ff00;
}

.institute-follow-us ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 0;
}

.institute-follow-us h3 {
	font-size: 25px;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.12;
}

.institute-follow-us ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background-color: #1c3533;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	transition: all 0.2s ease-in-out;
}

.institute-follow-us ul li a:hover {
	background-color: var(--link-color);
}

.institute-stats-box-wrapper {
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background-color: #f3f3f3;
}

.institute-stats-box-wrapper h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.217;
	background-color: var(--link-color);
	border-radius: 5px;
	padding: 12px 18px;
	margin-bottom: 0;
}

.institute-stats-box-wrapper > div > div {
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #dadada;
	padding: 8px 14px;
	margin-bottom: 1rem;
}

.institute-stats-box-wrapper > div > div:last-child {
	margin-bottom: 0;
}

.institute-stats-box-wrapper h4,
.ibw-summary h4 {
	font-size: 18px;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 0;
}

.institute-stats-box-wrapper p {
	font-size: 18px;
	color: #222;
	line-height: 1.2;
}

.institute-stats-box-wrapper p:last-child {
	margin-bottom: 0;
}

#financial-summary-content {
	display: flex;
	gap: 1rem;
}

#financial-summary-content div {
	background-color: #f3f3f3;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0.5rem 1rem;
	border-radius: 8px;
}

.ibw-summary p {
	margin-bottom: 0;
	font-size: 17px;
}

.ibw-summary select {
    background-color: var(--link-color);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1rem;
	cursor: pointer;
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* New Institue Single page Ends */

/* Sitemap */
.alphabet-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 8px;
}

.alphabet-nav a {
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background-color: var(--link-color);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}

.alphabet-nav a:hover {
	background-color: #222;
}

.alphabet-nav a.active {
	background-color: #222;
}

.tag-section ul li a {
	color: #222;
	border: 1px solid #222;
	width: 100%;
	display: block;
	border-radius: 5px;
	padding: 4px 12px;
	transition: all 0.2s ease-in-out;
}

.tag-section ul li a:hover {
	background-color: var(--link-color);
	border-color: var(--link-color);
	color: #fff;
}

.footer-archive h3 {
	background-color: var(--link-color);
	color: #fff;
	border-radius: 5px;
	padding: 6px 12px;
}

.footer-archive ul li a {
	font-size: 18px;
	color: #222;
	text-decoration: none;
	text-underline-offset: 2px;
	transition: all 0.2s ease-in-out;
}

.footer-archive ul li a:hover {
	color: var(--link-color);
	text-decoration: underline;
}
/* Sitemap Ends*/

/* Start single page infinite scroll lazy loading */
.lazy-placeholder {
	background: #ffffff33;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	min-height: 360px;
	border-radius: 1em;
	margin-bottom: 2em;
	transition: filter 0.24s, opacity 0.2s;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(120, 130, 140, .07);
}

.lazy-placeholder::after {
	content: '';
	display: block;
	width: 18%;
	height: 18px;
	background: linear-gradient(90deg, #ffffff33 25%, #ffffff33 50%, #ffffff33 75%);
	position: absolute;
	left: 30%;
	top: 44%;
	border-radius: 8px;
	opacity: 0.16;
	transform: translateY(-50%);
	animation: shimmer 1.1s infinite linear;
	pointer-events: none;
}

@keyframes shimmer {
	0% {
		left: -20%;
	}

	100% {
		left: 105%;
	}
}
/* Start single page infinite scroll lazy loading */

/* Global Highlights */
.techi-global-header {
	background-image: url("/wp-content/uploads/2025/08/techi-global-header-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 220px;
	border-radius: 10px;
	padding: 0 1rem;
}
.techi-global-header h1 {
	font-weight: 700;
}
.techi-global-header p {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
.techi-global-header p {
}
.techi-global-card {
	border-color: #ececec;
	background-color: #f7f7f7;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.techi-global-card > a > img {
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}
.techi-global-card-body {
	padding: 12px 1rem 2rem;
}
.techi-global-card-body h2 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 1rem;
}
.techi-global-card-body h2 a {
	color: #222;
	text-decoration: none;
}
.techi-global-card-body h2 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--link-color);
}
.techi-global-btn {
	border: 2px solid #dedede;
	border-radius: 50px;
	font-weight: 500;
	padding: 2px 1rem;
}
.techi-global-btn:hover {
	background-color: var(--link-color);
	color: #fff;
}
.techi-global-view-more a {
	background-color: transparent;
	border: 2px solid var(--link-color);
	border-radius: 50px;
	color: #222;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0.5rem 2rem;
}
.techi-global-view-more a:hover {
	background-color: var(--link-color);
	color: #fff;
}
/* Global Highlights Ends */

/* New About Us */
.about-ceo-badge {
	border: 1px solid var(--link-color);
	padding: 4px 1.5rem;
	font-size: 20px;
}
.about-header-main p {
	color: var(--link-color);
}
.about-us-p > p {
	font-size: 18px;
}
.about-new-wrap {
	background-image: url("/wp-content/uploads/2025/08/about-us-footer-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 8px;
	padding: 36px 80px;
}
.about-new-card {
	background: #fff;
	border: 0;
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	padding: 28px 24px;
	height: 100%;
}
.about-new-card-contact {
	font-size: 18px;
}
.about-new-card-contact a:hover {
	color: var(--link-color) !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}
.about-new-icon {
	border-radius: 14px;
	margin-bottom: 14px;
}
.about-new-heading {
	font-weight: 700;
}
.about-new-sub {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
/* New About Us Ends */

/* Category Archive */
.techi-archive-sections > div > div div:has(.techi-icon) {
	color: #fff;
	border-radius: 6px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.techi-archive-sections > div > div div:has(.category-sprite-important) {
	background-color: #d32f2f;
	border-color: #d32f2f;
}
.techi-archive-sections > div > div div:has(.category-sprite-insights) {
	background-color: #3949ab;
	border-color: #3949ab;
}
.techi-archive-sections > div > div div:has(.category-sprite-impact) {
	background-color: #f57c00;
	border-color: #f57c00;
}
.techi-archive-sections > div > div div:has(.category-sprite-ignition) {
	background-color: #ff5722;
	border-color: #ff5722;
}
.techi-archive-sections > div > div div:has(.category-sprite-imagination) {
	background-color: #8e24aa;
	border-color: #8e24aa;
}
.techi-archive-sections > div > div div:has(.category-sprite-infrastructure) {
	background-color: #546e7a;
	border-color: #546e7a;
}
.techi-archive-sections > div > div div:has(.category-sprite-innovations) {
	background-color: #009688;
	border-color: #009688;
}
.techi-archive-sections > div > div div:has(.category-sprite-inspiration) {
	background-color: #fbc02d;
	border-color: #fbc02d;
}
.techi-archive-sections > div > div div:has(.category-sprite-instruments) {
	background-color: #607d8b;
	border-color: #607d8b;
}

.techi-archive-sections > div > div div:has(.category-sprite-integration) {
	background-color: #03a9f4;
	border-color: #03a9f4;
}
.techi-archive-sections > div > div div:has(.category-sprite-interaction) {
	background-color: #43a047;
	border-color: #43a047;
}
.techi-archive-sections > div > div div:has(.category-sprite-interface) {
	background-color: #1976d2;
	border-color: #1976d2;
}
.techi-archive-sections > div > div div:has(.category-sprite-intuition) {
	background-color: #9c27b0;
	border-color: #9c27b0;
}
.techi-archive-sections > div > div div:has(.category-sprite-invention) {
	background-color: #e7d21d;
	border-color: #e7d21d;
}
/* Category Archive Ends */

/* Institution Archive */
.inst-arch-stock-card {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  outline: 1px solid var(--border-light);
}
.inst-arch-brand-circle img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.inst-arch-card-content {
  margin-top: 1rem;
}
.inst-arch-card-content h4 a {
  color: var(--text-primary);
  text-decoration: none;
  transition: var(--transition-base);
}
.inst-arch-card-content h4 a:hover {
  color: var(--primary-hover);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.inst-arch-card-content .inst-arch-label {
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 600;
}
.inst-arch-card-content .inst-arch-asof {
  font-size: 16px;
  font-weight: 600;
}
.inst-arch-card-content .inst-arch-price {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 600;
}
/* Institution Archive Ends */

/* Responsiveness */
@media screen and (max-width: 1600px) and (min-width: 1441px) {
	.institution-img img {
		width: 80px;
		height: 80px;
	}

	.institution-flex a span {
		font-size: 14px;
	}

	.institute-leader-image .leader-avatar {
		width: 130px;
		height: 130px;
	}
}

@media screen and (max-width: 1380px) and (min-width: 1200px) {
	.blog-author-image img {
		width: 120px;
		height: 120px;
	}

	.institute-leader-image .leader-avatar {
		width: 130px;
		height: 130px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
	.blog-popular-this-week-post {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media screen and (max-width: 1520px) {
	.techi-container {
		padding: 0px 100px !important;
		margin: 0 auto;
	}

	#menu-primary-menu-new-1 .owl-stage-outer {
		max-width: 1240px;
		margin: auto;
	}

	.about-us-side-img img {
		width: 300px;
		height: 300px;
	}

	.faqs-accordian {
		max-width: 85% !important;
	}

	.subscribe-text {
		padding-right: 64px;
	}

	.institute-leader-image figcaption a {
		font-size: 20px;
	}

	.institute-leader-image {
		gap: 8px;
	}

	.institute-share-price-wrapper .institue-logo img {
		width: 140px;
		height: 140px;
	}

	.institute-share-price-wrapper h2 {
		font-size: 32px;
	}

	.institute-share-price-wrapper .institute-share-price h3 {
		font-size: 26px;
	}

	.institute-share-price-wrapper .institute-share-price time {
		font-size: 16px;
	}

	.institute-share-price-wrapper .institute-share-price h4 {
		font-size: 32px;
	}

	.institute-share-price-wrapper .institute-share-price p {
		font-size: 16px;
	}

	.institute-follow-us h3 {
		font-size: 24px;
	}

	.institute-follow-us ul li a {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.institute-stats-box-wrapper h3 {
		font-size: 20px;
	}

	.institute-stats-box-wrapper h4 {
		font-size: 17px;
	}

	.institute-stats-box-wrapper p,
	.institute-stats-box-wrapper select {
		font-size: 17px;
		padding: 4px 10px;
	}
}

@media screen and (max-width: 1440px) {
	.techi-featured-post-trending.trending-last {
		display: none;
	}

	.institution-item {
		width: 10%;
	}

	.techi-featured-post-trending h4 {
		font-size: 16px;
		line-height: 1.2;
	}

	body .techi-container {
		padding: 0px 30px !important;
		margin: 0 auto;
	}

	.main-head p {
		font-size: 15px;
		padding: 0px 20px 0px 20px;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 31% !important;
	}

	.faqs-accordian {
		max-width: 90% !important;
	}

	.two-takes-posts {
		padding: 0 100px;
	}

	.institute-share-price-wrapper .institue-logo img {
		width: 120px;
		height: 120px;
	}

	.institute-share-price-wrapper h2 {
		font-size: 28px;
	}

	.institute-share-price-wrapper .institute-share-price h3 {
		font-size: 26px;
	}

	.institute-share-price-wrapper .institute-share-price h4 {
		font-size: 30px;
	}

	.institute-follow-us h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 1200px) {
	.picture-cards .picture-cards-title h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.institution-item {
		width: 12%;
	}

	.heading-only-cards h4 {
		font-size: 16px;
		line-height: 1.2;
	}

	.picture-cards .picture-cards-title h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.heading-only-cards h2,
	.heading-only-cards .post-title,
	.four-news-card h2 {
		font-size: 18px;
		line-height: 1.2;
	}

	.techi-featured-post-main .techi-featured-post-main-content p {
		margin: 5px 0px !important;
	}

	.techi-featured-post-sm .techi-featured-post-main-content h3 a {
		font-size: 14px;
	}

	.techi-featured-post-main .techi-featured-post-main-content {
		padding: 5px 8px;
	}

	.heading-only-cards h2 a,
	.heading-only-cards .post-title a,
	.four-news-card h2 a {
		height: unset;
	}

	.two-takes-posts {
		padding: 0 80px;
	}

	.blog-content-main iframe {
		height: 400px;
	}

	.brand-kit-sec .color-box h5 {
		padding-bottom: 0px;
		font-size: 18px;
	}

	.four-news-card {
		flex-direction: column;
		align-items: normal;
	}

	.category-toggle-bars {
		display: block;
	}

	.hnbs-desktop {
		display: none;
	}

	.two-takes-btn a,
	a.headerbuy-btn {
		font-size: 14px;
	}

	.blog-popular-this-week-main h4,
	.rankmath-single-toc h5 {
		font-size: 22px;
	}

	.institute-box-wrapper h2 {
		font-size: 22px;
	}

	.institute-content-wrapper h2 {
		font-size: 22px;
	}

	.institute-content-wrapper p {
		font-size: 18px;
	}

	.institute-posts-faqs-wrapper button.accordion-button a {
		font-size: 17px;
	}

	.institute-share-price-wrapper h2 {
		font-size: 24px;
	}

	.institute-share-price-wrapper .institute-share-price h3 {
		font-size: 22px;
	}

	.institute-share-price-wrapper .institute-share-price h4 {
		font-size: 26px;
	}

	.institute-share-price-wrapper {
		padding: 1rem 8px;
	}

	.institute-stats-box-wrapper p,
	.institute-stats-box-wrapper select {
		font-size: 16px;
	}

	.institute-stats-box-wrapper h3 {
		font-size: 18px;
	}

	.institute-follow-us h3 {
		font-size: 20px;
	}

	.google-report-wrapper {
		margin-bottom: 30px;
		justify-content: center !important;
		margin-top: 30px;
	}
}

@media screen and (max-width: 991px) {
	.click-tag h3 {
		font-size: 22px;
	}

	.click-tag p {
		font-size: 15px;
	}

	.about-us-side-img img {
		width: 220px;
		height: 220px;
	}

	.institution-item {
		width: 20%;
	}

	.institution-upper-share ul a {
		width: 40px;
		height: 40px;
		border-radius: 4px;
	}

	.institution-upper-share ul a i {
		font-size: 16px;
	}

	.institution-upper-stats {
		flex-direction: column;
		text-align: center;
	}

	.stats-share-price p:last-child {
		margin: 0 auto;
	}

	.institution-upper-share ul {
		flex-wrap: wrap;
	}

	.faqs-accordian {
		max-width: 95% !important;
	}

	.w-lg-100 {
		width: 100% !important;
	}

	.techi-listing-main .techi-listing-right {
		flex-direction: column;
	}

	.techi-listing-main .techi-listing-content h2 a {
		-webkit-line-clamp: 2;
	}

	.techi-listing-main .techi-listing-content p {
		-webkit-line-clamp: 2;
	}

	.techi-listing-main .techi-listing-image {
		flex: none;
		width: 330px;
	}

	.techi-memes-section::before {
		max-width: 50%;
	}

	.wp-block-columns-is-layout-flex {
		gap: 1rem;
	}

	.header-search-bar input {
		width: 120px;
		font-size: 14px;
	}

	.two-takes-posts {
		padding: 0 60px;
	}

	.two-takes-btn a,
	a.headerbuy-btn {
		font-size: 11px;
	}

	.techi-two-takes-thumbnail {
		flex: 0 0 100%;
	}

	.blog-content-main iframe {
		height: 300px;
	}

	blockquote p {
		padding-left: 60px;
	}

	blockquote::before {
		width: 50px;
		height: 50px;
	}

	.techi-amazon-image-wrapper img {
		width: 100%;
	}

	.blog-published-date {
		font-size: 13px;
	}

	.wp-block-table:not(.ama-ease-table):not(.buying-guides-post-table) {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		overflow-y: hidden;
		border: 1px solid var(--link-color);
	}

	.wp-block-table:not(.ama-ease-table):not(.buying-guides-post-table) table {
		border: unset;
	}

	.wp-block-table:not(.ama-ease-table):not(.buying-guides-post-table) td {
		text-wrap: nowrap;
	}

	.contact-us-icons {
		flex-wrap: wrap !important;
		gap: 0 !important;
	}

	.contact-us-icons>div {
		flex: 0 0 50% !important;
	}

	.blog-popular-this-week-main h4,
	.rankmath-single-toc h5 {
		font-size: 18px;
	}

	.institute-posts-faqs-wrapper {
		padding: 8px;
	}

	.institute-posts-faqs-wrapper button.accordion-button a {
		font-size: 16px;
	}

	.about-us-text h2 {
		font-size: 32px;
		line-height: 32px;
	}

	.about-us-block .about-us-text p.text-color-sub-line {
		font-size: 22px !important;
	}

	.about-us-page h5 {
		font-size: 18px;
	}

	.techi-global-header p {
		font-size: 18px;
	}

	.about-new-wrap {
		padding: 28px;
	}
}

@media screen and (max-width: 767px) {
	aside {
		margin-top: 2rem;
	}

	.section-start-heading {
		font-size: 26px;
	}

	.about-us-page>.col-md-4.text-center {
		width: 260px;
		max-height: 450px;
		margin: auto;
	}

	.two-takes-btn a {
		font-size: 12px;
	}

	.about-us-page>.col-md-4.text-center img {
		width: 100%;
		height: 100%;
	}

	body .techi-container {
		padding: 0px 15px !important;
		margin: 0 auto;
	}

	.two-takes-btn a {
		width: fit-content;
		flex: 1;
		padding: 0;
		justify-content: center;
	}

	.two-takes-btn a svg,
	a.headerbuy-btn svg {
		width: 13px;
		height: 14px;
		margin-right: 4px;
	}

	.content-box h4 {
		margin-top: 0;
	}

	#menu-primary-menu-new-1 .tdb-menu-item-text {
		padding: 5px !important;
	}

	.owl-nav i {
		font-size: 24px !important;
	}

	#menu-primary-menu-new-1 .tdb-menu-item-text>div {
		width: 55px;
		height: 55px;
	}

	.search-mobile-btn {
		border: none !important;
	}

	button.search-mobile-btn {
		display: flex !important;
		gap: 5px;
		align-items: center;
		background-color: transparent;
		color: #222;
	}

	.techi-featured-post-main .techi-featured-post-main-content h2 a {
		font-size: 16px !important;
	}

	.section-start-subheading {
		font-size: 16px;
		line-height: 1.2;
	}

	.heading-only-cards h4 {
		font-size: 18px;
		line-height: 1.3;
	}

	.picture-cards {
		padding-bottom: 120%;
	}

	.interested-section .border-dark {
		border-right: 0 !important;
		border-bottom: 1px solid #ddd;
	}

	.interested-section>div:last-child>div>div:last-child {
		flex-direction: column;
		padding-top: 2rem !important;
	}

	.interested-section .text-last>div {
		padding-bottom: 2rem;
		text-align: center !important;
		font-size: 16px;
	}

	.interested-section .text-last h4 {
		text-align: center !important;
		max-width: 100%;
		font-size: 26px !important;
		line-height: 1.2;
	}

	.advertisement-info>div>div>div {
		width: 100%;
	}

	.institution-item {
		width: 25%;
	}

	.institution-upper .col-4 {
		width: 100%;
	}

	.institution-upper-stats {
		margin: 24px 0;
		padding: 24px 0;
		border: 0;
		border-top: 1px solid #888888;
		border-bottom: 1px solid #88888b;
	}

	.institution-upper-profile {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.card-head:has(.start-section) {
		padding: 1rem !important;
	}

	.table-bordered td {
		font-size: 16px;
	}

	#tradingview {
		height: 70vh;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 100% !important;
	}

	.faqs-accordian h2 {
		font-size: 26px;
	}

	.faqs-accordian p {
		font-size: 16px !important;
	}

	.rank-math-question {
		font-size: 18px;
	}

	.rank-math-answer p {
		font-size: 16px;
	}

	.header-nav-bar-services .techi-container {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.institution-content p {
		width: 100%;
	}

	.menu-copyright-right-menu-container ul {
		justify-content: start;
	}

	.faqs-accordian {
		max-width: 100% !important;
	}

	.subscribe-text {
		padding-right: 64px;
	}

	.autor-page-remake .author-box>p {
		font-size: 16px;
	}

	.autor-page-remake>p {
		font-size: 16px;
	}

	.autor-page-remake .ceo-avatar {
		width: 220px;
		height: 220px;
	}

	.techi-listing-main .techi-listing-item {
		padding-left: 160px;
	}

	.techi-listing-main .techi-listing-left p {
		font-size: 15px;
	}

	.techi-listing-main .techi-listing-content h4 {
		font-size: 20px;
	}

	.techi-listing-main>p {
		font-size: 16px;
	}

	.techi-listing-main .techi-listing-content p {
		font-size: 16px;
	}

	.techi-listing-main .techi-listing-content h2 {
		font-size: 18px;
	}

	.techi-memes-section::before {
		max-width: 100%;
	}

	.techi-memes-section .home-view-more-btn {
		text-decoration-color: #ffffff;
	}

	.techi-memes-section .home-view-more-btn:hover {
		color: #ffffff;
	}

	.wp-block-columns-is-layout-flex {
		flex-direction: column;
	}

	a.headerbuy-btn {
		margin-left: 0;
	}

	.memes-detail-left {
		left: -2rem;
		font-size: 2rem;
	}

	.memes-detail-right {
		right: -2rem;
		font-size: 2rem;
	}

	.header-search-bar.position-relative {
		display: none !important;
	}

	.offcanvas-body .header-search-bar.position-relative {
		display: block !important;
		margin-right: 42px;
	}

	.main-top-header-bar .offcanvas.offcanvas-top {
		height: 122px !important;
		max-height: 122px !important;
	}

	.header-search-bar input {
		width: 100%;
	}

	.header-logo::before {
		height: 70px !important;
	}

	.header-logo a img {
		width: 120px !important;
		height: 100% !important;
	}

	.main-top-header-bar {
		padding: 16px 0px;
	}

	.two-takes-posts {
		padding: 0 30px;
	}

	.blog-content-main figure img,
	.blog-content-main p img {
		width: 100% !important;
	}

	.single-page-padding {
		padding: 0;
	}

	.tsc-middle ol.children {
		padding-left: 20px;
	}

	.tsc-middle .comment-list li {
		margin-bottom: 20px;
	}

	.w-md-100 {
		width: 100% !important;
	}

	.blog-content-main iframe {
		height: 440px;
	}

	blockquote p {
		padding-left: 0;
		padding-top: 16px;
	}

	.blog-published-date {
		font-size: 13px;
	}

	.four-news-card {
		flex-direction: row;
		align-items: center;
	}

	.contact-us-icons>div {
		flex: 0 0 100% !important;
	}

	.blog-popular-this-week-main h4,
	.rankmath-single-toc h5 {
		font-size: 22px;
	}
	
	.techi-sidebar-temp aside {
		height: fit-content;
		margin: 3rem 0 0 !important;
	}
	
	.techi-sidebar-temp aside::after {
		content: unset;
	}

	.techi-sidebar-temp h5 {
		cursor: pointer;
		position: relative;
		margin-bottom: 0 !important;
		border-bottom: none;
	}

	.techi-sidebar-temp h5::after {
		content: "+";
		position: absolute;
		right: -25px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 24px;
		transition: transform 0.3s ease;
	}

	.techi-sidebar-temp.active h5::after {
		content: "-";
		transform: translateY(-50%) rotate(180deg);
	}

	.techi-sidebar-temp ul {
		padding-top: 2rem;
	}
	
	.menu-left-sidebar-menu-container,
	.menu-right-sidebar-menu-container {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
	}

	.techi-sidebar-temp.active .menu-left-sidebar-menu-container,
	.techi-sidebar-temp.active .menu-right-sidebar-menu-container {
		max-height: 1000px;
	}
	
	.about-us-p > p {
		font-size: 16px;
	}
}

@media screen and (max-width: 576px) {
	.picture-cards .picture-cards-title h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.data-style h3 {
		font-size: 32px;
	}

	.institution-item {
		border-right: 1px solid #e9e1e1;
		padding-right: 30px;
		padding-left: 10px;
		width: 50%;
	}

	.subscribe-text {
		padding-right: 0 !important;
	}

	h1.techi-page-title {
		font-size: 28px !important;
		font-weight: 600 !important;
	}

	h2.h2-font {
		font-size: 24px !important;
		line-height: 1.1 !important;
		font-weight: 600 !important;
	}

	.techi-page-description h3.wp-block-heading {
		font-size: 20px !important;
	}

	.click-tag {
		flex-wrap: wrap;
	}

	.link-tag {
		padding-top: 15px;
	}

	.techi-page-description p {
		font-size: 16px !important;
	}

	.techi-page-description ul li {
		font-size: 16px !important;
	}

	.heading-only-cards>a img .heading-only-cards>a img,
	.four-news-card>a>img {
		height: auto;
	}

	.advertisement-info-v2 .text-content,
	.advertisement-info .text-content {
		font-size: 15px;
	}

	.section-start-heading {
		font-size: 22px;
	}

	.content-box h4 {
		font-size: 26px;
	}

	.sub-title {
		font-size: 22px;
	}

	.advertisement-info-v2 .text-content strong {
		font-size: 22px;
	}

	.btn-section {
		padding: 30px;
	}

	.contact-cta .btn-section h4 {
		font-size: 18px !important;
	}

	.advertise-main-title {
		margin: 0 !important;
	}

	.advertise-main-title h1 {
		font-size: 24px;
	}

	.advertisement-block {
		margin: 0 !important;
	}

	.contact-cta>section {
		margin-top: 1.5rem !important;
	}

	.advertise-image-sec2 .techi-container>div {
		margin-top: 0 !important;
	}

	.advertise-image-sec2 .sub-title {
		margin-top: 0 !important;
	}

	.pagination {
		justify-content: center !important;
	}

	.pagination p {
		font-size: 13px;
		margin-bottom: 8px;
	}

	div.pagination {
		flex-direction: column-reverse;
	}

	input.home-subscribe-input {
		min-height: 48px;
		padding-right: 108px;
	}

	button.home-subscribe-btn {
		width: 100px;
		height: 48px;
		font-size: 16px;
		line-height: 1;
	}

	.home-view-more-btn {
		font-size: 16px;
		flex: 0 0 100px;
		align-items: end;
		text-align: right !important;
	}

	.techi-listing-main h1 {
		font-size: 32px;
	}

	.techi-listing-main .techi-listing-item {
		padding-left: 0;
	}

	.techi-listing-main .techi-listing-image {
		width: 100%;
	}

	.techi-memes-section {
		margin: 0;
	}

	.wp-block-columns-is-layout-flex {
		gap: 0.5rem;
	}

	.memes-detail-left {
		left: -1rem;
		font-size: 1rem;
	}

	.memes-detail-right {
		right: -1rem;
		font-size: 1rem;
	}

	.two-takes-posts {
		padding: 0 16px;
	}

	.blog-tags ul li:first-child span {
		font-size: 14px;
	}

	#rank-math-toc nav ol li a {
		font-size: 16px;
		line-height: 16px;
	}

	.blog-tags ul li a {
		font-size: 14px;
	}

	.blog-content-main figcaption {
		padding: 15px;
		padding-left: 2rem;
	}

	.blog-content-main h1 {
		font-size: 24px;
	}

	.blog-content-main h2 {
		font-size: 22px;
	}

	.blog-author-main {
		border-top: 0 !important;
	}

	.header-search-bar .offcanvas.offcanvas-top {
		height: 122px !important;
	}

	.blog-popular-this-week-title a {
		font-size: 16px;
	}

	.blog-content-main iframe {
		height: 240px;
	}

	.blog-author-image img {
		width: 100%;
		height: auto;
	}

	.blog-author-details h4 {
		font-size: 18px;
		margin: 0;
	}

	.tsc-middle article .comment-badge,
	.comment-admin-badge .comment-badge {
		font-size: 10px;
		padding: 2px 10px;
	}

	.blog-author-details small a {
		line-height: 18px;
	}

	small {
		font-size: 11px;
		line-height: 18px;
	}

	.blog-author-details {
		display: flex;
		flex-direction: column;
	}

	.techi-amazon-image-wrapper img {
		width: 100%;
	}

	.ama-ease-table,
	.buying-guides-post-table {
		width: 100%;
		display: block;
	}

	.blog-content-main .buying-guides-post-table table th,
	.blog-content-main .buying-guides-post-table table td,
	.blog-content-main .ama-ease-table table th,
	.blog-content-main .ama-ease-table table td {
		width: max-content;
		word-break: keep-all;
		white-space: nowrap;
		padding: 10px 15px;
		font-size: 14px;
	}

	.buying-guides-post-table,
	.ama-ease-table,
	.wp-block-table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		overflow-y: hidden;
	}

	.buying-guides-post-table figcaption,
	.ama-ease-table figcaption {
		position: sticky;
		left: 0;
		right: 0;
		width: 100%;
	}

	.comment-reply-title {
		font-size: 18px;
	}

	.rank-math-breadcrumb p {
		justify-content: center;
	}

	.four-news-card {
		flex-direction: column;
		align-items: normal;
	}

	.institute-content-wrapper {
		padding: 0 8px 24px;
	}

	.about-us-block .about-us-text p.text-color-sub-line {
		text-align: center !important;
	}

	.about-us-page .row .col-6 {
		width: 100%;
	}

	.about-us-text h2 {
		text-align: center !important;
		margin-top: 1.3rem;
	}

	.about-us-page h5 {
		text-align: center;
	}
	.techi-global-header p {
		font-size: 16px;
	}
}

@media screen and (max-width: 359px) {
	.two-takes-btn a {
		font-size: 10px;
	}
}

/* Responsiveness Ends */
.post-meta-details .user-img-admin:first-child {
	margin: 0;
}

.post-meta-details .user-img-admin {
	margin-left: -20px;
}

.contact-us-icons figcaption {
	display: none;
}




.swiper-preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	/* Optional: match your site's background */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: opacity 0.3s ease;
}


/* Optional: Spinner inside the preloader */
.swiper-preloader::before {
	content: '';
	width: 32px;
	height: 32px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.offcanvas-body .header-search-bar {
	margin: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.rank-math-breadcrumb p .separator::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23e3e3e3' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.rank-math-breadcrumb p .separator {
	display: flex;
	align-items: center;
	line-height: normal;
}

.rank-math-breadcrumb p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
}

.rank-math-breadcrumb a {
	background-color: #f0f0f0;
	color: var(--dark);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
	border-radius: 0.375rem;
	padding: 0.35em 0.65em;
}

.rank-math-breadcrumb a:hover {
	background-color: #e1e1ea;
}

.rank-math-breadcrumb a {
	color: var(--dark);
	text-decoration: none;
}

@media (pointer: coarse) {

	/* Name link */
	a.author-url,
	.user-img-admin>a {
		/* Avatar link */
		display: inline-flex;
		/* preserves flex gap layout */
		align-items: center;
		justify-content: center;
		/* 40 × 40 avatar + 4 px padding = 48 px min side */
		/* padding: 4px; */
		margin: 4px;
		/* 8 px total gap between targets */
		/* Optional: keeps layout tight on desktop */
	}

	.techi-featured-post-category a {
		padding: 5px 10px;
	}

	.heading-only-cards h2 a,
	.heading-only-cards .post-title a,
	.four-news-card h2 a {
		padding: 5px
	}
}

@media (pointer: coarse) and (min-width: 992px) {

	a.author-url,
	.user-img-admin>a {
		padding: 2px;
		margin: 0 2px;
	}

	.techi-featured-post-category a {
		padding: 5px 10px;
	}

	.heading-only-cards h2 a,
	.heading-only-cards .post-title a,
	.four-news-card h2 a {
		padding: 5px
	}
}