/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Ryan Hultzer
Author URI: https://ryanhultzer.com
Template: twentytwentyfive
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/



/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/* Headings */
h2 {
	margin-top: var(--wp--preset--spacing--70);
	color: #d49fd7;
}

/* Buttons */
.wp-block-buttons {
    width: 100%;
	font-weight: bold;
	font-size: 1.4rem;
}

/* Ninja List styles */
.is-style-ninja-list {
	list-style-type: "🥷🏻";
}

.is-style-ninja-list li {
	padding-left: 0.8rem;
}

/* 
 * Pricing Grid
 */
 /* 
.pricing-box
{
	display: flex;
	flex-direction: column;
	align-content: space-between;
	justify-content: space-between;
	align-items: stretch;
	background-color: var(--wp--preset--color--accent-3);
	background-color: #ffffff;
	border: 10px var(--brand-2) solid;
	border-radius: 10px;
	padding: 25px;
}

.pricing-box .wp-element-button
{
	background-color: var(--wp--preset--color--accent-1);
}

@media (max-width: 600px) {
	.pricing-grid { 
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
} */


/*
 * FOOTER
 */
@media (max-width: 600px) {
	#sait-row {
		justify-content: center;
	}
}



/*
 * Forminator
 */
.forminator-ui#forminator-module-160.forminator-design--default .forminator-label {
	font-size: 1.4rem;
}

.forminator-radio-label
{
	font-size: 1.2rem;
}

.forminator-button {
	border-radius: 9999px !important;
	font-size: 1.4rem !important;
}


/*
 * LinkedIn
 */
.linkedin-badge-container {
	font-weight: 400;
    color: rgba(0, 0, 0, 0.9);

	background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.08), 1px 0px 1px rgba(0, 0, 0, 0.08), -1px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.08), 1px 0px 1px rgba(0, 0, 0, 0.08), -1px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 1px rgba(0, 0, 0, 0.08);
    padding: 0;

	width: 300px;
	background-color: #fff;
    color: #000;
	margin-left: 1px;

}


.profile-badge__header {
	padding: 12px 16px;
	margin-top: 0;
}

.profile-badge__header--light {
	background-color: #e9e5df;
	height: 21px;
}

