
.ctc-block-copy {
	transition: all ease-in-out .2s;
}

.ctc-block-content > p:last-child {
	margin-bottom: 0;
}

.ctc-with-icon {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ctc-with-icon .check-icon {
	display: none;
}

.copied .ctc-with-icon .copy-icon {
	display: none;
}

.copied .ctc-with-icon .check-icon {
	display: block;
}

.ctc-email-sample .ctc-block-actions {
	text-align: center;
}

.ctc-email-sample .ctc-block-content {
	background: #fff;
	padding: 25px 30px;
	margin: 0 0 0 0;
	border-radius: 10px;
	border: 1px solid lightgray;
}

.ctc-email-sample .ctc-block-copy {
	margin-top: 20px;
}

.ctc-email-sample .ctc-email-highlight {
	background: #ffeb3b;
	color: black;
}

.ctc-block-copy {
	transition: all ease-in-out .2s;
}

.ctc-block-content > p:last-child {
	margin-bottom: 0;
}

.ctc-with-icon {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ctc-with-icon .check-icon {
	display: none;
}

.copied .ctc-with-icon .copy-icon {
	display: none;
}

.copied .ctc-with-icon .check-icon {
	display: block;
}

.ctc-email-address {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ctc-email-address .ctc-block-copy {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: flex;
}

.ctc-email-address svg {
	fill: gray;
	height: 1em;
	width: 1em;
	font-size: 16px;
}

.ctc-phone-number {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ctc-phone-number .ctc-block-copy {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: flex;
}

.ctc-phone-number svg {
	fill: gray;
	height: 1em;
	width: 1em;
	font-size: 16px;
}

.ctc-block-copy-icon {
	background: transparent;
	padding: 0;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.ctc-block-copy-icon .check-icon {
	display: none;
}

.ctc-block-copy-icon svg {
	height: 1em;
	width: 1em;
}

.ctc-block-copy-icon::after {
	position: absolute;
	content: attr(aria-label);
	padding: .5em .75em;
	right: 100%;
	right: 100%;
	color: white;
	background: #24292f;
	font-size: 11px;
	border-radius: 6px;
	line-height: 1;
	bottom: 50%;
	margin-right: 6px;
	transform: translateY(50%);
}

.ctc-block-copy-icon::before {
	content: "";
	top: 50%;
	bottom: 50%;
	left: -7px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left-color: #24292f;
	position: absolute;
}

.ctc-block-copy-icon::after, .ctc-block-copy-icon::before {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.copied.ctc-block-copy-icon::after, .copied.ctc-block-copy-icon::before {
	opacity: 1;
	visibility: visible;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.copied.ctc-block-copy-icon .check-icon {
	display: inline-block;
}

.copied.ctc-block-copy-icon .copy-icon {
	display: none !important;
}

.ctc-blockquote .ctc-block-actions {
	text-align: left;
}

.ctc-blockquote .ctc-block-copy {
	margin-top: 20px;
}

.ctc-blockquote-author {
	margin: 10px 0 0 0;
	font-weight: 600;
}

.ctc-code-snippet .ctc-block-actions {
	text-align: center;
	margin-top: 20px;
}

.ctc-code-snippet-file-name {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.ctc-code-snippet-file-name svg {
	height: 1em;
	width: 1em;
	font-size: 14px;
}

.ctc-code-snippet-header {
	display: flex;
	background: #f6f8fa;
	border: 1px solid #d0d7de;
	padding: 8px 15px;
	justify-content: space-between;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 0;
	transition: all .3s ease-in-out;
}

.ctc-block.ctc-code-snippet pre {
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 20px 25px;
	border: 1px solid #d0d7de;
}

/** Theme: Coy **/
.ctc-block.ctc-prism-coy pre:before, .ctc-block.ctc-prism-coy pre:after {
	display: none;
}

.ctc-block.ctc-prism-coy pre {
	padding: 0;
}

.ctc-code-snippet .ctc-inline-copy-icon svg {
	height: 1em;
	width: 1em;
	font-size: inherit;
	line-height: inherit;
}

.ctc-message .ctc-block-actions {
	text-align: left;
}

.ctc-message .ctc-block-copy {
	margin-top: 20px;
}

.ctc-message-text p:last-child {
	margin-bottom: 0 !important;
}

.ctc-wish .ctc-block-actions {
	text-align: left;
}

.ctc-wish .ctc-block-copy {
	margin-top: 20px;
}

.ctc-wish-text p:last-child {
	margin-bottom: 0 !important;
}

.ctc-shayari .ctc-block-actions {
	text-align: left;
}

.ctc-shayari .ctc-block-copy {
	margin-top: 20px;
}

.ctc-shayari-text p:last-child {
	margin-bottom: 0 !important;
}

.ctc-sms .ctc-block-actions {
	text-align: left;
}

.ctc-sms .ctc-block-copy {
	margin-top: 20px;
}

.ctc-sms-text p:last-child {
	margin-bottom: 0 !important;
}

.ctc-deal-header {
	display: flex;
	gap: 20px;
}

.ctc-deal-image {
	max-width: 160px;
}

.ctc-deal-headings {
	flex: 1;
}

.ctc-block.ctc-deal .ctc-deal-link {
	text-decoration: none;
	background: dodgerblue;
	color: white;
	padding: 10px 60px;
	display: inline-block;
	border-radius: 4px;
}

.ctc-deal .ctc-deal-heading {
	margin: 0;
}

.ctc-deal .ctc-deal-heading + .ctc-deal-description {
	margin-top: 10px;
}

.ctc-deal .ctc-deal-description p:last-child {
	margin-bottom: 0;
}

.ctc-deal-details {
	margin: 0px 0 0 0;
	border: 1px solid #bed3e9;
	padding: 10px 20px;
	background: #d7e7f8;
	border-top: none;
}

.ctc-block.ctc-deal .ctc-deal-toggle-link {
	text-decoration: none;
	display: inline-block;
	margin: 0;
	font-size: 14px;
	line-height: normal;
}

.ctc-deal-header {
	border: 1px solid #bed3e9;
	padding: 20px;
	background: #e4f1ff;
}

.ctc-details-content > ul:last-child, .ctc-details-content > p:last-child {
	margin-bottom: 0;
}

.ctc-details-content {
	padding: 5px 0;
	font-size: 14px;
}

.ctc-toggle-details {
	display: none;
}

@media all and (max-width: 768px) {
	.ctc-deal-header {
		flex-direction: column;
		gap: 20px;
	}
}

.ctc-coupon-header {
	display: flex;
	gap: 40px;
}

.ctc-coupon-image {
	max-width: 160px;
}

.ctc-coupon-headings {
	flex: 1;
}

.ctc-coupon .ctc-coupon-heading {
	margin: 0;
}

.ctc-coupon .ctc-coupon-heading + .ctc-coupon-description {
	margin-top: 10px;
}

.ctc-coupon .ctc-coupon-description p:last-child {
	margin-bottom: 0;
}

.ctc-coupon-details {
	margin: 0px 0 0 0;
	border: 1px solid #bed3e9;
	padding: 10px 20px;
	background: #d7e7f8;
	border-top: none;
}

.ctc-block.ctc-coupon .ctc-coupon-toggle-link {
	text-decoration: none;
	display: inline-block;
	margin: 0;
	font-size: 14px;
	line-height: normal;
}

.ctc-coupon-header {
	border: 1px solid #bed3e9;
	padding: 20px;
	background: #e4f1ff;
}

.ctc-details-content > ul:last-child, .ctc-details-content > p:last-child {
	margin-bottom: 0;
}

.ctc-details-content {
	padding: 5px 0;
	font-size: 14px;
}

.ctc-toggle-details {
	display: none;
}

.ctc-block.ctc-coupon .ctc-coupon-link {
	text-decoration: none;
	background: #0170b9;
	color: white;
	padding: 10px 30px;
	display: inline-block;
}

.ctc-coupon-code {
	border: 2px dashed #0170b9;
	padding: 10px 20px;
	background: white;
	position: absolute;
	right: 0;
	right: 0;
	bottom: 0;
}

.ctc-coupon-cta .ctc-block-copy {
	display: none;
}

.ctc-coupon-cta {
	position: relative;
	display: inline-flex;
	align-self: flex-start;
}

.ctc-block.ctc-coupon .ctc-coupon-link {
	z-index: 999;
	position: relative;
	text-decoration: none;
	background: #0170b9;
	color: white;
	padding: 10px 30px;
	display: inline-block;
	border: 2px solid #0170b9;
	right: 30px;
}

.ctc-block.ctc-coupon .ctc-coupon-cta:hover .ctc-coupon-link {
	right: 50px;
}

/** On Click */
.ctc-coupon-clicked .ctc-coupon-cta .ctc-block-copy {
	display: flex;
}

.ctc-coupon-clicked .ctc-coupon-cta .ctc-coupon-link {
	display: none;
}

.ctc-coupon-clicked .ctc-coupon-code {
	position: relative;
}

.ctc-coupon-clicked .ctc-coupon-cta {
	gap: 15px;
}

.ctc-details-content  p {
	margin: 0 0 5px 0;
}

.ctc-details-content p:last-child {
	margin: 0;
}

.ctc-details-content  ul {
	margin: 0 0 10px 20px;
}

@media all and (max-width: 768px) {
	.ctc-coupon-header {
		flex-direction: column;
		gap: 20px;
	}
	
	.ctc-block.ctc-coupon .ctc-coupon-link {
		margin-left: 30px;
	}
}

.ctc-block.ctc-ai-prompt-generator {
	transition: all ease-in-out .2s;
}

.ctc-block.ctc-ai-prompt-generator .ctc-block-field {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ctc-block.ctc-ai-prompt-generator .ctc-block-field-label {
	min-width: 200px;
	font-weight: 600;
}

.ctc-block.ctc-ai-prompt-generator .ctc-block-field input {
	width: 100%;
	max-width: 100%;
}

.ctc-block.ctc-ai-prompt-generator .ctc-block-field-value {
	flex: 1;
}

.ctc-block.ctc-ai-prompt-generator .ctc-block-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ctc-block .ctc-ai-prompt-generator-textarea {
	height: 200px;
	margin: 0 0 10px 0;
}

.ctc-block.ctc-ai-prompt-generator .ctc-ai-prompt-heading {
	margin: 30px 0 10px 0;
}

@media all and (max-width: 767px) {
	.ctc-block.ctc-ai-prompt-generator .ctc-block-field {
		flex-direction: column;
		align-items: baseline;
	}
	
	.ctc-block.ctc-ai-prompt-generator .ctc-block-field-value {
		width: 100%;
	}
}

.ctc-table-wrap {
	overflow-x: auto;
}

.ctc-table table {
	color: black;
	text-wrap: nowrap;
	margin: 0;
	font-size: 14px;
}

.ctc-table table, .ctc-table td, .ctc-table th {
	border: 1px solid white;
	padding: 10px;
}

.ctc-table-wrap {
	margin: 0 0 20px 0;
}

.ctc-table tr:nth-child(odd) {
	background: #dcddde;
}

.ctc-table tr:nth-child(even) {
	background: #bcbec0;
}

.ctc-table__key {
	background: black;
	color: white;
}

.ctc-contact-information .ctc-contact-heading, .ctc-contact-information .ctc-social-heading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.ctc-contact-information .ctc-block-fields {
	margin-bottom: 20px;
}

.ctc-block-field-label {
	font-weight: 600;
}

.ctc-block-field {
	display: flex;
	gap: 10px;
}

.ctc-contact-information .ctc-block-social {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.comments-area a, .page-content a {
	text-decoration: underline;
}

.alignright {
	float: right;
	margin-left: 1rem;
}

.alignleft {
	float: left;
	margin-right: 1rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline: auto;
}

.alignwide {
	margin-inline: -80px;
}

.alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
}

.alignfull, .alignfull img {
	width: 100vw;
}

.wp-caption {
	margin-block-end: 1.25rem;
	max-width: 100%;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	display: block;
	margin-inline: auto;
}

.wp-caption-text {
	margin: 0;
}

.gallery-caption {
	display: block;
	font-size: .8125rem;
	line-height: 1.5;
	margin: 0;
	padding: .75rem;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}

.sticky {
	display: block;
	position: relative;
}

.bypostauthor {
	font-size: inherit;
}

.hide {
	display: none !important;
}

.post-password-form {
	margin: 50px auto;
	max-width: 500px;
}

.post-password-form p {
	align-items: flex-end;
	display: flex;
	width: 100%;
}

.post-password-form [type=submit] {
	margin-inline-start: 3px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.post .entry-title a {
	text-decoration: none;
}

.post .wp-post-image {
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media (max-width:991px) {
	.post .wp-post-image {
		max-height: 400px;
	}
}

@media (max-width:575px) {
	.post .wp-post-image {
		max-height: 300px;
	}
}

#comments .comment-list {
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments .comment, #comments .pingback {
	position: relative;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
	border-block-end: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	padding-block-end: 30px;
	padding-block-start: 30px;
	padding-inline-end: 0;
	padding-inline-start: 60px;
}

#comments .comment .avatar, #comments .pingback .avatar {
	border-radius: 50%;
	left: 0;
	margin-inline-end: 10px;
	position: absolute;
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar, html[dir=rtl] #comments .comment .avatar, html[dir=rtl] #comments .pingback .avatar {
	left: auto;
	right: 0;
}

#comments .comment-meta {
	display: flex;
	justify-content: space-between;
	margin-block-end: .9rem;
}

#comments .comment-metadata, #comments .reply {
	font-size: 11px;
	line-height: 1;
}

#comments .children {
	list-style: none;
	margin: 0;
	padding-inline-start: 30px;
	position: relative;
}

#comments .children li:last-child {
	padding-block-end: 0;
}

#comments ol.comment-list .children:before {
	content: "↪";
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	left: 0;
	line-height: 100%;
	position: absolute;
	top: 45px;
	width: auto;
}

body.rtl #comments ol.comment-list .children:before, html[dir=rtl] #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0;
}

@media (min-width:768px) {
	#comments .comment-author, #comments .comment-metadata {
		line-height: 1;
	}
}

@media (max-width:767px) {
	#comments .comment .comment-body {
		padding: 30px 0;
	}
	
	#comments .children {
		padding-inline-start: 20px;
	}
	
	#comments .comment .avatar {
		float: left;
		position: inherit;
	}
	
	body.rtl #comments .comment .avatar, html[dir=rtl] #comments .comment .avatar {
		float: right;
	}
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	margin-inline-end: auto;
	margin-inline-start: auto;
	width: 100%;
}

@media (max-width:575px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		padding-inline-end: 10px;
		padding-inline-start: 10px;
	}
}

@media (min-width:576px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 500px;
	}
	
	.site-footer.footer-full-width .footer-inner, .site-header.header-full-width .header-inner {
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 600px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 800px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1140px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

.site-header+.elementor {
	min-height: calc(100vh - 320px);
}

.site-header {
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 40px;
}

.site-navigation {
	flex: 1 1 auto;
}
