* {
	padding:0;
	margin:0;
}
html {
	scroll-padding-top: 2rem !important;
}
html #about-us {
	scroll-margin-top: 15rem !important; 
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top:95px;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}


body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	/* 	float: left; */
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	/* 	float: left; */
}

body .gform_wrapper form .gform_body {
	float: left;
	width: 100% !important;
	margin: 0 auto !important;
}
p.gform_required_legend {
	display: none;
}
body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}
body .gform_wrapper form label ,
.gform_wrapper.gravity-theme .gfield_label{
	font-family: 'Libre Baskerville';
	font-size: 18px !important;
	color: #101010;
	font-weight: 400 !important;
}
body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Lato';
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 18px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text], 
body .gform_body input[type=email], 
body .gform_body input[type=tel], 
body .gform_body input[type=number], 
body select, body textarea {
	width: 100% !important;
	border: none !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Lato';
	height: auto !important;
	font-weight: 400;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 18px !important;
	margin: 0 !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border-radius: 8px;
	background: rgba(43, 57, 144, 0.10) !important;
}
input::placeholder ,
textarea::placeholder ,
.select-selected{
	color: #abadb2;
}
.gform_wrapper.gravity-theme .gform_footer{
	padding-top: 174px !important;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 150px !important;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* header-footer */
.icon-hover svg:hover path {
	fill: #FF0908;
	transition:all 0.3s ease-in-out;
}
.icon-hover svg path {
	transition:all 0.3s ease-in-out;
}
/* /////////////////////////////// */
/* Home page */
span.blue-italic {
	color: #2B3990;
	font-style: italic;
}
.publish-icn-sec .elementor-widget-wrap {
	gap: 32px;
}
.blue-col .elementor-widget-container:before {
	content: '';
	background: #2B3990;
	height: 484px;
	width: 338px;
	display: block;
	position: absolute;
	top: -38px;
	left: -35px;
	z-index: 0;
}
.blue-col .elementor-widget-container img {
	position: relative;
}
/* ///////////////////////////////////////// */
.reader-slider .elementor-swiper-button {
	background: #EFEFEF;
	padding: 8px;
}
.reader-slider .elementor-swiper-button svg.e-font-icon-svg {
	fill: #292D32;
}
.reader-slider {
	position: static !important;
}
.reader-slider .elementor-swiper {
	position: static !important;
}
.reader-slider .elementor-swiper-button.elementor-swiper-button-prev {
	left: -20px !important;
}
.reader-slider .elementor-swiper-button.elementor-swiper-button-next {
	right: -20px !important;
}
.reader-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -40px;
}
.border-left:before {
	content: '';
	height: 170px;
	width: 1px;
	background: rgba(55, 55, 55, 0.30);
}
.border-bottom:after {
	content: '';
	width: 90%;
	height: 1px;
	display: block;
	background: rgba(55, 55, 55, 0.30);
	position: absolute;
	bottom: -17px;
}
.border-left.border-bottom::after {
	right: 0;
}
.border-left.border-bottom::after {
	right: 0;
}
.counter-ctn > span {
	display: inline-block;
	vertical-align: middle;
	padding: 9px 24px;
	text-align: center;
	border-radius: 12px;
	border: 3px solid #101010;
	box-shadow: 2px 2px 0 0 #101010;
}
span.counter-box__day, .counter-box__hour, .counter-box__min, .counter-box__sec {
	color: #2B3990;
	font-family: Lato;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.counter-ctn {
	display: flex;
	gap: 10px;
	align-items: center;
}
span.col {
	border: none;
	box-shadow: unset;
	padding: 0 !important;
	color: #2B3990;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hero-slider-sec{
	overflow:hidden;
}
.col-right{
	margin-right: calc(-1 * (100vw - 1520px) / 2) !important;
	flex: 1 !important;
}
.book-slider:before {
	content: '';
	background: #fff;
	height: 590px;
	width: 590px;
	position: absolute;
	display: block;
	z-index: 1;
	top: 60%;
	left: 53%;
	transform: translate(-50% , -50%);
	border-radius: 50%;
}
.book-slider .elementor-swiper-button.elementor-swiper-button-prev {
	background: url(/wp-content/uploads/2025/10/Frame-6.svg);
}
.book-slider .elementor-swiper-button svg{
	display:none;
}
.book-slider .elementor-swiper-button{
	background-size: cover;
	height:43px;
	width:43px;
}
.book-slider .elementor-swiper-button.elementor-swiper-button-next {
	background: url(/wp-content/uploads/2025/10/Frame-7.svg);
}
span.icn-sub-hed {
	color: #111110;
	margin-bottom: 12px;
	display: block;
}
.icn-grid-col .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 72px;
}
.icn-left-col:before {
	content: '';
	width: 1px;
	height: 140px;
	background: rgba(55, 55, 55, 0.30);
	display: block;
	position: absolute;
	left: -36px;
	top: 50%;
	transform: translate(0px, -50%);
}
.icn-brdr-top:after {
	content: '';
	width: 580px;
	height: 1px;
	display: block;
	position: absolute;
	background: rgba(55, 55, 55, 0.30);
	top: -36px;
	transform: translate(0px, 50%);
}
.icn-brdr-top.right:after{
	right:0;
}
.connect-form .gform_footer.top_label {
	display: inline-block !important;
	text-align: center;
	width: 100%;
}
.connect-form .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 24px;
	grid-column-gap: 48px;
}
/* Style the select dropdown box itself */

