/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */



/* Regular */
@font-face {
    font-family: 'TT Fors';
    src: url('https://dev-newvoice.pantheonsite.io/wp-content/uploads/fonts/tt-fors-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'TT Fors';
    src: url('https://dev-newvoice.pantheonsite.io/wp-content/uploads/fonts/tt-fors-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

/* DemiBold */
@font-face {
    font-family: 'TT Fors';
    src: url('https://dev-newvoice.pantheonsite.io/wp-content/uploads/fonts/tt-fors-demibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'TT Fors';
    src: url('https://dev-newvoice.pantheonsite.io/wp-content/uploads/fonts/tt-fors-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}




body,a,h1,h2,h3,h4,h5,p,span,div
{
    font-family: 'TT Fors', sans-serif !important;
}


h1{
font-weight: 600;
font-size: clamp(35px, 4vw, 57px) !important;
}

h2,h3,h4 {
    font-weight: 600;
}

p {
    font-weight: 400;
}


.mb_0 p{
	margin-bottom:0px;
}


.map_span{
	font-weight:500;
}

/* Menu Language start */

.lang_switcher_container {
    position: relative;
    display: inline-block;
}


.lang_list {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 16px 18px;
    list-style: none;
    margin: 0;
    border-radius: 12px;
 	display: none;
    border: 0.5px solid #7B7B7B;
}



.lang_list li {
    margin: 5px 0;
	text-align:center;
}

.lang_list a {
    text-decoration: none;
    color: #333;
	display:block;
	text-align:center;
	font-size:14px;
}
.lang_list a:hover {
	color: var(--e-global-color-accent);
}

.lang_switcher_inner:hover .lang_list {
    display: block;
}

.lang_list .current-lang{
	background:var(--e-global-color-accent) !important;
	color:#fff !important;
}

.lang_list .current-lang a{
	color: #fff;
}

.lang_list li {
    margin: 5px 0;
    padding: 5px 11px;
    border-radius: 25px;
}


/* Menu Language End */


.custom_btn .elementor-button-content-wrapper {
	align-items: center;
}

.custom_btn .elementor-button-icon {
    width: 36px;
    height: 36px;
    background: #F17900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.custom_list ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.feature_list ul {
    padding-left: 30px;
    word-wrap: break-word;
}

.banner_img_box .banner_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.value_box {
	aspect-ratio: 1;
	width: 259px;
}


/* Partner Page Start */

.partner_heading1 h1 {
	word-wrap: break-word;
}

.country-box {
    height: 88px;
    width: 88px;
}

.partner_list ul {
    list-style-position: inside;
    text-align: center;
    padding: 0;
}

/* Partner Page End */




.manage_nav_menu nav {
    overflow: hidden;
}

.word_wrap {
    word-wrap: break-word;
	hyphens: auto;
}


.lang_list {
    z-index: 99999;
}

.manage_nav_menu .current_page_item a {
    border-radius: 20px;
}

.language_white .lang_toggle img {
    filter: invert(1);
}

.custom_h1 h2{
	font-size: clamp(35px, 4vw, 57px) !important;
	word-wrap: break-word;
}

.white_menu .hfe-nav-menu__toggle .hfe-nav-menu-icon {
    filter: invert(1);
}

.custom_form label {
    display: block;
    color: #002856;
    font-weight: 500;
    margin-bottom: 16px;
}

.custom_form input, .custom_form select {
    border-radius: 6px !important;
    background-color: #f5f6f8;
    border: 1px solid #ddd !important;
    margin-top: 7px;
}

.custom_form input[type="submit"] {
	padding: 10px 20px;
}


/* Footer Start */
.back-to-top {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f17900;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.back-to-top.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}

.back-to-top:hover {
  background: #3C3489;
}

.back-to-top svg {
  width: 18px;
  height: 18px;
  stroke: white;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* Footer End */


/* Home Page Poup Start */

.poup_container_box{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
	transform: scale(0.7) translateY(50px);
}

.poup_container_box.active_poup{
	opacity: 1;
	visibility: visible;
	transform:scale(1) translateY(0);
}


:root {
	--navy: #002856;
	--orange: #F18700;
	--white: #ffffff;
	--wrong: red;
}

#poup_close_btn{
	cursor:pointer;
}

.text_white{
	color:#fff !important;
}

.quiz_section{
	display:flex;
	justify-content:space-between;
	gap: 40px;
}
.quiz_item_one{
	flex-basis: 665px;
    padding-left: 60px;
}
.quiz_item_two{
	flex-basis: 375px;
	padding-top: 115px;
}

.quiz_item_one_p1{
	color: var(--orange);
	font-family: "TT Fors", sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom:20px;
}
.quiz_item_one_p2{
	color: var(--white);
	font-family: "TT Fors", sans-serif;
	font-weight: 400;
	font-size: 22px;
}

.quiz_item_one_p3{
	color: var(--white);
	font-family: "TT Fors", sans-serif;
	font-weight: 400;
	font-size: 12px;
}


.quiz_item_one_h2{
	color: var(--white) !important;
	font-family: 'TT Fors', sans-serif !important;
	font-weight: 600 !important;
	font-size: 57px !important;
	margin-top:0px;
}

.
/* 2 */


.alert_cont {
    background: var(--orange);
    border: 1px solid #fff;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
    max-width: 282px;
    max-height: 282px;
    height: 100%;
    width: 100%;
}


.alert_box {
    transform: rotate(-45deg);
    padding: 10px;
    font-size: 17px;
}

.alert_box p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

p.quiz_item_two_p1,p.quiz_item_two_p3,p.quiz_item_two_p5 {
    text-transform: uppercase;
    font-weight: 600;
}

p.quiz_item_two_p2 {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
}

p.quiz_item_two_p3 {
    text-transform: uppercase;
}


p.quiz_item_two_p4,p.quiz_item_two_p5_1 {
    margin-bottom: 16px;
}

.manage_html_section{
	overflow-y:auto;
	overflow-x:hidden;
    margin-left: clamp(0px, 7vw, 120px);
    padding-right: 20px;
    padding-bottom: 20px;
}

/* ── PROGRESS BOXES ── */
.processbar_container {
	padding: 14px 0;
}

.progress-boxes {
	display: flex;
	gap: 6px;
}

.prog-box {
	flex: 1;
	height: 5px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.18);
	transition: background 0.35s ease;
}

.prog-box.done {
	background: var(--orange);
}

/* ── QUESTION FORM ── */
#questionForm {
	padding: 36px 40px 24px;
	background:#fff;
	border-radius:16px;
}


.question-label {
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--orange);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.question-text {
	font-family: 'Sora', sans-serif;
	font-size: 1.42rem;
	font-weight: 700;
	color: var(--navy);
}

.options {
	display: flex;
	flex-direction: column;
/* 	gap: 11px; */
}

.option {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0px;
    cursor: pointer;
    user-select: none;
}


.radio-ring {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid black;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: border-color 0.15s;
}

.option.selected .radio-ring {
    border-color: #000000;
}

.radio-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--orange);
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.15s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.option.selected .radio-dot {
	opacity: 1;
	transform: scale(1);
}

.option-text {
    font-size: 19px;
    color: #000000;
    line-height: 1.4;
}

.error-hint {
	color: var(--wrong);
	font-size: 0.82rem;
	margin-top: 10px;
	display: none;
	padding-left: 4px;
	font-weight: 500;
}

.error-hint.show {
	display: block;
	animation: shake 0.3s;
}

@keyframes shake {

	0%,
	100% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-6px);
	}

	75% {
		transform: translateX(6px);
	}
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0px 20px;
}

.counter {
	font-size: 0.85rem;
	color: var(--gray);
	font-weight: 500;
}
.btnc{
    padding: 7px;
    border: 1px solid #616161;
    border-radius: 50%;

}

.nav-btns {
	display: flex;
	gap: 12px;
}

.nav-btn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px !important;
	border: 0px !important;

}

