/* ==========================================================================
   DiscountPDH Header Inline Styles (Externalized)
   Extracted from header.php, header-home2.php, header-captcha.php
   ========================================================================== */

/* --- Block 1: Typography & Accent Color --- */

/*TYPOGRAPHY*/
body {
	font-family: "Roboto";
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Barlow";
}
/*ACCENT COLOR*/
body[class^="elementor-kit-"], body[class*=" elementor-kit-"] {
	--e-global-color-accent: #f5ad0d;
}
/*CUSTOMIZER STYLING*/
.animsition-loading {
	background-color: #f5ad0d;
}

/* --- Block 2: Banner, Buttons, Cards, Layout --- */

/* Reset & base */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body, html, p {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
.background-banner {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	text-align: center;
	padding-top: 20px;
}
.background-banner .content {
	position: relative;
	z-index: 2;
	width: 100%;
}
.background-banner .top-right-text {
	font-family: Barlow;
	font-weight: 600;
	color: #B92C20;
	font-size: 25px;
	line-height: 90px;
	text-align: right;
	z-index: 10;
	white-space: nowrap;
}
.background-banner .quiz-area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.background-banner .flag-icon {
	width: 40px;
	height: auto;
	flex-shrink: 0;
	border: 1px solid transparent;
}
.background-banner .hm-usa-flag {
	width: 84px;
	height: 57px;
	display: block;
	background-image: url('../images/us-map.webp');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	transform: translate(0px, 0px);
	pointer-events: auto;
}
.background-banner .quiz-button {
	background-color: #B92C20;
	color: white;
	border: none;
	padding: 0px 35px;
	font-weight: 500;
	font-size: 28px;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	line-height: 50px;
	text-align: center;
}
.background-banner .quiz-button:hover, .background-banner .quiz-button:focus {
	background-color: #8e2319;
	outline: none;
}
.background-banner .register-text {
	color: #000000;
	margin-left: 5px;
	align-self: flex-end;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: 400;
	line-height: 33px;
}
.background-banner h1 {
	font-size: 52px;
	font-weight: 600;
	line-height: 70px;
	margin-bottom: 10px;
	color: #01456a;
	transform-origin: 50% 50% 0px;
}
.background-banner .description {
	font-size: 22px;
	margin-top: 25px;
	font-weight: 400;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	margin-bottom: 1.8em;
}
.banner-border {
	padding: 20px 0;
	border: solid rgba(1, 69, 106, 1) 5px;
	margin-top: 2.5em;
}
.banner-border h2 {
	font-weight: 700;
	font-size: 45px;
	color: #01456a;
	margin-bottom: 1em;
}
/* Buttons area below description */
.background-banner .button-group {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.background-banner .btn-corporate {
	background-color: #FBBF24;
	color: rgb(255, 255, 255);
	font-weight: 500;
	border-radius: 3px;
	padding: 0px 35px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	min-width: 180px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	white-space: normal;
	min-height: 0px;
	width: 256px;
	vertical-align: top;
}
.background-banner .btn-corporate:hover, .background-banner .btn-corporate:focus {
	background-color: #d19a16;
	outline: none;
}
.background-banner .btn-subject, .background-banner .btn-price {
	background-color: #B92C20;
	color: white;
	font-weight: 500;
	border-radius: 6px;
	padding: 0px 35px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	min-width: 140px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	border-color: rgb(139, 29, 19);
}
.background-banner .btn-subject {
	left: 439px;
}
.background-banner .btn-price {
	left: 695px;
}
.background-banner .btn-subject:hover, .background-banner .btn-price:hover, .background-banner .btn-subject:focus, .background-banner .btn-price:focus {
	background-color: #8e2319;
	outline: none;
}

/* Responsive adjustments */
@media (max-width: 650px) {
	.background-banner h1 {
		font-size: 1.8rem;
	}
	.background-banner .description {
		font-size: 0.95rem;
		max-width: 90%;
	}
	.background-banner .button-group {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	.background-banner .btn-corporate, .background-banner .btn-subject, .background-banner .btn-price {
		min-width: 80%;
	}
	.background-banner .quiz-area {
		flex-direction: column;
		gap: 8px;
	}
	.background-banner .register-text {
		align-self: center;
		margin-left: 0;
		padding-bottom: 0;
	}
}
.full-width-section {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.fixed-inner-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.wrapper-pdh {
	padding: 30px 0;
}
.align-items-center {
	-ms-flex-align: center!important;
	align-items: center !important;
}
.red-text {
	color: #ff0000;
}
.hm-button-member, .hm-button-reg, .hm-button-check, .hm-button-y {
	display: inline-block;
	margin-right: 10px;
}
.hm-button-member a, .hm-button-reg a, .hm-button-check a, .hm-button-y a {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	transition: 0.3s;
	background-color: #f5ad0d;
	font-size: 18px;
	padding: 15px 20px;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	transition: background-color 0.3s ease;
}
.hm-button-check a {
	background-color: #B92C20;
}
.hm-button-member a:hover, .hm-button-reg a:hover {
	background-color: #d19a16;
	outline: none;
	color: #fff;
}
.hm-button-check a:hover {
	background-color: #8e2319;
	outline: none;
	color: #fff;
}
.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}
.mt-5, .my-5 {
	margin-top: 3rem !important;
}
.mt-3, .my-3 {
	margin-top: 1rem !important;
}
.content-text li {
	padding-bottom: 30px;
	color: #000;
}
.elementor-608 .elementor-element.elementor-element-e0e89c0 .master-heading h2 {
	font-weight: 600;
}
/* card start */
.card-custom {
	text-align: center;
	padding: 20px 18px;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.circle {
	width: 80px;
	height: 80px;
	background-color: #f7b500;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.card-custom button {
	background-color: #f7b500;
	color: white;
	border: none;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 4px;
}
.card-custom button:hover {
	background-color: #e6a100;
}
.card-footer-line {
	border-top: 1px solid #eee;
	margin: 20px 0;
}
.card-custom h5 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
}
.map-holder {
	background-image: url('../assets/img/bg-image-12.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}
#footer .footer-contact-txt {
	color: #acacac;
	margin-left: 10px;
}

/* --- Block 3: Added by Himanshu --- */

#site-logo #site-logo-inner {
	max-width: 140px !important;
}
#page #main-content {
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer {
	display: block;
}
.elementor *, .elementor ::after, .elementor ::before {
	box-sizing: border-box;
}
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
#main-nav .three-column {
	column-count: 3;
	width: 750px;
}
.hm-head-bck {
	font-family: Roboto, serif;
	font-size: 25px;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
}
ul.hm-list {
	color: #2B6CA3;
	margin-top: 10px;
}
ul.hm-list li a {
	font-size: 16px;
	font-weight: bold;
}
.hm-side-links {
	border-radius: 12px;
	box-shadow: -4px 4px 0 #4e4eeb1a;
	overflow-x: auto;
	border: solid rgba(1, 69, 106, .3) 3px;
	display: inline-block;
	background: #f0f3ff;
	padding: 10px;
}
.cnt-btn {
	display: flex;
}

/* --- Block 4: Mobile Nav & Responsive --- */

#main-nav-mobi .menu-item-has-children .arrow {
	font-family: Roboto, serif;
}
#main-nav-mobi .menu-item-has-children .arrow:before {
	content: "\25BE";
}
#main-nav>ul>li.menu-item-has-children>a>span:after, #top-menu>ul>li.menu-item-has-children>a>span:after {
	line-height: normal;
	content: "\25BE";
	font-size: 25px;
	font-family: Roboto, serif;
	top: -2px;
	right: auto;
}

