.navtoggle:hover,
.navtoggle:focus {
	cursor: pointer;
}

.mothers-day-hero h2 {
	font-size: 16px;
	line-height: 27px;
}

.mothers-day-youtube .section-youtube-video {
	background: #000;
}

@media (min-width: 1400px) {
	.mothers-day-youtube .section-youtube-video {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.mothers-day-youtube .yt-video-wrapper {
	max-width: 1050px;
}

.mothers-day-text-img p {
	position: relative;
}

.mothers-day-text-img p.top-line:before {
	top: -30px;
}

@media (min-width: 992px) {
	.mothers-day-text-img .col-lg-6.order-lg-1 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.mothers-day-text-img .col-lg-6.order-lg-2 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
}

.mothers-day-pricing h4 {
	position: relative;
}

.mothers-day-pricing .md-p1 {
	text-decoration: line-through;
	color: #00000099;
	font-size: 24px;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%) translateX(+75px);
}

@media (min-width: 992px) {
	.mothers-day-pricing .col-lg-4 {
		flex: 0 0 auto;
		width: 50%;
	}

}

/* Landing Pages START */

/*Header*/
/* .page-id-2649 #site-navigation .container,
.page-id-2649 .nav-logo-btn-wrapper,
.page-id-2614 #site-navigation .container,
.page-id-2614 .nav-logo-btn-wrapper {
justify-content: center !important;
text-align: center;
}

.page-id-2649 #site-navigation .navtoggle,
.page-id-2614 #site-navigation .navtoggle {
display: none;
} */

/*Progress Bar*/
.section-countdown .progress-bar {
	height: 58px;
	background-color: #F9F9F9;
	padding: 0;
	position: relative;
	border: solid 1px #E0E0E0;
}

.section-countdown .progress-fill {
	height: 100%;
	background: repeating-linear-gradient(-58deg, #FBF7F8, #FBF7F8 30px, #F2EBEE 30px, #F2EBEE 60px);
	position: relative;
}

.section-countdown .progress-label {
	position: absolute;
	top: 0;
	right: 20px;
	color: #7E7E7E;
	font-size: 24px;
	font-weight: 400;
}

.section-countdown .countdown-item:last-child {
	border-right: none;
}

.section-countdown .countdown-item i {
	font-style: normal;
	font-size: 64px;
	line-height: 1;
}

.section-testimonials-with-images .row {
	justify-content: space-between;
}

.section-testimonials-with-images .section-testimonial-block-wrapper {
	margin-bottom: 20px;
}

.section-cta-with-image .col-image,
.section-cta-with-image .col-text {
	padding: 0 20px;
}

@media (min-width: 768px) {
	.section-testimonials-with-images .testimonials-right {
		order: 1;
	}

	.section-testimonials-with-images .first-image img {
		width: 640px;
		max-height: 775px;
		object-fit: cover;
	}

	.section-testimonials-with-images .second-image img {
		width: 640px;
		max-height: 444px;
		object-fit: cover;
		object-position: 20% 40%;
	}

	.section-countdown .countdown-item {
		border-right: solid 1px #7E7E7E;
	}
}

@media (max-width: 768px) {
	.section-countdown .countdown {
		flex-wrap: wrap;
	}

	.section-countdown .countdown-item {
		width: 50%;
	}

	.section-testimonials-with-images .item_box {
		display: block !important;
		margin-bottom: 20px;
	}
}

/* << START >> SEO One Click link above footer */
.bottom-bar {
	background-color: #FBF7F8;
	padding: 11px 11px 8px;
	text-align: center;
}

.bottom-text {
	margin: 0 auto;
	color: #000;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
}

.bottom-text a {
	font-weight: 600;
}

/* << END >> =============*/

/* << START >> Instagram double video section - Products Page */
.insta-double-video {
	background-color:#FBF7F8;
}
.insta-double-video-right {
	display: flex;
	flex-flow: column;
	align-self: center;
}
.insta-double-video h2 {
	font-size: 32px;
}
.insta-double-video h4 {
	font-size: 24px;
}
.insta-double-video p {
	font-size: 16px;
}
/* << END >> =============*/

/* << START >> Youtube short background */
.youtube-double-video {
	background-image: url('https://www.portraitsbyz.com/wp-content/uploads/2023/01/hero-img.jpg');
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat; 
}

/* << END >> =============*/

/* << START >> Process page sections */

.section-process .with-video{
	flex-direction: column;
}
.section-process-vertical {
	background-color: transparent !important;
}

.section-process-vertical .process-steps-column {
	flex-direction: column;
	gap: 120px;
}

.section-process-vertical .single-process-column {
	display: flex;
	align-items: center;
}

.section-process-vertical .process-icon {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.section-process-vertical .process-icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height:  calc(100% + 120px);
	background: repeating-linear-gradient(to bottom, #DDD0D6 0, #DDD0D6 8px, transparent 8px, transparent 16px);
	z-index: 0;
}

.section-process-vertical .single-process-column:first-child .process-icon:before {
	top: 50%;
	height: calc(50% + 120px);
}

.section-process-vertical .single-process-column:last-child .process-icon:before {
	top: 0;
	height: 50%;
}

.section-process-vertical .process-icon-img {
	position: relative;
	min-width: 120px;
	z-index: 3;
}


.single-process-column.image_right .process-column-content {
	text-align: center;
}

.section-process-vertical h3 {
	font-size: 20px;
	font-weight: 500;
}

.section-process-vertical h4 {
	font-size: 28px;
	color: #000;
}
.section-process-vertical .process-images-column {
	display: grid;
	grid-template-rows: repeat(8, 1fr);
	position: relative;
	width: 50%;
	max-width: 100%;
	min-width: 300px;
	padding: 0 20px;
}
.section-process-vertical .first-image,
.section-process-vertical .second-image,
.section-process-vertical .third-image {
	position: absolute;
	transition: all 0.3s ease;
	padding: 0;
	border: solid 2px #FBF7F8;
}
.section-process-vertical .first-image {
	top: 30px;
	left: 30px;
	width: 50%;
	z-index: 3;
}
.section-process-vertical .second-image {
	top: 20%;
	right: 0%;
	width: 60%;
	z-index: 2;
}
.section-process-vertical .third-image {
	bottom: 6%;
	left: 10%;
	width: 80%;
	z-index: 1;
}

@media (max-width: 1400px) {
	.section-process-vertical .process-images-column {
		/*max-width: 90%;*/ /* Allow the column to shrink */
	}
	/*.section-process-vertical .first-image {
	top: 0;
	left: 5%;
	width: 50%;
}
	.section-process-vertical .second-image {
	top: 30%;
	left: 10%;
	width: 60%;
}*/
	.section-process-vertical .process-icon:before {
		top: 30%;
	}
	.section-process-vertical .third-image {
		bottom: 26%;
		width: 71%;
	}
}
@media (max-width: 1200px) {
	.section-process-vertical .process-icon:before {
		top: 30%;
	}
	.section-process-vertical .first-image {
		width: 65%;
	}
	.section-process-vertical .second-image {
		top: 28%;
		width: 70%;
	}
	.section-process-vertical .third-image {
		bottom: 28%;
		left: 10%;
		width: 90%;
	}
}

@media (min-width: 992px) {
	.section-process-vertical .process-images-column:before {
		background-image: url(https://www.portraitsbyz.com/wp-content/themes/seo-one-click-theme/assets/dist/img/icon-angle-90.svg);
		height: 33px;
		left: 0;
		top: 0;
		width: 33px;
	}
	.single-process-column.image_right .process-column-content {
		text-align: right;
	}

	.single-process-column.image_left .process-image {
		order: 1;
	}

	.single-process-column.image_left .process-icon {
		order: 2;
	}

	.single-process-column.image_left .process-column-content {
		order: 3;
	}
}
@media (max-width: 991px) {
	.section-process-vertical .single-process-column {
		flex-direction: column;
		align-items: center;
	}

	.section-process-vertical .process-steps-column {
		gap: 50px;
	}

	.single-process-column.image_left .process-column-content {
		text-align: center;
	}

	.single-process-column .process-icon,
	.single-process-column.image_left .process-icon {
		order: 1;
	}

	.section-process-vertical .process-column-content,
	.single-process-column.image_left .process-column-content {
		order: 2;
	}

	.section-process-vertical .process-icon:before {
		display: none;
	}
	.section-process-vertical .process-images-column {
		grid-template-rows: auto; /* Adjust rows for smaller screens */
		width: 100%;
		padding: 0 10px;
	}

	.section-process-vertical .single-process-column .process-image{
		display: none;
	}
}
@media (max-width: 767px) {
	.section-process-vertical .process-image {
		min-width: 80px;
	}
}
/* << END >> =============*/


/* << START >> Utility class for landing galleries */
.gallery--hidden {
	width: 0!important;
	height: 0!important;
	max-height: 0!important;
	min-height: 0!important;
	margin: 0!important;
	padding: 0!important;
	display: none;
}
/* << END >> =============*/

#site-navigation #primary-menu-container ul.menu>li.menu-item-has-children>ul.sub-menu {
	z-index: 9;
}

/* << START >> FAQ */

section.faq .faq__wrapper-question .icon {
	background-position: center;
	height: 24px;
	background-image: url("../seo-one-click-theme-rd-2026/assets/dist/img/icon-plus.svg");
	background-repeat: no-repeat;
}
section.faq .faq__wrapper-question.active .icon {
	height: 24px;
	background-image: url("../seo-one-click-theme-rd-2026/assets/dist/img/icon-minus.svg");
	background-repeat: no-repeat;
}

.faq__wrapper-answer .inner {
	background-color: #fbf7f8;
}
/* << END >> FAQ =============*/