/****************** Icons **************************/

.doubleForwardIcon {
  background-position: -477px -138px !important;
  width: 14px;
  height: 14px;
}

.doubleBackIcon {
  background-position: -477px -138px !important;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}

/***************** Banner CSS *************************/

.toefl__articleBanner {
  position: relative;
}

/*********** back panel **************/

.toefl__articleBanner__backCtn {
  position: relative;
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.toefl__articleBanner__backCtn div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 100%;
  background-color: var(--text-field-shade-color);
}

.toefl__articleBanner__backImgCtn {
  position: relative;
  height: 180px;
  width: 100%;
  margin: 0 8px 200px 0;
}

.toefl__articleBanner__backImgCtn::before {
  content: "";
  position: absolute;
  bottom: 24px;
  width: 100%;
  height: 40px;
  border-radius: 0 50px 50px 0;
  background-color: var(--primary-color);
  margin-bottom: 0px;
}

.toefl__articleBanner__backCtn div:nth-child(2) {
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
}

/******* back panel category/tags *******/

.toefl__articleBannerCategory .toefl__articleBanner__backImgCtn {
  margin: 0 0px 170px 0;
}

.toefl__articleBannerCategory .toefl__articleBanner__backImgCtn::before {
  border-radius: 0;
}

/******* front panel ****************/

.toefl__articleBanner__frontCtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

.toefl__articleBanner__frontCtn .container {
  height: 100%;
}

.toefl__articleBanner__front {
  display: flex;
  height: 100%;
}

.toefl__articleBanner__frontLeft,
.toefl__articleBanner__frontRight {
  width: 50%;
}

/******* front panel category/tags *******/

/******** Left panel ***********/

.toefl__articleBannerCategory .toefl__articleBanner__subTitle {
  position: relative;
  margin-bottom: 90px;
  max-width: 90%;
}

.toefl__articleBannerCategory .toefl__articleBanner__subTitle::before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: -110%;
  width: 211%;
  height: 40px;
  border-radius: 0;
  background-color: var(--primary-color);
  margin-bottom: 0px;
}

/******** Left panel ***********/

.toefl__articleBanner__frontLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.toefl__articleBanner__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.28;
  text-align: left;
  color: var(--black-color);
  margin-bottom: 20px;
}

.toefl__articleBanner__subTitle {
  max-width: 330px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: var(--black-color);
  margin-bottom: 100px;
}

.toefl__articleBanner__articleHeading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.56;
  text-align: left;
  margin-bottom: 16px;
}

/******** Right panel ***********/

.toefl__articleBanner__frontRight {
  padding: 20px 0 0 30px;
}

.toefl__articleBanner__articleList {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

.toefl__articleBanner__articleItem {
  padding: 20px 0;
  border-bottom: 1px solid var(--light-grey-color);
}

.toefl__articleBanner__link {
  color: var(--black-color);
  text-decoration: none;
}

.toefl__articleBanner__link:hover {
  color: var(--selection-yellow-color) !important;
  text-decoration: underline !important;
}

.toefl__articleBanner__articleItem:first-child {
  border-top: 1px solid var(--light-grey-color);
}

.toefl__articleBanner__articleItem h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.toefl__articleBanner__articleItem p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: var(--dark-grey-color);
}

/********************* Explore Resource *******************/
.toefl__resourceCtn {
  margin-bottom: 40px;
}

.toefl__resource__heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.28;
  text-align: center;
  color: var(--black-color);
  margin-bottom: 30px;
}

.toefl__resource__articleList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/************** Card Design ******************/

.toefl__articleCard__img {
  width: 100%;
  height: 156px;
  border-radius: 6px;
  border: solid 1px var(--border-grey-color);
  margin-bottom: 20px;
  transition: all 0.2s linear;
}

.toefl__articleCard__img:hover {
  transform: scale(1.1);
}

.toefl__articleCard__heading {
  height: 47px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.toefl__articleCard__para {
  height: 44px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: var(--black-color);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.toefl__articleCard__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toefl__articleCard__dateTime {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: var(--dark-grey-color);
}

.toefl__articleCard__dateTime p:not(:first-child) {
  position: relative;
}

.toefl__articleCard__dateTime p:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--dark-grey-color);
}

/******************** Pagination  **********************/

.toefl__paginationCtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* .toefl__pagination__prev,
.toefl__pagination__currentNo,
.toefl__pagination__next,
.toefl__pagination__ofText,
.toefl__pagination__lastNo, */
.toefl__paginationCtn .pagination {
  list-style: none;
  padding: 12px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  text-align: center;
  color: var(--black-color);
}