.nav-btn.next, .prev {
	background: var(--orange);
	color:#fff;
}


.nav-btn.prev:disabled{
	background:#acacac !important;
	cursor: not-allowed;
	transform: none;
}



.nav-btn.next:hover, .nav-btn.prev:hover {
	background:var(--navy)
}

/* ++++++++++++++++++
RESULT SCREEN 
+++++++++++++++++++++++++*/
.result-screen {
	display: none;
}

.result_section_1, .result_section_3, .result_section_4{
	max-width:608px;
}
.result_section_2{
	max-width: 816px;
}

.result_section_4 {
    margin-top: 94px;
}

.result-screen.show {
	display: block;
	padding-left: 60px;
}

p.result_section_1p {
    font-family: 'TT Fors', sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--orange);
}

h2.result_section_h2 {
    font-family: 'TT Fors', sans-serif !important;
    font-weight: 600;
    font-size: clamp(36px, 5vw, 57px);
    color: var(--white);
}

.result_section_2{
	background: var(--white);
}

/* Score banner at top */
.result-banner {
	background: var(--navy);
	padding: 28px 40px 22px;
	text-align: center;
}

.result-banner .score-label {
	font-family: 'TT Fors', sans-serif !important;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 6px;
}

.result-banner .score-val {
	font-family: 'TT Fors', sans-serif !important;
	font-size: 2.8rem;
	font-weight: 700;
	color: var(--orange);
	line-height: 1;
}

