/*!
Theme Name: SafeDating
Theme URI: https://www.facebook.com/marc.aton
Author: Marc Venry Aton
Author URI: https://www.facebook.com/marc.aton
Description: Safe Dating Custom Theme
Version: 1.0
Text Domain: safe-dating
*/

/*Global CSS*/
body{
    font-size: 1rem;
    font-weight: 500;
}
#main{
    margin-top: 0 !important;
}
.navbar-toggler {
	box-shadow: none !important;
	border: 0 !important;
}
.navbar-collapse {
	position: absolute;
	top: 46px;
    background-color: rgba(0,0,0,.4);
    min-width: 200px;
	z-index: 999999;
}
.navbar-nav .dropdown-menu {
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: transparent !important;
}
.navbar-nav .dropdown-menu {
	padding: 0;
	border: 0;
}
.navbar-collapse ul li a {
	font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 1rem;
	color: #ffffff;
	margin-left: 15px;
}

#header.navbar{
    background: #FFFFFF !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	padding: 0;
}
#main  h1 {
    font-family: 'Gothic A1', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    font-size: 52px;
    color: #ffffff;
	
}


.container-fluid {
    padding: 0 !important;
}

/*Teaser Page*/
.page-id-51 #wrapper header {
	display: none;
}

.page-id-26 #wrapper #main {
	padding: 0;
	margin: 0;
}

.with-bg-cover {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('assets/images/teaser-girl.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    margin: 0 !important;
}

.center-content {
	padding-top: 55px;
	text-align: center;
}
.with-bg-cover .center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
#main.container-fluid .text-content h1 {
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	font-size: 2rem;
}
.first-logo {
	margin-bottom: 50px;
}
.awareness-text {
	font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    color: #ffffff;
    margin-top: 17px;
    display: block;
}
.all-in-one {
	font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
	display: block;
	margin-top: 15px;
}
.we-live {
	font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    margin-top: 40px;
    display: block;
}

.counter-wrap {

	display: inline-block;
    background: rgba(255,255,255,0.6);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px 50px;

}
.counter-number {
	background: linear-gradient(180deg, #F28A4A 0%, #BF3B0B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 95px;
    display: block;
    text-align: center;
    text-transform: uppercase;

}

.counter-days {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #2D181A;
}

.get-notified .not-text {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 60px;
    display: block;
}

.email-lists {
	margin-top: 40px;
}
.email-lists input {
	background: #FFFFFF;
    border-radius: 5px;
    border: 0;
    padding: 5px 15px;
    outline: none;
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 30px;
    color: #828282;
    width: 230px;
}
.email-lists button {
	background-color: #FEAA00;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 30px;
    padding: 4px 26px;
    margin-left: -5px;
    border: 1px solid #ffffff;
}

/*Footer*/
footer#footer {
	background: #989c81 url(http://test.mycorejourney.com/wp-content/uploads/2024/09/footer-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#footer .copyright {
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 24px;
	color: #F2F2F2;
}

#footer h4 {
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 24px;
	color: #F2F2F2;
}

#footer ul.footer-menus {
	margin: 0;
    padding: 0;
    list-style-type: none;
	 box-sizing: border-box;
    width: 100%;
}

@media(min-width: 992px) {
	#footer ul.footer-menus {
  	 flex-flow: wrap;
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

#footer ul.footer-menus li {
	margin-bottom: 14px;
}

#footer ul.footer-menus li a {
	font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #ffffff;
	font-weight: 700;
}
.footer-terms {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.footer-terms li {
    display: inline-block;
    color: #ffffff;
 	font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #F2F2F2;
}

ul.footer-terms li a {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #F2F2F2;
}

.keep-date {
	font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
}

.footer-email input {
	background: #FFFFFF;
    border-radius: 5px;
    border: 0;
    padding: 5px 15px;
    outline: none;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    color: #4F4F4F;
    width: 230px;
}
.footer-email button {
	    background-color: transparent;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: revert;
    line-height: 30px;
    border: 1px solid #ffffff;
    border-left: 0;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 3px 25px 3px 10px;
}

.footer-lower-bottom {
	display: flex;
	gap: 24px;
	justify-content: start;
	padding: 150px 0 0;
}

.footer-social-icons {
	padding: 0;
}
.footer-social-icons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-social-icons ul li {
    display: inline-block;
    margin-right: 22px;
}

.footer-right {
display: flex;
margin-top: 2.5rem !important;
	justify-content: center;
}
@media(max-width: 640px) {
	.footer-right .footer-right-wrapper {
		flex-direction: column;
	}
	
	#footer .form-teaser-wrapper {
		width: auto !important;
	}
}
.footer-right-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
	gap: 24px;
	align-items: center;
}

