/*
Theme Name:     NT
Theme URI:      https://notatec.com
Template:       kadence
Author:         NOTATEC
Description:    hosting and domain reviews website.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
  font-family: "nt-icon";
  src: url("/wp-content/fonts/nt-font/nt-icon.eot");
  src: url("/wp-content/fonts/nt-font/nt-icon.eot")
      format("embedded-opentype"),
    url("/wp-content/fonts/nt-font/nt-icon.ttf")
      format("truetype"),
    url("/wp-content/fonts/nt-font/nt-icon.woff")
      format("woff");
}

.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container {
  max-width: 1100px !important;
}

@media (max-width: 767px) {
	.nt-home {
		font-size: 42px !important;
		margin-top: -20px !important;
	}
	.nt-home1 {
		font-size: 24px !important;
	}
	.nt-home2 {
		font-size: 23px !important;
	}
}

/* ==============================
   NT Smart Search (Glass Light)
   ============================== */
.nt-smart-search {
	--nt-ss-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(241, 250, 255, 0.9) 40%, rgba(237, 255, 250, 0.9));
	--nt-ss-border: rgba(162, 215, 255, 0.35);
	--nt-ss-text: #1f4b75;
	--nt-ss-muted: #5c7f9f;
	--nt-ss-chip-bg: rgba(255, 255, 255, 0.78);
	--nt-ss-chip-border: rgba(127, 181, 229, 0.3);
	--nt-ss-chip-active: linear-gradient(120deg, rgba(179, 234, 255, 0.95), rgba(194, 249, 235, 0.95));
	--nt-ss-shadow: 0 12px 32px rgba(73, 129, 170, 0.11);
	--nt-ss-focus: 0 0 0 3px rgba(124, 208, 255, 0.25);
	position: relative;
	margin: clamp(1rem, 2.5vw, 2rem) auto;
	color: var(--nt-ss-text);
}


/* ==============================
   NT Article CTA
   ============================== */
.nt-article-cta-wrap {
	display: flex;
	justify-content: center;
	margin: 1.4rem auto 1.25rem;
	width: 100%;
	flex-basis: 100%;
	clear: both;
}

