/* Define brand variables */
:root {
  --pd-primary: #F58600;
  /* Orange */
  --pd-secondary: #4B5563;
  /* Blue */
  --pd-dark: #111827;
  --pd-white: #ffffff;
  --pd-blue-dark: #163259;
  --pd-light-text: #4B5563;
  --pd-light-blue: #E4EFFF;
}

body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--pd-dark);
  background-color: #ffffff;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--pd-dark);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
  color: #4B5563;
}

.text-18px {
  font-size: 18px;
}

.text-bold,
b,
strong {
  font-weight: 600;
}

.text-pddark {
  color: var(--pd-dark);
}
.light-blue-bg{
  background-color: var(--pd-light-blue);
}


.nav-item.dropdown > a {
    display: inline-block;
}

.nav-item.dropdown {
    display: flex;
    align-items: center;
}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 0 !important;
    }
/* ==========================
   Buttons
   ========================== */
.btn {
  font-weight: 600;
  border-radius: 8px;
  padding: 9px 1.4rem;
  transition: all 0.2s ease-in-out;
}

/* Primary (Orange) */
.btn-orange {
  background-color: var(--pd-primary);
  border: 1px solid var(--pd-primary);
  color: var(--pd-white);
}

.btn-orange:hover {
  background-color: #d97400;
  /* darker orange */
  border-color: #d97400;
  color: var(--pd-white);
}

/* Secondary (Orange) */
.btn-blue {
  background-color: var(--pd-blue-dark);
  border: 1px solid var(--pd-blue-dark);
  color: var(--pd-white);
}

.btn-blue:hover {
  background-color: #0f2444;
  /* darker shade of var(--pd-secondary) */
  border-color: #0f2444;
  color: var(--pd-white);
}

/* Outline Secondary (Blue) */
.btn-outline-blue {
  background-color: transparent;
  border: 1px solid var(--pd-blue-dark);
  color: var(--pd-blue-dark);
}

.btn-outline-blue:hover {
  background-color: var(--pd-blue-dark);
  color: var(--pd-white);
}

/* Outline Primary (Orange) */
.btn-outline-orange {
  background-color: var(--pd-white);
  border: 1px solid var(--pd-primary);
  color: var(--pd-primary);
}

.btn-outline-orange:hover {
  background-color: var(--pd-primary);
  color: var(--pd-white);
}

/* White Button */
.btn-white {
  background-color: var(--pd-white);
  border: 1px solid var(--pd-gray);
  color: var(--pd-dark);
}

.btn-white:hover {
  background-color: var(--pd-gray-light);
}

/* Link Button */
.btn-link {
  color: var(--pd-secondary);
}

.btn-link:hover {
  color: var(--pd-primary);
}

/* ==========================
   Forms
   ========================== */
.form-control {
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  font-size: 15px;
  height: 44px;
}

.form-control:focus {
  border-color: var(--pd-secondary);
  ;
  box-shadow: 0 0 0 0.2rem rgba(22, 50, 89, 0.15);
}

.textboldlight {
  font-size: 16px;
  color: #4B5563;
  font-weight: bold;
}


.form-control::-webkit-input-placeholder {
  color: #9CA3AF;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #9CA3AF;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9CA3AF;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #9CA3AF;
  opacity: 1;
}

.form-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

/* Checkboxes / Radios */
.form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #F58600;
  border-color: #F58600;
}

/* ==========================
   Utilities
   ========================== */
.mt-7 {
  margin-top: 70px;
}

.cmn-heading {
  max-width: 70%;
  margin: auto;
  text-align: center;
}

.cmn-heading p.text-18px {
  width: 100%;
  max-width: 734px;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
}

.cmn-heading h2 {
  margin-bottom: 1rem;
}

