:root {
	--Calendar: url("https://iraskills.ai/wp-content/uploads/2025/01/calendar.svg");
	--Clock: url("https://iraskills.ai/wp-content/uploads/2025/01/clock.svg");
	--Check: url("https://iraskills.ai/wp-content/uploads/2025/01/check.svg");
}

/**********
* GLOBAL *
**********/

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: auto;
}

body {
	margin: 0;
	font-family: DM Sans, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: DM Sans, sans-serif !important;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.site-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 20px;
}

.section-title {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #3a3a3a;
	text-align: center;
	margin-bottom: 20px;
}

.section-title.large {
	font-size: 45px;
	line-height: 54px;
	font-weight: 700;
}

.desc {
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
}

.btn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.btn a,
.btn button {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: 0.7px;
	text-align: center;
	color: #ffffff;
	background: linear-gradient(120deg, #009ffd 0%, #2a2a72 100%);
	border-radius: 10px;
	padding: 19px 30px;
	transition-duration: 0.3s;
	transition-property: transform;
}

.btn a:hover {
	transform: scale(0.9);
}

.note {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0;
	color: #001b28;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.note.white {
	color: #fff;
}

/***********
* LP Excel *
************/

/* Slick Slider */
.lp-content .slick-track {
	display: flex;
	margin-left: 0;
}

.lp-content .slick-list {
	margin: 0 -15px;
	padding-bottom: 10px;
}

.lp-content .slick-slide {
	margin: 0 15px;
	height: initial;
}

/* Slick slider - Dots */
.lp-content .slick-dots {
	bottom: -30px;
}

.lp-content .slick-dots li {
	margin: 5px 0 0;
	font-size: 16px;
}

.lp-content .slick-dots li button:before {
	font-size: 10px;
	color: #e0e0e0;
	opacity: 1;
}

.lp-content .slick-dots li.slick-active button:before {
	color: #c81151;
}

/* Slick slider -  Instructor */
.lp-content .instructor .slick-list {
	margin: 0 -10px;
}

.lp-content .instructor .slick-slide {
	margin: 0 10px;
}

.lp-content .instructor .slick-dots {
	bottom: -20px;
}

.lp-content .instructor .slick-dots li button:before {
	font-size: 6px;
	color: #e0e0e0;
	opacity: 1;
}

.lp-content .instructor .slick-dots li.slick-active button:before {
	color: #009ffd;
}

/* Slick slider -  Instructor */
.lp-content .reviews .slick-list {
	margin: 0 -10px;
}

.lp-content .reviews .slick-slide {
	margin: 0 10px;
}

.lp-content .reviews .slick-dots li.slick-active button:before {
	color: #000;
}

/* Video */
.banner .video-container {
	position: relative;
	cursor: pointer;
}

.banner .video-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s ease-in-out;
}

.banner .video-container iframe {
	display: flex;
	border: none;
}

.banner .video-container,
.banner .video-container img,
.banner .video-container iframe {
	border-radius: 10px;
}

/* Banner */
.banner {
	background: #ebf7ff;
}

.banner .site-container {
	padding-top: 50px;
	padding-bottom: 130px;
}

.banner .section-title {
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	color: #09082d;
	margin: 0px 80px 20px 80px;
}

.banner .desc {
	max-width: 1024px;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	color: #0f3978;
	margin: 0 auto;
	text-align: center;
}

.banner .wrapper {
	display: flex;
	grid-gap: 30px;
	margin-top: 40px;
	align-items: center;
}

.banner .wrapper .left-block,
.banner .wrapper .right-block {
	flex: 1;
	border-radius: 10px;
}

.banner .wrapper .left-block {
	background: #4e72ce29;
	display: flex;
	grid-gap: 38px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	align-self: stretch;
}

.banner .left-block ul {
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	grid-gap: 20px;
	margin: 0;
}