.result-banner .score-val span {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.55);
	font-weight: 500;
}

/* Timeline body */
.result-body {
    padding: 10px 32px 32px;
    background: var(--white);
    border-radius: 16px;
    margin-top: 50px;
    margin-bottom: 72px;
}

.timeline {
	position: relative;
	padding: 8px 0;
}

/* The vertical line — sits between points column and dot column */
.timeline::before {
	content: '';
	position: absolute;
	left: 120px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #000000;
	z-index: 0;
}

.tier {
	display: grid;
	grid-template-columns: 80px 36px 1fr;
	column-gap: 20px;
	align-items: center;
	padding: 22px 0;
	position: relative;
	z-index: 1;
	transition: opacity 0.5s;
}

.tier.active {
	opacity: 1;
}

/* Points column */
.tier-points {
	text-align: right;
}

.tier-range {
	font-family: 'Sora', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--navy);
	line-height: 1.1;
}

.tier.active .tier-range {
	color: var(--orange);
}

.tier-unit {
	font-family: 'Sora', sans-serif;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
	margin-top: 3px;
}

.tier.active .tier-unit {
	color: var(--orange);
}

/* Dot column */
.tier-dot {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	transition: background 0.4s, box-shadow 0.4s;
}

.tier.active .tier-dot {
	background: #ffffff;
	/*border: 1px solid #000000; */
}
#tier-low.tier.active .tier-dot {
	border: 1px solid red;
}

#tier-mid.tier.active .tier-dot {
	border: 1px solid #f5821f;
}

#tier-high.tier.active .tier-dot {
	border: 1px solid green;
}


.tier-dot-inner {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	opacity: 0;
}
#tier-low .tier-dot-inner{
	background: red;
}

#tier-mid .tier-dot-inner{
	background: #f5821f;
}

#tier-high .tier-dot-inner{
	background: green;
}




.tier.active .tier-dot-inner {
	opacity: 1;
}

/* Content column */

.tier-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	max-width: 215px;
	width: 100%;
	color: #ACACAC;
}

.tier.active .tier-title {
	color: var(--orange);
}

.tier-desc {
	font-size: 15px;
	color: #ACACAC;
}

.tier.active .tier-desc {
	color: #F17900;
	font-weight: 600;
}

.tier-content{
	display:flex;
	gap:18px;
	align-items: center;
}

.a_button {
    background-color: #f5821f;
    color: white !important;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 17px;
    font-family: 'TT Fors' !important;
	text-decoration: none !important;
}




.result_section_2p, .result_section_2p{
	color: var(--white) !important;
	font-family: "TT Fors", sans-serif;
	font-weight: 400;
	font-size: 22px;
}



.quiz_item_two_p6 {
	text-transform: uppercase;
}

p.quiz_item_two_p1, p.quiz_item_two_p2 {
    font-weight: 600;
    letter-spacing: 23%;
}

.alert_mobile {
    display: none;
}

#alert_b {
    width: 282px;
    height: 282px;
}


/* Chrome, Edge, Safari */
.manage_html_section::-webkit-scrollbar {
    width: 2px;
}

.manage_html_section::-webkit-scrollbar-track {
    background: transparent;
}


/* Firefox */
.manage_html_section {
    scrollbar-width: thin;
    scrollbar-color: #F18700 transparent;
}




@media screen and (max-width: 1350px) {
	.manage_html_section {
    margin-left: clamp(0px, 3vw, 60px);
		
	}
}

@media screen and (max-width: 1200px) {
		.manage_html_section {
    margin-left: 0;
    padding-right: 30px;
		
	}
	
	.quiz_item_one {
    padding-left: 30px;
}
}

@media screen and (max-width: 1024px) {
	.quiz_section {
    flex-direction: column;
}
	.quiz_item_two {
		display: none;
	}
	
	.quiz_item_one_h2 {
		font-size: 40px !important;
	}
	.alert_mobile {
    display: block;
    padding: 60px 0 70px;
}

.result-screen.show {
    padding-left: 30px;
}

.result-body {
    margin-top: 50px;
}

.tier-title {
    min-width: 190px;
}

}