.sr-only{
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
	border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.profile-badge__header-logo-icon--light {
    color: #0a66c2;
}

.profile-badge__header-logo-icon {
    width: 84px;
    height: 21px;
    display: inline-block; 
}

.profile-badge__content {
	padding: 0 16px;
	font-weight: 400;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	margin-top: 0;
}


.profile-badge__content-profile-image {
    margin: 12px 0 8px;
}
.artdeco-entity-image--circle-4 {
    width: 100px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 49.9%;
}
.artdeco-entity-image {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.profile-badge__content-profile-name {
    padding: 0 0 4px;
    color: inherit;
	margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    color: inherit;
}

.profile-badge__content-profile-headline {
	padding: 0 0 4px;
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    color: inherit;
	font-size: 14px;
	margin-top: 0;
}

.profile-badge__content-profile-company-school-info {
	font-size: 0.85rem;
	line-height: 1.33333;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	color: inherit;
	margin-top: 0;
}

.profile-badge__cta-btn--light a {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0073b1 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: inherit;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    outline-width: 2px;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition-duration: 167ms;
    transition-duration: 167ms;
    -webkit-transition-property: background-color, color, -webkit-box-shadow;
    transition-property: background-color, color, -webkit-box-shadow;
    transition-property: background-color, box-shadow, color;
    transition-property: background-color, box-shadow, color, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    vertical-align: middle;
    z-index: 0;
    -webkit-box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px rgba(0, 0, 0, 0), inset 0 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px rgba(0, 0, 0, 0), inset 0 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 24px;
    -webkit-box-shadow: inset 0 0 0 1px #0a66c2;
    box-shadow: inset 0 0 0 1px #0a66c2;
    color: #0a66c2;
}

.profile-badge__cta-btn a {
    margin: 4px 16px 12px;
    color: inherit;
}


/*
 * Pricing Packages
 */

/* Root variables for easy theming */
:root {
  --bg: #ffffff;
  --brand-2: #d79fd4;       /* Pink */
  --muted: #475569;         /* Slate-600 */
  --border: #e2e8f0;        /* Slate-200 */
  --ok: #16a34a;            /* Green for ticks */
  --shadow: 0 6px 20px rgba(2, 6, 23, 0.08);
  --radius: 14px;
}

/* Container */
.fng-pricing-wrap {
  color: var(--wp--preset--color--contrast);
  background: transparent;
  margin: 2rem auto;
  max-width: 1100px;
  padding: 0 1rem;
}

/* Section heading */
.fng-pricing-wrap .fng-head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.fng-pricing-wrap .fng-head h2 {
  font-size: clamp(1.4rem, 2vw + 1rem, 2rem);
  margin: 0 0 0.25rem;
  font-weight: 800;
}
.fng-pricing-wrap .fng-head p {
  margin: 0;
  color: var(--muted);
}

/* Mobile-first: stack as cards */
.fng-cards {
  display: grid;
  gap: 1rem;
}

/* Card */
.fng-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* Card header */
.fng-card .fng-card-head {
  /* background: linear-gradient(180deg, #f0fdfa, #ecfeff); */
  padding: 1rem 1rem 0.75rem;
  border-bottom: 1px solid var(--border);
}
.fng-card .plan-name {
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--wp--preset--color--accent-1);
}
.fng-card .plan-price {
  margin-top: 0.15rem;
  font-size: 1.4rem;
  font-weight: 900;
}
.fng-card .plan-price small {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Card body list */
.fng-card ul {
  list-style: none;
  margin: 0;
  padding: 0.75rem 1rem 1rem;
  display: grid;
  gap: 0.5rem;
}
.fng-card li {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  align-items: start;
  gap: 0.6rem;
  font-size: 0.98rem;
}
.fng-card .tick {
  color: var(--ok);
  font-weight: 900;
  line-height: 1;
}
.fng-card .muted {
  color: var(--muted);
}
.fng-card .plus {
    color: var(--brand-2);
    font-weight: 900;
}



/* Action */
.fng-card .cta {
  padding: 0 1rem 1rem;
  justify-content: space-around;
}
.fng-card .cta a {
  display: inline-block;
  background: var(--wp--preset--color--accent-1);
  color: white;
  text-decoration: none;
  padding: 0.7rem 1rem;
  font-weight: 700;
  border: 1px solid transparent;
}
.fng-card .cta a:hover,
.fng-card .cta a:focus {
  background: var(--wp--preset--color--accent-1);
  outline: none;
}

/* Toggle help for screen readers (feature grid view) */
.fng-visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (max-width: 899px) {
.fng-compare { display: none; }
}

/* Desktop/tablet comparison grid */
@media (min-width: 900px) {
  .fng-cards { display: none; }

  .fng-compare {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg);
    box-shadow: var(--shadow);
  }

  /* Sticky headers for package names */
  .fng-compare .compare-head {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--brand-2);
    border-bottom: 1px solid var(--border);
  }

  .fng-compare .grid {
    display: grid;
    grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(160px, 1fr));
  }

  .fng-compare .cell {
    padding: 0.9rem 0.9rem;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .fng-compare .cell.header {
    font-weight: 800;
    color: var(--wp--preset--color--accent-1);
    border-right: 1px solid var(--border);
  }

  .fng-compare .cell.center {
    justify-content: center;
    text-align: center;
    margin-top: 0;
  }

  .fng-compare .plan-price {
    font-weight: 900;
    font-size: 1.15rem;
  }

  .fng-compare .subtle {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 600;
  }

  .fng-compare .row-label {
    position: sticky;
    left: 0;
    z-index: 1;
    background: var(--bg);
    border-right: 1px solid var(--border);
    font-weight: 700;
  }

  .fng-compare .tick {
    color: var(--ok);
    font-size: 1.5rem;
    font-weight: 900;
  }

  .fng-compare .dash {
    color: var(--muted);
    font-weight: 700;
  }

  .fng-compare .plus {
    color: var(--muted);
    font-weight: 700;
    font-size: 1.2rem;
  }

  .fng-compare .foot {
    background: #fafbfc;
  }

  /* Reduce motion preference */
  @media (prefers-reduced-motion: no-preference) {
    .fng-compare .cell { transition: background 0.2s ease; }
    .fng-compare .cell:hover { background: #f8fafc; }
  }
}

/* Small refinements */
.fng-badge {
  background: var(--brand-2);
  color: var(--wp--preset--color--accent-1);
  font-weight: 800;
  border: 1px solid var(--border);
  padding: 0.4rem 0.7rem;
  border-radius: 20px;
  font-size: 0.9rem;
}