@font-face {
	font-family: "Eldwintrial Script Semi Bold";
	src: url("../fonts/EldwinTrial-ScriptSemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body.home,
body.home .site,
body.home .site-content,
body.home .content-area,
body.home .site-main {
	background: #ffffff;
	color: #071c23;
}

body.home .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

body.home .content-area,
body.home #primary,
body.home .site-main {
	width: 100%;
	max-width: 100%;
	margin: 0;
	float: none;
}

body.home #right-sidebar,
body.home #left-sidebar,
body.home .sidebar {
	display: none !important;
}

body.home .inside-article,
body.home .entry-content,
body.home .entry-header {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.ctc-homepage {
	overflow: hidden;
}

.ctc-home-shell {
	width: min(100% - 40px, 1180px);
	margin: 0 auto;
}

.ctc-bubble {
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
}

.ctc-script {
	font-family: "Eldwintrial Script Semi Bold", "Comic Sans MS", cursive;
}

.ctc-home-eyebrow {
	margin: 0 0 10px;
	color: #071c23;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.85rem;
}

.ctc-home-section-title,
.ctc-home-about__title {
	margin: 0;
	color: #071c23;
	line-height: 1.06;
	font-family: "Eldwintrial Script Semi Bold", "Comic Sans MS", cursive;
}

.ctc-home-section-title {
	font-size: clamp(1.7rem, 3.4vw, 2.6rem);
	text-align: center;
}

.ctc-home-about__title {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	flex-wrap: wrap;
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	line-height: 1.08;
}

.ctc-home-about__title .ctc-bubble {
	font-size: 0.9em;
	margin-right: 0;
}

.ctc-home-about__title .ctc-script {
	color: #1f7cc0;
	font-size: 0.82em;
}

.ctc-home-copy,
.ctc-home-about__lead,
.ctc-home-value-card p,
.ctc-home-cta__panel p {
	color: #3f5e69;
	font-size: 0.96rem;
	line-height: 1.8;
}

.ctc-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	border: 0;
	background: #116ea6;
	color: #fff;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.95rem;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease;
}

.ctc-home-button:hover,
.ctc-home-button:focus {
	background: #0d5a88;
	transform: translateY(-1px);
}

.ctc-home-button--ghost {
	background: #fff;
	color: #116ea6;
	border: 1px solid #116ea6;
}

.ctc-home-button--ghost:hover,
.ctc-home-button--ghost:focus {
	background: #116ea6;
	color: #fff;
	border-color: #116ea6;
}
.ctc-home-button:hover,
.ctc-home-button:focus {
	background: #0d5a88;
	color: #fff;
	transform: translateY(-1px);
}
.ctc-home-link {
	color: #116ea6;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	text-decoration: underline;
}

.ctc-home-hero {
	position: relative;
	padding: 18px 0 30px;
	background-color: #ffffff;
	background-image: url("https://cutethingcorner.com/wp-content/uploads/2024/06/Background-header.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	overflow: hidden;
}


.ctc-home-hero__top,
.ctc-home-hero__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 34px;
}

.ctc-home-hero__top {
	margin-bottom: 22px;
}

.ctc-home-hero__top img {
	width: 168px;
	height: auto;
	display: block;
}

.ctc-home-hero__bottom {
	margin-top: 24px;
}

.ctc-home-hero__bottom img {
	height: auto;
	display: block;
}

.ctc-home-hero__bottom img:first-child,
.ctc-home-hero__bottom img:last-child {
	width: 108px;
}
.ctc-home-hero__bottom img:nth-child(2) {
	width: 92px;
}

.ctc-home-hero__content {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.ctc-home-hero__blog-title {
	margin: 0 0 6px;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: clamp(1.1rem, 1.8vw, 1.6rem);
	color: #071c23;
}

.ctc-home-hero__subtitle {
	margin: 0;
	max-width: 720px;
	margin-inline: auto;
	font-size: clamp(1.05rem, 2vw, 1.55rem);
	line-height: 1.35;
	color: #071c23;
}

.ctc-home-hero__subtitle .ctc-script {
	color: #1f7cc0;
}

.ctc-home-hero .ctc-home-button {
	margin-top: 16px;
}

.ctc-home-search-section {
	padding: 34px 0 20px;
	background: #ffffff;
}

.ctc-home-search-section__inner {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.ctc-home-search-section__title {
	margin: 0 auto 16px;
	max-width: 1200px;
	font-family: "Eldwintrial Script Semi Bold", "Comic Sans MS", cursive;
	font-size: clamp(1.4rem, 2.4vw, 2rem);
	line-height: 1.15;
	color: #071c23;
	text-align: center;
	text-wrap: balance;
}


.ctc-home-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	width: min(100%, 760px);
	margin: 0 auto;
}

.ctc-home-search__autocomplete {
	position: relative;
}

.ctc-home-search__input {
	width: 100%;
	min-height: 54px;
	padding: 0 20px;
	border: 1px solid rgba(17, 110, 166, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #071c23;
	font-size: 0.98rem;
	box-shadow: 0 10px 24px rgba(17, 110, 166, 0.08);
}

.ctc-home-search__input:focus {
	outline: none;
	border-color: rgba(17, 110, 166, 0.5);
	background: rgba(255, 255, 255, 0.9);
}

.ctc-home-search__button {
	min-height: 54px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: #315f9f;
	color: #fff;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.95rem;
	cursor: pointer;
	transition: background-color 180ms ease, transform 180ms ease;
}

.ctc-home-search__list {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 20;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #fff;
	border: 1px solid #b8dce8;
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(17, 110, 166, 0.12);
	text-align: left;
}
.ctc-home-search__button:hover,
.ctc-home-search__button:focus {
	background: #244b80;
	color: #fff;
	transform: translateY(-1px);
}
.ctc-home-search__list li + li {
	margin-top: 4px;
}

.ctc-home-search__list a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	color: #071c23;
	text-decoration: none;
}

.ctc-home-search__list a:hover,
.ctc-home-search__list a:focus {
	background: #e2f3f5;
}

.ctc-home-chip-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: 14px auto 0;
}

.ctc-home-chip {
	color: #116ea6;
	text-decoration: underline;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.95rem;
}

.ctc-home-about {
	width: 100%;
	padding: 50px 0;
	background: #dff2f6;
}

.ctc-home-about__grid {
	display: grid;
	gap: 26px;
	align-items: center;
}

.ctc-home-about__content {
	max-width: 560px;
}

.ctc-home-about__lead {
	margin: 0 0 14px;
}

.ctc-home-about__media {
	width: 100%;
}

.ctc-home-video {
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(17, 110, 166, 0.12);
	background: #fff;
}

.ctc-home-video iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

.ctc-home-values {
	width: 100%;
	padding: 24px 0 42px;
	background: #dff2f6;
}

.ctc-home-value-grid {
	display: grid;
	gap: 16px;
}

.ctc-home-value-card {
	padding: 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid #b8dce8;
}

.ctc-home-value-card h3 {
	margin: 0 0 8px;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 1.05rem;
	color: #071c23;
}

.ctc-home-latest {
	width: 100%;
	padding: 46px 0;
	background: #ffffff;
}

.ctc-home-latest__head {
	margin-bottom: 22px;
	text-align: center;
}

.ctc-home-card-grid {
	display: grid;
	gap: 18px;
}

.ctc-home-card {
	display: grid;
	overflow: hidden;
	background: #fff;
	border: 1px solid #b8dce8;
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(17, 110, 166, 0.08);
}

.ctc-home-card__image-link {
	display: block;
}

.ctc-home-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: top center;
}

.ctc-home-card__body {
	padding: 14px;
	text-align: center;
}

.ctc-home-card__title {
	margin: 0 0 8px;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 1.15rem;
	line-height: 1.18;
}

.ctc-home-card__title a {
	color: #071c23;
	text-decoration: none;
}

.ctc-home-cta {
	width: 100%;
	padding: 38px 0 58px;
	background: #dff2f6;
}

.ctc-home-cta__panel {
	padding: 24px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #b8dce8;
	border-radius: 24px;
}

.ctc-home-cta__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

@media (min-width: 768px) {
	.ctc-home-shell {
		width: min(100% - 56px, 1180px);
	}

	.ctc-home-search {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.ctc-home-search__button {
		min-width: 132px;
	}

	.ctc-home-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.ctc-home-about__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	}

	.ctc-home-value-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@keyframes ctc-float-soft {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes ctc-sway-soft {
	0%,
	100% {
		transform: rotate(0deg) translateY(0);
	}
	25% {
		transform: rotate(-2deg) translateY(-3px);
	}
	75% {
		transform: rotate(2deg) translateY(-1px);
	}
}

@keyframes ctc-bob-soft {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-6px) scale(1.01);
	}
}

.ctc-home-hero__top img:first-child {
	animation: ctc-bob-soft 3.4s ease-in-out infinite;
}

.ctc-home-hero__top img:last-child {
	animation: ctc-float-soft 4s ease-in-out infinite;
	animation-delay: 0.3s;
}

.ctc-home-hero__bottom img:first-child {
	animation: ctc-sway-soft 3.8s ease-in-out infinite;
}

.ctc-home-hero__bottom img:nth-child(2) {
	animation: ctc-float-soft 4.2s ease-in-out infinite;
	animation-delay: 0.2s;
}

.ctc-home-hero__bottom img:last-child {
	animation: ctc-sway-soft 3.6s ease-in-out infinite;
	animation-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {
	.ctc-home-hero__top img,
	.ctc-home-hero__bottom img {
		animation: none !important;
	}
}
.ctc-home-video-card {
	display: block;
	overflow: hidden;
	background: #fff;
	border: 1px solid #b8dce8;
	border-radius: 28px;
	box-shadow: 0 18px 44px rgba(17, 110, 166, 0.12);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ctc-home-video-card:hover,
.ctc-home-video-card:focus {
	transform: translateY(-3px);
	box-shadow: 0 24px 50px rgba(17, 110, 166, 0.16);
}

.ctc-home-video-card__frame {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(226, 243, 245, 0.85), rgba(255, 255, 255, 0.95));
}

.ctc-home-video-card__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}

.ctc-home-video-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 30px rgba(17, 110, 166, 0.18);
	transform: translate(-50%, -50%);
}