.banner .left-block ul li {
	background-color: #fff !important;
	padding: 14px 20px;
	border-radius: 12px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	flex: 0 0 calc(50% - 10px);
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	color: #09082d;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}

.banner .left-block ul li.duration {
	background: var(--Clock) no-repeat left top;
	background-position: 20px 50%;
	background-size: 25px 25px;
	padding-left: 60px;
}

.banner .left-block ul li.date {
	background: var(--Calendar) no-repeat left top;
	background-position: 20px 50%;
	background-size: 25px 25px;
	padding-left: 60px;
}

.banner .trainer {
	background: linear-gradient(180deg, #659be78a 0%, #4e72ce29 100%);
	width: 100%;
	border-radius: 15px;
	padding: 15px 40px;
	display: flex;
	grid-gap: 30px;
	align-items: center;
	position: relative;
}

.banner .trainer .left {
	flex: 0 0 23%;
}

.banner .trainer .right span {
	background: #000044;
	color: #fff;
	font-size: 18px;
	padding: 0px 8px;
	position: absolute;
	left: 50%;
	top: -14px;
	transform: translateX(-50%);
}

.banner .trainer .name {
	font-size: 25px;
	font-weight: 700;
	color: #081547;
	margin-bottom: 8px;
}

.banner .trainer .bio {
	font-size: 18px;
	line-height: 24px;
	color: #000d54;
}

/* Company Logos */
.company-logos {
	margin-top: -108px;
}

.company-logos .site-container {
	padding-top: 0px;
	padding-bottom: 50px;
}

.company-logos .logos-container {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.08);
}

.company-logos .section-title {
	color: #3a3a3a;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

.company-logos .logos {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-gap: 15px;
}

.company-logos .logos img {
	height: 60px;
	object-fit: contain;
}

/* Why Join */

.why-join .site-container {
	padding: 50px 20px;
}

.why-join .section-title {
	color: #3a3a3a;
	margin-bottom: 40px;
}

.why-join .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.why-join .card {
	display: flex;
	grid-gap: 20px;
	align-items: center;

	border: 1px solid #e4e4e4;
	padding: 20px;
	border-radius: 10px;
}

.why-join .card img {
	flex: 0 0 30px;
}

.why-join .card .title {
	flex: 1;
	font-size: 17px;
	line-height: 20px;
	color: #333;
	font-weight: 500;
}

/* Reports */
.reports .site-container {
	max-width: 970px;
	padding: 50px 20px;
}

.reports .desc {
	text-align: center;
	color: #0f3978;
}

.reports .wrapper {
	margin-top: 30px;
}

.reports .wrapper img {
	height: 300px;
	object-fit: contain;
}

.reports .note {
	font-size: 14px;
	color: #0f3978;
	padding-top: 8px;
}

/* Main CTA */
.main-cta .site-container {
	max-width: 970px;
	padding-top: 30px;
}

.main-cta .wrapper {
	background: linear-gradient(90deg, #009ffd 0%, #2a2a72 100%);
	padding: 30px;
	border-radius: 50px;
}

.main-cta .section-title,
.main-cta .desc,
.main-cta .sub-title {
	color: #fff;
}

.main-cta .section-title {
	font-weight: 800;
	font-style: italic;
}

.main-cta .desc {
	text-align: center;
	margin-bottom: 15px;
}

.main-cta .sub-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
}

.main-cta .sub-title span {
	font-size: 20px;
	line-height: 30px;
	display: block;
}

.main-cta .btn {
	margin-top: 20px;
}

.main-cta .btn a {
	background: linear-gradient(120deg, #000000 0%, #272323 100%);
}

.main-cta .note {
	margin-top: 20px;
}

/* Workshop For */
.workshop-for,
.instructor,
.faqs {
	position: relative;
}

.workshop-for:before,
.instructor:before,
.faqs:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #009ffd 0%, #2a2a72 100%);
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.workshop-for .site-container {
	padding: 80px 20px;
}

.workshop-for .card {
	background: #fff;
	border: 0;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

/* Workshop */
.workshop {
	background: linear-gradient(120deg, #009ffd 0%, #2a2a72 100%);
}

.workshop .section-title {
	color: #fff;
	line-height: 50px;
}

.workshop .section-title span {
	display: block;
	font-weight: 300;
	padding-bottom: 4px;
}

.workshop .desc {
	text-align: center;
	color: #fff;
}

.workshop .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-top: 40px;
}

.workshop .card {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.24);
}

.workshop .card .title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 800;
	color: #000;
	display: flex;
	grid-gap: 20px;
	margin-bottom: 4px;
}

.workshop .card .title span {
	flex: 0 0 72%;
	margin-top: 15px;
}

.workshop .card ul {
	margin: 0;
	list-style: none;
}

.workshop .card ul li {
	font-size: 15px;
	line-height: 24px;
	color: #00c6be;
	background: var(--Check) no-repeat left top;
	background-position: 0 50%;
	background-size: 15px 20px;
	padding-left: 30px;
}

.workshop .card ul li:not(:last-child) {
	margin-bottom: 12px;
}

.workshop .btn a {
	background: linear-gradient(120deg, #ffffff 0%, #009ffd 100%);
	color: #000;
	font-weight: 600;
	font-size: 20px;
}

/* Ebooks */
.ebooks .section-title span {
	color: #009ffd;
}

.ebooks .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 150px 20px;
	margin-top: 160px;
}

.ebooks .card {
	padding: 10%;
	border-radius: 30px;
	border: 3px dashed #009ffd75;
	transition: background 0.3s, border 0.45s, border-radius 0.45s,
		box-shadow 0.45s;
}

.ebooks .card:hover {
	border-color: #009ffd;
}

.ebooks .card .ebook {
	text-align: center;
	margin-top: -180px;
}

.ebooks .card .ebook img {
	border-radius: 25px;
	margin-bottom: 30px;
}

.ebooks .card .desc {
	font-size: 15px;
	line-height: 22px;
	color: #353f5a;
	margin-bottom: 10px;
}

.ebooks .card .price {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #2a2a72;
}

/* Workshop CTA */
.workshop-cta .site-container {
	max-width: 970px;
	padding-top: 30px;
}

.workshop-cta .wrapper {
	background: linear-gradient(90deg, #009ffd 0%, #2a2a72 100%);
	padding: 30px;
	border-radius: 50px;
	text-align: center;
}

.workshop-cta .section-title {
	font-size: 40px;
	line-height: 45px;
	font-weight: 800;
	color: #fff;
}

.workshop-cta .section-title span {
	display: block;
	font-size: 25px;
	line-height: 30px;
	margin-top: 5px;
}

.workshop-cta .desc ul {
	list-style: none;
	margin: 0;
	color: #fff;
}

.workshop-cta .desc ul li {
	font-size: 16px;
	margin-bottom: 8px;
}

.icon-close {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M42.682 7.327A25 25 0 1 0 7.318 42.673 25 25 0 0 0 42.682 7.327m-8.057 24.48a1.923 1.923 0 0 1 0 2.808 1.924 1.924 0 0 1-2.712 0l-6.904-6.904-6.808 6.904a1.923 1.923 0 0 1-2.711 0 1.923 1.923 0 0 1 0-2.711L22.298 25l-6.808-6.808a1.923 1.923 0 0 1 2.711-2.711l6.808 6.807 6.808-6.807a1.95 1.95 0 0 1 3.22 2.07 2 2 0 0 1-.412.641L27.72 25z' fill='%23fff'/%3E%3C/svg%3E")
		no-repeat left top;
	background-position: 0 0px;
	background-size: 20px 21px;
	margin-right: 8px;
}

.icon-check {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 0C11.202 0 0 11.202 0 25s11.202 25 25 25 25-11.202 25-25S38.798 0 25 0M11.421 26.228l7 9a2 2 0 0 0 2.993.186l17-17a2 2 0 1 0-2.828-2.828L20.188 30.984l-5.609-7.212a2 2 0 0 0-2.807-.351 2 2 0 0 0-.351 2.807' fill='%2390EE90'/%3E%3C/svg%3E")
		no-repeat left top;
	background-position: 0 0px;
	background-size: 20px 21px;
	margin-right: 8px;
}

.workshop-cta .desc ul li.available {
	font-size: 18px;
	font-weight: 900;
}

.workshop-cta .desc ul li.available strong {
	color: #90ee90;
}

.workshop-cta .desc ul li svg {
	margin-right: 4px;
	position: relative;
	top: 4px;
}

.workshop-cta .btn a {
	background-image: linear-gradient(120deg, #000000 0%, #272323 100%);
}

.workshop-cta .title {
	max-width: 38%;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2em;
	margin: 20px auto;
}

.countdown {
	display: flex;
	justify-content: center;
	grid-gap: 10px;
}

.countdown .item {
	flex: 0 0 120px;
	background: #ffffff;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

.countdown .item .number {
	color: #009ffd;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
}

.countdown .item .text {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	margin-top: 4px;
}

/* Instructor */
.instructor .trainer-avatar {
	display: none;
}

.instructor .trainer-name {
	font-size: 45px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	color: #3a3a3a;
}

.instructor .wrapper {
	display: flex;
	grid-gap: 20px;
	margin-top: 40px;
}

.instructor .left-block,
.instructor .right-block {
	flex: 1;
}

.instructor .left-block {
	text-align: center;
}

.instructor .desc {
	margin-top: 10px;
	font-size: 18px;
	line-height: 32px;
	color: #0f3978;
	margin-bottom: 30px;
}

.instructor .desc p {
	text-align: justify;
	margin-bottom: 0;
}

.instructor .desc p span {
	background: #009ffd;
	color: #fff;
}

.instructor .block {
	margin-top: 10px;
	display: flex;
	grid-gap: 20px;
	text-align: center;
}

.instructor .block .item {
	flex: 1;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	color: #009ffd;
}

.instructor .block .num {
	font-size: 22px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom: 6px;
}

.instructor .block .title {
	font-size: 15px;
	line-height: 17px;
	color: #00c6be;
}

.instructor .certificates {
	width: 100%;
	max-width: 645px;
	margin: 20px auto 0;
}

.instructor .certificates img {
	border-radius: 10px;
	width: 100%;
}

.instructor .note-2 {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #001b28;
	font-weight: 600;
	text-decoration: underline;
	font-style: italic;
	margin-top: 20px;
}

/* Awards */
.awards {
	background: #f4f4f4;
}

.awards .site-container {
	max-width: 820px;
}

.awards .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-top: 40px;
}

.awards .card {
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.awards .card img {
	margin-bottom: 15px;
}

.awards .card .title {
	font-size: 18px;
	line-height: 22px;
	color: #0c0c0c;
	font-weight: 500;
}

.awards .card .desc strong {
	display: block;
}

.awards .card .desc {
	font-size: 14px;
	color: #282828;
}

/* Reviews */
.reviews .testimonials {
	margin-top: 30px;
}

.reviews .video-wrapper iframe {
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Reviews Video */
.reviews .video-wrapper {
	padding-top: 50px;
}

.video-wrapper .video-container {
	position: relative;
}

.video-wrapper .video-thumbnail {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
}

.video-wrapper .video-thumbnail .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s ease-in-out;
}

.video-wrapper .video-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.video-wrapper iframe {
	border-radius: 10px;
}

.reviews .btn {
	margin-top: 70px;
}

.reviews .btn a {
	font-size: 20px;
	font-weight: 600;
}

.reviews .countdown {
	margin-top: 30px;
}

.reviews .countdown .item {
	background: #009ffd;
}

.reviews .countdown .number {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
}

.reviews .countdown .text {
	font-size: 13px;
	color: #fff;
}

/* Certification */
.certification {
	background: linear-gradient(120deg, #009ffd 0%, #2a2a72 100%);
}

.certification .section-title {
	color: #fff;
	font-weight: 300;
}

.certification .section-title .line {
	position: relative;
}

.certification .section-title .line svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	transform: translate(-50%, -50%);
	overflow: visible;
}

.certification .section-title .line svg path {
	stroke: #02ff5f;
	stroke-width: 9;
	fill: none;
	transition: 0.3s;
}

.certification .wrapper {
	display: flex;
	grid-gap: 30px;
	margin-top: 40px;
}

.certification .left-block {
	flex: 1;
	background: #fff;
	padding: 40px 25px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	display: flex;
	grid-gap: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.certification .right-block {
	flex: 1;
}

.certification .right-block img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #009ffd;
}

.certification .block {
	display: flex;
	padding: 10px;
	grid-gap: 20px;
	border: 1px dashed #000;
	border-radius: 10px;
}

.certification .block .left {
	flex: 0 0 65px;
}

.certification .block .right {
	flex: 1;
}

.certification .block .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6px;
}

.certification .block .desc {
	font-size: 14px;
}

/* Stats */
.stats .site-container {
	max-width: 1080px;
}

.stats .wrapper {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
	margin-top: 40px;
}

.stats .card {
	flex: 0 0 calc(50% - 10px);
	border: 3px dashed #009ffd70;
	border-radius: 10px;
	padding: 30px 20px 40px;
}

.stats .card:hover {
	border: 3px solid #009ffd;
}

.stats .card:last-child {
	flex: 1;
}

.stats .card .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.stats .card .title h3 {
	max-width: 135px;
	display: inline-block;
	font-size: 45px;
	font-weight: 900;
	line-height: 1em;

	background: -webkit-linear-gradient(
		0deg,
		#009ffd 0%,
		#009ffd 50%,
		#2a2a72 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
	margin-bottom: 0;
}

.stats .card .title img {
	margin-right: 40px;
}

.stats .card .desc {
	font-size: 20px;
	line-height: 28px;
	color: #000;
}

/* FAQs */
.faqs .site-container {
	max-width: 1290px;
	padding-bottom: 150px;
}

/* Accordion */
.accordion {
	margin-top: 40px;
}

.accordion .accordion-item {
	background: #fff;
	cursor: pointer;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.accordion .accordion-item:not(:last-child) {
	margin-bottom: 25px;
}

.accordion .title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #333;
	padding: 25px 30px;
	position: relative;
}

.accordion .title.active {
	margin-bottom: 0 !important;
	color: #009ffd;
}

.accordion .title:before {
	content: "";
	width: 7px;
	height: 13px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m2.551.415 6.012 5.589c.272.27.427.626.437.997A1.45 1.45 0 0 1 8.563 8l-6.012 5.589a1.57 1.57 0 0 1-1.63.306c-.56-.191-.931-.696-.92-1.258V1.413C-.005.842.36.327.92.107a1.56 1.56 0 0 1 1.63.308' fill='%23000'/%3E%3C/svg%3E");
	background-size: 7px 13px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.accordion .title.active:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='%23009ffd'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m2.551.415 6.012 5.589c.272.27.427.626.437.997A1.45 1.45 0 0 1 8.563 8l-6.012 5.589a1.57 1.57 0 0 1-1.63.306c-.56-.191-.931-.696-.92-1.258V1.413C-.005.842.36.327.92.107a1.56 1.56 0 0 1 1.63.308' fill='%23009ffd'/%3E%3C/svg%3E");
	transform: translateY(-50%) rotate(-90deg);
}

.accordion .content {
	display: none;
	font-size: 16px;
	line-height: 29px;
	font-weight: 300;
	color: #060606;
	padding-top: 20px;
	padding: 0 30px 25px;
}

.faqs .faq-block {
	margin-bottom: 40px;
}

.faqs .section-title2 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	color: #3a3a3a;
	text-align: center;
}

.faqs .section-title2 .highlight {
	display: inline-block;
	background: -webkit-linear-gradient(
		0deg,
		#009ffd 0%,
		#009ffd 50%,
		#3ef782 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}

.faqs .tagline {
	font-size: 23px;
	font-weight: 300;
	color: #213020;
	text-align: center;
}

.faqs .btn {
	margin-top: 20px;
}

.faqs .btn a {
	font-size: 20px;
	font-weight: 600;
}

.faqs .countdown {
	margin-top: 30px;
}

.faqs .countdown .item {
	border: 1px solid #009ffd;
}

.faqs .countdown .number {
	color: #001b28;
	font-size: 30px;
	line-height: 30px;
}

.faqs .countdown .text {
	font-size: 13px;
	color: #535353;
}

/* Footer Sticky */
.foot-sticky {
	display: none;
	border: 0.5px solid #e3e3e3;
	background: #f3f3f3;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.foot-sticky .site-container {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	grid-gap: 20px;
	justify-content: space-between;
}

.foot-sticky .title {
	font-size: 27px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}

.foot-sticky .price {
	font-size: 23px;
	line-height: 30px;
	color: #009ffd;
	font-weight: 500;
}

.foot-sticky .price span {
	text-decoration: line-through;
	color: red;
	font-style: italic;
}

.foot-sticky .btn {
	margin-top: 0;
}

/* Popup */
#popup {
	display: none;
	position: fixed;
	bottom: 12% !important;
	right: 0%;
	background-color: #fff;
	padding: 20px;
	width: 350px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
	color: #000;
	border-radius: 10px;
	z-index: 10000;
	transition: bottom 0.5s ease-in-out;
	/* Smooth slide effect */
}

#popup h3 {
	margin: 0;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin-bottom: 10px;
}

#popup-text {
	margin: 0px;
	font-size: 20px !important;
	color: #0f3978;
	font-weight: 700;
}

#close-btn {
	position: absolute;
	top: -20px;
	color: #001b28;
	right: 10px;

	background: none;
	border: none;
	font-size: 40px;
	cursor: pointer;
}

/****************
* THANK YOU PAGE
*****************/

.thank-you {
	position: relative;
	background: #eff7ff;
	z-index: 10;
}

.thank-you::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/01/Microsoft_Excel-Logo.wine_.svg);
	background-position: top center;
	background-repeat: no-repeat;
	opacity: 0.1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	top: 0;
	z-index: -1;
}