/* Dropdown option styling */
body .gform_wrapper select option {
	background-color: #fff !important;
	color: #333 !important;
	-webkit-appearance: none;
	appearance: none;
}

/* Hover effect in dropdown */
.gform_wrapper select option:hover,
.gform_wrapper select option:focus {
	background-color: #2B3990 !important;
	color: #fff !important;
}
/* Hide the default file input */
#gform_wrapper_4 #input_4_8, #gform_wrapper_4 #input_4_15 {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 5;
	left: 0;    
	top: 0;
}

/* Custom upload box styling */
#gform_wrapper_4 #field_4_8 .ginput_container_fileupload, #gform_wrapper_4 #field_4_15 .ginput_container_fileupload {
	position: relative;
	padding: 60px 20px;
	text-align: center;
	background-color: #fff;
	transition: border-color 0.3s ease, background-color 0.3s ease;
	border-radius: 8px;
	border: 1px dashed rgba(43, 57, 144, 0.60);
}

/* Hover effect */
#gform_wrapper_4 #field_4_8 .ginput_container_fileupload:hover, #gform_wrapper_4 #field_4_15 .ginput_container_fileupload:hover {
	border-color: #2B3990;
	background-color: #f9f9ff;
}

/* Upload icon */
#gform_wrapper_4 #field_4_8 .ginput_container_fileupload::before, #gform_wrapper_4 #field_4_15 .ginput_container_fileupload::before {
	content: '';
	font-family: "Font Awesome 5 Free";
	background: url('/wp-content/uploads/2025/10/Frame-11.svg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	font-weight: 900;
	display: block;
	font-size: 28px;
	color: #2B3990;
	margin-bottom: 10px;
	text-align: center;
}

/* Custom upload text */
#gform_wrapper_4 #field_4_8 .ginput_container_fileupload::after, #gform_wrapper_4 #field_4_15 .ginput_container_fileupload::after {
	content: "Click to upload files or drag and drop\nPDF, DOC, DOCX up to 10MB (optional)";
	white-space: pre-line;
	opacity: 0.5;
	color: rgba(55, 55, 55, 0.70);
	/* 	font-family: Lato; */
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