.nt-article-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-width: 260px;
	padding: 0.95rem 1.8rem;
	border-radius: 999px;
	background: linear-gradient(180deg, #20c24b 0%, #129537 100%);
	color: #ffffff !important;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 10px 22px rgba(11, 111, 42, 0.18);
	transition: background 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.nt-article-cta-button:hover,
.nt-article-cta-button:focus {
	color: #ffffff !important;
	box-shadow: 0 12px 24px rgba(11, 111, 42, 0.24);
	filter: saturate(1.04);
    background: linear-gradient(160deg, #1565c0 0%, #1e88e5 100%);
  }

.nt-article-cta-arrow {
	font-size: 1.12em;
	line-height: 1;
}

.nt-article-disclosure {
	display: block;
	width: fit-content;
	max-width: min(760px, 100%);
	color: #7aa0c3;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
	flex-basis: 100%;
	clear: both;
}

@media (max-width: 767px) {
	.nt-article-cta-wrap {
		margin: 1.1rem 0 1rem;
	}

	.nt-article-cta-button {
		min-width: 0;
		width: 100%;
		max-width: 320px;
		padding: 0.85rem 1.25rem;
		font-size: 1rem;
	}

	.nt-article-disclosure {
		width: 100%;
		font-size: 15px;
		line-height: 1.7;
	}
}


/* ========== NT Article CTA ======= */

.nt-smart-search__card {
	position: relative;
	padding: clamp(0.9rem, 2.3vw, 1.4rem);
	border-radius: 24px;
	border: 1px solid var(--nt-ss-border);
	background: var(--nt-ss-bg);
	box-shadow: var(--nt-ss-shadow);
	backdrop-filter: blur(8px);
}

.nt-smart-search__field-wrap {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.8rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(180, 223, 255, 0.38);
}

.nt-smart-search__icon {
	font-size: 1.35rem;
	color: #3f7ba7;
	line-height: 1;
}

.nt-smart-search__input {
	flex: 1;
	min-width: 0;
	height: 42px;
	padding: 0 14px;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	background: transparent !important;
	font-size: 15px;
	font-weight: 300;
	color: var(--nt-ss-text);
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.nt-smart-search__input::placeholder {
	color: #6488a6;
	font-size: 15px;
	font-weight: 300;
}

.nt-smart-search input[type="search"] {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 14px !important;
	border-radius: 0 !important;
}

.nt-smart-search__submit {
	border: 0;
	border-radius: 14px;
	padding: 0.62rem 1rem;
	font-size: 0.92rem;
	font-weight: 700;
	color: #08456a;
	background: linear-gradient(120deg, #a6e9ff, #beffe9);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	will-change: transform;
}

.nt-smart-search__submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(85, 170, 212, 0.2);
}

.nt-smart-search__submit:focus-visible,
.nt-smart-search__input:focus-visible,
.nt-smart-search__chip:focus-visible,
.nt-smart-search__trend:focus-visible {
	outline: none;
	box-shadow: var(--nt-ss-focus);
}

.nt-smart-search__chips {
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
	gap: 5px;
	margin-top: 0.45rem;
}

.nt-smart-search__section-label {
	margin-top: 5px;
	color: #5c7f9f;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
	text-align: right;
}

.nt-smart-search__chip {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 0.45rem 0.88rem;
	border-radius: 999px;
	border: 1px solid var(--nt-ss-chip-border);
	background: var(--nt-ss-chip-bg);
	color: #3b6790;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	will-change: transform;
	white-space: nowrap;
}

.nt-smart-search__chip:hover {
	transform: translateY(-1px);
	color: #3b6790;
	border-color: rgba(91, 173, 223, 0.45);
	background: linear-gradient(120deg, #a6e9ff, #beffe9);
}

.nt-smart-search__chip.is-active {
	background: var(--nt-ss-chip-active);
	border-color: rgba(100, 194, 238, 0.5);
	color: #124d75;
}

.nt-smart-search__results {
	margin-top: 0.8rem;
	padding: 0.78rem 0.95rem 0.9rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(150, 210, 245, 0.3);
	box-shadow: 0 8px 22px rgba(79, 138, 178, 0.11);
}

.nt-smart-search__results-head {
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: var(--nt-ss-muted);
	margin-bottom: 0.54rem;
}

.nt-smart-search__results-list {
	list-style: none;
	padding-right: 10px !important;
	margin: 0;
	display: grid;
	gap: 0.3rem;
}

.nt-smart-search__result-item {
	margin: 0;
}

.nt-smart-search__result-link {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	column-gap: 0.66rem;
	align-items: center;
	padding: 0.7rem 0.78rem;
	text-decoration: none;
	border-radius: 14px;
	background: rgba(245, 252, 255, 0.95);
	border: 1px solid rgba(174, 220, 247, 0.33);
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.nt-smart-search__result-link:hover {
	border-color: rgba(103, 183, 232, 0.46);
	background: rgba(239, 251, 255, 0.98);
	box-shadow: 0 4px 12px rgba(79, 138, 178, 0.08);
}

.nt-smart-search__result-no {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	color: #0f5786;
	background: rgba(166, 233, 255, 0.8);
	border: 1px solid rgba(114, 191, 231, 0.5);
}

.nt-smart-search__result-title {
	display: block;
	font-weight: 300;
	font-size: 0.98rem;
	color: #1a537e;
	grid-column: 2;
	min-width: 0;
}

.nt-smart-search__result-comments {
	display: inline-flex;
	grid-column: 3;
	align-items: center;
	justify-content: center;
	gap: 0.24rem;
	justify-self: end;
	min-width: 42px;
	height: 24px;
	padding: 0 0.44rem;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #0f5786;
	background: rgba(232, 248, 255, 0.95);
	border: 1px solid rgba(132, 203, 241, 0.52);
}

.nt-smart-search__result-comments-icon {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
	color: #26a8dc;
}

.nt-smart-search__result-comments-count {
	min-width: 0.8em;
	text-align: center;
}

.nt-smart-search__empty {
	margin: 0;
	font-size: 0.92rem;
	color: #6786a3;
}

.nt-smart-search__trending-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.66rem;
	margin-top: 1rem;
}

.nt-smart-search__trending-label {
	color: var(--nt-ss-muted);
	font-size: 15px;
	font-weight: 300;
}

.nt-smart-search__trending-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.58rem;
}

.nt-smart-search__trend {
	border: 1px solid rgba(152, 206, 239, 0.36);
	background: rgba(226, 243, 255, 0.74);
	color: #1063ad;
	border-radius: 999px;
	padding: 0.35rem 0.72rem;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease;
	will-change: transform;
}

.nt-smart-search__trend:hover {
	transform: translateY(-1px);
	color: #3b6790;
    border-color: rgba(91, 173, 223, 0.45);
    background: linear-gradient(120deg, #a6e9ff, #beffe9);
}

@media (max-width: 1024px) {
	.nt-smart-search__submit {
		font-size: 0.86rem;
		padding: 0.58rem 0.88rem;
	}
}

@media (max-width: 767px) {
	.nt-smart-search {
		margin: 1rem 0;
	}

	.nt-smart-search__card {
		padding: 0.85rem;
		border-radius: 18px;
	}

	.nt-smart-search__field-wrap {
		gap: 0.55rem;
		padding: 0.6rem 0.65rem;
		border-radius: 14px;
	}

	.nt-smart-search__submit {
		padding: 0.5rem 0.7rem;
		font-size: 0.8rem;
	}

	.nt-smart-search__input::placeholder {
    font-size: 11px;
	}
	
	.nt-smart-search__result-title {
	font-size: 12px;
	}
	
	.nt-smart-search__chips,
	.nt-smart-search__section-label,
	.nt-smart-search__trending-wrap,
	.nt-smart-search__trending-list {
		justify-content: center;
		text-align: center;
	}

	.nt-smart-search__trend {
		font-size: 15px;
	}

}

/* ========NT featured img  ============ */

.nt-entry-featured {
	float: left;
	width: min(44%, 420px);
	min-width: 320px;
	margin: 0.25rem 1.8rem 1.25rem 0;
	border-radius: 16px;
	overflow: hidden;
	/*background: #ffffff;
	border: 1px solid rgba(0, 73, 142, 0.08);*/
	box-shadow: rgba(71,75,255,.075) 0px 5px 5px;
}

.nt-entry-featured-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}


@media (max-width: 767px) {
	.nt-entry-featured {
		float: none;
		width: 100%;
		min-width: 0;
		margin: 0 0 1.2rem;
		border-radius: 14px;
		box-shadow: 0 10px 24px rgba(11, 55, 98, 0.12);
	}
}

@media (max-width: 1024px) {
  .entry-hero.post-hero-section .entry-header {
    min-height: 660px;
  }
}



   /* =======  NT Manual Hosting Cards ============== */

.nt-hosting-sidebar {
	--nt-hs-ink: #173a63;
	--nt-hs-muted: #5f7390;
	--nt-hs-border: #d9e5f2;
	--nt-hs-accent: #0d6bd3;
	--nt-hs-accent-dark: #0758b6;
	--nt-hs-rating: #ffb703;
	--nt-hs-card: #ffffff;
	width: min(100%, 420px);
	margin: 0 auto 1.4rem;
	color: var(--nt-hs-ink);
	direction: rtl;
}

.nt-hosting-sidebar,
.nt-hosting-sidebar * {
	box-sizing: border-box;
}

.nt-hosting-sidebar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	margin-block-end: 1rem;
}

.nt-hosting-sidebar__title {
	margin: 0;
	color: #4e6a92;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.nt-hosting-sidebar__icon {
	display: none;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 16px;
	background: #fff4d7;
	color: #9a6500;
	font-size: 16px;
	box-shadow: 0 10px 22px rgba(255, 183, 3, 0.14);
}

.nt-hosting-sidebar__list {
	display: grid;
	gap: 5px;
}

.nt-hosting-sidebar__card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
	padding: 10px 10px 8px;
	border: 1px solid var(--nt-hs-border);
	border-radius: 16px;
	background: var(--nt-hs-card);
	box-shadow: 0 1px 3px rgba(23, 58, 99, 0.04);
	overflow: hidden;
}

.nt-hosting-sidebar__card::before {
	content: "";
	position: absolute;
	inset-block: 0;
	inset-inline-start: 0;
	width: 4px;
	background: linear-gradient(180deg, #0d6bd3, #20c6a6);
}

.nt-hosting-sidebar__body {
	min-width: 0;
	text-align: left;
}

.nt-hosting-sidebar__topline {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.75rem;
	margin-block-end: 0.48rem;
}

.nt-hosting-sidebar__name {
	min-width: 0;
	margin: 0;
	color: #4e6a92 !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
	text-align: right;
	text-decoration: none !important;
	overflow-wrap: anywhere;
}

.nt-hosting-sidebar__name:hover,
.nt-hosting-sidebar__name:focus {
	color: var(--nt-hs-accent) !important;
	text-decoration: none !important;
}

.nt-hosting-sidebar__score {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.28rem;
	min-width: 58px;
	padding: 0.25rem 0.45rem;
	border-radius: 12px;
	background: #fff7e4;
	color: #c2931d;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	direction: ltr;
	justify-self: end;
}

.nt-hosting-sidebar__score-icon {
	display: inline-grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 6px;
	background: var(--nt-hs-rating);
	color: #ffffff;
	font-size: 11px;
	line-height: 1;
}

.nt-hosting-sidebar__tagline {
	max-width: 250px;
	margin: 0 0 8px auto;
	color: var(--nt-hs-muted);
	font-size: 14px;
	font-weight: 200;
	line-height: 1.55;
	text-align: right;
	overflow-wrap: anywhere;
}

.nt-hosting-sidebar__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.38rem;
	width: fit-content;
	max-width: 100%;
	margin-inline-start: 0;
	margin-inline-end: auto;
	min-height: 34px;
	padding: 0.5rem 2rem;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--nt-hs-accent), var(--nt-hs-accent-dark));
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 5px 12px rgba(11, 98, 196, 0.12);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.nt-hosting-sidebar__button:hover,
.nt-hosting-sidebar__button:focus {
	color: #ffffff !important;
	box-shadow: 0 7px 14px rgba(11, 98, 196, 0.16);
	filter: saturate(1.05);
	background: linear-gradient(160deg, #1565c0 0%, #1e88e5 100%);
}

.nt-hosting-sidebar__media {
	display: none !important;
}

.nt-hosting-sidebar__logo-wrap {
	display: none !important;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 1px solid #e0edf7;
	border-radius: 16px;
	background: linear-gradient(135deg, #f8fcff, #eef8fb);
	overflow: hidden;
}

.nt-hosting-sidebar__logo {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
	border: 0;
}

.nt-hosting-sidebar__logo-fallback {
	display: inline-grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--nt-hs-accent-dark);
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}

.nt-hosting-sidebar__button:focus-visible,
.nt-hosting-sidebar__more:focus-visible,
.nt-hosting-sidebar__name:focus-visible {
	outline: 3px solid rgba(11, 98, 196, 0.22);
	outline-offset: 3px;
}

.nt-hosting-sidebar__more {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 1rem auto 0;
	color: #1aa9b4 !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	text-decoration: none !important;
	overflow-wrap: anywhere;
}

.nt-hosting-sidebar__more:hover,
.nt-hosting-sidebar__more:focus {
	color: var(--nt-hs-accent-dark) !important;
	text-decoration: underline !important;
	text-underline-offset: 0.2em;
}

@media (max-width: 560px) {
	.nt-hosting-sidebar {
		width: 100%;
	}

	.nt-hosting-sidebar__title {
		font-size: 19px;
	}

	.nt-hosting-sidebar__card {
		padding: 0.9rem 0.9rem 1rem;
	}

	.nt-hosting-sidebar__topline {
		gap: 0.45rem;
	}

	.nt-hosting-sidebar__name {
		font-size: 15px;
	}

	.nt-hosting-sidebar__score {
		min-width: 54px;
		font-size: 14px;
	}

	.nt-hosting-sidebar__tagline {
		font-size: 13px;
	}
}

@media (max-width: 380px) {
	.nt-hosting-sidebar__topline {
		grid-template-columns: minmax(0, 1fr) auto;
	}
}


b, strong {
	font-size: 17px;
	font-weight: 500;
}

.entry-taxonomies {
  margin: 25px 0 5px;
  font-size: 12px;
}

.entry-header .entry-taxonomies {
	margin: 0;
	font-size: 50%;
	text-align: center;
}

.entry.loop-entry .entry-header .entry-title {
  font-size: 16px;
  text-align: center;
  padding: 15px 0 0;
}

.entry.loop-entry {
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(22, 42, 75, 0.07) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 255, 0.96) 58%, rgba(235, 245, 255, 0.88) 100%);
  border: 1.5px solid #dfe6f1;
  border-radius: 1.5rem;
}

