body:not(.elementor-page) .tpc-site-content {
	padding: 40px 0 !important;
}

.pt-resource-layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 24px;
	align-items: flex-start;
	margin-top: 40px;
}

/* Left filter */
.pt-left-filter {
	position: sticky;
	top: 110px;
	background: #fff;
	/* border-right: 1px solid #e5e5e5; */
	padding: 16px;
}

.pt-left-filter h4{
	margin-bottom: 10px;
	font-size: 18px;
}

.pt-main-category-radio-label {
	display: flex;
	align-items: center;
	gap: 14px;
	cursor: pointer;
	margin-bottom: 8px;
}

.pt-main-category-radio-label .pt_main_category {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.pt-category-radio-icon {
	width: 28px;
	height: 28px;
	min-width: 28px;
	border: 1.5px solid #008cff;
	border-radius: 50%;
	display: none; /*flex*/
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.pt-category-radio-icon::after {
	content: "";
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -2px;
	opacity: 0;
}

.pt_main_category:checked + .pt-category-radio-icon {
	background: #078cf5;
	border-color: #078cf5;
}

.pt_main_category:checked + .pt-category-radio-icon::after {
	opacity: 1;
}

.pt-category-radio-content {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.pt-category-radio-title {
	font-size: 16px;
	font-weight: 400;
	color: #222;
}

.pt-category-radio-subtitle {
	font-size: 12px;
	color: #b3b3b3;
	margin-top: 2px;
}

/* submenu */
.pt-main-category-item {
	margin-bottom: 8px;
}

.pt-main-category-radio-label {
	position: relative;
}

.pt-main-category-arrow {
	margin-left: auto;
	padding-left: 8px;
	font-size: 17px;
	line-height: 1;
	transition: transform 0.2s ease;
	margin-bottom: 6px;
}

.pt-main-category-open .pt-main-category-arrow {
	/* transform: rotatex(180deg); */
	/* transform: scaleY(-1); */
}

.pt-main-category-open .pt-category-radio-title {
	color: #651fff;
	text-decoration: underline;
}

.pt-main-category-submenu {
	display: flex;
	margin: 6px 0 10px 20px;
	padding: 0;
	flex-direction: column;
	color: #686868 !important;
}

.pt-main-category-submenu-link {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: 0;
	background: transparent;
	color: #5f5f5f;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}

.pt-main-category-submenu-link.active {
	color: #078cf5;
	background: none;
}

/* On hover change. */
.pt-main-category-submenu-link:hover {
	color: #078cf5;
	text-decoration: underline;
}

.pt-main-category-submenu label:hover span {
	color: #651fff;
	text-decoration: underline;
	cursor: pointer;
}

.pt-main-category-submenu-link.active {
	font-weight: 600;
}

.pt-second-category-radio-label:hover span {
	text-decoration: underline;
}

/* Right area */
.pt-right-content {
	min-width: 0;
	border-left: 1px solid #ccc;
	/* padding-left: 15px; */
}

/* Top filter */
.pt-top-filter-search {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	background: #fff;
	padding: 22px 0;
	border-bottom: 1px solid #ccc;
	position: sticky;
    top: 70px;
    z-index: 2;
	/* box-shadow: 0px 6px 6px -4px rgba(99, 99, 99, 0.2); */
	/* height: 90px; */
	height: fit-content;
}

.pt-top-filter-search h4 {
	width: 100%;
	margin-bottom: 4px;
}

.pt-search-icon{
}


.pt-search-icon svg{
	border: 1px solid #e8eaf1;
    width: 40px;
    height: 47px;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
	fill: #ffffff;  
    stroke: #ffffff;
	background-color: #651fff;
}

.pt-search-icon svg:hover{
	background-color: #793cff;
	transition: ease-in;
}


.pt-second-category-radio-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #e8eaf1;
	border-radius: 8px;
	padding: 8px 12px;
	background: #f7fbff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}

.pt-second-category-radio-label input {
	margin: 0;
}

.pt-second-category-span{
	color: #651fff;
}

.pt-second-category-radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.pt-second-category-radio-label {
    display: inline-block;
    padding: 10px 20px;
    /* border: 2px solid rgba(35,153,249,.6196078431); */
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
	/* background-color: rgba(35,153,249,.168627451); */
}

.pt-second-category-radio-label:hover{
    /* border-color: rgba(35, 153, 249, 1);  */
    /* background-color: rgba(35, 153, 249, .25);  */
	box-shadow: 0 0 5px 3px rgb(94 23 235 / 50%);
}

.pt-second-category-radio-label:has(input[type="radio"]:checked) {
    background-color: #f0f7ff;
    border-color: #0073aa;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.pt-second-category-radio-label.active{
    box-shadow: 0 0 5px 3px rgb(94 23 235 / 50%);
} 


/* Grid */
.pt_show_lesson_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 34px;
	align-items: start;
	margin: 20px;
}

.pt_show_lesson_grid .pt-topic-item,
.pt_show_lesson_grid .pt-search-item,
.pt_show_lesson_grid .pt-grid-item {
	border: 1px solid #ff0000;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	min-height: 150px;
}

.pt_show_lesson_grid video,
.pt_show_lesson_grid iframe,
.pt_show_lesson_grid img {
	width: 100%;
	height: 180px;
	display: block;
	object-fit: cover;
	margin-top: 10px;
}

.pt-topic-item video:hover, .pt-featured-image:hover {
    box-shadow: 0 0 8px 4px rgba(35, 153, 200, 0.5);
    box-shadow: 0 0 5px 2px rgba(94, 23, 235 , 0.5);

}

.pt_show_lesson_grid .pt-topic-title,
.pt_show_lesson_grid .pt-post-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}

.pt_show_lesson_grid .pt-topic-id {
	font-size: 14px;
	margin-top: 10px;
}

.pt-search-div{
	height: 35px;
    position: sticky;
    top: 0px;
    z-index: 100;
    padding-top: 22px;
    background: #fff;
}

.pt-search-bar-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 0 12px;
	box-sizing: border-box;
	height: 48px;
	margin-bottom: 0px;	
	gap: 5px;
}

.pt-search-icon {
	font-size: 22px;
	color: #0b2b4c;
	margin-right: 12px;
	line-height: 1;
}

.pt-search-keyword {
	flex: 1;
	height: 100%;
	border: none;
	outline: none;
	/* background: transparent; */
	background: #f3f4fb !important;
	font-size: 16px;
	color: #0b2b4c;
	padding: 0;
	border-radius: 8px !important;
}

.pt-search-keyword::placeholder {
	color: #0b2b4c;
	opacity: 0.8;
}

.pt-search-button {
	border: none;
	background: #651fff;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 22px;
	border-radius: 8px;
	cursor: pointer;
	margin-left: 12px;
	height: 100%;
}

.pt-search-button:hover {
	background: #4f13d6;
}

.pt-search-clear {
	border: none;
	background: transparent;
	color: #0b2b4c;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	padding: 0 4px;
	margin-left: 10px;
}


.pt-grid-item,
.pt-topic-item,
.pt-search-item {
	border: 0 !important;
	padding: 0 !important;
	background: transparent;
	box-sizing: border-box;
}

.pt-grid-item .pt-post-title,
.pt-topic-item .pt-topic-title,
.pt-search-item .pt-post-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #651fff;
	margin: 8px 0 0;
}