.footer-right-wrapper .wpcf7-form {
	max-width: 100%;
	background-color: transparent;
	padding: 0;
	box-shadow: none;
}
.footer-right-wrapper .wpcf7-form {
	display: flex;
	gap: 16px;
}
#footer .footer-right-wrapper .wpcf7-form .form-teaser-wrapper p, 
#footer .footer-right-wrapper .wpcf7-form .form-teaser-wrapper label, 
#footer .teaser-submit p{
	margin: 0;
}
.footer-right-wrapper .wpcf7-form .form-label {
	display: none;
}

#footer .footer-right-wrapper .wpcf7-form input[type=submit] {
	font-size: 16px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #ffffff !important;
    padding: 1px 13px;
}
.footer-right-wrapper .wpcf7-form input {
	width: 305px;
	height: 32px;
	border: 0 !important;
}
#footer .footer-right-wrapper h4 {
	margin: 0px;
    font-size: 56px;
    font-weight: 500;
    font-family: Quicksand, sans-serif;
    line-height: 1.2;
    color: #f2f2f2;
}

#footer .container {
	position: relative;
	z-index: 2;
}

.footer-right-wrapper .child-container {
	flex-basis: 50%;
}
.first-footer {
	padding: 130px 0 200px;
	background-color: rgba(152, 156, 129, 0.3);
}
.second-footer {
	position: relative;
	padding: 50px 0;
}
.second-footer-overlay {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
 	 height: 100%;
	background: rgba(64, 64, 64, 1);
  	mix-blend-mode: color-burn;
}
.child-container, .footer-terms {
    text-align: left;
	position: relative;
}
.footer-social-icons ul li a img {
	vertical-align: top;
}

#footer .wpcf7 form .wpcf7-response-output {
	display: none;
}

#footer .wpcf7-not-valid-tip {
	position: absolute;
	font-size: 14px;
}

#footer .btn-hover-text {
	position: relative;
    padding: 15px 20px;
    background-color: #ffffff;
    color: #686961;
    border-radius: 5px;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-size: 10px;
    top: 30px;
    width: 100%;
    display: none;
    margin-top: 0;
}

#footer .btn-hover-text:before {
	content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: 30px;
    top: -15px;
    transform: rotate(90deg);
}

@media(min-width: 1200px){
	#footer .btn-hover-text {
		width: 480px;
	}
}
/*Front Page CSS*/
.sd-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/wp-content/uploads/2023/10/image-front-with-shade-scaled.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-banner h1 span{
    display: block;
	margin-bottom: 50px;
}
.content-banner h1 {
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.content-banner h3 {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
}
.two-buttons {
    text-align: center;
    margin-top: 50px;
}
.two-buttons ul {
    list-style-type: none;
}

.two-buttons ul li {
    display: inline-block;
}
.two-buttons ul li:first-child {
    margin-right: 50px;
}
.two-buttons ul li a {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 30px;
    border-radius: 60px;
    border: 1px solid #ffffff;
    padding: 8px 26px;
}
.two-buttons ul li:first-child a {
    background-color: #FFA826;
	 border: 1px solid #FFA826;
}
.banner-wrapper {
    padding: 90px 0;
}

/* CSS for Slick slider and Slider Container */
.slider-bottom {
	background-color: #E6E8D8;
	padding: 130px 0;
	box-shadow: inset 0px 4px 4px 0px #00000040;
}

.introducing h3 {
    font-family: 'Gothic A1', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    color: #686961;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
	text-transform: uppercase;
}

.introducing p {
    font-family: 'Gothic A1', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #686961;
    max-width: 64%;
    margin: 0 auto;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: 0;
  background-color: transparent;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 100px;
}

.slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 3.5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #ffffff;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #FFA826;
    width: 9px;
    height: 9px;
    padding: 4.5px;
}