.blue-grediunt {
  background: linear-gradient(131.1deg, #EFF6FF -0.39%, #FFFFFF 115.07%);
}

.blue-dark-grediunt {
  background: linear-gradient(136.83deg, #163259 16.35%, #163259 83.99%);
}

/* Banner (for inner pages) */
.pd-inner-banner .banner-title {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/*common css end*/




/*navbar css*/
.navbar a.nav-link.active.text-orange {
  color: #F58600;
}

.navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-expand-lg {
  min-height: 90px;
}

nav.navbar.navbar-expand-lg.bg-white {
  border-bottom: 1px solid #F4F0FF;
}

.navbar button#countryDropdown {
  background-color: #E4EFFF;
  padding-left: 16px;
  padding-right: 16px;
  border: 0;
  height: 44px;
}

.navbar a.nav-link {
  color: #000;
}

.navbar li.nav-item {
  margin: 0 6px;
}

/*navbar css*/

/*hero-section*/

.hero-content .btn-row a {
  font-size: 15px;
  line-height: 20px;
}

.large-text {
  font-size: 18px;
  color: #4B5563;
}

.hero-section.p-bg {
  padding: 90px 0;
}

.hero-section .search-box {
  width: 400px;
}

.hero-section .input-group-text {
  background-color: transparent;
  border: none;
}



.hero-section .input-group-text {
  background-color: transparent;
  border: none;
}

.hero-section .search-wrapper {
  position: relative;
}

.hero-section .search-wrapper input {
  padding: 8px 8px 8px 36px;
}

.hero-section .search-wrapper img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.features,
.events,
.p-bg {
  padding: 54px 0;
}

.features-col {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
}

.features-col h3 {
  margin-top: 6px;
  max-width: 150px;
}

.features-col img {
  height: 46px;
  object-fit: contain;
}

.play-icon.position-absolute {
  top: 10px;
  left: 10px;
  z-index: 2;
}

.play-icon.position-absolute img {
  border-radius: 6px !important;
}


.topics .card-body span {
  font-size: 14px;
  font-weight: 600;
}

.withhrtime img {
  position: relative;
  top: -1px;
}

.rating span {
  color: #FACC15;

  font-size: 20px !important;

}

.topics .nav-pills .nav-link {
  border-radius: 50px;
  /* rounded buttons */
  font-weight: 500;
  padding: 8px 20px;
  font-size: 14px;
}

.topics .nav-pills .nav-link.active {
  background-color: #F58600;
  color: #fff;
  border: 1px solid #F58600;
}

.topics .nav-pills .nav-link {
  background-color: #fff;
  border: 1px solid var(--pd-secondary);
  color: var(--pd-secondary);
}

.about-event span {
  font-size: 15px;
  color: #4B5563;
}


/* slider */

.slick-prev:before,
.slick-next:before {
  display: none;
}

.events-slider .card {
  margin: 0 15px;
}

button.slick-prev.slick-arrow img,
button.slick-next.slick-arrow img {
  max-width: 36px !important;
}

.events-slider .slick-prev {
  right: 66px;
  top: -40px;
  left: inherit;
}

.events-slider .slick-next {
  right: 18px;
  top: -40px;
}

.supports-col {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 25px;
  align-items: center;
  height: calc(100% - 25px);
}

.supports-col .img-wrapper {
  width: 80px;
  min-width: 80px;
}

.supports-col .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.supports-col .text-row p {
  margin-bottom: 0;
  font-weight: 300;
}

.howitworkscols.supports-col .img-wrapper {
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.howitworkscols .text-row p {
  color: #4B5563;
  font-size: 16px;
  font-weight: bold;
}

.news-col.card {
  border-color: #E5E7EB;
}

.news-col p.text-muted {
  margin-bottom: 0px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-slider .card {
  margin: 0px 15px
}

.news-letter {
  background-color: #E4EFFF;
}

.news-letter input.form-control {
  height: auto;
  width: 370px;
}

.news-letter button.btn.btn-white.ms-2 {
  padding: 8px 20px;
}

.btn-white:hover {
  background-color: #F58600;
  color: #fff;
}

.footer {
  background-color: var(--pd-blue-dark);
  color: #fff;
  padding: 40px 20px 20px;
}

.footer a {
  color: #9CA3AF;
  text-decoration: none;
}

.footer a:hover {
  color: var(--pd-primary);
}

.footer h6 {
  color: #fff
}

.footer li {
  margin-top: 6px;
}

.footer .social-icons a {
  font-size: 18px;
  margin-right: 9px;
  color: #fff;
}

.footer .social-icons a:hover {
  color: #ff9800;
}

.chat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.footer p.bold {
  color: #9CA3AF;
}

.footer {
  position: relative;
}
.footer-img img{
  width: 100%;
  max-width: 140px;
}
.navbar-brand img{
 width: 100%;
  min-width: 140px;
}
.testimonial-slider {
  max-width: 90%;
  margin: auto;
}


.testimonial-slider button.slick-prev.slick-arrow {
  left: -28px;
}

.testimonial-slider button.slick-next.slick-arrow {
  right: -15px;
}

/* sign page css start here */
/* Feature list */
.sign-in-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}

.sign-in-content .feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.sign-in-content .feature-list li p {
  margin: 0;
}

/* Icon circle */
.sign-in-content .icon-circle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(22, 50, 89, 0.06);
}

/* Icon size + color */
.sign-in-content .icon-circle .bi {
  font-size: 20px;
  color: var(--pd-secondary);
}

/* Text */
.sign-in-content .feature-text {
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  line-height: 1.2;
  margin: 0;
}

.sign-in-content p {
  font-size: 18px;
}

.sign-in-content {
  padding: 0px 30px 0 0;
}

.signin-wrapper {
  max-width: 420px;
  margin: 0px auto;
  padding: 0;
}

.card-auth {
  border-radius: 12px;
  box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
  overflow: hidden;
  background: #ffffff;
  border: 0;
}

.card-auth .card-body {
  padding: 30px;
}

.card-auth h2 {
  margin: 0 0 18px 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--pd-dark);
}

.signin-wrapper .form-label {
  font-size: 14px;
  font-weight: 400;
  color: #374151;
}

.signin-wrapper .form-control {
  border-radius: 8px;
  height: 46px;
  padding: 10px 12px;
  box-shadow: none;
  border: 1px solid #E6E9EE;
  background: #fff;
  font-size: 14px;
}

.signin-wrapper .form-control::placeholder {
  color: #9CA3AF;
}

.forgot-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 14px;
}

.forgot-link {
  color: #F58600;
  text-decoration: none;
  font-size: 14px;
}

.forgot-link:hover {
  text-decoration: underline;
  color: #d36f00;
}

.btn-signin {
  border-radius: 8px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

/* Divider with text */
.or-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0;
  color: #9CA3AF;

  font-size: 14px;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #EEF2F5;
}

/* Social buttons */
.social-row {
  display: flex;
  gap: 12px;
  justify-content: space-between;

}

.signin-wrapper .social-btn {
  flex: 1 1 calc(33.333% - 8px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid #E6E9EE;
  min-height: 44px;
  text-decoration: none;
  color: var(--pd-dark);
  font-weight: 600;
  box-shadow: none;
}

.signin-wrapper .social-btn:hover {
  border: 1px solid #aaa;
}

/* left reserved area for SVG/icon (keeps consistent spacing) */
.signin-wrapper .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 6px;
  /* background: #F3F4F6; optional background */

}

.signin-wrapper .social-label {
  display: inline-block;
  font-size: 16px;
  color: #4B5563;
  font-weight: normal;
}

/* Footer small text */
.auth-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #6B7280;
}

.auth-footer a {
  color: #F58600;
  text-decoration: none;
}

.auth-footer a:hover {
  text-decoration: underline;
}

.inner-page {
  padding: 70px 0;
}

/* signIn page css end here*/

/* listing page css start here*/
/* Card */
.listing-page {
  padding: 40px 0;
}

.pd-course-format .accordion-item {
  margin-bottom: 6px;
  border-radius: 10px !important;
  overflow: hidden;
}

.pd-course-format .accordion-button {
  background: #E4EFFF;
  font-weight: 600;
  color: var(--pd-dark);

  padding: 1rem;
}

.pd-course-format .accordion-body {
  background: #E4EFFF;
  border-radius: 0 0 10px 10px;
  padding: 12px 16px;
}

