/*
Theme Name: discountpdhunlimited
Theme URI: https://discountpdhunlimited.com
Author: Cogentsoft Solutions
Author URI: https://cogentsoft.co.in
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
Text Domain: discountpdhunlimited

*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	transition: .5s;
}
a {
	outline: 0;
	text-decoration: none;
	transition: .3s;
}
a:active, a:focus, a:hover {
	outline: 0;
	color: #222;
	text-decoration: underline;
	transition: .3s;
}
ul{
	padding-left: 20px;
}
.bg-header {
	background-color: #000000 !important;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #f7bd3b;
	text-decoration: underline;
}
.top-bar {
	border-bottom: 1px solid #394664;
}
.navbar-nav {
	display: flex;
	padding-right: 0;
	margin-bottom: 0;
	list-style: none;
}
#main-menu>li, #top-menu>ul>li {
	float: left;
	padding: 0 20px;
}
.navbar-nav .dropdown-menu {
	column-count: 3;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0rem;
	padding-left: 0rem;
}
#top-menu>ul>li a {
	color: #f7bd3b;
	display: block;
	position: relative;
	transition: .5s;
}
.header-search-wrap {
	margin-left: 0px;
}
.header-search-trigger {
	position: relative;
	display: block;
	text-align: center;
	width: 20px;
	line-height: 1;
	stroke: #fff;
	transition: none;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
.dropdown-toggle::after {
	margin-left: 0.3em;
}
.red-text {
	color: #ff0000;
}
.hm-button-yellow a{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	transition: 0.3s;
	background-color: #f5ad0d;
	font-size: 18px;
	padding: 19px 30px;
	border-radius: 3px;
	
}
.bottom_border{

    border-bottom: solid 1px #a2c4db;	
}
.top_border{
    border-top: solid 1px #a2c4db;	
}

.hm-button-member, .hm-button-reg .hm-button-check .hm-button-y {
	display: inline-block;
}
.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: 19px 30px;
	border-radius: 3px;
}
.hm-button-check a {
	background-color: #9b0303;
}
.hero-section {
	position: relative;
	height: 400px;
	background-image: url('/wp-content/uploads/2025/07/bg-image-08.webp'); /* Replace with your image */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.overlay-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* Black transparent overlay */
	z-index: 1;
}
.hero-content {
	z-index: 2;
	max-width: 80%;
}
.hm-heading-lrg {
	font-size: 52px;
}
.highlighted-package {
	background-color: #343a40; /* Dark theme */
	border-radius: 10px;
}
/* price box */

.bestvalue .pricingboxes .title{
	background: #f5ad0d;
}
.bestvalue .pricingboxes .title:after {
	border-color: rgba(245, 173, 13, 0); 
	border-top-color: #f5ad0d;
}
.bestvalue .pricing-table .description {
	background: rgba(245, 173, 13, 0.25);
	border-bottom: solid 1px #a2c4db;
	border: solid rgba(245, 173, 13, 1) 2px;
}
.bestvalue .pricing-table li{
	border-bottom: solid 1px #f5ad0d;
}
.bestvalue .pricing-table .price, .bestvalue .pricing-table li, .bestvalue .pricing-table .cta-button{
	background-color: rgba(245, 173, 13, 0.25);
	border-left: solid rgba(245, 173, 13, 1) 2px;
    border-right: solid rgba(245, 173, 13, 1) 2px;
}
.bestvalue .pricing-table .cta-button {
	border-bottom: solid rgba(245, 173, 13, 1) 2px;
}
.bestvalue .pricing-table .cta-button span a{
	background: #f5ad0d;
}
.bestvalue .pricing-table .cta-button span a:hover{
	color: #0e2954;
}