.slick-slider .slick-list {
    text-align: center;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    max-width: 580px;
    margin: 0 auto;
    color: #ffffff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.steps {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.steps .container {
    padding: 130px 0;
}
.steps-inner .counter{
    background: linear-gradient(to right, #FFD28F, #FFA826);
    border-radius: 50%;
    height: 112px;
    width: 112px;
    margin: 0 auto;
    position: relative;
}
.steps-inner .counter:before {
    position: absolute;
    content: "";
    width: 95px;
    height: 95px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 8px;
    right: 0;
    left: 8px;
    bottom: 0;
}
.steps-inner .number {
    position: absolute;
    font-family: 'Noto Sans Thai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #686961;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steps-inner h2 {
    font-family: 'Gothic A1', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #686961;
    max-width: 145px;
    margin: 20px auto 0;
}

.take-test {
    background-color: #E6E8D8;
    padding: 130px 0;
}

.take-test h4 {
    font-family: 'Gothic A1', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 46px;
    color: #686961;
    text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.take-test h4.take-description {
	font-weight: 500;
	text-shadow: none;
}
.take-test .take-test-btn {
    text-align: center;
    margin-top: 20px;
}
.take-test .take-test-btn a {
    background: #FFA826;
    border: 1px solid #FFA826;
    border-radius: 60px;
    color: #ffffff;
    padding: 3px 30px;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}

/*Blog Archive*/
.blog-banner {
    background: url('assets/images/blog-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:50px 0;
}

.blog-banner h1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.single-post .blog-banner h1 {
    visibility: hidden;
}

.blog-categories a {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #4F4F4F;
    padding: 8px 0;
    display: block;
    text-align: center;
}
.blog-filter .blog-categories:first-child a {
    color: #ffffff;
    background-color: #686961;
}
.blog-filter .blog-categories a:hover {
    color: #ffffff;
    background-color: #686961;
}
.blog-filter {
    background-color: #E6E8D8;
}
.card-title {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
}
.card-title a {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #4f4f4f;
}
.blog-content-text {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;    
    line-height: 22px;  
    color: #686961;
    margin-top: 20px;
}
.blog article {
    border-bottom: 1px solid #E0E0E0;
    padding: 40px 0 20px;
	cursor: pointer;
}

.single-post .comment-container {
	display: none;
}
/*Single Blog*/

#sidebar{
    display: none;
}

.single-post .post-thumbnail img {
    width: 100%;
}

.single-title {
    padding: 25px 0;
    border-bottom: 1px solid #E0E0E0;
}
.single-title img {
    float: left;
}

.single-title h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 46px;
    color: #4F4F4F;
    text-align: center;
}

.single-content-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #686961;
    margin: 50px 0 50px;
}
.single-post .entry-meta {
    font-family: 'Quicksand', sans-serif;
	font-size: 15px;
}
.single-post .post-navigation, .single-post hr.mt-5 {
    display: none !important;
}

.read-more a, .read-more a:hover {
    background: #E6E8D8;
    border: 1px solid #E6E8D8;
    border-radius: 8px;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    color: #686961;
}
.read-more {
    text-align: right;
}

.blog #custom-pagination {
    margin: 50px 0 90px !important;
    justify-content: center;
     display: flex;
  flex-direction: column;
  align-items: center;
}
.blog .total-pages {
    margin-top: 15px;
}
.blog #custom-pagination a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    background-color: transparent;
    color: #4F4F4F;
    border: 1px solid #4F4F4F;
    border-radius: 8px;
    padding: 8px 40px;
}
.blog #custom-pagination a.prev {
    margin-right: 30px;
}
.blog #custom-pagination a.prev.no-margin {
    margin-right: 0;
}
.blog #custom-pagination a:hover {
    background-color: #FFA826;
    color: #ffffff;
    border: 1px solid #FFA826;
}