#gform_wrapper_4 #field_4_8 .gfield_description {
	display: none;
}
.privacy-field {
	display: flex;
	align-content: flex-end;
}
/* Custom upload text */
#gform_wrapper_4 #field_4_8 .ginput_container_fileupload::after, #gform_wrapper_4 #field_4_15 .ginput_container_fileupload::after {
	content: attr(data-text); /* Show file name if available */
	white-space: pre-line;
	display: block;
	font-size: 14px;
	color: #999;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.privacy-field label {
	color: #373737 !important;
	font-family: Lato !important;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.privacy-field input {
	height: 32px;
	width: 32px;
	margin-right: 24px;
}
#choice_4_10_1:checked::after {
	content: "✓";
	position: absolute;
	color: #fff;
	font-size: 24px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
}
input#choice_4_10_1:checked {
	background: #00144F !important;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
}
#choice_4_10_1 {
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	transition: all 0.2s ease;
}
input#gform_submit_button_4 {
	border-color: #2B3990;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
input#gform_submit_button_4 {
	background: #EE2424 !important;
	border-color: #FF0908;
	transition: all 0.3s;
}
input#gform_submit_button_4 {
	color: #fff;
}
input#gform_submit_button_4:hover {
	background: #2B3990 !important;
	border-color: #2B3990;
	transition: all 0.3s;
}
/* Hide the description by default */
.ginput_container_fileupload .validation_message--hidden-on-empty  {
	/* 	display: none !important; */
}

/* Show it only when there is a validation error */
#gform_wrapper_4 #field_4_8.gfield_error .gfield_description {
	display: block;
	color: #e63946; /* red text for visibility */
	font-size: 13px;
	text-align: center;
	margin-top: 8px;
}
body .gform_wrapper .field_description_below .gfield_description {
	padding-top: 12px;
}
/* Overlay */
.thankyou-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

/* Popup box */
.thankyou-box {
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	text-align: center;
	max-width: 900px;
	width: 90%;
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

/* Title and text */
.thankyou-box h2 {
	color: #2B3990;
	margin-bottom: 10px;
}
.thankyou-box p {
	color: #333;
	margin-bottom: 20px;
	font-size: 20px;
}

/* Close button */
#close-thankyou {
	background: #2B3990;
	color: #fff;
	border: none;
	padding: 10px 25px;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s;
}
#close-thankyou:hover {
	background: #1f2a68;
}
button.gform_delete_file.gform-theme-button.gform-theme-button--simple {
	padding: 0;
	border: none;
	box-shadow: unset;
	margin-left: 10px;
	vertical-align: top;
}
button.gform_delete_file.gform-theme-button.gform-theme-button--simple:hover{
	color:red;
}
body.thank-popup{
	overflow:hidden !important;
}
div#gform_confirmation_message_4 {
	margin-bottom: 20px;
}
.thankyou-box img {
	margin-bottom: 12px;
}
.policy-ul ul {
	padding-left: 30px;
	margin-top: 16px;
	margin-bottom: 22px;
}
.policy-ul ul li {
	margin-bottom: 10px;
	list-style: disc;
}
.policy-ul h3 {
	color: #101010;
}
.cnt-box .elementor-widget-container {
	height: 100%;
}
.vertical-tabs .elementor-tabs-wrapper {
	height: fit-content;
	top: 8rem;
	position: sticky !important;
}
.vertical-tabs.elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 0px 0px !important;
	margin-bottom: 20px !important;
}
.vertical-tabs .elementor-tab-content {
	padding: 0 !important;
	padding-left: 56px !important;
}
.vertical-tabs .elementor-tab-content h3 {
	margin-bottom: 16px;
}
.book-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: none;
}
/* ////////////////////////////////////////////////// */
/* feed-back */
.feedback-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 20px;
}

.feedback-item {
	background: #f5f5f5;
	padding: 36px !important;
	border-radius: 0 !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	height: 100%;
	border: 1px solid #ddd !important;
}

.feedback-item h3 {
	margin: 0 0 5px;
	font-size: 16px;
}

.feedback-item .book-name {
	margin-bottom: 8px;
}

.feedback-item .message {
	font-size: 14px;
	margin-bottom: 8px;
}