.pd-course-format .form-check {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.pd-course-format .form-check-input {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 0;
}

.pd-course-format .form-check-input:checked {
  background-color: #F58600;
  border-color: #F58600;
}

.pd-course-format .form-check-label {
  font-size: 15px;
  font-weight: 400;
  color: var(--pd-dark);
  margin-left: 10px;
}

.pd-courses .card-body span {
  font-weight: 600;
}

/* grid */
.pd-courses {
  color: #0f1724;
}

/* Search box */
.pd-courses .form-control {
  border-radius: 10px;
  height: 44px;
  background: #fff;
  border: 1px solid #E6E9EE;
  padding-left: 40px;
}

.pd-search .search-icon {
  position: absolute;
  left: 14px;
  top: 13px;
}

.pd-search {
  max-width: 360px;
}

/* Sort select */
.pd-courses select.form-select {
  border-radius: 8px;
  height: 40px;
}

.events-slider .slick-list {
  margin: 0 -15px;
}

.custom-text {
  font-size: 18px;
  font-weight: normal;
  color: #111827;
}

/* events page css here */
.pd-inner-banner {
  position: relative;
  overflow: hidden;
}

/* Image fills the banner and keeps aspect ratio */
.pd-inner-banner img.banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 330px;
  /* desktop max height */
  object-fit: cover;
}

/* Overlay to darken image for readable text */
.pd-inner-banner .overlay {
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

/* Title */
.pd-inner-banner .banner-title {
  color: #ffffff;
  font-size: 40 px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* Optional subtitle/breadcrumb */
.pd-inner-banner .banner-sub {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-top: 8px;
  font-weight: 600;
}


.social {
  display: flex;
  margin-bottom: 0;
}

.social li {
  padding: 0 11px;
}

.social li a {
  color: #fff;
  font-size: 32px;
}

.social li a:hover {
  opacity: 0.5;
}

.social-links {
  display: inline-flex;
  text-align: left;
  margin-bottom: 0;
}

.social-links>li {
  margin-left: 10px;
  padding: 0;
}

.social-links>li:first-child {
  margin-left: 0;
}



ul.social-links li a {
  border-radius: 50%;
  display: inline-block;
  height: 41px;
  line-height: 41px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 41px;
  text-decoration: none;
}

ul.social-links li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

ul.social-links li a:before {
  font-family: 'Font Awesome 5 Brands';
  -webkit-font-smoothing: antialiased;
  content: '\f08e';
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

ul.social-links li a[href*="facebook.com"]::before {
  content: '\f39e';
}

ul.social-links li a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

ul.social-links li a[href*="instagram.com"]::before {
  content: '\f16d';
}

ul.social-links li a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

ul.social-links li a[href*="pinterest.com"]::before {
  content: '\f0d2';
}

ul.social-links li a[href*="twitter.com"]::before {
  content: '\e61b';
}

ul.social-links li a[href*="youtube.com"]::before {
  content: '\f167';
}

ul.social-links li a[href*="facebook.com"] {
  background-color: #3c599b;
}

ul.social-links li a[href*="plus.google.com"] {
  background-color: #e3411f;
}

ul.social-links li a[href*="instagram.com"] {
  background-color: #5f5f5f;
}

ul.social-links li a[href*="linkedin.com"] {
  background-color: #007bb6;
}

ul.social-links li a[href*="pinterest.com"] {
  background-color: #bd081b;
}

ul.social-links li a[href*="twitter.com"] {
  background-color: #000;
}

ul.social-links li a[href*="youtube.com"] {
  background-color: #c40000;
}

ul.social-links li a span {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.accordion-button:focus {
  box-shadow: none;
}

/* detail page css start here*/

.pd-description .desc-card {
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  padding: 22px;
  background: var(--pd-white);
}

.pd-description .desc-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--pd-dark);
}

.pd-description .desc-lead {
  color: var(--pd-dark);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
  opacity: 0.85;
}

/* Feature list */
.resource-details .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;

}

.resource-details .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.resource-details .feature-item:last-child {
  margin-bottom: 0;
}

.resource-details .feature-icon {
  font-size: 20px;
  color: var(--pd-secondary);
  margin-top: 2px;
}

.resource-details .feature-text {
  font-size: 14px;
  color: var(--pd-dark);
  margin: 0;
}

.pd-cert-details .card-cert {
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  /* subtle border */
  padding: 20px;
  background: var(--pd-white);
}

.pd-cert-details .card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: var(--pd-dark);
}

.pd-cert-details .cert-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.pd-cert-details .cert-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* Icon container (uses <img> inside as requested) */
.pd-cert-details .icon-wrap {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 8px;
  background: rgba(22, 50, 89, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pd-cert-details .icon-wrap img {
  width: 20px;
  height: 20px;
  display: block;
}

.pd-cert-details .cert-meta {
  flex: 1 1 auto;
}

.pd-cert-details .cert-label {
  font-weight: 700;
  color: var(--pd-dark);
  font-size: 14px;
  margin: 0 0 4px 0;
}

.pd-cert-details .cert-sub {
  margin: 0;
  color: rgba(17, 24, 39, 0.65);
  font-size: 13px;
  line-height: 1.35;
}

/* Card */
.pd-pricing .card-pricing {
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: var(--pd-white);
  padding: 20px;
}

/* Heading */
.pd-pricing .card-pricing .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

/* Price block */
.pd-pricing .price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;

}

.pd-pricing .price-current {
  font-size: 36px;
  font-weight: 600;
}

.pd-pricing .price-old {
  color: rgba(17, 24, 39, 0.4);
  text-decoration: line-through;
  font-weight: 700;
  font-size: 16px;
}

/* small note */
.pd-pricing .price-note {
  color: rgba(17, 24, 39, 0.65);
  font-size: 13px;
  margin-bottom: 16px;
}

/* Enroll button (primary) */
.pd-pricing .btn-enroll {
  display: block;
  width: 100%;
  height: 46px;
  background: var(--pd-primary);
  border: 1px solid var(--pd-primary);
  color: var(--pd-white);
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}

.pd-pricing .btn-enroll:hover {
  background: #d97400;
  /* slightly darker */
  border-color: #d97400;
  color: var(--pd-white);
}

/* Eligibility heading */
.pd-pricing .elig-heading {
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 14px;
}

/* Eligibility list */
.pd-pricing .elig-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.pd-pricing .elig-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.pd-pricing .elig-item .bi {
  font-size: 18px;
  color: var(--pd-secondary);
  flex-shrink: 0;
  margin-top: 2px;
}

.pd-pricing .elig-item .elig-text {
  margin: 0;
  font-size: 14px;
  color: rgba(17, 24, 39, 0.9);
}

/* card inner spacing for footer area */
.pd-pricing .card-footer-space {
  padding-top: 12px;
}

/* container card */
.pd-reviews .reviews-card {}

/* Heading */
.pd-reviews h2.reviews-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* overall rating row */
.pd-reviews .overall {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--pd-dark);
  font-weight: 700;
}