.blog .terms .category .post-categories {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
}
.blog .terms .category .post-categories li a {
    pointer-events: none;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 24px;
    color: #4F4F4F;
}
.blog .terms {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.blog .terms .category {
    float: left;
    display: inline-block;
}
.blog .terms .post-meta {
    float: right;
    display: inline-block;
}

.blog .terms .post-meta span{
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 24px;
    color: #4F4F4F;
}

#category-filter {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
#category-filter li {
    flex-grow: 1;
    text-align: center;
}
#category-filter li {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #4F4F4F;
    padding: 8px 0;
    text-transform: uppercase;
}
#category-filter li:hover {
    cursor: pointer;
}
#category-filter li.selected {
    background-color: #686961;
    color: #ffffff;
}
#blog-filter {
    background-color: #E6E8D8;
}

/*Comments*/
#comments-title, .comment-reply-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    color: #4F4F4F;
    margin-bottom: 0 !important;
}
.comment-notes {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

#comment {
    height: 147px;
}

.comment-labeling {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
}
.form-control:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.comment-name {
    dispaly: inline-block;
    width: 48%;
    float: left;
    margin-right: 4%;
}

.comment-email {
    dispaly: inline-block;
    width: 48%;
    float: left;
}
#commentform .form-submit input[type="submit"] {
        background: #E6E8D8;
    border: 1px solid #E6E8D8;
    border-radius: 8px;
    float: right;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    color: #686961;
    padding: 5px 41px;
}
.comment-container {
    margin-bottom: 70px;
}
#comments .commentlist {
    width: 85%;
}

.comment-reply-title small {
    margin-left: 10px;
}

.form-floating>.form-control:focus {
    padding: 1rem .75rem !important;
}

@media(max-width: 767px){
	.footer-logo img {
		max-width: 100%;
	}
	.steps .steps-inner {
		margin-bottom: 15px;
	}
}

@media(max-width: 560px){
	.steps .container .row {
		margin: 0;
	}
	.two-buttons ul li {
		display: block;
		margin-bottom: 20px;
	}
	.footer-email input {
		width: 180px;
	}
	.header-logo .navbar-brand img {
		height: 17px !important;
	}
	.pll-switcher-select {
		margin-right: 0 !important;
	}
}

.blog-latest-filter {
    margin-top: 30px;
}

.blog-latest-filter .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.blog-latest-filter ul {
	list-style: none;
	display: flex;
	margin-left: auto; /* Move the <ul> to the right */
	padding-right: 0;
	align-items: center;
}

.blog-latest-filter li {
	margin-right: 10px;
	cursor: pointer;
	text-decoration: underline;
}

.pagination .page-numbers{
    display: none;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers{
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    background-color: transparent;
    color: #4F4F4F;
    border: 1px solid #4F4F4F;
    border-radius: 8px;
    padding: 8px 40px;
}

.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:hover {
    background-color: #FFA826;
    color: #ffffff;
    border: 1px solid #FFA826;
}
.pagination .prev.page-numbers {
    margin-right: 30px;
}

.pagination {
    margin: 50px 0 90px !important;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.blog-latest-filter li:first-child::after {
	content: "|";
	margin-left: 10px;
	color: #333; /* Adjust color as needed */

}

.blog-latest-filter input {
	margin-left: auto; /* Push the input to the right */
	width: 250px;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	outline: none;
	padding: 5px;
}

.left-arrow img {
    margin-top: 10px;
    margin-left: -40px;
	position: absolute;
    top: -17px;
	left: 0;
}

.right-arrow img {
    margin-top: 10px;
    margin-right: -40px;
	position: absolute;
    top: -17px;
	right: 0;
}
.home .slick-next, .home .slick-prev {
	display: none !important;
}

@media(min-width: 1400px) {
	#footer .container {
		max-width: 1320px;
        padding: 0;
        width: 80%;
	}
	.footer-right, #footer ul.footer-menus {
		justify-content:center;
	}
	
}