@media screen and (max-width: 767px) {
	.poup_container_box.active_poup > .e-con-inner {
    display: grid;
}
.quiz_item_one_h2 {
    font-size: 32px !important;
}

#alert_b {
    width: 235px;
    height: 235px;
}

.quiz_item_one {
    padding-left: 0;
}

.manage_html_section {
    padding-right: 0px;
}

#questionForm {
    padding: 20px;
    border-radius: 10px;
}

#questionForm .nav-btn {
	width: 35px;
	height: 35px;
}

#questionForm .nav-btn svg {
	width: 14px;
}

#questionForm .btnc {
    padding: 5px;
}

.option-text {
    font-size: 16px;
}

.quiz_item_one_p2 {
    font-size: 20px;
}

.result-screen.show {
    padding-left: 5px;
    padding-right: 5px;
}

.tier-content {
    gap: 5px;
    align-items: start;
    flex-direction: column;
}
.tier-title {
    min-width: 0px;
    font-size: 18px;
}

.result-body {
    padding: 10px 15px 20px;
    margin-bottom: 50px;
}

.tier-dot {
    width: 30px;
    height: 30px;
}

.tier-dot-inner {
    width: 18px;
    height: 18px;
}

.timeline::before {
    left: 90px;
}
.tier {
    grid-template-columns: 60px 30px 1fr;
    column-gap: 15px;
}

}


/* Home Page Poup End */


/* Animation and other css */

.img_hover_effect {
	overflow: hidden;
}
 
.img_hover_effect img, .solution_item img{
	transition: transform .7s ease;
	transform: scale(1);
	object-fit: cover;
}
.img_hover_effect img:hover, .solution_item:hover img {
	transform: scale(1.1);
}
 
 
.service_title {
    top: 50% !important;
    position: absolute;
    transform: translateY(-50%);
}
 
.bg_overlay:before {
	  content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgb(129 129 129 / 50%);
    mix-blend-mode: Multiply;
}

/* Menu and other css */


/* Menu media query start */
@media (min-width: 1025px) and (max-width: 1145px) {
	.manage_nav_menu .elementor-widget-container .hfe-nav-menu nav ul li a {
		padding-left: 8px !important;
		padding-right: 8px !important;
		font-size:14px !important;
	}
	.menu_item_three{
		min-width:30px;
	} 
}
/* Menu media query start */


@media screen and (max-width: 1220px) and (min-width: 1025px) {
	.manage_nav_menu.menu_fr .elementor-widget-container .hfe-nav-menu nav ul li a {
		font-size: 12px !important;
	}
}


@media screen and (max-width: 1280px) {
	.value_card {
		flex-wrap: wrap;
		margin-left: 0;
	}
 }
 
@media screen and (max-width: 1024px) {
	.menu_item_one  {
		order: 3;
	}
	
		.manage_nav_menu .hfe-dropdown.menu-is-active {
    padding: 70px  0;
}

.manage_nav_menu .hfe-dropdown.menu-is-active ul li a{
    text-align: center;
    display: block;
}
}
 
@media screen and (max-width: 767px) {
	.value_box {
		width: 100%;
		max-width: 300px;
	}
	.custom_btn.event-btn .elementor-button-icon {
    width: 30px;
    height: 30px;
}
	
	.rotate-mb0 {
		transform: rotate(0deg) !important;
	}
}
 

/*  Sticky Header */
.custom_header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: box-shadow 0.3s ease;
}

.custom_header.scrolled {
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
	position: fixed;
    background-color: white;
}


.white_header.custom_header.scrolled {
    background-color: #002856;
    box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
}



.defult_strach{
	align-items:stretch;
}


.expanded{
    align-items: flex-start !important;
}


.cky-notice-btn-wrapper .cky-btn{
	padding: 10px 15px !important;
}

.cky-prefrence-btn-wrapper button {
	padding: 10px 15px !important;
}
button.cky-btn.cky-btn-customize {
    color: #F17900 !important;
    border-color: #F17900 !important;
}

button.cky-btn.cky-btn-reject, .cky-btn.cky-btn-accept, .cky-btn.cky-btn-preferences {
    border-color: #F17900 !important;
    background-color: #F17900 !important;
}

.cky-accordion-btn:hover {
    background: transparent !important;
}
.cky-notice-btn-wrapper {
    gap: 10px;
}

.cky-notice-des {
    max-height: 50vh;
    overflow-y: scroll;
}