.pd-reviews .overall .star {
  color: #FACF20;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pd-reviews .overall .star span {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.pd-reviews .overall .total-review {
  color: #676767;
  font-weight: 400;
}

/* review list */
.review-list {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #E5E7EB;
  border-radius: 15px;
}

/* single review */
.review-list .review-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #E5E7EB;
  font-size: 14px;
}

.review-list .review-item:last-child {
  border-bottom: 0;
}

/* avatar */
.review-list .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.05);
}

.review-list .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faq-video-container {
  margin-bottom: 30px;
}

/* review meta (name / rating / date) */
.review-list .review-meta {}

.review-list .review-name {
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  color: var(--pd-dark);
}

.review-list .review-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.review-list .review-sub .rating-span {
  font-size: 14px;
  font-weight: 600;
}

.review-list .review-sub .date-span {
  color: #676767;
}

/* review text */
.review-list .review-text {
  color: #676767;
  font-size: 14px;
}

/* about page html start from here */
.pd-about {
  font-family: "Outfit", sans-serif;
  color: var(--pd-dark);
}

/* Header block */
.pd-about .about-heading {
  /* text-align: center; */
  margin-bottom: 18px;
}

.pd-about .about-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pd-about .about-heading h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.pd-about .about-lead {
  color: #4B5563;
  font-size: 18px;
  /* max-width: 980px;
  margin: 0 auto 24px auto; */
}

.pd-about .about-lead strong,
.pd-about .about-lead strong b {
  font-weight: 600;
}

/* small sub-lead */
.pd-about .about-sub {
  color: rgba(17, 24, 39, 0.7);
  max-width: 900px;
  margin: 12px auto 28px auto;
  text-align: center;
}

/* Feature cards grid */

.pd-about .feature-card {
  border-radius: 10px;
  border: 1px solid #FFE0BA;
  background: #FFF3E5;
  /* subtle warm */
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-height: 98px;
  transition: transform .18s ease, box-shadow .18s ease;
  position: absolute;
}

.height-featured {
  min-height: 98px
}

.pd-about .feature-card:hover {
  box-shadow: 0 12px 30px rgba(22, 50, 89, 0.08);
}

.blog-search-bar form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-search-bar {
  margin-top: 40px;
}

.blog-search-bar .blog-search-input {
  position: relative;
}

/* Icon */
.pd-about .feature-icon {
  flex: 0 0 50px;
}

.pd-about .feature-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}


/* Title & text */
.pd-about .feature-body {
  flex: 1 1 auto;
}

.pd-about .feature-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 6px 0;
  color: var(--pd-dark);
}

.pd-about .feature-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

/* second block (smaller tiles) */
.pd-about .tiles-row .feature-card {
  min-height: 68px;
  padding: 12px 14px;
}

/* spacing helpers */
.pd-about .spacer {
  height: 22px;
}


/* Hide description initially */
.feature-card.featured .feature-desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

/* On hover — expand description */
.feature-card.featured:hover .feature-desc {
  max-height: 200px;
  /* enough to fit text */
  opacity: 1;
}

.commitment p {
  color: #000;
}

.commitment ul {
  color: #4B5563;
  list-style: none;
}

.commitment ul li {
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
}

.commitment ul li:before {
  content: "•";
  font-size: 50px;
  position: absolute;
  left: -32px;
  top: -20px;
  line-height: normal;
}

.pd-awards {
  font-family: "Outfit", sans-serif;
  color: var(--pd-dark);
}

.pd-awards .award-img img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pd-awards .award-card {
  background: #EFF6FF;
  border-radius: 10px;
  padding: 18px;
  transition: all .2s ease;
  flex: 1;
}

.pd-awards .award-card:hover {
  background: #e0edfb;
  transform: translateY(-4px);
}

.pd-awards .award-date {
  font-size: 22px;
  margin-bottom: 6px;
}

.pd-awards .award-title {
  font-weight: 600;
  font-size: 26px;
}

.pd-awards .award-link {
  font-size: 30px;
  color: var(--pd-dark);
  text-decoration: none;
}

.pd-awards .award-link:hover {
  color: var(--pd-primary);
}

.pd-awards .award-card-outer {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 26px;
}

.features-row [class*="col"]:nth-child(1) {
  z-index: 10;
  position: relative;
}

.features-row [class*="col"]:nth-child(2) {
  z-index: 9;
  position: relative;
}

.features-row [class*="col"]:nth-child(3) {
  z-index: 8;
  position: relative;
}

.features-row [class*="col"]:nth-child(4) {
  z-index: 7;
  position: relative;
}

.features-row [class*="col"]:nth-child(5) {
  z-index: 6;
  position: relative;
}

.features-row [class*="col"]:nth-child(6) {
  z-index: 5;
  position: relative;
}

.features-row [class*="col"]:nth-child(7) {
  z-index: 4;
  position: relative;
}

.features-row [class*="col"]:nth-child(8) {
  z-index: 3;
  position: relative;
}

.features-row [class*="col"]:nth-child(9) {
  z-index: 2;
  position: relative;
}

.features-row [class*="col"]:nth-child(10) {
  z-index: 1;
  position: relative;
}



/* contact page css here */
/* sign page css start here */
/* Feature list */
.contact-info .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info .feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
}

.mainHeading h1 {
  margin-top: 40px;
}

/* .news-updates .cmn-heading h2 {
  margin-bottom: 40px !important;
} */

/* Icon circle */
.contact-info .icon-circle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: var(--pd-blue-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(22, 50, 89, 0.06);
}