.pt-grid-item video,
.pt-topic-item video,
.pt-search-item video,
.pt-grid-item iframe,
.pt-topic-item iframe,
.pt-search-item iframe,
.pt-grid-item img,
.pt-topic-item img,
.pt-search-item img {
	width: 100%;
	height: 170px;
	display: block;
	object-fit: cover;
	border-radius: 4px;
	background: #d9f1ff;
}

.pt-second-category-wrapper{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-left: 20px;
}

.pt-topic-id {
	display: none;
}

.pt-resource-details-wrap{
	/* display: flex;
	justify-content: space-between;
	align-items: center; */

	display: grid;
  	/* grid-template-columns: repeat(2, minmax(0, 1fr)); */
}

.pt-resource-details{
	/* width: fit-content; */
	display: flex;
	flex-direction: column;
}

.pt-resource-preview {
	max-width: 760px;
	margin: 0 auto;
}

.pt-resource-title {
	margin: 0 0 24px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #222;
	align-self: flex-start;
	width: 100%;
	text-align: center;
}

.pt-topic-item-link:hover{
	color: inherit;	
}

.pt-category {
	margin-top: 4px;
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.pt-category:hover {
	color: #021e40;
}

.pt-category p{
	border: 1px solid #dcdcdc;
	padding: 2px 4px;
	font-size: 13px;
}

.pt_second_category{
	
}

.pt-resource-image-wrap {
	width: 700px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 8px;
	align-self: center;
}

.pt-resource-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.pt-buy-course-sub-btn-wrap{
	/* display: flex; */
    /* justify-content: space-around; */
    border: 1px solid #252525;
    border-radius: 18px 18px 0 0;
    /* padding: 20px; */

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 900px);
  margin: 0px auto 0;
  overflow: hidden;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.pt-buy-course-sub-btn-wrap > div:nth-of-type(2) {
    border-left: 1.5px solid #252525;
    margin-right: -1px;
}


.pt-buy-course-btn-wrap{
	/* align-self: flex-end; */
    padding: 20px;
    width: 100%;
    /* display: flex; */
    justify-content: center;
}

.pt-buy-now-btn {
	display: block;
	width: fit-content;
	min-width: 280px;
	margin-left: auto;
	padding: 16px 40px;
	background: #2b8f26;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}

.pt-buy-now-btn:hover {
	color: #fff;
	background: #237820;
}


.pt-buy-course-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    padding: 14px 32px;
    border-radius: 8px;
    min-width: 200px;
    
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    
    background: linear-gradient(135deg, #3553ff 0%, #5a13ff 100%);
    color: #ffffff;
    
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.2s ease, 
                background 0.2s ease;
    
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.pt-buy-course-btn:hover {
    background: linear-gradient(135deg, #9a4dff 0%, #6026ff 100%);
    /* box-shadow: 0 6px 20px rgb(91 25 251 / 41%); */
    transform: translateY(-2px) scale(1.02);
	color: #FFF;
}

.pt-buy-course-btn:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 8px rgba(19, 43, 255, 0.4);
}

.edit-link{
	display: none;
}

@media (min-width: 1200px) {	
	.edubin-container{
		max-width: 90% !important;
	}
}

.pt-resource-desc{
	text-align: center;
}

/* Course Desc */
.pt-course-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 900px);
  min-height: 320px;
  margin: 0px auto 0;
  border: 1.5px solid #252525;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  background: #ffffff;
  color: #252525;
  font-family: Arial, sans-serif;
}

.pt-course-info *,
.pt-course-info *::before,
.pt-course-info *::after {
  box-sizing: border-box;
}

.pt-description-column {
  padding: 32px;
}

.pt-description-column + .pt-description-column {
  border-left: 1.5px solid #252525;
}

.pt-description-title {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.3;
}

.pt-description-text {
  margin: 0 0 15px;
  color: #5e5e5e;
  font-size: 15px;
  line-height: 1.7;
}

.pt-description-heading {
  margin: 25px 0 14px;
  font-size: 17px;
}

.pt-feature-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pt-feature-item {
  position: relative;
  padding-left: 28px;
  color: #454545;
  font-size: 14px;
  line-height: 1.5;
}

.pt-feature-item::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #ffe9eb;
  color: #e63946;
  font-size: 11px;
  font-weight: 700;
}