.toefl__paginationCtn .pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--black-color);
}

.toefl__pagination__prev,
.toefl__paginationCtn .pagination .prev {
  width: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  border: solid 1px var(--primary-color);
  background-color: var(--text-field-shade-color);
}

.toefl__pagination__currentNo,
.toefl__paginationCtn .pagination .active {
  width: 38px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: var(--primary-light-shade-color);
}

.toefl__pagination__lastNo,
.toefl__paginationCtn .pagination li {
  width: 38px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: solid 1px var(--border-grey-color);
}

.toefl__pagination__next,
.toefl__paginationCtn .pagination .next {
  width: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 100px;
  border: solid 1px var(--primary-color);
  background-color: var(--primary-color);
}

.toefl__paginationCtn .pagination .prev::before {
  content: "";
  position: relative;
  flex-shrink: 0;
  background: url("/images/sprite/master-sprite.webp") no-repeat -443px -138px;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.toefl__paginationCtn .pagination .next::after {
  content: "";
  position: relative;
  flex-shrink: 0;
  background: url("/images/sprite/master-sprite.webp") no-repeat -477px -138px;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.toefl__paginationCtn .pagination .next.disabled,
.toefl__paginationCtn .pagination .prev.disabled {
  cursor: not-allowed;
  background-color: var(--faded-grey-color);
  border: var(--faded-grey-color);
  color: var(--dark-grey-color);
}

.toefl__paginationCtn .pagination .next.disabled::after,
.toefl__paginationCtn .pagination .prev.disabled::before {
  display: none;
}

@media (max-width: 1023px) {
  /***************** Banner CSS *************************/

  .toefl__articleBanner {
    position: relative;
  }

  /*********** back panel **************/

  .toefl__articleBanner__backCtn {
    height: 820px;
    margin-bottom: 40px;
    flex-direction: column;
  }

  .toefl__articleBanner__backCtn div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 100%;
    background-color: var(--text-field-shade-color);
  }

  .toefl__articleBanner__backImgCtn {
    height: 180px;
    margin: 0 8px 145px 0;
  }

  .toefl__articleBanner__backImgCtn img {
    margin-top: 60px;
    height: 130px;
    width: 180px;
  }

  .toefl__articleBanner__backImgCtn::before {
    bottom: 0px;
  }

  /******* front panel category/tags *******/

  /******** Left panel ***********/

  .toefl__articleBannerCategory .toefl__articleBanner__subTitle {
    position: relative;
    margin-bottom: 60px;
    max-width: 90%;
  }

  .toefl__articleBannerCategory .toefl__articleBanner__subTitle::before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: -50%;
    width: 211%;
    height: 40px;
    border-radius: 0;
    background-color: var(--primary-color);
    margin-bottom: 0px;
  }

  /******* front panel ****************/

  .toefl__articleBanner__front {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .toefl__articleBanner__frontLeft,
  .toefl__articleBanner__frontRight {
    width: 100%;
  }

  /******** Left panel ***********/

  .toefl__articleBanner__frontLeft {
    padding: 40px 0;
    flex-direction: column;
  }

  .toefl__articleBanner__title {
    font-size: 28px;
    line-height: 1.43;
    margin-bottom: 20px;
  }

  .toefl__articleBanner__subTitle {
    max-width: 195px;
    margin-bottom: 80px;
  }

  .toefl__articleBanner__articleHeading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  /******** Right panel ***********/

  .toefl__articleBanner__frontRight {
    padding: 30px 0px 0 0px;
  }

  .toefl__articleBanner__articleItem {
    padding: 10px 0;
  }

  .toefl__articleBanner__articleItem h5 {
    margin-bottom: 16px;
  }

  /********************* Explore Resource *******************/

  .toefl__resourceCtn {
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .toefl__resource__heading {
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
  }

  .toefl__resource__articleList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  /************** Card Design ******************/

  .toefl__articleCard__img {
    height: 219px;
    margin-bottom: 12px;
  }

  .toefl__articleCard__shareBtn {
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  /******************** Pagination  **********************/

  .toefl__paginationCtn {
    gap: 8px;
  }

  .toefl__pagination__prev,
  .toefl__pagination__next,
  .toefl__pagination__ofText {
    padding: 8px 16px;
    gap: 8px;
  }

  .toefl__pagination__ofText {
    padding: 8px;
  }

  .toefl__pagination__lastNo,
  .toefl__pagination__currentNo {
    padding: 8px 10px;
  }
}