/* Icon size + color */
.contact-info .icon-circle .bi {
  font-size: 20px;
  color: var(--pd-secondary);
}

/* Text */
.contact-info .feature-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.contact-info {
  background-color: #F9FAFB;
  border-radius: 20px;
  padding: 30px;
}


.pd-form .form-card {
  border-radius: 12px;
  padding: 30px;
  background: #F9FAFB;
}

/* Inputs */
.pd-form .form-control {
  border-radius: 8px;
  border: 1px solid #e6e9ee;
  height: 46px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}

.pd-form .form-control::placeholder {
  color: #9CA3AF;
}

.pd-form .form-label {
  font-size: 14px;
  color: var(--pd-dark);
  font-weight: normal;
}

/* Role radios - inline pills style (circular) */
.pd-form .role-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 8px;
}

.pd-form .role-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.pd-form .role-item .form-check-input {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-top: 0.1rem;
  border: 2px solid var(--pd-secondary);
}

.pd-form .role-item .form-check-input:checked {
  background-color: var(--pd-secondary);
  border-color: var(--pd-secondary);
}

/* Learning format checkboxes - larger square */
.pd-form .formats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.pd-form .formats .form-check {
  margin-right: 1rem;
}

.pd-form .formats .form-check-input {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  margin-top: 0.2rem;
  border: 2px solid #e6e9ee;
  margin-right: 10px;
}

.pd-form .formats .form-check-input:checked {
  background-color: var(--pd-secondary);
  border-color: var(--pd-secondary);
}

/* Small helpers */
.pd-form .small-note {
  font-size: 13px;
  color: var(--pd-muted);
  margin-bottom: 8px;
}

/* Textareas */
.pd-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
  padding: 12px;
}

/* Submit button uses global .btn-orange */
.pd-form .actions {
  /* display:flex; */
  justify-content: flex-end;
}

.contact-info h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

/* blog detail page css start here */

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red !important;
}

.blog-detail-inner {
  max-width: 900px;
  margin: 0 auto;
}

.blog-detail-inner .pd-article .text-muted {
  margin-bottom: 10px;
  margin-top: 30px
}

.blog-detail {
  padding: 30px 0 50px;
}

/* back link */
.pd-article .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pd-muted);
  text-decoration: none;
  margin-bottom: 14px;
  font-size: 20px;
  color: #5D5D5D;
}

.pd-article .back-link:hover {
  color: #000;
}

.pd-article .back-link .bi {
  font-size: 25px;
}

.pd-article h2 {
  font-size: 26px;
}

.pd-article .text-muted {
  font-size: 18px;
}

/* hero image wrapper */
.pd-article .hero {

  margin-bottom: 18px;
}

/* the image itself */
.pd-article .hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  max-height: 520px;
}

/* meta date */
.pd-article .meta-date {
  color: var(--pd-muted);
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* title */
.pd-article h2.article-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--pd-dark);
  line-height: 1.15;
}

/* body paragraph */
.pd-article .article-body {
  color: rgba(17, 24, 39, 0.75);
  font-size: 16px;
  line-height: 1.8;
}