.pt-subscription-details {
  margin-top: 22px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}

.pt-subscription-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 15px;
  padding: 14px 15px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
}

.pt-subscription-row:last-child {
  border-bottom: 0;
}

.pt-subscription-label {
  font-weight: 700;
}

.pt-subscription-value {
  color: #646464;
}

.pt-subscription-note {
  margin: 16px 0 0;
  color: #777777;
  font-size: 13px;
  line-height: 1.5;
}


/* Anouncer */

.pt-trial-announcement {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	margin: 25px 0;
	padding: 16px 18px;
	border: 1px solid #eadcff;
	border-left: 5px solid #6515e8;
	border-radius: 10px;
	background: linear-gradient(90deg, #f8f3ff 0%, #ffffff 100%);
	box-shadow: 0 5px 18px rgba(69, 21, 145, 0.08);
	box-sizing: border-box;
}

.pt-trial-announcement-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #6515e8;
	color: #ffffff;
}

.pt-trial-announcement-content {
	flex: 1;
	min-width: 0;
}

.pt-trial-announcement-label {
	margin: 0 0 3px;
	color: #6515e8;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.pt-trial-announcement-message {
	margin: 0;
	color: #252035;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.pt-trial-announcement-message strong {
	color: #e02b3f;
	font-weight: 700;
}

.pt-trial-announcement-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-height: 42px;
	padding: 10px 20px;
	border: 2px solid #6515e8;
	border-radius: 7px;
	background: #6515e8;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.pt-trial-announcement-button:hover,
.pt-trial-announcement-button:focus {
	background: #ffffff;
	color: #6515e8;
	text-decoration: none;
	transform: translateY(-1px);
}

.pt-trial-announcement {
	position: relative;
	padding-right: 55px;
}

.pt-trial-announcement-close {
	position: absolute;
	top: 3px;
	right: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #71697d;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.pt-trial-announcement-close:hover,
.pt-trial-announcement-close:focus {
	background: #ede3ff;
	color: #6515e8;
	outline: none;
	transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
	.pt-trial-announcement {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 12px;
		padding: 15px;
	}

	.pt-trial-announcement-icon {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
	}

	.pt-trial-announcement-content {
		width: calc(100% - 55px);
	}

	.pt-trial-announcement-button {
		width: 100%;
		margin-left: 0;
	}
}


@media (max-width: 700px) {
  .pt-course-info {
    grid-template-columns: 1fr;
    margin-right: 16px;
    margin-left: 16px;
    width: auto;
  }

  .pt-buy-course-sub-btn-wrap{
	margin-right: 16px;
    margin-left: 16px;
  }

  .pt-description-column {
    padding: 24px 20px;
  }

  .pt-description-column + .pt-description-column {
    border-top: 1.5px solid #252525;
    border-left: 0;
  }
}

@media (max-width: 400px) {
  .pt-subscription-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