.ctc-home-video-card__play-icon {
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 22px solid #116ea6;
}

.ctc-home-video-card__body {
	padding: 18px 20px 20px;
	text-align: left;
}

.ctc-home-video-card__eyebrow {
	margin: 0 0 6px;
	color: #116ea6;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.9rem;
}

.ctc-home-video-card__title {
	margin: 0 0 10px;
	color: #071c23;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 1.35rem;
	line-height: 1.15;
}

.ctc-home-video-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	background: #116ea6;
	color: #fff;
	font-family: "Bubblegum Sans", "Trebuchet MS", sans-serif;
	font-size: 0.95rem;
}

.ctc-home-video-card:hover .ctc-home-video-card__link,
.ctc-home-video-card:focus .ctc-home-video-card__link {
	background: #0d5a88;
	color: #fff;
}
@media (max-width: 640px) {
  .ctc-home-hero {
    padding: 20px 0 26px;
    overflow: hidden;
  }

  .ctc-home-hero__top {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 12px;
    margin: 0 0 14px;
  }

  .ctc-home-hero__top img {
    height: auto;
    display: block;
  }

  .ctc-home-hero__top img:first-child {
    width: 100px;
    transform: translateY(8px);
  }

  .ctc-home-hero__top img:last-child {
    width: 95px;
  }

  .ctc-home-hero__content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .ctc-home-hero__content::before {
    display: none !important;
    content: none !important;
  }

  .ctc-home-hero__blog-title {
    margin: 0 0 8px;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .ctc-home-hero__subtitle {
    max-width: 320px;
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.35;
  }

  .ctc-home-hero .ctc-home-button {
    margin-top: 18px;
  }

  .ctc-home-hero__bottom {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 10px;
    max-width: 230px;
    margin: 22px auto 0;
  }

  .ctc-home-hero__bottom img {
    height: auto;
    display: block;
  }

  .ctc-home-hero__bottom img:first-child {
    width: 84px;
    transform: translateY(6px);
  }

.ctc-home-hero__bottom img:nth-child(2) {
  width: 42px;
}


  .ctc-home-hero__bottom img:last-child {
    width: 64px;
    transform: translateY(8px);
  }
}