.loader {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #163259;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.active>.page-link,
.page-link.active {
  z-index: 3 !important;
  color: var(--bs-pagination-active-color) !important;
  background-color: #111827 !important;
  border-color: #111827 !important;
}

.page-link:hover {
  z-index: 2;
  color: #111827 !important;
  border-color: #111827 !important;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #111827 !important;
  text-decoration: none;
  /* background-color: #111827!important; */
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Help center */

.helpcenterform .pd-search {
  width: 100%;
  max-width: 600px;
}

.helpcenterpage.accordion {
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.helpcenterpage .accordion-item {
  border: solid 0 !important;
  border-radius: 10px !important;
}

.helpcenterpage .accordion-button {
  background-color: transparent;
  border-radius: 10px !important;
  font-size: 18px;
  font-weight: 600;
  padding: 1.5rem;
  border: 0 !important;
  box-shadow: none !important;
}

.helpcenterpage .accordion-button:not(.collapsed) {
  border-radius: 10px 10px 0 0 !important;
}

.helpcenterpage .accordion-body {
  padding: 1.5rem;
  border-radius: 0 0 10px 10px;
  border: solid 1px #E4EFFF;
}

.helpcenterpage .accordion-button:not(.collapsed) {
  color: var(--pd-dark);
  background: #E4EFFF;
}

.helpcenterpage .accordion-collapse.show .accordion-body {
  background: #fff;
}

@media screen and (max-width: 991px) {

  .helpcenterpage .accordion-button,
  .helpcenterpage .accordion-body {
    padding: 1rem !important;
  }
}



/* careers */
.careerpagecols {
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #eee;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.emailaddresstext {
  color: var(--pd-primary);
}

.careerschips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.careerschips span {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: normal;
  background: #fff;
  border: solid 1px #eee;
  line-height: 1;
}

.applyarrow:after {
  content: "";
  background: url(../images/uparrow.svg) center no-repeat;
  display: inline-block !important;
  margin-left: 8px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.careerpagecols h2 {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .careerpagecols h2 {
    font-size: 24px;
  }

  .careerschips span {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .careerpagecols {
    flex-wrap: wrap;
  }

  .careerpagecols .flex-column {
    width: 100%;
  }
}

.career-modal .modal-dialog {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  height: 100%;
}

.career-modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
}

.careerdetail-top {
  background-color: #E4EFFF;
  border-radius: 0;
  display: block;
  margin: -1.5rem;
  margin-bottom: 10px;
}





.testimonial-slider img.rounded-circle {
  width: 64px;
  height: 64px;
  min-width: 64px;
  max-width: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: left top;
}

.mc4wp-alert {
  display: flex;
  justify-content: center;
}

.mc4wp-error p {
  padding: 14px 20px;
  color: white;
  background: #dd3939;
  border-radius: 4px;
  line-height: normal;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  margin: 20px 0 0 0;
  text-align: center;
  position: relative;
}

.mc4wp-error p:before {
  content: '';
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: url(../images/exclamation-circle.svg) center no-repeat;
  background-size: cover;
  display: inline-block;
}

.mc4wp-success p:before {
  content: '';
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: url(../images/check-circle-svgrepo-com.svg) center no-repeat;
  background-size: cover;
  display: inline-block;
}

.mc4wp-success p {
  padding: 14px 20px;
  color: white;
  background: #25b311;
  border-radius: 4px;
  line-height: normal;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  margin: 20px 0 0 0;
  text-align: center;
  position: relative;
}


.heding-hero p.large-text {
  font-weight: 400;
  max-width: 555px;
}

.homepagesearchbox {
  width: 100%;
  max-width: 570px;
}

.homepagesearchbox img {
  pointer-events: none;
  margin-top: -1px;
}

.hero-content .btn-row {
  display: flex;
}

.hero-content .btn-row .btn {
  padding: 6px 10px;
  line-height: normal;
  flex: 1;
}

.hero-content .btn-row .btn:last-child {
  margin-right: 0 !important;
}

.hero-img {
  text-align: end;
}

.hero-img img {
  width: 490px;
  height: 377px;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

.headerrightactions {
  display: inline-flex;
  align-items: flex-start;
}

.card {
  border-radius: 10px;
  border: solid 1px #E5E7EB;
}

.course-img,
.news-col-image-container {
  height: 200px;
  position: relative;
}

.course-img:before,
.news-col-image-container:before {
  content: "";
  background: rgba(0, 0, 0, 0.20);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
}

.card-img-top,
.news-col-image-container img {
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-col p.text-muted {
  color: #878787;
  font-size: 14px;
}

.news-col p.card-text.bold {
  font-size: 16px;
  color: #4B5563;
  font-weight: 600;
  margin: 0 0 5px;
}

.news-col.card .btn-link {
  color: var(--pd-blue-dark);
}

.alignmentflexx {
  display: flex;
  flex-direction: column;
}

.card-bottompart {
  margin-top: auto;
}

.course-card-box {
  height: 100%;
}

.ratingwithinfos {
  display: inline-flex;
  align-items: center;
}

.ratingwithinfos .ms-1 {
  position: relative;
  top: 1px;
}

.cmn-heading .text-white p {
  color: #fff;
}

.ready-to-enhance.p-bg {
  padding: 90px 0;
}

.starincentertxet {
  color: #FACC15;
  font-size: 150%;
  position: relative;
  top: -1px;
  margin-left: 4px;
  margin-right: 4px;
}

.supports-col.howitworkscols {
  padding: 25px;
  background: #EFF6FF;
}

.testimonial-slider .card p {
  font-weight: 600;
  color: #4B5563;
}

.testimonial-slider .card h3 {
  font-size: 16px;
}

.news-col.card .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-col.card .card-body .news-top-wrapper {
  margin-bottom: auto;
}

.testimonial-slider .slick-track {
  display: flex;
}

.contact-page .form-card .wpcf7-list-item {
  margin: 0 15px 15px 0;
}

.contact-page .form-card .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-page .form-card .wpcf7-list-item input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #163259;
}

.contact-page .form-card .wpcf7-list-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #163259;
}

.about-intro-head {
  background: #E4EFFF;
  padding: 20px;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
  margin-top: 40px;
}

.about-intro-head p {
  margin: 0px;
  color: #000;
}

.pd-about h3 {
  font-size: 24px;
}


/*.news_letter_section .ready-to-enhance.blue-dark-grediunt{ background: linear-gradient(136.83deg, #163259 16.35%, #163259 83.99%); }
.ready-to-enhance.blue-dark-grediunt{ background: #E4EFFF; }
.ready-to-enhance.blue-dark-grediunt .text-white{ color: #111827; }*/


#menu-item-577.current-menu-item>a.active,
#menu-item-577.current-menu-item>a {
  color: #9ca3af !important;
  font-weight: normal !important;
  background: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  pointer-events: auto;
}

/* social links */
.wdm_course_rating_reviews {
  padding: 0 !important;
}

/* Forgot Password css */

.common-modal .modal-content {
  max-width: 430px;
  box-shadow: none;
  border: 0;
  border-radius: 15px;
}

.common-modal .modal-head {
  padding: 25px 20px 10px;
}

.common-modal .modal-body p {
  font-size: 14px;
  color: #373737;
  font-weight: 400;
}

.common-modal .fieldbox label {
  font-size: 14px;
  color: #374151;
  font-weight: 400;
  margin-bottom: 10px;
}

.common-modal .btn-primary {
  background: #F58600;
  border: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  padding: 11px 10px;
}


.common-modal .modal-body {
  padding: 15px 25px 40px;
}


.common-modal button.btn-close {
  border: 2px solid #000;
  border-radius: 50%;
  transform: scale(0.6);
  padding: 13px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 6px;
}

footer a[href*="instructor-dashboard"] {
  display: none !important;
}


/*--css for tag and category list --- 5-11-2025*/
.course-Category-Accordion-item {
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
}

.course-Category-Accordion-control {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

.course-Category-Accordion-control.active,
.course-Category-Accordion-panel.active {
  background-color: rgb(248, 249, 250) !important;
}

.course-Category-Accordion-panel.active {
  padding-top: 0 !important;
}

.course-Category-Accordion-panel {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.course-Category-Accordion-control,
.course-Category-Accordion-control {
  color: #6B6A69 !important;
}

.course-Category-Checkbox-inner input[type="checkbox"] {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 20px;
  height: 20px;
  border: 1px solid rgb(206, 212, 218);
  /* Border color when unchecked */
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: all 0.2s ease;
}



/* When checked */
.course-Category-Checkbox-inner input[type="checkbox"]:checked {
  background-color: #FC9618;
  /* Fill color */
  border-color: #FC9618;
  /* Border color */
}

/* Optional: checkmark symbol */
.course-Category-Checkbox-inner input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 3px;
}

.course-Category-Checkbox-inner {
  padding: 3px 0 !important;
}

.course-Category-Accordion-control::after {
  display: inline-block;
  width: 6px !important;
  height: 6px !important;
  border-right: 1px solid #6B6A69 !important;
  border-bottom: 1px solid #6B6A69;
  transform: rotate(45deg);
  transition: transform 0.3s ease !important;
  margin-left: 8px;
  border-top: inherit !important;
  border-left: inherit !important;
}

.course-Category-Accordion-control.active::after {
  transform: rotate(225deg) !important;
  /* Rotates to point up */
}

.supports-drag-drop .screen-reader-text {
  display: none;
}

.rrf-modal-content.rating-submission-modal {
  height: auto !important;
  min-width: 320px;
}

.rrf-modal-content.rating-submission-modal .rating-lg {
  font-size: 32px !important;
}

.rrf-modal-content.rating-submission-modal .rating-xl {
  font-size: 24px !important;
}

.rrf-modal-content.rating-submission-modal .prompt-text,
.rrf-modal-content.rating-submission-modal .modal-container h3 {
  font-size: 1.5rem;
  margin: 0 0 20px !important;
  font-weight: 600;
}

.rrf-modal-content.rating-submission-modal .rating-container {
  text-align: center;
}

.rrf-modal-content.rating-preview.rating-submission-modal .modal-container h4,
.rrf-modal-content.delete-review.rating-submission-modal .modal-container h4 {
  text-align: center;
}

.btn.btn-red {
  background: red;
  color: #fff;
}

.rrf-modal-content.rating-submission-modal.delete-review .review-text {
  margin: 0px 0 20px;
}

@media screen and (max-width:768px) {
  .rrf-modal-content.rating-submission-modal .modal-navigation {
    margin-top: 15px;
  }

  .rrf-modal-content.rating-submission-modal .rating-xl {
    font-size: 34px !important;
  }
}

@media screen and (max-width:567px) {
  .rrf-modal-content.rating-submission-modal .modal-navigation button {
    width: 100%;
  }
}

/*--css for tag and category list  end css--- 5-11-2025*/

/*--css for adin panel left sidebar 06-11-2025 start---*/
/* .ir-frontend-dashboard-template-body .wp-block-instructor-role-wisdm-tabs>.tab-labels {
  border-color: #163259 !important;
}

.ir-frontend-dashboard-template-body .wp-block-instructor-role-wisdm-tabs>.tab-labels {
  background-color: #163259 !important;
} */

/*--css for adin panel left sidebar 06-11-2025 end---*/

/*--css for header fix issue 08-11-2025 start---*/
.ir-header-top {
  position: static !important;
  top: auto !important;
  width: 100% !important;
  background-color: #fff !important;
  z-index: auto !important;
  transition: none !important;
}

.btn-outline-primary {
  border-color: var(--secondarycolor) !important;
  color: var(--secondarycolor) !important;
  border-radius: 10px !important;
}

#mantine-r0-tab-account {
  display: none !important;
}

.media-toolbar-primary {
  float: left !important;
}

.btn.btn-outline-primary:hover {
  border-color: var(--secondarycolor) !important;
  color: #fff !important;
  background: var(--secondarycolor) !important;
}

.supportcolmargin .supports-col {
  background-color: #EFF6FF;
}

.ld-brand-logo {
  text-align: center;
  padding: 3px !important;
  height: 50px !important;
}

/*--css for header fix issue 08-11-2025 start---*/
/*--css for membership accoutn start---*/
.pmpro .pmpro_section_title,
.pmpro .pmpro_heading-with-avatar {
  font-weight: 600 !important;
}

.pmpro .pmpro_card {
  background-color: #F9FAFB;
  border-radius: 12px;
}

.pmpro .pmpro_card_content+.pmpro_card_actions {
  background-color: var(--pd-primary);
  color: #fff
}

.pmpro .pmpro_card_content+.pmpro_card_actions a {
  color: #fff;
}

.pmpro #pmpro_account-orders .pmpro_card .pmpro_card_content,
#pmpro_order_list .pmpro_card .pmpro_card_content {
  padding-top: 30px;
}

.pmpro #pmpro_order_single .pmpro_card_actions {
  background-color: var(--pd-primary);
}

.pmpro #pmpro_order_single .pmpro_card_actions .pmpro_btn-print {
  color: #fff;
}