.loop-entry .entry-content-wrap {
  padding: 5px 10px 0;
}

.loop-entry.type-post .entry-meta {
	display: none !important;
}

.entry {
  box-shadow: none !important;
}

.grid-cols {
  column-gap: 1rem !important;
  row-gap: 1.5rem !important;
}


@media (max-width: 768px) {
  .entry-hero.post-hero-section .entry-header {
    min-height: 760px !important;
  }
}

@media (max-width: 768px) {
  .entry-content .alignleft,
  .entry-content figure.alignleft,
  .entry-content a:has(img.alignleft) {
    float: none !important;
    clear: both !important;
    display: block !important;
    width: fit-content !important;
    margin-inline: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0;
  }

  .entry-content .alignleft img,
  .entry-content img.alignleft {
    display: block !important;
    margin-inline: auto !important;
  }
}



/*===== h1 =====*/

.wp-site-blocks .post-title h1 {
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .wp-site-blocks .post-title h1 {
	font-size: 38px;
    max-width: 95%
  }
}

.post-title .title-entry-excerpt {
  max-width: 85%;
}

@media screen and (max-width: 768px) {
  .post-title .title-entry-excerpt {
    max-width: 95%
  }
}

/* ====== NT h2-post  =============== */

.h2-post {
  font-weight: 700;
  font-size: 28px;
  padding: 30px 10px 30px;
  margin-bottom: 40px !important;
  text-align: center;
  color: #0d324f;
  position: relative;
  padding-bottom: 29px;
}
	