.feedback-item .date {
	font-size: 12px;
	color: #777;
}
.book-details {
	font-size: 20px;
}
.user-fdbck p {
	font-size: 16px;;
}
.user-name {
	margin: 20px 0 10px;
}
#custom-feedback-form {
	margin-bottom: 30px;
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}
.feedback-list h2 {
	text-align: center;
	margin: 40px 0;
}
#custom-feedback-form input, #custom-feedback-form textarea {
	width: 100%;
	padding: 8px;
	margin-bottom: 15px;
	outline: none;
	border-radius: 8px;
	background: rgba(43, 57, 144, 0.10) !important;
	border: unset;
	padding: 15px 20px !important;
	font-size: 16px !important;
}

#custom-feedback-form button {
	padding: 10px 20px;
	cursor: pointer;
	background: #fff;
	outline: none;
	border-color: #2B3990;
	text-align: center;
	margin-top: 30px;
	transition: all 0.3s ease-in-out;
}

#custom-feedback-form button:hover {
	background: #2B3990;
	transition: all 0.3s ease-in-out;
}

#load-more-wrap {
	text-align: center;
	margin-top: 20px;
}

#load-more-feedback {
	padding: 10px 20px;
	cursor: pointer;
	background: #0073aa;
	color: #fff;
	border: none;
	border-radius: 4px;
}

#load-more-feedback:hover {
	background: #005177;
}
.fdbck-btn {
	text-align: center;
	margin-top: 50px;
}
button#feedback-load-more {
	border-color: #2B3990;
	transition: all 0.3s ease-in-out;
	padding: 10px 20px;
}
/* Responsive */
/* @media (max-width: 1024px) {
#feedback-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
#feedback-grid {
grid-template-columns: 1fr;
}
} */
/*  */
.select-selected{
	background-image: url("https://press.zaalegacy.net/wp-content/uploads/2025/10/arrow-right.svg") !important;
	background-repeat: no-repeat !important;
	background-position: right 24px center !important;
}
.select-selected.select-arrow-active{
	background-image: url("https://press.zaalegacy.net/wp-content/uploads/2025/10/Frame-55.svg") !important;
	background-repeat: no-repeat !important;
	background-position: right 24px center !important;
}



.custom-select {
	position: relative;
}
.custom-select select {
	display: none;
}
.select-selected {
	background-color: rgba(43, 57, 144, 0.10);
}
/* .select-selected:after {
position: absolute;
content: "";
top: 14px;
right: 10px;
width: 0;
height: 0;
border: 6px solid transparent;
border-color: #fff transparent transparent transparent;
} */
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}
.select-items div,.select-selected {
	color: rgba(55, 55, 55, 0.70);
	padding: 15px 20px;
	cursor: pointer;
	user-select: none;
	line-height: 150%;
}
.select-selected {
	border-radius: 8px;
}
.select-items {
	position: absolute;
	top: 105%;
	left: 0px;
	right: 0;
	z-index: 99;
	border-radius: 8px;
	overflow:hidden;
	border: 1px solid #2B3990;
}
.select-hide {
	display: none;
}
.select-items div{
	background: #fff;
}
.select-items div:hover, .same-as-selected {
	background-color: #2B3990;
	color: #fff;
	border-radius: 8px;
}
.f_menus ul li:hover a{
	color: #FF0908 !important;
}
.nav-open{
	overflow: hidden;
}
.min-ctn ,
.Hour-ctn ,
.day-ctn ,
.sec-ctn{
	color: #373737;
}

body.menu-open-close{
	overflow: hidden !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	border: 1px solid #c02b0a00 !important;
}
.a_hover p a:hover{
	color: #000 !important;
}
.captcha .ginput_recaptcha.gform-initialized {
	display: flex;
	justify-content: flex-end;
}
.upload-required div#gfield_description_4_13 {
	display: none;
}




/*  */
.order_box .elementor-icon-box-description{
	max-width: 418px !important;
}
.care_box .elementor-icon-box-description{
	max-width: 390px !important;
}
.legal_box .elementor-icon-box-description{
	max-width: 418px !important;
}



.gform_wrapper.gravity-theme .gfield_required {
	color: #101010 !important;
	font-size: 18px !important;
}

.gform_ajax_spinner{
	display: none;
	/* 	left: 20px; */
}