.pricingboxes .title {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0e2954;
	padding: 12px 0;
	text-align: center;
	letter-spacing: .07em;
	color: #fff;
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 15px;
	position: relative;
	height: 100px;
}
.pricing-table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
.pricingboxes p {
	text-align: center;
	margin-bottom: 17px;
	font-size: 17px;
	font-weight: normal;
}
.pricing-table * {
	list-style: none;
	line-height: 1;
}
.pricing-table ul {
	padding: 0;
	margin: 0;
}
.pricing-table * {
	list-style: none;
	line-height: 1;
}
.pricingboxes .title:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(101, 69, 76, 0);
	border-top-color: #0e2954;
	border-width: 8px;
	margin-left: -8px;
}
.pricing-table .description {
	background: rgba(43, 108, 163, 0.15);
	text-align: center;
	color: #0e2954;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: solid rgba(1, 69, 106, 1) 2px;
	border-bottom: solid 1px #a2c4db;
}
.pricing-table li {
	background-color: rgba(43, 108, 163, 0.15);
	padding: 0.9375em;
	text-align: center;
	color: #0e2954;
	font-size: 16px;
	font-weight: normal;
	border-bottom: solid 1px #a2c4db;
	padding-right: 0;
	padding-left: 0;
	border-left: solid rgba(1, 69, 106, 1) 2px;
	border-right: solid rgba(1, 69, 106, 1) 2px;
}
.pricing-table .price {
	background: rgba(43, 108, 163, 0.15);
	text-align: center;
	padding: 12px 0 18px;
	color: #EAEAEA;
	font-weight: 900;
	font-size: 15px;
	border-left: solid rgba(1, 69, 106, 1) 2px;
	border-right: solid rgba(1, 69, 106, 1) 2px;
}
.pricing-table .price span {
	color: #0e2954;
	font-weight: 900;
	font-size: 53px;
	display: block;
	padding: 10px 0;
}
.pricing-table .cta-button {
	background: rgba(43, 108, 163, 0.15);
	text-align: center;
	padding: 8px 0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-left: solid rgba(1, 69, 106, 1) 2px;
	border-right: solid rgba(1, 69, 106, 1) 2px;
	border-bottom: solid rgba(1, 69, 106, 1) 2px;
}
.pricing-table .cta-button p {
	padding: 14px 0 8px;
}
.pricing-table .cta-button span a {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	background: #0e2954;
	padding: 9px 27px;
	border-radius: 6px;
}
.pricing-table .cta-button span a:hover {
	color: #a2c4db;
	text-decoration: none;
}
.view_courses a {
	color: #0e2954;
}
.pricing-table-left .description, .pricing-table-left li, .pricing-table-left .price, .pricing-table-left .title, .pricing-table-left .title:after {
	background: #fff;
	color: #0e2954;
	text-align: left;
	border: 0px;
	border-bottom: solid 1px #DBDBDB;
}
.pricing-table-left .title:after {
	border-bottom: 0px;
	display: none;
}
.pricing-table-left .title {
	border: 0;
	font-size: 2rem;
	color: #0e2954;
}
.hm-listing{
	font-size: 16px;	
	padding-left: 15px;
}
.hm-listing li{
	padding: 5px 0;	
}
.content-image{
/*	display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;*/ 
	
}
.content-image h2{
	line-height: 1.2;  /* tighter spacing */

}
.content-image h3{
	font-size: 1.25rem;

}
.content-image img{
	padding: 15px 0;
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Large devices (desktops, 992px and down) */
@media (max-width: 992px) {
/*.top-bar{display: none;}*/
}
/* footer start */
 
footer {
	padding: 2em 0;
	font-size: 15px;
}
footer li{
	font-size: 17px;
}
.footer-04 .footer-heading .logo {
	letter-spacing: none;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
}
.footer-04 .footer-heading {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-04 p {
	color: rgba(255, 255, 255, 1);
}
.footer-04 a {
	color: #8a99c0;
}
.footer-04 a:hover {
	color: #23527c;
}
.footer-04s ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f5ad0d;
    -webkit-transition: width .5s cubic-bezier(.35, .7, .35, 1);
    -moz-transition: width .5s cubic-bezier(.35, .7, .35, 1);
    -ms-transition: width .5s cubic-bezier(.35, .7, .35, 1);
    -o-transition: width .5s cubic-bezier(.35, .7, .35, 1);
    transition: width .5s cubic-bezier(.35, .7, .35, 1);
}
.footer-04 .list-unstyled li a {
	color: rgba(255, 255, 255, 0.7);
}
.pb-1, .py-1 {
	padding-bottom: 0.25rem !important;
}
.pt-1, .py-1 {
	padding-top: 0.25rem !important;
}
.d-block {
	display: block !important;
}
.footer-04 .border-top {
	border-color: #1a1a1a !important;
}
#wrapper-footer-full {
	background-color: #000000;
}
.color-off-white {
	color: rgba(255, 255, 255, 0.7);
}
/* start of second pricing table */



.py-90 {
	padding: 90px 0;
}
.plans-table-sec .th-table {
	/*border: 1px solid #4e4eeb1a;*/
	border-radius: 12px;
	box-shadow: -4px 4px 0 #4e4eeb1a;
	overflow-x: auto;
	border: solid rgba(1, 69, 106, 1) 5px;
}
.plans-table-sec .compare-table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	border-radius: 12px;
}
.plans-table-sec .compare-table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	background-color: rgba(43, 108, 163, 0.15);
	border-radius: 12px;
}
.plans-table-sec .compare-table thead th {
	padding: 30px 30px 40px;
}
.plans-table-sec .compare-table thead tr:first-child th:first-child {
	border-top-left-radius: 12px;
}
.plans-table-sec .compare-table thead th:not(:last-child) {
	border-right: 1px solid #a2c4db;
}
.plans-table-sec .compare-table thead th.top-left-corner {
	min-width: 450px;
	width: 450px;
	text-align: left;
	vertical-align: top;
}
.plans-table-sec .compare-table thead th.top-left-corner .table-title-head {
	display: block;
	font-size: 32px;
	color: #0e2954;
	line-height: 1.2;
}
.plans-table-sec .compare-table thead th.top-right-corner {
	min-width: 320px;
	width: 320px;
}
.plans-table-sec .compare-table thead th.top-right-corner .table-title-3 {
	display: block;
	color: #0e2954;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
}
.plans-table-sec .compare-table thead th.top-right-corner .table-title-4 {
	font-size: 14px;
	color: #0e2954;
	font-weight: bold;
}
.plans-table-sec .compare-table thead th.top-right-corner .table-title-1 {
	display: block;
	font-size: 42px;
	color: #0e2954;
	font-weight: bold;
	margin-bottom: 15px;
}
.plans-table-sec .compare-table thead th.top-right-corner .table-title-1 .coin {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	vertical-align: top;
	top: 10px;
	margin-right: 5px;
}
.plans-table-sec .compare-table tbody tr.hovered {
	background-color: #f6f9fd;
}
.plans-table-sec .compare-table tbody tr td {
	position: relative;
	padding: 25px 30px;
	color: #0e2954;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #a2c4db;
}
.theme-btn {
	color: #fff;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	min-height: 42px;
	font-weight: 500;
	padding: 8px 20px;
	border-radius: 4px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	background-color: var(--primary);
	border: 1px solid var(--primary);
	font-family: var(--secondary-font);
	transition: all .15s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.plans-table-sec .compare-table thead th:not(:last-child) {
	border-right: 1px solid #a2c4db;
}
.plans-table-sec .compare-table tbody tr td:not(:last-child) {
	border-right: 1px solid #a2c4db;
}


/* end of second pricing table */