.h2-post:before,
.h2-post:after {
  content: "";
  position: absolute;
  border-radius: 10px;
  
}
.h2-post:before {
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 1px;
  border-bottom: 1px solid #ededed;
}
.h2-post:after {
  right: 35%;
  bottom: -4px;
  width: 30%;
  height: 1px;
  border-bottom: 8px solid #1aaab3;
  
}
@media screen and (max-width: 768px) {
  .h2-post:before {
    right: 10%;
    width: 80%;
  }
  .h2-post:after {
    right: 30%;
    width: 40%;
  }
	.h2-post {
  font-weight: 800;
  font-size: 26px !important;

}
	
}



/*===== h3-post =====*/

.h3-post {
  min-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 19px;
  padding: 15px 10px;
  margin: 0 -20px 15px !important;
  color: #185192;
  border-bottom: 1px solid #f4f8ff;
  line-height: 1.3;
}

.h3-post:before {
  flex: 0 0 auto;
  display: inline-flex;
  float: right;
  content: "\ea7a";
  font-family: "nt-icon";
  color: #0d324f20;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  width: 44px;
  height: 44px;
  color: #2271b1;
  border: 1px solid #e9f3ff;
  border-radius: 44px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
	
	.h3-post {
  font-weight: 600;
  font-size: 20px !important;
}
}