@media(max-width: 767px) {
	#main h1 {
		font-size: 40px;
		padding: 0 15px;
	}
	.two-buttons ul {
		padding-left: 0;
	}
	.two-buttons ul li:first-child {
		margin-right: 0;
	}
	.with-seperator {
		margin-top: 20px !important;
    	padding-bottom: 15px;
		position: relative;
	}
	.with-seperator:after {
		width: 50px;
		position: absolute;
		content: "";
		height: 1px;
		background-color: #ffffff;
		bottom: 0;
	}
	.footer-right {
		margin-top: 20px !important;
	}
	
	.with-define {
		margin-top: 0 !important;
	}
	
	.steps-content, .content-methodology-second {
		display: flex;
    	flex-direction: column;
	}
	.steps-content .steps-col {
		margin-bottom: 30px;
	}
	.steps-content .steps-col:first-child, .content-methodology-second .first {
		order: 2;
	}
	.steps-content .steps-col:nth-child(2), .content-methodology-second .second {
		order: 1;
	}
	.steps-content .steps-col:last-child {
		margin-bottom: 0;
		order: 3;
	}
	.see-more-content .hide-lists {
		display: none;
	}
	.see-more-content #myTabs {
		margin-bottom: 30px;
	}
	.page-template-page-methodology .content-white-bg {
		padding: 50px 20px;
	}
}

@media(max-width: 991px) {
	.container {
		max-width: 100% !important;
	}
	.see-more-content .tab-pane {
		padding: 50px 20px !important;
	}
	#main .why-define h1 {
		font-size: 30px !important;
	}
	.hide-lists {
		display: none;
	}
	.see-more-content .nav {
		margin-bottom: 30px;
	}
	.qanda, .first-section, .content-white-bg {
		padding: 50px 20px !important;
	}
	.qanda .nav li {
		width: 100%;
	}
}

.custom-second-menu {
	text-align: center;
	margin-bottom: 15px;
}

.custom-second-menu li {
	display: inline-block;
	padding-right: 10px;
}
.custom-second-menu li:last-child {
	padding-right: 0;
}

.custom-second-menu li a {
	color: #686961;
    padding: 5px 8px;
    border-radius: 5px;
}

.custom-second-menu li.active a {
	background: #e6e8d8;
}

.steps-main-wrapper {
	background-color: #ffffff;
	padding: 50px 0 100px;
    border-radius: 5px;
}
.page-template-page-the-steps .row.steps-mains{
	padding: 50px 0 100px;
}
.accordion-button:not(.collapsed) {
	color: #212529 !important;
}

/*Custom Teaser Page*/
#header-teaser {
    background-color: transparent !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999999;
}

#header-teaser .pll-switcher-select {
    background-color: transparent;
    color: #ffffff;
}
#header-teaser .pll-switcher-select option {
	background-color: #000000;
	border: 0;
}

#header-teaser .fa-user {
    background-color: #ffffff;
}
#header-teaser .fa-user:before {
    color: #552C18;
}

.with-teaser-cover {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('assets/images/teaser-image-test.jpeg');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 100vh;
    margin: 0 !important;
    transition: background 0.5s ease-in-out;
}

.with-teaser-cover .text-white-line {
    width: 25%;
    margin-top: 82px;
}

.left-content {
    width: 550px;
    position: absolute;
    left: -5px;
    bottom: 0px;
}
.upper-content {
    background-color: #FFA826;
    padding: 37px 50px 48px;
    max-height: 250px;
}
.upper-content h3 {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    text-align: left;
}
.lower-content {
    background-color: #E6E8D8;
    padding: 35px 50px;
    height: 235px;
}
.lower-content p {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    font-weight: 500;
}
.lower-content p:last-child {
    margin-bottom: 0;
}
.teaser-content {
    position: relative;
}

.upper-content .slide-title,
.lower-content .slide-content {
    display: none;
}

.upper-content .slide-title.active,
.lower-content .slide-content.active {
    display: block;
}

.slider-controller {
    text-align: center;
    background-color: #E6E8D8;
    padding: 15px 0 30px;
    margin-top: -1px;
}

.slider-controller .bullet {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.slider-controller .bullet.active {
    background-color: #FFAB26;
}

.content-center {
    text-align: center;
}

#main .content-center h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 45px;
    line-height: 34px;
    font-weight: 500;
}

.teaser-join-us {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    display: flex;

}
.right-content {
    width: 330px;
    position :absolute;
    right: 75px;
    bottom: 25px;
}

.teaser-cookie {
    text-align: center;
	margin-left: 68px;
}

.teaser-cookie a {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    text-decoration: underline;
}

#header-teaser .container-fluid.with-padding-container {
    padding: 0 75px !important;
}


.with-teaser-cover .middle-content label .form-label {
    display: none;
}