.thank-you .site-container {
	padding-top: 44px;
	text-align: center;
}

.thank-you .section-title {
	font-size: 48px;
	line-height: 1.3;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 20px;
}

.thank-you .section-title span {
	color: #2eb460;
}

.thank-you .desc {
	font-size: 30px;
	line-height: 43px;
	font-weight: 200;
}

.thank-you .btn {
	margin-top: 20px;
}

.thank-you .btn a {
	display: flex;
	align-items: center;
	grid-gap: 5px;
	background: #25d366;
	border-radius: 50px;
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 30px;
}

/****************
* MEDIA QUERIES *
*****************/

@media (max-width: 1200px) {
	/* Instructor */
	.instructor .certificates {
		max-width: 450px;
	}
}

@media (max-width: 930px) {
	/* Instructor */
	.instructor .certificates {
		max-width: 350px;
	}
}

@media (max-width: 768px) {
	/**********
* GLOBAL *
**********/

	.site-container {
		max-width: 100%;
		padding: 50px 20px;
	}

	.section-title {
		font-size: 25px;
		line-height: 32px;
	}

	.section-title.large {
		font-size: 25px;
		line-height: 32px;
	}

	.btn {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}

	.btn a,
	.btn button {
		font-size: 16px;
		padding: 15px 20px;
	}

	.note {
		margin-top: 20px;
		font-size: 15px;
	}

	/***********
* LP Excel *
************/

	/* Slick slider - Dots */
	.lp-content .slick-dots li {
		font-size: 14px;
	}

	.lp-content .slick-dots li button:before {
		font-size: 8px;
	}

	/* Banner */
	.banner .site-container {
		padding-top: 40px;
		padding-bottom: 120px;
	}

	.banner .section-title {
		max-width: 100%;
		margin: 0 0 20px;
		font-size: 28px;
		line-height: 36px;
	}

	.banner .desc {
		max-width: 100%;
		font-size: 16px;
		line-height: 24px;
	}

	.banner .wrapper {
		flex-direction: column-reverse;
		grid-gap: 20px;
		margin-top: 25px;
	}

	.banner .wrapper .left-block {
		grid-gap: 35px;
		padding: 15px 10px;
	}

	.banner .play-icon {
		width: 40px;
		height: 40px;
	}

	.banner .left-block ul {
		flex-wrap: wrap;
	}

	.banner .left-block ul li {
		padding: 12px 15px;
		flex: 100%;
		font-size: 14px;
		font-weight: 500;
	}

	.banner .left-block ul li.duration {
		background-position: 13px 50%;
		background-size: 16px 16px;
		padding-left: 40px;
	}

	.banner .left-block ul li.date {
		background-position: 13px 50%;
		background-size: 16px 16px;
		padding-left: 40px;
	}

	.banner .trainer {
		border-radius: 15px;
		padding: 15px 30px;
		grid-gap: 20px;
	}

	.banner .trainer .left {
		flex: 0 0 60px;
	}

	.banner .trainer .right span {
		font-size: 16px;
		padding: 0px 6px;
		top: -10px;
	}

	.banner .trainer .name {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.banner .trainer .bio {
		font-size: 14px;
		line-height: 22px;
	}

	/* Company Logos */
	.company-logos {
		margin-top: -95px;
	}

	.company-logos .logos-container {
		padding: 15px;
		border-radius: 10px;
	}

	.company-logos .section-title {
		font-size: 18px;
		line-height: 28px;
	}

	.company-logos .logos {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 15px;
	}

	.company-logos .logos img {
		height: auto;
	}

	/* Why Join */
	.why-join .site-container {
		padding-top: 20px;
	}

	.why-join .section-title {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.why-join .wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.why-join .card {
		grid-gap: 15px;
	}

	.why-join .card img {
		width: 30px;
		height: 30px;
	}

	.why-join .card .title {
		font-size: 16px;
		line-height: 25px;
		font-weight: 400;
	}

	/* Reports */
	.reports .site-container,
	.main-cta .site-container {
		padding-top: 20px;
	}

	.reports .wrapper {
		margin-top: 30px;
	}

	.reports .wrapper a {
		display: flex;
		justify-content: center;
	}

	.reports .wrapper img {
		height: auto;
	}

	/* Main CTA */
	.main-cta .site-container {
		padding-top: 0px;
	}

	.main-cta .wrapper {
		padding: 20px;
		border-radius: 20px;
	}

	.main-cta .desc {
		text-align: center;
		margin-bottom: 10px;
	}

	.main-cta .sub-title {
		font-size: 25px;
		line-height: 25px;
	}

	.main-cta .sub-title span {
		font-size: 18px;
		line-height: 28px;
		padding-top: 10px;
	}

	/* Workshop For */
	.workshop-for .site-container {
		padding: 40px 20px;
	}

	/* Workshop */
	.workshop .section-title {
		font-size: 26px;
		line-height: 34px;
	}

	.workshop .wrapper {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 30px;
	}

	.workshop .card .title {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 10px;
	}

	.workshop .card .title span {
		flex: auto;
		margin-top: 10px;
	}

	.workshop .card .title picture {
		flex: 0 0 80px;
	}

	.workshop .card .title img {
		width: 80px;
		object-fit: contain;
	}

	.workshop .card ul li {
		font-size: 14px;
		line-height: 20px;
		background-position: 0 50%;
		background-size: 12px 16px;
		padding-left: 26px;
	}

	.workshop .card ul li:not(:last-child) {
		margin-bottom: 8px;
	}

	.workshop .btn a {
		font-size: 16px;
	}

	/* Ebooks */
	.ebooks .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 100px 20px;
		margin-top: 120px;
	}

	.ebooks .card {
		padding: 70px 25px 40px;
	}

	.ebooks .card .ebook {
		text-align: center;
		margin-top: -150px;
	}

	.ebooks .card .ebook img {
		width: 150px;
		object-fit: contain;
		margin-bottom: 20px;
	}

	.ebooks .card .price {
		font-size: 18px;
		line-height: 22px;
	}

	/* Workshop CTA */
	.workshop-cta .wrapper {
		padding: 20px;
		border-radius: 20px;
	}

	.workshop-cta .section-title {
		font-size: 22px;
		line-height: 30px;
	}

	.workshop-cta .section-title span {
		display: block;
		font-size: 18px;
		line-height: 25px;
	}

	.workshop-cta .desc ul li {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.workshop-cta .desc ul li.available {
		font-size: 15px;
	}

	.workshop-cta .desc ul li svg {
		width: 14px;
		margin-right: 2px;
		position: relative;
		top: 5px;
	}

	.workshop-cta .title {
		max-width: 100%;
		font-size: 22px;
		margin: 20px auto;
	}

	.countdown .item {
		flex: 0 0 80px;
	}

	.countdown .item .number {
		font-size: 32px;
		line-height: 38px;
	}

	.countdown .item .text {
		font-size: 13px;
		line-height: 14px;
		margin-top: 2px;
	}

	/* Instructor */
	.instructor .trainer-avatar {
		width: 80%;
		display: block;
		margin: 0 auto 25px;
	}

	.instructor .trainer-avatar-mob {
		display: none;
	}

	.instructor .section-title {
		margin-bottom: 4px;
	}

	.instructor .trainer-name {
		font-size: 25px;
		line-height: 30px;
	}

	.instructor .wrapper {
		flex-direction: column-reverse;
		margin-top: 20px;
	}

	.instructor .desc {
		margin-top: 0;
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 0x;
	}

	.instructor .block {
		display: block;
	}

	.instructor .block .item:not(:last-child) {
		margin-bottom: 20px;
	}

	.instructor .block .num {
		font-size: 20px;
	}

	.instructor .certificates {
		width: 100%;
		max-width: 1005;
	}

	.instructor .note-2 {
		font-size: 16px;
		line-height: 22px;
		margin-top: 10px;
	}

	/* Awards */
	.awards .wrapper {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 30px;
	}

	.awards .card .title {
		font-size: 16px;
	}

	.awards .card .desc {
		font-size: 13px;
	}

	/* Reviews Video */
	.reviews .video-wrapper {
		padding-top: 30px;
	}

	.reviews .btn a {
		font-size: 16px;
	}

	.reviews .countdown {
		margin-top: 20px;
	}

	.reviews .countdown .number {
		font-size: 22px;
		line-height: 24px;
	}

	.reviews .countdown .text {
		font-size: 12px;
	}

	/* Certification */
	.certification .wrapper {
		flex-direction: column-reverse;
		grid-gap: 30px;
		margin-top: 30px;
	}

	.certification .left-block {
		flex: 1;
		padding: 30px 20px;
		grid-gap: 20px;
	}

	.certification .block {
		display: block;
		width: 100%;
	}

	.certification .block .left {
		margin-bottom: 10px;
		text-align: center;
	}

	.certification .block .left img {
		width: 50px;
		height: 50px;
	}

	.certification .block .title {
		font-size: 18px;
		text-align: center;
	}

	.certification .block .desc {
		font-size: 14px;
		text-align: center;
	}

	/* Stats */
	.stats .wrapper {
		flex-direction: column;
		flex-wrap: nowrap;
		grid-gap: 20px;
		margin-top: 30px;
	}

	.stats .card {
		flex: 0 0 calc(50% - 10px);
		border: 3px dashed #009ffd70;
		border-radius: 10px;
		padding: 30px 20px;
	}

	.stats .card .title {
		margin-bottom: 15px;
	}

	.stats .card .title h3 {
		max-width: 100%;
		display: inline-block;
		font-size: 24px;
	}

	.stats .card .title img {
		margin-right: 20px;
		width: 45px;
		height: 45px;
	}

	.stats .card .desc {
		font-size: 16px;
		line-height: 23px;
	}

	/* FAQs */
	.faqs .site-container {
		max-width: 100%;
		padding-bottom: 120px;
	}

	/* Accordion */
	.accordion {
		margin-top: 20px;
	}

	.accordion .accordion-item:not(:last-child) {
		margin-bottom: 15px;
	}

	.accordion .title {
		padding: 20px 50px 20px 20px;
	}

	.accordion .title:before {
		right: 20px;
	}

	.accordion .content {
		font-size: 15px;
		line-height: 22px;
		padding-top: 15px;
		padding: 0 20px 20px;
	}

	.faqs .section-title2 {
		font-size: 25px;
		line-height: 30px;
	}

	.faqs .btn a {
		font-size: 16px;
	}

	.faqs .tagline {
		font-size: 18px;
	}

	.faqs .countdown {
		margin-top: 20px;
	}

	.faqs .countdown .number {
		font-size: 22px;
		line-height: 24px;
	}

	.faqs .countdown .text {
		font-size: 12px;
	}

	/* Footer Sticky */
	.foot-sticky .site-container {
		padding: 10px;
		grid-gap: 20px;
	}

	.foot-sticky .title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.foot-sticky .price {
		font-size: 16px;
		line-height: 22px;
	}

	.foot-sticky .btn a {
		padding: 12px 18px;
		font-size: 14px;
	}

	/****************
* THANK YOU PAGE
*****************/

	.thank-you::after {
		background-size: 650px;
	}

	.thank-you .site-container {
		padding-top: 30px;
	}

	.thank-you .section-title {
		font-size: 34px;
		line-height: 1.3;
		font-weight: 900;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.thank-you .desc {
		font-size: 16px;
		line-height: 26px;
	}

	.thank-you .btn a {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
}

@media (max-width: 600px) {
	#popup {
		width: 90% !important;
	}
}

@media (max-width: 480px) {
	/* Banner */
	.banner .video-container iframe {
		height: 180px;
	}

	/* Awards */
	.awards .wrapper {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 30px;
	}

	/* Banner */

	.banner .trainer {
		border-radius: 10px;
		padding: 15px 10px;
		grid-gap: 10px;
	}
}

footer {
	margin-bottom: 90px;
	text-align: center;
	padding: 20px;
	background: #000;
	font-size: 14px;
	line-height: 1.6;
  }

  footer a {
	color: #fff;
	text-decoration: none;
	margin: 0 8px;
	font-weight: 500;
  }

  footer a:hover {
	text-decoration: underline;
  }

  .footer-disclaimer {
	max-width: 900px;
	margin: 10px auto;
	color: #ccc;
	font-size: 13px;
  }

  .footer-bottom {
	margin-top: 10px;
	font-size: 13px;
	color: #aaa;
  }

  /* Responsive */
  @media (max-width: 600px) {
	footer {
	  font-size: 13px;
	  padding: 15px;
	}
	.footer-disclaimer {
	  padding: 0 10px;
	  font-size: 12px;
	}
	.footer-bottom {
	  font-size: 12px;
	}
  }