/* ===== H2 List Style - Numbered Headings ===== */

.h2-list  {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
	color: #00498e;
	margin: 30px 0 50px !important;
}

.h2-list::before {
  content: counter(h2-counter, decimal-leading-zero);
  counter-increment: h2-counter;
  font-size: clamp(36px, 6vw, 52px);
  font-weight: 900;
  color: rgba(17, 48, 75, 0.11);
  line-height: 1;
  user-select: none;
  display: block;
	margin-bottom: 10px !important;
}

/* ØªÙ‡ÙŠØ¦Ø© Ø§Ù„Ø¹Ø¯Ø§Ø¯ Ø¹Ù„Ù‰ Ø§Ù„Ù…Ù‚Ø§Ù„ */
.entry-content,
.post-content,
article {
  counter-reset: h2-counter;
}

/* ØªØ­Ø³ÙŠÙ† Ø§Ù„Ø¹Ø±Ø¶ Ø¹Ù„Ù‰ Ø§Ù„Ø¬ÙˆØ§Ù„ */
@media (max-width: 767px) {
    .h2-list {
        font-size: 22px;
        margin: 28px 0 36px !important;
        padding-bottom: 22px;
    }

    .h2-list::before {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .h2-list::after {
        transform: translateX(-50%) scale(0.9);
        transform-origin: center;
    }
}



/*===== RANK MATH LIST =====*/

.rank-math-block {
	margin-bottom: 30px;
}

.rank-math-list-item h3 {
  border-top: none !important;
}

.rank-math-list-item {
  padding: 10px 15px 20px;
  margin: 10px 0 !important;
  /*background: linear-gradient(160deg,#f4faff 0%,#fff 55%,#f0f7fd 100%);*/
  border: 1px solid #dcecf7;
  border-radius: 18px;
  /*box-shadow: rgba(71, 75, 255, 0.075) 0 2px 5px;*/
}

.rank-math-list-item .rank-math-question::before {
  display: inline-block;
  content: "\e9d2";
  font-family: "nt-icon";
  font-size: 17px;
  line-height: 20px;
  width: 25px;
  height: 10px;
  margin: 5px 0 0 3px;
  color: #5eb6bc;
}

.rank-math-list-item .rank-math-question {
  display: block;
  padding: 0;
  color: #00498e;
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto 10px;
  border-bottom: 1px dashed #cedee9;
  padding-bottom: 10px;
  line-height: 1.7;
}

	.rank-math-list-item .rank-math-answer {  
	font-size: 17px;
  font-weight: 200;
  line-height: 1.7;
	color: #00498e;
}

    .rank-math-list-item .rank-math-answer strong {
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 900px) {
.rank-math-list-item .rank-math-answer {
  font-size: 17px;
  font-weight: 200;
  line-height: 2;
}
	.rank-math-list-item .rank-math-question {
   font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
	color: #00498e;
}
}

@media (max-width: 480px) {
	.rank-math-list-item .rank-math-answer {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
	.rank-math-list-item .rank-math-answer strong {
  font-size: 12px;
  font-weight: 600;
}
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  margin-top: 5rem !important;
}

.nt-review-table caption.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/*===== NT RELATED POST CARDS =====*/

.nt-related-post-cards {
  margin: 3rem auto 40px;
  padding: 0;
  direction: rtl;
}

.nt-related-post-cards__inner {
  width: min(100%, var(--global-content-width, 1180px));
  margin-inline: auto;
}

.nt-related-post-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.7rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-related-post-cards__grid > .entry-list-item {
  min-width: 0;
  list-style: none;
}

.nt-related-post-cards__grid .entry.loop-entry {
  height: 100%;
}

@media (max-width: 900px) {
  .nt-related-post-cards {
    margin: 2.2rem auto 40px;
    padding: 0;
  }

  .nt-related-post-cards .h2-post {
    margin-bottom: 28px !important;
    font-size: 22px;
    line-height: 1.5;
  }

  .nt-related-post-cards__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    width: 100%;
    max-width: 660px;
    margin-inline: auto;
  }

  .nt-related-post-cards__grid > .entry-list-item:nth-child(n+4) {
    display: none;
  }
}


/* ====== NT comments clean ====== */
#comments.comments-area {
	clear: both;
	width: 100%;
	margin: 6rem 0 2.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

#comments.comments-area *,
#comments.comments-area *::before,
#comments.comments-area *::after {
	box-sizing: border-box;
}