.pmpro .pmpro_table {
  border: solid 1px #e5e5e5;
}

.pmpro .pmpro_actions_nav {
  margin-bottom: 30px;
}

.pmpro .pmpro_actions_nav a {
  color: var(--pd-blue-dark);
}

/*--css for membership accoutn end---*/

/*--css for course getting-started start---*/
.learndash-wrapper .ld-alert-success {
  border-color: var(--pd-primary) !important;
  background-color: #fff7ee !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:hover {
  background-color: var(--pd-primary) !important;
}

.learndash-wrapper .ld-alert-success .ld-alert-icon,
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage,
.learndash-wrapper .ld-course-status .ld-status.ld-status-complete,
.learndash-wrapper .ld-status-complete,
.learndash-wrapper .ld-status-icon.ld-quiz-complete {
  background-color: var(--pd-primary) !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  color: var(--pd-primary) !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after {
  background: var(--pd-primary) !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active,
.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
  color: var(--pd-primary) !important;
}

.learndash-wrapper .ld-status-icon.ld-quiz-complete {
  color: #fff !important;
  font-size: 10px !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after {
  background: var(--pd-primary) !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:focus {
  outline: 2px solid var(--pd-primary) !important;
}

/*--css for course getting-started end---*/

/*--side bar css--*/
.filter-sidebar .accordion-item {
  background: #EFF6FF;
  padding: 0 10px;
  margin: 0 0 7px;
  border-radius: 8px;
}

.filter-sidebar .accordion-item h2 button {
  color: #000;
  font-size: 18px;
}

.filter-sidebar .accordion-item .accordion-button::after {
  width: 16px;
  height: 15px;
  background-size: 18px;
}

.filter-sidebar .accordion-item .form-check .form-check-input {
  margin-left: -2em;
}

.filter-sidebar .accordion-body {
  padding: 0px 0 10px;
}

.filter-sidebar .accordion-item .form-check {
  padding-left: 2em;
  margin-bottom: .535rem;
}

.filter-sidebar .accordion-item .form-check-input[type="checkbox"] {
  border-color: #dee2e5;
  width: 25px;
  height: 25px;
  border-radius: 6px;
}

.filter-sidebar .accordion-item .form-check-input:checked[type="checkbox"] {
  border-color: var(--pd-primary);
}

.filter-sidebar .accordion-item .form-check .form-check-label {
  font-size: 15px;
  padding-top: 4px;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent {
  color: #fff !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
  background-color: var(--pd-primary) !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus .ld-icon,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon {
  border-color: inherit !important;
  color: inherit !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus .ld-icon {
  outline: none !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon {
  background-color: rgb(255, 255, 255);
  border-color: #fff !important;
  color: #fff !important;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title,
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover {
  color: var(--pd-primary) !important;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon {
  flex: 0 0 24px !important;
  height: 24px !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back {
  font-size: 15px !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:hover {
  outline-color: var(--pd-primary) !important;
}

.sidebar-close-btn {
  background: transparent;
  border: 0;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
  font-size: 32px;
}

.learndash-wrapper.learndash-wrapper--lesson figure {
  width: 100%;
}

.learndash-wrapper.learndash-wrapper--lesson figure iframe {
  width: 100%;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:hover,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:hover {
  background-color: var(--pd-primary) !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:focus,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:focus {
  outline: 2px solid var(--pd-primary) !important;
}

.pmpro .pmpro_btn {
  background-color: var(--pd-primary) !important;
  border: 1px solid var(--pd-primary) !important;
}

.ld-registration-order__checkout-button.ld--selected form {
  text-align: right;
}

.ld-registration-order__checkout-button.ld--selected form button.btn-join.button {
  background-color: var(--pd-primary);
  border: 1px solid var(--pd-primary);
  color: var(--pd-white);
  font-weight: 600;
  border-radius: 8px;
  padding: 9px 1.4rem;
}

.subscription-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(3px);
}

.subscription-modal-content {
  background: #fff;
  width: 450px;
  max-width: 90%;
  margin: 10% auto;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  text-align: center;
}

.subscription-modal-content h2 {
  margin-top: 0 !important;
  font-size: 22px;
  font-weight: 600;
}

.subscription-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background: #f68c0f;
  color: #fff !important;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

.close-modal {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 26px;
  cursor: pointer;
  font-weight: bold;
}

.page-membership-confirmation .section-full {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}

.pmpro:has(#pmpro_confirmation-1),
.pmpro:has(#pmpro_confirmation-2),
.pmpro:has(#pmpro_confirmation-3),
.pmpro:has(#pmpro_confirmation-4),
.pmpro:has(#pmpro_confirmation-5)
 {
  background-color: #F9FAFB;
  border-radius: 12px;
  border: 1px solid var(--pmpro--color--border--variation);
  padding: 20px;
  margin: 0 !important;
  box-shadow: var(--pmpro--box-shadow);
}

.page-membership-confirmation #pmpro_confirmation-1.pmpro_section,
.page-membership-confirmation #pmpro_confirmation-2.pmpro_section,
.page-membership-confirmation #pmpro_confirmation-3.pmpro_section,
.page-membership-confirmation #pmpro_confirmation-4.pmpro_section,
.page-membership-confirmation #pmpro_confirmation-5.pmpro_section
 {
  margin: 0 !important;
}

/* Make child active same style as parent active */
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item.active:hover {
    background-color: transparent !important;
    color: var(--pd-primary) !important; /* same orange */
    font-weight: 600 !important;
}
.middlePageContent {
  min-height: 450px;
}

/* Fix LearnDash lesson list alignment */
.ld-item-list-item-preview a {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

.ld-item-list-item-preview .ld-status-icon {
    margin: 0 !important;
    flex-shrink: 0;
}

/* Make the heading wrapper a flex container */
.ld-lesson-item-preview-heading {
    display: flex !important;
    align-items: center !important;
}

/* Make the icon and text align vertically */
.ld-status-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important; /* spacing */
}

/* Ensure the title sits centered */
.ld-lesson-title {
    display: flex !important;
    align-items: center !important;
}
.ld-lesson-item .ld-status-icon {
    margin-top: 0 !important;
}


/*-- drop down css date 19-11-2025-- start*/
.navbar .dropdown-menu {
  columns: 2;
  /* split into 2 columns */
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 15px;
  border: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.navbar .dropdown-toggle::after {
  margin-bottom: -2px;
  position: relative;
}

/*-- drop down css date 19-11-2025-- end*/

/*-- tp search and carousel start 20-11-2025--*/

.tp-searchbar {
  margin: 0 10px 0 0;
}

.searchbar-tp-input {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 20px;
  top: 0;
  z-index: 9;
}

.searchbar-tp-input-gp form{
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}

.searchbar-tp-input-gp form input {
  flex: 1;
  border: 0;
  font-size: 16px;
  padding: 10px 10px 10px 45px;
}

.searchbar-tp-input-gp form input:focus {
  outline: none;
}

.searchbar-tp-input-gp form .input-search-icon {
  position: absolute;
  left: 11px;
  top: 11px;
  cursor: pointer;
}

.searchbar-tp-input-gp form button {
  border: 0;
  background: transparent;
}

.tp-slider .carousel-caption {
  max-width: 560px;
  text-align: left;
  top: 50%;
  left: calc((100vw - 1240px) / 2);
  transform: translateY(-50%);
}

.carousel-caption p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px;
}

.carousel-caption h5 {
  color: #fff;
  font-size: 48PX;
  font-weight: 700;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .tp-slider .carousel-caption {
    left: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 992px) {
  .tp-slider .carousel-caption {
    left: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  .tp-slider .carousel-caption {
    left: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 1600px) {
  .tp-slider .carousel-caption {
    left: calc((100vw - 1240px) / 2);
  }
}

/*-- tp search and carousel end 20-11-2025--*/

/*--disclainer --*/
.disclainer-row {
  background: #f58600;
  color: #fff;
  padding: 15px;
}
 
.disclainer-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
 
/*--disclainer --*/

.rating-count{
  font-size: 14px;
  font-weight: 500;
}
.subscribe-item h4{
  padding: 0 1rem;
  font-size: 17px;
}
.subscribe-item p{
  padding:0 1rem;
}
.carousel-inner {
  height: 60vh;
  min-height: 640px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

iframe[src*="vimeo.com"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9 !important;
    display: block;
}
