a,
a:hover {
  text-decoration: none;
}
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  /* margin-bottom: 40px; */
}
.container-fluid {
  max-width: 1600px;
}

.ppc_navbar {
  background: #007bff;
  justify-content: flex-end;
}

.ppc_navbar ul li {
  margin: 0 5px;
}
.ppc_navbar ul li a {
  color: #fff;
  transition: 0.3s all ease-in-out;
  border-radius: 5px;
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}
.ppc_navbar ul li a:hover {
  color: #fff;
  background: #465d5f;
}
.ppc_navbar ul li a i {
  font-size: 24px;
}
.navbar-toggler {
  border: 1px solid #333;
}

.banner_section {
  text-align: center;
  background: #465d5f;
  color: #fff;
  padding: 20px 0 10px;
  font-size: 1.7rem;
}
.banner_section h2 {
  font-size: 3rem;
}
/** video tabs css **/
.video_tabs {
  margin-bottom: 30px;
  margin-top: 40px;
}
.video_tabs_widget .container-fluid {
  min-height: auto;
}
.tab_list_wrap {
  margin: 0;
  padding: 0;
}
.tab_list {
  display: inline-block;
  cursor: pointer;
  width: 50%;
}
.tab_list span {
  display: block;
  padding: 10px 15px;
  border: 0;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #465d5f;
  color: #fff;
}
.tab_list .active {
  background: #007bff;
  color: #fff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 5px;
}
.tab_list:last-child {
  float: right;
}
.video_tabs .tab_cont {
  display: none;
}
.video_tabs .tab_cont.active {
  display: block;
}
.tab_cont {
  display: inline-block;
  border: 1px solid #90ee90;
  padding: 10px 15px;
}
/*.video_tabs .tab_cont iframe{display:block;width:100%;height:450px;}*/
.video_btn {
  color: #fff;
  text-align: center;
  background: #3ee0e6;
  padding: 6px 20px;
  display: block;
  margin: 15px 0 0 0;
  transition: 0.3s all ease-in-out;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.video_btn:hover {
  box-shadow: 0px 10px 20px #999;
  color: #fff;
}
.sectionPod .whitebox {
  padding: 20px 10px;
  margin: 20px 0;
  border-radius: 2px 2px;
  -webkit-box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  background: #fff;
  color: #333;
}
.sectionPod h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.sectionPod a {
  color: #fff;
  text-align: center;
  background: #3ee0e6;
  padding: 6px;
  transition: 0.3s all ease-in-out;
  font-size: 0.8rem;
}
.sectionPod a:hover {
  box-shadow: 0px 10px 20px #999;
  color: #fff;
}
/* footer css */
.ppc_footer {
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.inner_text_list {
  list-style: none;
}
.inner_text_list li {
  position: relative;
}
.inner_text_list li:before {
  content: "\f005";
  font-family: FontAwesome;
  position: relative;
  left: -10px;
  color: #6de63e;
}
.inner_text_list li a {
  color: #333;
}
.inner_text_list li a:hover {
  color: #90ee90;
}

h2,
h3,
h4 {
  margin-bottom: 15px;
}

.text_description h1 {
  color: #a6db88;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.text_description ul {
  list-style: none;
}
.text_description li {
  position: relative;
}
.list_arrow a:before {
  display: none;
  content: "\f005";
  font-family: FontAwesome;
  position: relative;
  left: -5px;
  color: #9fe982;
}
.text_description ul:not(:first-child) li:before {
  content: "\f005";
  font-family: FontAwesome;
  position: relative;
  left: -10px;
  color: #6de63e;
}
.text_description #result {
  margin-bottom: 20px;
}

/***============================================***/
/***=========== Responsive css start ===========***/
/***============================================***/
@media only screen and (max-width: 1169px) {
}
@media only screen and (max-width: 979px) {
}
@media only screen and (max-width: 991px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
  .row-reverse #video-placeholder {
    position: relative;
    margin: 20px auto 40px auto !important;
    min-width: 500px !important;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
  body,
  p,
  ul,
  ol,
  strong {
    font-size: 13px;
  }
  .ppc_navbar ul li {
    border-bottom: 1px solid #3cd500;
  }
  .tab_cont {
    padding: 10px 0px 0;
  }
  .tab_cont h2 {
    padding: 0 15px;
    font-size: 1rem;
  }
  .banner_section h2 {
    font-size: 2rem;
  }
  .tab_list span {
    font-size: 1rem;
  }
  .text_description h1 {
    font-size: 1.5rem;
  }
  .text_description h3 {
    font-size: 1.2rem;
  }
  /* .text_description ul {
    padding-left: 12px;
  } */

  .video_tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 639px) {
}
@media only screen and (max-width: 575px) {
  .post .title.small {
    display: flex;
    align-items: center;
  }

  .row-reverse #video-placeholder {
    min-width: 100% !important;
    max-width: 100%;
  }

  .h1,
  h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}

/* ------------- add by Tariq for POSTS -------------*/

.post ul li {
  margin-bottom: 10px;
}

.post ul li p {
  display: inline;
}

/* .recent-posts {
  margin: 50px 0 20px 0;
} */

.recent-posts .posts .post {
  margin-bottom: 25px;
  margin-left: 0;
  box-shadow: 1px 1px 10px 0 #ccc;
  height: calc(100% - 25px);
  padding: 10px;
  border-radius: 5px;
}