#comments .nt-comments-title,
#comments .comment-respond .comment-reply-title.h2-post {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	margin: 0 auto 1.6rem !important;
	padding: 0 0 20px !important;
	color: #0d324f;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

#comments .nt-comments-title__count {
  display: block;
  margin: 5px 0 3px;
  border-radius: 999px;
  background: #e4f7f4;
  color: #147c72;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.12rem 0.55rem;
}

#comments .comment-list,
#comments .comment-list .children {
	display: grid;
	gap: 1.7rem;
	width: 100%;
	margin: 0 0 2.5rem !important;
	padding: 0 !important;
	list-style: none !important;
}

#comments .comment-list .children {
	margin-top: 1.2rem !important;
	padding-right: 2rem !important;
}

#comments .comment-list li {
	list-style: none !important;
	margin: 0 !important;
}

#comments .comment-body {
	position: relative;
	width: 100%;
	padding: 14px 24px 28px;
	border: 1px solid rgba(151, 196, 239, 0.58);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(255,255,255,0.96), rgb(245, 250, 255));
	box-shadow: none;
	overflow: visible;
}

#comments .comment-body > footer.comment-meta,
#comments .comment-body > .comment-meta {
	display: grid;
	grid-template-columns: minmax(0, auto) 42px auto;
	grid-template-areas:
		"author avatar"
		"date avatar";
	align-items: start;
	justify-content: end;
	gap: 0 10px;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid rgba(151, 196, 239, 0.32);
	direction: ltr;
}