@media (max-width: 768px) {
	.background-banner {
		padding: 0 10px;
	}
	.background-banner .top-right-text {
		text-align: center;
	}
	.background-banner .quiz-button {
		font-size: 18px;
	}
	.background-banner h1 {
		line-height: 1.4em;
	}
	.banner-border h2 {
		font-size: 35px;
		margin-bottom: .5em;
	}
	.background-banner .description {
		font-size: 2rem;
		max-width: 100%;
	}
	.wrapper-pdh {
		padding: 0px 0;
	}
	.content-text li {
		padding-bottom: 10px;
	}
	.cnt-btn {
		margin-bottom: 30px;
		display: block;
	}
	.card-custom {
		margin-bottom: 30px;
	}
	.map-holder {
		padding: 20px 0;
		margin-bottom: 30px;
	}
	#footer {
		line-height: normal;
		padding: 30px 0 20px !important;
	}
	#footer-logo {
		width: 50%;
	}
	.widget-title {
		margin-bottom: 5px;
		letter-spacing: normal;
		margin-top: 25px;
	}
	.hm-button-member, .hm-button-reg, .hm-button-check, .hm-button-y {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	#bottom-logo, #topbar {
		display: inline;
	}
	#main-nav>ul>li, #top-menu>ul>li {
		float: left;
		padding: 0 10px;
	}
	#top-menu>ul>li>a {
		font-size: 13px;
	}
}