.post-header {
  display: flex;
}

.post-title {
  font-size: 40px;
  font-weight: 700;
  margin: 22px 0;
  text-align: left;
}

.post-description {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  line-height: 1.8rem;
  letter-spacing: 0.5px;
  text-transform: none;
}

.post-date {
  color: #a6a4a4;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin: 20px 0 0;
  line-height: 1;
}

.post-header .meta .date {
  margin-right: 20px;
  width: 64px;
  text-align: center;
}
.post-header .meta .date .day {
  font-family: "Open Sans", serif;
  font-weight: 600;
  line-height: 0.45em;
  font-size: 3.5rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-header .meta .date .rest {
  display: block;
  font-size: 0.8em;
  font-family: "Open Sans", serif;
}
.post-header h1.title {
  margin: -10px 0 0 0;
  font-family: "Open Sans", serif;
  font-weight: 600;
}

.post .post-img {
  display: block;
  margin-bottom: 10px;
}

.post .post-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.post .title.small {
  margin: 0;
  font-family: "Open Sans", serif;
  /* Tariq CSS */
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 600;
  min-height: 110px; /* replacing 65 with 45 for list page h3 spacing. Changing to 110px on 13th May 2026 */
}

.post .description {
  font-size: 1rem;
  min-height: 120px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.post .description .btn.btn-primary {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
}

.post .description a {
  display: block;
  margin-top: 20px;
}

.post .post-header {
  margin-bottom: 0;
}

.post .post-header .matter {
  width: 100%;
}

.post .draft-label {
  color: #3700ff;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 6px;
  background-color: #f9f2f4;
}

.post .tags a {
  display: inline-block;
  border: 1px solid #3700ff;
  border-radius: 3px;
  padding: 0px 6px;
  line-height: 20px;
  font-size: 0.85em;
  text-decoration: none;
  margin: 0 10px 0 0;
}

.post .tags a:hover {
  border: 1px solid #ffffff;
}

/* Pagination */

.pagination {
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.pagination li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pagination .page-prev {
  margin-right: 20px;
  padding-right: 20px;
}

.pagination .page-item.page-prev {
  text-align: left;
}

.pagination .page-item.page-next {
  text-align: right;
}

/* ------------- Listening Of youTube Pages -------------*/

#main-listen a {
  /* display: inline-block;  */
  padding: 5px 0px;
}
#main-listen {
  font-size: 1rem;
}

#main-listen button {
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  display: inline-block;
  margin: 7px 5px 11px 0;
}

#main-listen input[type="text"] {
  margin-right: 0.3rem;
  overflow: hidden;
  width: 9rem;
  height: 1.4rem;
}

/* On focus on input field (text input) highlight the a content. */
a.movietext.has-focus .movietext-content {
  background-color: #a6db88;
  /* background-color: yellowgreen; */

  /* 
        #ececec    
        #28a745
        #f0f1eb;
        #a6db88

    */
}

/*  @media (max-width: 768px)  */
@media (max-width: 1023px) {
  #sticky-vocab-section {
    display: none !important;
  }
}

/* ------------- add by Tariq for POSTS -------------*/

/* Listening Template CSS Start */

.sanswer {
  color: brown;
}

[hidden] {
  display: inherit !important;
}

/* Word Meaning QUIZ */
#word_meaning_quiz {
  font-size: 0.8rem;
}

#word_meaning_quiz p {
  margin-bottom: 0.2rem;
}

#word_meaning_quiz input[type="text"] {
  height: 0.7rem;
}

.correct {
  color: darkgreen;
  white-space: pre;
  border: 1px solid #ececec;
}

.wrong {
  color: red;
}

/* Listening Template CSS End */

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 40px 0;
  flex-wrap: wrap;
}

.pagination-wrapper .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  border-radius: 8px;
  background: #f1f1f1;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
  background: #0073aa;
  color: #fff;
}

.pagination-wrapper .current {
  background: #0073aa;
  color: #fff;
}

.pagination-wrapper .prev,
.pagination-wrapper .next {
  width: auto;
  padding: 0 16px;
}

.pmpro-name-row {
  display: flex;
  gap: 15px;
}

.pmpro-name-row .pmpro_checkout-field {
  flex: 1;
}

@media (max-width: 600px) {
  .pmpro-name-row {
    flex-direction: column;
  }
}

.pmpro-name-row .pmpro_checkout-field {
  flex: 1 1 0;
  min-width: 0;
}
.pmpro-name-row.pmpro_cols-2 {
    display: flex;
    gap: 15px;
}

.pmpro-name-row.pmpro_cols-2 .pmpro_form_field {
    flex: 1;
}

/* Home Page Offerings Section */
.offerings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.offering-box {
  position: relative;
  min-height: 185px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(0, 123, 255, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.offering-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #007bff;
}

.offering-box:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 123, 255, 0.32);
  box-shadow: 0 18px 38px rgba(16, 42, 67, 0.13);
}

.offering-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #eaf4ff;
  color: #007bff;
  font-size: 0.85rem;
  font-weight: 700;
}

.offering-box h3 {
  margin: 0 0 10px;
  color: #183b56;
  font-size: 1.35rem;
  font-weight: 700;
}

.offering-box p {
  margin: 0;
  color: #53606d;
  font-size: 0.98rem;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .offerings-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .offering-box {
    min-height: auto;
    padding: 24px;
  }
}