#comments .comment-author {
	grid-area: author;
	display: contents !important;
	font-size: 0;
}

#comments .comment-author .fn {
	grid-area: author;
	display: inline-flex;
	align-items: center;
	min-width: 0;
	margin: 0 !important;
	color: #0d324f !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	direction: rtl;
	text-align: right;
}

#comments .comment-author .fn::before {
	content: "يقول ";
	margin-left: 0.35rem;
	font-size: 13px;
	font-weight: 600;
}

#comments .comment-author .fn::after {
	content: ":";
	display: inline !important;
	margin-right: 0.12rem;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#comments .comment-author .fn a {
	color: inherit !important;
	text-decoration: none !important;
	pointer-events: none;
}

#comments .comment-author img.avatar,
#comments .comment-author .avatar {
	grid-area: avatar;
	position: static !important;
	float: none !important;
	display: block;
	width: 42px !important;
	height: 42px !important;
	max-width: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50%;
	background: transparent !important;
	box-shadow: none !important;
	object-fit: cover;
}

#comments .bypostauthor > .comment-body .comment-author .fn::after,
#comments .comment-author-admin > .comment-body .comment-author .fn::after {
	content: "✓" !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	margin-right: 0.4rem;
	border-radius: 50%;
	background: #1e91ff;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

#comments .comment-author .says,
#comments .says {
	display: none !important;
}

#comments .comment-metadata {
	grid-area: date;
	justify-self: end;
	align-self: start;
	margin: 0;
	padding: 0;
	color: #9eb1c9;
	font-size: 11px;
	line-height: 1.2;
	direction: rtl;
	text-align: right;
}

#comments .comment-metadata a {
	color: #9eb1c9 !important;
	text-decoration: none !important;
}

#comments .comment-content {
	width: 100%;
	margin: 8px 0 0;
	padding: 6px 0 2px;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	color: #00498e;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.9;
	text-align: right;
	padding-right: 15px;
}

#comments .comment-content p  strong {
	font-size: 15px;
}

#comments .comment-content p {
	margin: 0 0 0.45rem;
}

#comments .comment-content p:last-child {
	margin-bottom: 0;
}

#comments .reply {
	position: absolute !important;
	top: auto !important;
	left: 20px;
	bottom: -18px !important;
	z-index: 2;
	margin: 0 !important;
	padding: 0;
}

#comments .comment-reply-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 28px;
	padding: 8px 25px;
	border: 0;
	border-radius: 999px;
	background: #eef6ff;
	color: #84a3c4 !important;
	box-shadow: none !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
	text-align: left;
	text-decoration: none !important;
	transform: none !important;
}

#comments .comment-reply-link:hover,
#comments .comment-reply-link:focus {
	background: #e3f0ff;
	color: #1c6ac2 !important;
	box-shadow: none !important;
	transform: none !important;
}

#comments .comment-respond {
	width: 100%;
	margin: 0 auto 5rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

#comments .nt-comment-form-note {
	max-width: 900px;
	margin: 0 auto 2rem;
	color: #5f7fa4;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.9;
	text-align: center;
}

#comments .comment-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(160px, auto);
	gap: 0.6rem 2rem;
	align-items: center;
	width: 100%;
	direction: ltr;
}


#comments .comment-form > * {
	direction: rtl;
}

#comments .logged-in-as {
	font-size: 17px;
	margin: 10px 0 ;
}


#comments .comment-form > p:not(.form-submit),
#comments .comment-form > .comment-input-wrap,
#comments .comment-form > .comment-form-comment,
#comments .comment-form > .comment-notes,
#comments .comment-form > .logged-in-as,
#comments .comment-form > .comment-form-cookies-consent {
	grid-column: 1 / -1;
}

#comments .comment-form-comment,
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}

#comments .comment-input-wrap,
#comments .comment-input-wrap.has-url-field {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 0.95rem;
	width: 100%;
	margin-top: -0.15rem;
}

#comments .comment-form label.float-label {
	order: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 0.35rem;
	color: #174a72;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