.with-teaser-cover .wpcf7-form {
    background-color: transparent;
    box-shadow: none;
}
.with-teaser-cover .middle-content label,
.with-teaser-cover .middle-content p {
    margin-bottom: 0;
}
.with-teaser-cover .middle-content .form-teaser-wrapper {
    display: inline-block;
}
.with-teaser-cover .middle-content .form-teaser-wrapper:nth-child(2) {
    width: 148px;
}

.with-teaser-cover .middle-content .form-teaser-wrapper:nth-child(3) {
    width: 325px;
}

.with-teaser-cover .middle-content .form-teaser-wrapper input {
    height: 40px;
    border: 0 !important;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;

}

.with-teaser-cover .middle-content form{
    padding: 0;
}

.with-teaser-cover .middle-content .wpcf7-form input[type=submit] {
    position: absolute;
    padding: 4px 21px;
    right: 9px;
    bottom: 0.5px;
    margin: 2px;
    height: 36px;
}

.with-teaser-cover .middle-content .wpcf7-not-valid-tip {
    position: absolute;
	display: none;
}

.with-teaser-cover .middle-content .wpcf7-response-output {
    color: #ffffff;
	margin-left: 0;
    margin-top: 15px;
}

.teaser-social {
    display: flex;
    margin-left: 0;
    padding-left: 15px;
    list-style-type: none;
    margin-bottom: 0;
}

.teaser-social li:first-child {
    margin-right: 15px;
}

.middle-content h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 27.78px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    
}

.teaser-submit {
    position: relative;
}

.with-teaser-cover {
    position: relative;
    overflow: hidden;
}

.background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.background-layer.active {
    opacity: 1;
}

.teaser-content {
    position: relative;
    z-index: 1;
}
.wpcf7-form .wpcf7-spinner {
	right: 0;
	top: 35px;
}
@media(max-width: 1800px) {
    .with-teaser-cover .middle-content {
        width: 480px;
        position: absolute;
        left: 47%;
        top: 45%;
    }
}

@media(min-width: 1801px) {
    .with-teaser-cover .middle-content {
        width: 480px;
        margin: 15% auto 0;
    }
}

@media(max-width: 1200px) {
    .left-content {
        position: relative;
        margin: 100px auto;
        left: 0;
    }
    .middle-content {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 0 auto;
    }
    .right-content {
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
	.with-teaser-cover .middle-content .wpcf7-form input[type=submit] {
        right: 3px;
    }
}

@media(max-width: 640px) {
    .with-teaser-cover .left-content{
        width: auto;
        margin: 30px auto;
    }
    .with-teaser-cover .middle-content {
        width: auto;
		padding-bottom: 100px;
    }
	.with-teaser-cover .middle-content .wpcf7-response-output {
		position: absolute;
	}
    .lower-content {
        height: auto;
        padding: 25px 35px;
    }
    .lower-content p {
        font-size: 18px;
    }

    .form-teaser-wrapper {
        width: 100% !important;
    }
    .with-teaser-cover .middle-content label {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .with-teaser-cover .middle-content .wpcf7-form input[type=submit] {
        bottom: 15px;
        right: 0;
    }
	
	.right-content {
        position: relative;
        margin-top: 50px;
    }
	
    .upper-content {
        padding: 25px 35px;
        min-height: 200px;
    }
    .upper-content h3 {
        font-size: 25px;
        line-height: 35px;
    }
	
	 #header-teaser .container-fluid.with-padding-container {
        padding: 0 !important;
    }
	
	.teaser-join-us {
		font-size: 14px;
	}
	
	.teaser-cookie {
		margin-left: 0;
	}
}

@media (min-width: 641px) and (max-width: 1200px) {
    .with-teaser-cover .middle-content .wpcf7-form input[type=submit] {
        right: 3px !important;
    }
}

.page-template-new-page-teaser #main .content-center h1 {
	line-height: 50px;
}

@media(max-width: 991px) {
	.first-footer {
		padding: 50px 0;
	}
	#footer .footer-right-wrapper h4 {
		font-size: 20px;
	}
	.footer-right-wrapper .wpcf7-form input {
		width: 100%;
	}
	.footer-lower-bottom {
		padding-top: 50px;
	}
	
	.footer-social-icons ul {
		display: flex;
	}
	.wpcf7-form .wpcf7-spinner {
		display: none;
	}
}