#comments .comment-form textarea,
#comments .comment-form input[type="text"],
#comments .comment-form input[type="email"],
#comments .comment-form input[type="url"] {
	order: 2;
	width: 100%;
	max-width: 100%;
	border: 1px solid rgba(151, 196, 239, 0.58) !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	color: #173a63 !important;
	box-shadow: 0 6px 18px rgba(26, 95, 170, 0.055) !important;
	font-size: 14px;
	line-height: 1.7;
}

#comments .comment-form textarea {
	min-height: 158px;
	padding: 1rem !important;
	resize: vertical;
	font-size: 17px;
}

#comments .comment-form input[type="text"],
#comments .comment-form input[type="email"],
#comments .comment-form input[type="url"] {
	min-height: 44px;
	padding: 0.65rem 0.85rem !important;
}

#comments .comment-form .required {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 18px;
	padding: 0 0.45rem;
	border-radius: 999px;
	background: #fff0f0;
	color: #d83b3b;
	font-size: 0;
	font-weight: 800;
	line-height: 1.4;
}

#comments .comment-form .required::before {
	content: "مطلوب";
	font-size: 11px;
}

#comments .comment-form-email label.float-label::after {
	content: "للتواصل فقط، لن يتم نشره";
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 0 0.55rem;
	border-radius: 999px;
	background: #dff8f4;
	color: #00866f;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.4;
	white-space: nowrap;
}

#comments .nt-comment-turnstile {
	grid-column: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	direction: ltr;
}

#comments .form-submit {
	grid-column: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 !important;
}

#comments .form-submit input[type="submit"],
#comments .form-submit .submit {
	min-width: 150px;
	min-height: 44px;
	padding: 0.75rem 1.5rem !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: linear-gradient(135deg, #1c6ac2, #0f559e) !important;
	color: #ffffff !important;
	box-shadow: 0 10px 22px rgba(28, 106, 194, 0.18) !important;
	font-size: 14px;
	font-weight: 800;
}

@media (max-width: 768px) {
	#comments .comment-list .children {
		padding-right: 0.75rem !important;
	}

	#comments .comment-body {
		padding: 14px 16px 34px;
	}

	#comments .comment-body > footer.comment-meta,
	#comments .comment-body > .comment-meta {
		grid-template-columns: minmax(0, auto) 40px;
		grid-template-areas:
		"author avatar"
		"date avatar";
		justify-content: end;
		direction: ltr;
	}

	#comments .comment-metadata {
		justify-self: end;
		text-align: right;
	}

	#comments .reply {
		left: 24px;
		bottom: -18px !important;
	}

	#comments .comment-reply-link {
		margin-top: -22px;
	}

	#comments .comment-form,
	#comments .comment-input-wrap,
	#comments .comment-input-wrap.has-url-field {
		grid-template-columns: 1fr;
	}

	#comments .comment-form label.float-label {
		flex-wrap: wrap;
	}

	#comments .nt-comment-turnstile,
	#comments .form-submit {
		grid-column: 1;
		justify-content: center;
	}

	#comments .form-submit input[type="submit"],
	#comments .form-submit .submit {
		width: 100%;
		max-width: 320px;
	}
}

@media (max-width: 480px) {
	#comments .comment-author img.avatar,
	#comments .comment-author .avatar {
		width: 34px !important;
		height: 34px !important;
		max-width: 34px !important;
	}

	#comments .comment-body > footer.comment-meta,
	#comments .comment-body > .comment-meta {
		grid-template-columns: minmax(0, auto) 34px;
	}

	#comments .comment-author .fn {
		font-size: 14px;
	}

	#comments .comment-content {
		font-size: 14px;
		line-height: 1.85;
	}

	#comments .nt-comment-form-note {
		font-size: 15px;
	}
	
	#comments .comment-content p  strong {
	font-size: 13px;
}
}


code {
  color:#4c77b1;
  direction:ltr;
  background-color:#f2f8ff;
  /*! border:1px dashed #ccc; */
  border-radius:3px;
  margin:0 3px;
  padding:1px 5px;
  font-size:.8em;
  line-height:1.5;
  display:inline-block
}
code, .strong {
	font-weight: 600;
}

.bg {
  color:#00498e;
  background:#f4f6ff;
  border-radius:10px;
  font-size:18px;
  display:block;
  margin:20px 0!important;
  padding:20px!important
}

.bg h4 {
  display:block;
	font-size:18px;
  padding:5px 0 10px;
}