.flip-clock-wrapper ul li a div div.inn {
	font-size: 40px;
}

.flip-clock-wrapper ul li {
	line-height: 50px;
}

.flip-clock-wrapper ul {
	height: 50px;
}

.flip-clock-divider {
	height: 50px;
}

.flip-clock-dot.bottom {
	bottom: 5px;
}

.flip-clock-dot.top {
	top: 18px;
}

.flip-clock-dot {
	left: 3px;
}

.flip-clock-wrapper ul {
	margin: 4px;
}

.flip-clock-divider .flip-clock-label {
	right: -64px;
}

.flip-clock-divider.minutes .flip-clock-label {
	right: -70px;
}

.flip-clock-divider.seconds .flip-clock-label {
	right: -66px;
}

.sale-timer.flip-clock-wrapper {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}

.sale-timer.flip-clock-wrapper span.flip-clock-label {
	color: #fff;
}

.sale-full-container {
	width: 100%;
	background-color: #000;
	color: #fff;
	background-image: url("https://marketing-staging.thedroneu.com/wp-content/uploads/2025/10/blackFriday-bg-1.png");
	background-repeat: repeat;
	isolation: isolate;
	position: relative;
}

.decors {
	position: absolute;
	z-index: -1;
	width: 380px;
	height: 400px;
	overflow: hidden;
	pointer-events: none;
}

.decors img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	position: absolute;
}

.decor-top-left {
	top: 0;
	left: 0;
}

.decor-center-left {
	top: 50%;
	transform: translateY(-50%);
}

.decor-bottom-left {
	top: unset;
	bottom: 0;
}

.decor-bottom-left img {
	bottom: 20px;
	left: -60%;
}

.decor-top-left img {
	top: -50px;
	left: -40px;
}

.decor-center-left img {
	top: 0;
	left: -75%;
}

.decor-top-right {
	top: 0;
	right: 0;
	text-align: right;
}

.decor-center-right {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 340px;
}

.decor-bottom-right {
	right: 0;
	top: unset;
	bottom: 40px;
	width: 340px;
}

.decor-center-right img {
	top: 0;
	right: -52%;
}

.decor-top-right img {
	top: -80px;
	right: -120px;
}

.decor-bottom-right img {
	bottom: 0;
	right: -30%;
}

.cs-sale-top {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}

.sale-logo-side,
.cs-counter-side {
	flex: 1;
	width: calc(50% - 20px);
	max-width: calc(50% - 20px);
}

.cs-counter-side h4 {
	font-size: 26px;
	color: #f3bd7b;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	background-image: linear-gradient(137deg, #ffd899 25%, #e9a460 45%, #ffd899 70%, #fff9ae 82%, #ffd899 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.sale-logo-side {
	text-align: center;
}

.sale-logo-side h3 {
	font-size: 28px;
	margin-bottom: 10px;
}

.sale-logo-side img {
	max-width: 400px;
}

.cs-top-sale-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.cs-sale-card {
	background-image: linear-gradient(
		-47deg,
		#ffd799 0%,
		#fff9ad 18%,
		#ffd799 40%,
		#e2954e 75%,
		#ffd799 100%
	);
	border-radius: 16px;
	/* overflow: hidden; */
	color: #000;
	padding: 15px 0;
	position: relative;
}

.cs-sale-card.in-person-item .sale-card-title,
.cs-sale-card.in-person-item .sale-off-val {
	color: #ffffff;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.6));
}

.cs-sale-card-top {
	padding: 0 20px 0;
	display: flex;
	justify-content: space-between;
}

.sale-card-title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
}

.sale-card-title span {
	display: block;
}

.sale-off-val {
	font-size: 40px;
	font-weight: 800;
	position: relative;
	padding-left: 30px;
	text-transform: uppercase;
	line-height: 0.85;
}

.sale-off-val span {
	display: block;
}

.sale-off-val p {
	position: absolute;
	bottom: 50%;
	left: 30px;
	transform: rotate(-90deg) translateX(-50%);
	transform-origin: bottom left;
	font-size: 0.5em;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
}

.cs-sale-card-bottom {
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
	align-items: stretch;
}

.sale-card-btn-box {
	padding-right: 20px;
	align-self: center;
}

.sale-card-btn {
	display: inline-flex;
	/* background-color: #000; */
	background-image: linear-gradient(45deg, #003d53, #2e809d, #003950);
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border: none;
	border-radius: 8px;
	outline: none;
	padding: 0 10px;
	text-decoration: none;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.6);
	align-items: center;
	transition: 0.2s;
	font-weight: 600;
}
.sale-card-btn:after {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	margin-left: 3px;
	transform: rotate(45deg);
}

.sale-card-btn:hover {
	transform: translateY(-1px);
	box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.55);
}
.cs-sale-card.in-person-item .sale-card-btn {
	color: #fff;
}

.available-dates-btn {
	display: inline-flex !important;
	border: none;
	outline: none;
	align-items: center;
	color: #fff;
	background-color: #ff7823;
	border-radius: 25px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 20px;
	cursor: pointer;
	text-transform: capitalize;
}

.available-dates-btn img {
	max-width: 16px;
	margin-right: 7px;
}

.sale-card-pricing {
	flex: 1;
	padding: 10px 10px 10px 20px;
	background-image: linear-gradient(to right, #ffd99a, transparent);
	text-transform: uppercase;
	font-size: 20px;
}

.sale-card-pricing strong {
	font-weight: 700;
}

.sale-card-reg-price {
	font-size: 16px;
	margin-top: 5px;
}

.sale-card-reg-price span {
	text-decoration: line-through;
	display: inline-flex;
	align-items: center;
}

.extra-offer-tag {
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 600;
}

.cs-sale-video-section {
	display: grid;
	grid-template-columns: 1fr 450px;
	gap: 50px;
	margin-top: 50px;
}

.cs-video-text-side h3 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.cs-video-text-side h4 {
	font-size: 24px;
	line-height: 1.4;
	margin-top: 15px;
	text-align: center;
	background-image: linear-gradient(137deg, #9ee6ff 25%, #e33636 70%, #9ee6ff 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200%;
    animation: anim 2s linear infinite;
}

.cs-video-text-side h4 span {
	color: #e9a460;
	background-image: linear-gradient(137deg, #ffd899 25%, #e9a460 45%, #ffd899 70%, #fff9ae 82%, #ffd899 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.cs-video-text-side p {
	line-height: 1.5;
	font-size: 20px;
	margin-top: 15px;
}

.cs-video-side .video-container {
	border-radius: 16px;
	overflow: hidden;
}
.cs-video-side .pricing-video{
	border-radius: 16px;
	overflow: hidden;
}
.cs-video-side iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.sale-course-listing-section {
	margin-top: 40px;
	padding-bottom: 50px;
}

.sale-course-listing-section h1 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.sale-course-listing-section h1 span {
	color: #e9a460;
	font-weight: 700;
	background-image: linear-gradient(137deg, #ffd899 25%, #e9a460 45%, #ffd899 70%, #fff9ae 82%, #ffd899 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.trusted-companies {
	width: 100%;
	vertical-align: top;
	background-color: #333333;
	color: #fff;
	background-image: url(https://marketing-staging.thedroneu.com/wp-content/uploads/2025/10/blackFriday-bg-1.png);
}
.trusted-companies h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -0.2px;
	background-image: linear-gradient(
		137deg,
		#ffd899 25%,
		#e9a460 45%,
		#ffd899 70%,
		#fff9ae 82%,
		#ffd899 100%
	);
	-webkit-background-clip: text;
	color: transparent;
}
.companies-logos .slick-slide img {
	filter: grayscale(4) invert(1) brightness(2);
}
.sale-course-listing {
	 padding: 32px 20px 22px 26px;
    border: 1px solid #e9a460;
    margin-top: 20px;
    border-radius: 12px;
    display: flex;
    /* min-height: 404px; */
    border: 1px solid #ffffff17;
    border-radius: 20px;
    background-color: rgb(0 0 0 / 57%);
    flex: 1;
    box-shadow: 6px 7px 8px 0 #000000c4, -30px -30px 48px 0 #ffffff0d inset;
    backdrop-filter: blur(1px);
}
.sale-course-listing_tabs li {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	padding-bottom: 12px;
	margin-bottom: 13px;
	border-bottom: 1px solid #4e4e4e;
	font-size: 18px;
	padding-right: 20px;
	position: relative;
	margin-top: -1px;
}

.sale-course-listing_tabs li .courses-tab-highlight{
	background-image: linear-gradient(137deg, #9ee6ff 25%, #e33636 70%, #9ee6ff 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200%;
    animation: anim 2s linear infinite;
	font-size: 20px;
}
.sale-course-listing_tabs li:last-child {
	margin-bottom: 0;
	/* padding-bottom: 0; */
	border-bottom: none;
}

.sale-course-listing_tabs li.active {
	 color: #e9a460;
    border-color: transparent;
}
.sale-course-listing_tabs li.active:before {
    content: "";
    position: absolute;
    left: -9px;
    top: -12px;
    width: calc(100% + 13px);
    height: calc(100% + 12px);
    background-color: rgb(0 0 0 / 49%);
    z-index: -1;
    border-radius: 8px;
	 box-shadow: 10px 16px 11px 0 #000000d4, -10px -10px 18px 0 #ffffff1c inset;
    backdrop-filter: blur(1px);
    border: 1px solid #ffffff1c;
    background-color: rgb(0 0 0 / 39%);
}
.sale-course-listing_tabs li::after {
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #e9a460;
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: 0;
}

.sale-course-listing_tabs li.active::after {
	opacity: 1;
}

.sale-course-inner-listing {
	flex: 1;
}

.sale-course-inner-listing .courses-list-items {
	display: none;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 40px;
	gap: 16px 10px;
}

.courses-list-acc-title {
	display: none;
}

.sale-course-inner-listing .courses-list-items.active {
	display: grid;
}

.sale-course-inner-listing .courses-list-items p {
	padding-left: 20px;
	position: relative;
	color: #e9a460;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 600;
}

.sale-course-inner-listing .courses-list-items p::before {
	content: "";
	position: absolute;
	top: 5px;
	width: 6px;
	height: 6px;
	left: 3px;
	border-radius: 50%;
	background: #ffffff6b;
}
.in-person-cards-section {
	margin-top: 60px;
}

.in-person-cards-section h1 {
	font-size: 36px;
	color: #e9a460;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2;
	text-align: center;
	background-image: linear-gradient(137deg, #ffd899 25%, #e9a460 45%, #ffd899 70%, #fff9ae 82%, #ffd899 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.in-person-content {
	margin-top: 15px;
	padding-bottom: 20px;
}

.in-person-content .in-person-cards-info {
	text-align: center;
}

.in-person-cards-info h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    color: #9ee6ff;
    margin-top: 30px;
    opacity: 1.4;
    background-image: linear-gradient(137deg, #9ee6ff 25%, #e33636 70%, #9ee6ff 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200%;
    animation: anim 2s linear infinite;
}
.ipt-sub-heading.in-person-cards-info h2{
	margin-top: 0px;
	text-align: center;
	margin-bottom: 28px;
}
@keyframes anim{
	0%{
		background-position-x: 200%;
	}
	100%{
		background-position-x: 0%;
	}
}
.in-person-cards-info p {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 15px;
}

.in-person-cards {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 30px;
	/* max-width: 1100px; */
	margin-left: auto;
	margin-right: auto;
}

.in-person-card {
	text-align: center;
	position: relative;
	display: flex;
	color: #fff;
	text-decoration: none;
	transform: scale(1);
	transition: 0.18s;
	flex-direction: column;
}
.in-person-card-data {
	border: 1px solid #333;
    padding: 18px 12px 12px;
    border-radius: 26px;
    background-color: rgb(0 0 0 / 49%);
    flex: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 6px 7px 8px 0 #000000c4, -20px -20px 38px 0 #ffffff0f inset;
    backdrop-filter: blur(1px);
}
.in-person-card:hover {
	/* transform: scale(1.01); */
	transform: translateY(-4px);
}
.in-person-card h3 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.in-person-card h3 span {
	display: block;
}

.in-person-card h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    background-image: linear-gradient(
        137deg,
        #ffd899 25%,
        #e9a460 45%,
        #ffd899 70%,
        #fff9ae 82%,
        #ffd899 100%
    );
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 15px;
    margin: 6px 0;
    line-height: normal;
}

.in-person-card p {
	font-size: 28px;
}

.in-person-card p strong {
	font-weight: 800;
    background-image: linear-gradient(137deg, #ffd899 25%, #e9a460 45%, #ffd899 70%, #fff9ae 82%, #ffd899 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 15px;
    background-size: 200%;
    animation: anim 1.2s linear infinite;
}

.in-person-card p.cs-upto {
	font-size: 14px;
	padding: 7px 0;
}

.in-person-card .reg-price {
	font-size: 16px;
	/* text-decoration: line-through; */
	/* text-decoration-color: rgba(255, 0, 0, 0.65); */
	/* text-decoration-thickness: 2px; */
	/* padding-left: 5px; */
	/* opacity: 0.5; */
	font-weight: 600;
	position: relative;
}
.in-person-card .reg-price::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: red;
    clip-path: polygon(0 100%, 5px 100%, 100% 0, calc(100% - 5px) 0);
    opacity: 1;
}
.in-person-card .learn-more-text {
	font-size: 14px;
	margin: 15px auto 5px;
	width: max-content;
	max-width: 100%;
	font-weight: 700;
	color: #f3bd7b;
	text-decoration: underline;
	text-underline-offset: 4px;
	cursor: pointer;
	text-transform: uppercase;
}

.in-person-card-button {
	cursor: pointer;
	/* background-image: linear-gradient(-47deg, #ffd799 0%, #fff9ad 18%, #ffd799 40%, #e2954e 75%, #ffd799 100%); */
	/* background-image: linear-gradient(-47deg, #ffd799 0%, #fff9ad 16%, #ffd799 31%, #e2954e 50%, #ffd799 80%, #fff9ad); */
	background-image: linear-gradient(45deg, #003d53, #2e809d, #003950);
	border: none;
	outline: none;
	height: 40px;
	border-radius: 8px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 14px;
	white-space: nowrap;
	display: inline-flex !important;
	align-items: center;
	font-weight: 600;
	justify-content: center;
	margin: 15px auto 0 !important;
	color: #fff;
	text-decoration: none;
}
.in-person-card-button:after {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	margin-left: 3px;
	transform: rotate(45deg);
}

.cs-droneu-reviews {
	padding: 60px 0;
	float: left;
	width: 100%;
	background-color: #000;
	color: #fff;
	background-image: url(https://marketing-staging.thedroneu.com/wp-content/uploads/2025/10/blackFriday-bg-1.png);
}

.reviews-section-heading {
	color: #ffffff;
}

.reviews-section-heading h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	background-image: linear-gradient(
		137deg,
		#ffd899 25%,
		#e9a460 45%,
		#ffd899 70%,
		#fff9ae 82%,
		#ffd899 100%
	);
	-webkit-background-clip: text;
	color: transparent;
}

.reviews-section-heading p {
	font-size: 24px;
	text-align: center;
	margin-top: 15px;
}

.sale-reviews-list-container {
	margin-top: 30px;
}

.sale-reviews-list {
	display: flex;
}

.sale-reviews-list-item {
	padding: 40px 10px 0;
}

.sale-reviews-content {
	display: flex;
	flex-direction: column;
	padding: 0 20px 20px;
	background-color: rgb(0 0 0 / 49%);
	border-radius: 12px;
	height: 100%;
	color: #fff;
	box-shadow: 6px 7px 8px 0 #000000c4, -20px -20px 38px 0 #ffffff0f inset;
    backdrop-filter: blur(1px);
	border: 1px solid #333;
}

.sale-reviews-content .cs-reviewer-img {
	width: 80px;
	min-width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top: -40px;
	border-radius: 50%;
}

.initialsAsImg {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cs-reviewer-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.sale-reviews-list:not(.slick-initialized) li:nth-child(n + 4) {
	display: none;
}

.sale-reviews-list:not(.slick-initialized) li {
	width: 33.33%;
}

.sale-reviews-list .slick-track {
	display: flex;
	padding: 15px 0;
}

.sale-reviews-list li {
	height: auto;
}

.reviews-stars {
	text-align: center;
	padding: 10px 0;
}

.cs-review-star-icon {
	height: 18px;
	background-image: url("../img/reviews-star-1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	display: inline-block;
}
.cs-review-star-icon.cs-unfilled-star {
	background-image: url("../img/unfilled-star.png");
}

.review-desc {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	flex: 1;
}

.review-full {
	display: none;
}

.reviewer-name {
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.sale-reviews-list-item .source-review {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.sale-reviews-list-item .source-review a {
	color: #ff7823;
	text-decoration: none;
	cursor: pointer;
	text-transform: capitalize;
}
.sale-reviews-list .slick-arrow {
	   position: absolute;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    left: -50px;
    width: 45px;
    height: 45px;
    bottom: unset;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 40px;
    box-shadow: 10px 16px 11px 0 #000000d4, -10px -10px 18px 0 #ffffff1c inset;
    backdrop-filter: blur(1px);
    border: 1px solid #ffffff1c;
    border-radius: 26px;
    background-color: rgb(0 0 0 / 39%);
	z-index: 4;
}

.sale-reviews-list .slick-arrow:after {
	content: "";
	position: absolute;
	left: -2px;
	top: 0;
	width: 10px;
	height: 10px;
	border-top: 1px solid;
	border-left: 1px solid;
	color: #ffffff;
	transform: rotate(135deg);
	bottom: 0;
	margin: auto;
	right: 0;
}

.sale-reviews-list .slick-arrow.slick-next:after {
	left: -7px;
}

.sale-reviews-list .slick-arrow.slick-prev {
	transform: translateY(-50%) rotateY(-180deg);
}

.sale-reviews-list .slick-arrow.slick-next {
	left: unset;
	right: -50px;
}

.sale-reviews-list .slick-arrow::before {
	display: none;
}

.cs-readmore-btn {
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
	color: #ff7823;
	font-weight: 900;
	font-size: 14px;
	text-transform: lowercase;
}

.full-review-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	isolation: isolate;
	overflow: hidden;
	overflow-y: auto;
}

.full-review-popup .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgb(0 0 0 / 81%);
	backdrop-filter: blur(3px);
}

.full-review-popup.show {
	display: block;
}

.full-review-container {
	width: 90%;
	max-width: 570px;
	margin: 3rem auto;
	min-height: calc(100% - 6rem);
	display: flex;
	align-items: center;
}

.full-review-contents {
	background-color: transparent;
	width: 100%;
	padding: 0;
	padding-top: 40px;
	position: relative;
}

.full-review-inner {
	background: #353535;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	border-radius: 10px;
	isolation: isolate;
	width: 100%;
	padding: 40px 30px 30px;
	position: relative;
	color: #FFF;
}

.full-review-img {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.full-review-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.full-review-img .initialsAsImg {
	width: 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.full-review-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	width: 28px;
	height: 28px;
	font-size: 30px;
	line-height: 20px;
	border: none;
	padding: 0;
	background: none;
	outline: none;
	cursor: pointer;
	color: #FFF;
}

.full-review-desc {
	font-size: 16px;
	line-height: 1.6;
}

.full-desc-name {
	margin-top: 10px;
	font-size: 20px;
}

.full-review-inner .reviews-stars .cs-review-star-icon {
	width: 25px;
	height: 25px;
}

.in-person-cards-section {
	position: relative;
}

.cs-scroll-to {
	position: absolute;
	top: -40px;
	height: 0px;
	width: 100%;
}

.other-info-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	isolation: isolate;
	overflow: hidden;
	overflow-y: auto;
}

.other-info-popup.show {
	display: block;
}

.other-info-popup .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(3px);
}

.other-info-popup-container {
	width: 90%;
	max-width: 750px;
	margin: 3rem auto;
	min-height: calc(100% - 6rem);
	display: flex;
	align-items: center;
}

.other-info-popup-container-md {
	max-width: 650px;
}

.other-info-popup-content {
	width: 100%;
	position: relative;
	background-image: linear-gradient(
		120deg,
		rgba(255, 216, 153, 1) 0%,
		rgba(255, 216, 153, 1) 5%,
		rgba(233, 164, 96, 1) 20%,
		rgba(233, 164, 96, 1) 37%,
		rgba(255, 216, 153, 1) 69%,
		rgb(255 240 215) 100%
	);
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	border-radius: 16px;
	isolation: isolate;
	width: 100%;
	padding: 30px;
}

.cs-close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	font-size: 46px;
	line-height: 16px;
	background-color: transparent;
	color: #8d5823;
	font-weight: 300;
	border: none;
	outline: none;
	cursor: pointer;
}

.other-info-popup-content h1.other-popup-title {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.other-popup-tag-line {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
}

.in-person-dates-content {
	margin-top: 20px;
}

.in-person-dates-content .cs-month-tabs ul {
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid #fff;
}

.cs-month-tabs li {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	border-bottom: 3px solid #fff;
	padding-bottom: 7px;
	margin-bottom: -3px;
	cursor: pointer;
}

.cs-month-tabs li.active {
	font-weight: 900;
	border-color: #000;
}

.cs-month-dates {
	margin-top: 20px;
	min-height: 180px;
	position: relative;
}
.cs-month-dates::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../img/loader-new.gif");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.cs-month-dates.loading::before {
	display: block;
}
.cs-month-dates-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

/* .cs-month-dates-list.active {
    display: grid;
} */

.cs-month-dates-item {
	width: 100%;
	min-height: 45px;
	line-height: 1.2;
	border: 1px solid #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
}
.cs-month-dates-item span {
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}
.cs-month-dates-item span::before {
	content: "";
	background-image: url("../img/map-point.svg");
	width: 10px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.annual-popup-contents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-top: 20px;
}

.annual-mem-popup .other-info-popup-content {
	padding-left: 0;
	padding-right: 0;
}

.annual-popup-item {
	position: relative;
}

.annual-popup-item > *,
.annual-mem-popup .other-popup-title {
	padding-left: 30px;
	padding-right: 30px;
}

.annual-popup-item-title {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.annual-popup-item-discount h2 {
	font-size: 80px;
	position: relative;
	font-weight: 900;
	padding-left: 40px;
	line-height: 0.9;
}

.annual-popup-item-discount h2 span {
	display: block;
}

.annual-popup-item-discount .cs-popup-upto {
	font-size: 40px;
	letter-spacing: 2px;
	transform: rotate(-90deg) translate(0, 100%);
	transform-origin: bottom left;
	width: max-content;
	position: absolute;
	bottom: 10px;
	left: 0;
	font-weight: 500;
	line-height: 0.7;
}

.annual-popup-item-price {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: linear-gradient(
		to right,
		rgb(255 255 255 / 45%),
		transparent 60%
	);
	text-transform: uppercase;
	margin-top: 20px;
}

.cs-dis-price {
	font-size: 24px;
	font-weight: 400;
}

.cs-dis-price strong {
	font-weight: 700;
}

.cs-reg-price {
	font-size: 14px;
	padding-top: 5px;
}

.cs-reg-price span {
	text-decoration: line-through;
}

.sale-card-btn.sale-card-btn-sm {
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	padding: 0 20px;
}

.annual-popup-item-action {
	margin-top: 20px;
}

.annual-popup-item + .annual-popup-item::before {
	content: "";
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to bottom, transparent, #000, transparent);
	top: 0;
	left: -1px;
	position: absolute;
}

.cs-month-dates-list .no-dates {
	grid-column: 1 / -1;
}
.cs-training-tabs {
	border: 2px solid #000;
	padding: 4px;
	border-radius: 50px;
	margin-bottom: 20px;
	cursor: pointer;
	overflow: hidden;
}
.cs-training-tabs ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	overflow: auto;
	border-radius: 50px;
}
.cs-training-tabs ul::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.cs-inperson-tab {
	padding: 8px 12px;
	border-radius: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	font-weight: 600;
	min-width: 200px;
}
.cs-inperson-tab span {
	display: block;
}
.cs-inperson-tab.active {
	background-color: #000;
	color: #fff;
}
.cs-sale-card .sale-card-reg-price i {
	text-decoration: none;
	font-style: normal;
	position: relative;
	cursor: pointer;
	line-height: 0;
}
.cs-sale-card .sale-card-reg-price img {
	max-width: 15px;
	margin-left: 3px;
}
.cs-sale-card .sale-card-reg-price i b {
	position: absolute;
	bottom: calc(100% + 0px);
	width: max-content;
	max-width: 170px;
	left: 50%;
	font-size: 12px;
	text-transform: none;
	background-color: #000;
	padding: 3px 5px;
	border-radius: 4px;
	display: none;
	color: #fff;
	font-weight: 400;
	text-align: center;
	transform: translateX(-50%);
	line-height: 1.4;
}
.cs-sale-card .sale-card-reg-price i:hover b {
	display: block;
}
.sale-email-question {
	display: block;
}
.other-info-popup-new-dates .other-info-popup-content:not(.active) {
	display: none;
}
.other-info-popup-new-dates h1 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-right: 20px;
	line-height: 1.4;
}
.info-classes ul li {
	padding-left: 25px;
	position: relative;
	line-height: 1.4;
	letter-spacing: 0.01em;
}
.info-classes ul li::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../img/dronebulleticon.png);
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.info-classes p + p,
.info-classes p + ol,
.info-classes p + ul,
.info-classes ul ul li,
.info-classes ul li + li {
	margin-top: 10px;
}
.info-classes p + ul{
	margin-top: 20px;
}
.info-classes ul li li::before {
	filter: invert(0.2);
}
.other-info-popup-new-dates .av-dates-heading {
	margin-top: 30px;
	margin-bottom: 15px;
}
.popup-available-dates ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.popup-available-dates ul li {
	border: 1px solid #000;
	border-radius: 8px;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
}
.popup-available-dates ul li span {
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
	width: max-content;
	max-width: 100%;
	padding-left: 15px;
}
.popup-available-dates ul li span::before {
	content: "";
	background-image: url("../img/map-point.svg");
	width: 10px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.cs-droneu-trusted {
	float: left;
	width: 100%;
	padding: 50px 0;
	background-color: #f3f3f3;
}
.trusted-brands-heading h2 {
	font-size: 32px;
	font-weight: 900;
	text-transform: capitalize;
	text-align: center;
}
.trusted-brands-items {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(6, 1fr);
	margin: 40px 0 0;
}
.trusted-brands-item {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 10px;
	border: 1px solid #e9e9e9;
	border-radius: 7px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
	transition: 0.15s;
}
.trusted-brands-item:hover {
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}
.trusted-brands-item img {
	max-height: inherit;
	max-width: 100%;
}
.lock-description-cover {
	background-color: #000;
	color: #fff;
	background-image: url(https://marketing-staging.thedroneu.com/wp-content/uploads/2025/10/blackFriday-bg-1.png);
	padding: 10px 0 30px 0;
}
.lock-description-cover .lock-description-row {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 20px;
	align-items: center;
	border-bottom: 1px solid #4a4a4a;
	color: #ffffff;
	padding: 20px 0;
}
.lock-description-cover .lock-description-row:last-child {
	border-bottom: none;
}
.lock-description-cover figure {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.lock-description-cover figure img {
	max-width: 70px;
	max-height: 60px;
}
.lock-description-row p {
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.3px;
}
.tab-badge {
	background: linear-gradient(
		135deg,
		#ff6b6b,
		#ff9f43,
		#ffd93d,
		#ff9f43,
		#ff6b6b
	);
	background-size: 400% 400%;
	animation: sunset-wave 4s ease-in-out infinite;
	color: #210603;
	font-size: 12px;
	padding: 4px 8px;
	display: inline-flex;
	border-radius: 5px;
	margin-left: 10px;
	vertical-align: bottom;
	font-weight: 600;
	position: relative;
}
.courses-list-acc-title .tab-badge{
	color: #FFF;
	background-image: linear-gradient(
		135deg,
		#000000,
		#15317c,
		#001438,
		#15317c,
		#000000
	);
}
@keyframes sunset-wave {
	0%,
	100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}

.tab-badge::before,
.tab-badge::after {
	content: "✦";
	position: absolute;
	color: #ffdd57;
	font-size: 12px;
	animation: sparkle 2s ease-in-out infinite;
}
.tab-badge::after {
	bottom: -10px;
	right: -10px;
	animation-delay: 1s;
}
.tab-badge::before {
	top: -10px;
	left: -10px;
	animation-delay: 0s;
}
.courses-list-acc-title  .tab-badge::before,
.courses-list-acc-title  .tab-badge::after{
	color: #4753ff;
}
@keyframes sparkle {
	0%,
	100% {
		opacity: 0;
		transform: scale(0) rotate(0deg);
	}
	50% {
		opacity: 1;
		transform: scale(1.5) rotate(180deg);
	}
}

/* experience-block */
.experience-block {
	padding-top: 44px;
	padding-bottom: 68px;
	width: 100%;
	background-color: #000;
	color: #fff;
	background-image: url(https://marketing-staging.thedroneu.com/wp-content/uploads/2025/10/blackFriday-bg-1.png);
}
.experience-head .title-h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 700;
}
.experience-block .experience-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.experience-block .experience-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 20px;
	background-color: rgb(0 0 0 / 49%);
	border-radius: 20px;
	box-shadow: 6px 7px 8px 0 #000000c4, -20px -20px 38px 0 #ffffff0f inset;
	backdrop-filter: blur(1px);
	border: 1px solid #333;
}
.experience-block .experience-item .experience-img {
	margin-bottom: 20px;
	max-width: 75px;
	filter: invert(1) brightness(1.8) contrast(1.5);
}
.experience-info h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 6px;
}
.experience-info p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	max-width: 320px;
	margin: 0 auto;
}
.experience-btn {
	display: flex;
	justify-content: center;
	padding-top: 24px;
}
.cs-sale-card .tab-badge,
.in-person-card-data .tab-badge {
	position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-50%);
	margin-left: 0;
}
.cs-sale-card .tab-badge{
	background-image: linear-gradient(45deg, #8d1010, #ed2828, #8d1010);
	color: #FFF;
	left: 10px;
	font-size: 14px;
}
.header-main,
.header-top-bar,
.footer-main-ui,
.footer-bottom{
	display: none;
}
.footer-sm-inner{
	border: none;
	padding: 32px 0 !important;
}
.sale-du-logo{
	margin-bottom: 10px;
}
.couponcode {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1.5px dashed #084a61;
    border-radius: 9px;
    padding: 6px 10px;
    font-size: 22px;
    margin-top: 15px;
    background: #ffffff61;
	padding-right: 55px;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	/* display: none !important; */
	width: 100%;
    max-width: calc(100% - 40px);
    color: #000000;
    margin-left: 20px;

}

.couponcode p {
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    /* opacity: 0.8; */
}

.couponcode h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.65px;
    color: #ffbb2d;
    user-select: all;
    background-image: linear-gradient(137deg, #000000 25%, #000000 45%, #ff0000 70%, #000000 82%, #000000 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200%;
    animation: anim 2s 
linear infinite;
}

button.copy-code {
    position: absolute;
    right: 10px;
    height: 34px;
    width: 34px;
    border-radius: 6px;
    border: none;
    background: linear-gradient(45deg, #003d53, #2e809d, #003950);
    color: #fff;
    font-size: 16px;
    bottom: 0;
    margin: auto;
    top: 0;
    cursor: pointer;
}
.copy-code .cs-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 3px);
    transform: translateX(-50%) translateY(10px);
    width: max-content;
    max-width: 100px;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    isolation: isolate;
    transition: all 0.1s ease;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f3f3f32e;
    background-color: rgb(255 255 255);
    box-shadow: 3px 3px 8px 0 #000000e0, -4px -4px 13px 0 #ffffff1f inset;
    backdrop-filter: blur(3px);
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.copy-code .cs-tooltip::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    z-index: -1;
    bottom: -2px;
    left: calc(50% - 3px);
    transform: rotate(45deg);
	display: block;
}
.copy-code.copied .cs-tooltip {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.link-btn {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFF;
    background: linear-gradient(45deg, #003d53, #2e809d, #003950);
    border: none;
    outline: none;
    padding: 5px;
    gap: 5px;
    font-weight: 600;
    font-family: inherit;
    font-size: 12px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
	text-underline-offset: 3px;
	border-radius: 17px 15px 0 17px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
.link-btn svg{
	max-width: 14px;
	width: 14px;
	max-height: 14px;
	height: 14px;
	color: inherit;
}
.br-t-r-0{
	border-top-right-radius: 0 !important;
}
.link-btn svg *{
	color: inherit;
	fill: currentColor;
}
.link-btn.no-promo-link{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.promo-popup{
	display: none;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
}
.promo-popup.show{
	display: block;
}
.promo-popup-container{
	min-height: calc(100% - 50px);
	margin: 25px auto;
	max-width: 800px;
	width: calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.promo-popup-contents{
	background-color: #000;
	padding: 0;
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	isolation: isolate;
}
.close-promo-popup{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	background-color: transparent;
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	z-index: 9;
	cursor: pointer;
}
.promo-popup-contents iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media screen and (max-width: 1500px) {
	.decor-top-left {
		width: 280px;
		height: 280px;
	}

	.decor-center-left {
		width: 260px;
		height: 260px;
	}

	.decor-center-left img {
		left: -65%;
	}

	.decor-bottom-left {
		width: 280px;
		height: 280px;
	}

	.decor-top-right {
		width: 320px;
		height: 320px;
	}

	.decor-center-right {
		width: 320px;
		height: 320px;
	}

	.decor-bottom-right {
		width: 300px;
		height: 300px;
	}
}

@media screen and (max-width: 1365px) {
	.cs-top-sale-cards {
		gap: 20px;
	}

	.sale-card-title {
		font-size: 26px;
	}

	.sale-off-val {
		font-size: 32px;
		line-height: 1;
	}

	.sale-off-val p {
		font-size: 0.55em;
	}

	.sale-card-btn {
		font-size: 14px;
	}

	.cs-sale-card-top {
		padding: 0 15px 0;
	}
	.sale-card-btn-box {
		padding-right: 15px;
	}
	.couponcode{
		max-width: calc(100% - 30px);
		margin-left: 15px;
	}
	.sale-card-pricing {
		padding: 8px 5px 8px 15px;
	}

	.extra-offer-tag {
		font-size: 20px;
	}

	.cs-video-text-side h3,
	.cs-video-text-side h4 {
		font-size: 20px;
	}

	.cs-video-text-side p {
		font-size: 17px;
	}

	.in-person-cards-section h1,
	.sale-course-listing-section h1,
	.experience-head .title-h2,
	.reviews-section-heading h2 {
		font-size: 32px;
	}

	.sale-course-listing_tabs li {
		font-size: 16px;
	}

	.sale-course-listing {
		padding: 15px;
	}

	.in-person-cards-info h2 {
		font-size: 22px;
	}

	.in-person-card h3 {
		font-size: 18px;
	}

	.in-person-card h2 {
		font-size: 30px;
	}

	.in-person-card p {
		font-size: 24px;
	}

	.in-person-card .reg-price {
		font-size: 15px;
	}

	.sale-reviews-list .slick-arrow {
		left: -20px;
	}

	.sale-reviews-list .slick-arrow.slick-next {
		right: -20px;
	}

	.sale-reviews-list-item {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 35px;
	}

	.sale-reviews-content .cs-reviewer-img {
		width: 70px;
		height: 70px;
		min-width: 70px;
		margin-top: -35px;
	}
}

@media screen and (max-width: 1300px) {
	.experience-block .experience-item .experience-img {
		max-width: 65px;
	}
	.experience-info h4 {
		font-size: 22px;
	}
	.experience-info p {
		font-size: 15px;
	}
	.in-person-card-button {
		font-size: 12px;
	}
	.in-person-card .learn-more-text {
		font-size: 13px;
	}
	.couponcode h4{
		font-size: 18px;
	}
}

@media screen and (max-width: 1200px) {
	.in-person-cards {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
	}
}

@media screen and (max-width: 1100px) {
	.sale-logo-side h3 {
		font-size: 24px;
	}

	.sale-logo-side img {
		max-width: 320px;
	}

	.sale-logo-side .sale-du-logo img {
		max-width: 240px;
	}

	.cs-counter-side h4 {
		font-size: 22px;
	}

	.flip-clock-wrapper ul li a div div.inn {
		font-size: 36px;
	}

	.flip-clock-wrapper ul li {
		line-height: 45px;
	}

	.flip-clock-wrapper ul {
		height: 45px;
	}

	.flip-clock-divider {
		height: 45px;
	}

	.flip-clock-dot.bottom {
		bottom: 5px;
	}

	.flip-clock-dot.top {
		top: 14px;
	}

	.sale-card-title {
		font-size: 22px;
		line-height: 1.2;
	}

	.sale-off-val {
		font-size: 26px;
	}

	.sale-card-pricing {
		font-size: 16px;
	}

	.sale-card-btn {
		padding: 0 12px;
	}

	.sale-card-reg-price {
		font-size: 14px;
	}

	.extra-offer-tag {
		font-size: 18px;
	}

	.cs-video-text-side h3,
	.cs-video-text-side h4 {
		font-size: 18px;
	}

	.cs-video-text-side h4 {
		line-height: 1.4;
		margin-top: 10px;
	}

	.cs-video-text-side p {
		line-height: 1.5;
		font-size: 16px;
		margin-top: 10px;
	}

	.sale-course-inner-listing .courses-list-items {
		grid-template-columns: 1fr;
	}

	.in-person-content {
		display: block;
		padding-bottom: 20px;
	}

	.in-person-content .in-person-cards-info {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.in-person-cards-section h1 {
		text-align: center;
		flex: 0 0 100%;
		max-width: 100%;
		min-width: 100%;
	}

	.in-person-cards-section h1,
	.sale-course-listing-section h1,
	.experience-head .title-h2,
	.reviews-section-heading h2 {
		font-size: 28px;
	}

	.in-person-cards-info h2 {
		margin-bottom: 0;
		font-size: 18px;
	}

	.available-dates-btn {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 15px;
		margin-left: 20px;
	}

	.cs-droneu-reviews {
		padding: 40px 0;
	}

	.reviews-section-heading p {
		font-size: 20px;
	}

	.sale-reviews-list-item {
		padding-right: 0;
		padding-left: 0;
	}

	.reviewer-name {
		font-size: 16px;
	}
	.cs-droneu-trusted {
		padding: 40px 0;
	}
}

@media screen and (max-width: 991px) {
	.decor-top-left {
		width: 180px;
		height: 180px;
	}

	.decor-center-left {
		width: 200px;
		height: 200px;
	}

	.decor-bottom-left {
		width: 220px;
		height: 220px;
	}

	.decor-top-right {
		width: 220px;
		height: 220px;
	}

	.decor-center-right {
		width: 210px;
		height: 210px;
	}

	.decor-bottom-right {
		width: 180px;
		height: 180px;
	}
	.sale-card-btn-box {
		padding-right: 0px;
	}

	.sale-logo-side h3 {
		font-size: 20px;
	}

	.sale-logo-side img {
		max-width: 270px;
	}

	.sale-logo-side .sale-du-logo img {
		max-width: 200px;
	}

	.cs-counter-side h4 {
		font-size: 20px;
	}

	.flip-clock-wrapper ul li a div div.inn {
		font-size: 30px;
	}

	.flip-clock-wrapper ul li {
		line-height: 40px;
	}

	.flip-clock-wrapper ul {
		height: 40px;
	}

	.flip-clock-divider {
		height: 40px;
	}

	.flip-clock-dot.bottom {
		bottom: 4px;
		left: 1px;
	}

	.flip-clock-dot.top {
		top: 11px;
		left: 1px;
	}

	.flip-clock-divider .flip-clock-label {
		right: -54px;
	}

	.flip-clock-divider.minutes .flip-clock-label {
		right: -57px;
	}

	.flip-clock-divider.seconds .flip-clock-label {
		right: -57px;
	}

	.sale-card-title {
		font-size: 18px;
		line-height: 1.2;
	}

	.sale-off-val {
		font-size: 22px;
	}

	.cs-sale-card-bottom {
		display: block;
		text-align: center;
	}

	.sale-card-pricing {
		text-align: left;
	}

	.sale-card-btn-box .sale-card-btn {
		padding: 0 12px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin-top: 10px;
	}

	.sale-card-pricing {
		padding: 5px 5px 5px 15px;
	}

	.sale-off-val p {
		padding-bottom: 3px;
	}

	.extra-offer-tag {
		font-size: 14px;
	}

	.cs-sale-video-section {
		grid-template-columns: 1fr 290px;
		gap: 20px;
	}

	.sale-course-listing_tabs li {
		font-size: 14px;
	}

	.in-person-cards-section h1,
	.sale-course-listing-section h1,
	.experience-head .title-h2,
	.reviews-section-heading h2 {
		font-size: 24px;
	}

	.in-person-cards {
		gap: 15px;
	}

	.in-person-card-button {
		height: 35px;
		/* border-radius: 25px; */
		line-height: 35px;
		padding: 0 10px;
		font-size: 13px;
	}

	.in-person-card h3 {
		font-size: 16px;
	}

	.in-person-card h2 {
		font-size: 28px;
	}

	.in-person-card p {
		font-size: 22px;
	}

	.in-person-content {
		padding-bottom: 10px;
	}

	.reviews-section-heading h2 {
		font-size: 24px;
	}

	.reviews-section-heading p {
		font-size: 18px;
	}

	.sale-reviews-list:not(.slick-initialized) li:nth-child(n + 3) {
		display: none;
	}

	.sale-reviews-list:not(.slick-initialized) li {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.sale-reviews-list .slick-arrow {
		z-index: 1;
		left: 0;
	}

	.sale-reviews-list .slick-arrow.slick-next {
		right: 0;
	}

	.sale-reviews-list .slick-arrow {
		background-size: 60%;
		width: 30px;
		height: 30px;
		background-color: rgba(255, 255, 255, 0.6);
		background-position: center;
		border-radius: 50%;
	}

	.sale-reviews-list .slick-arrow:hover {
		background-color: rgba(255, 255, 255, 1);
	}

	.sale-reviews-content .cs-reviewer-img {
		width: 60px;
		height: 60px;
		min-width: 60px;
		margin-top: -30px;
	}

	.sale-reviews-list-item {
		padding-top: 30px;
	}
	.trusted-brands-items {
		gap: 14px;
	}
	.trusted-brands-heading h2 {
		font-size: 24px;
		line-height: 1.3;
	}
	.trusted-brands-items {
		margin-top: 30px;
	}

	.experience-block .experience-content {
		gap: 16px;
	}
	.experience-block .experience-item {
		padding: 30px 15px;
	}
	.sale-course-inner-listing .courses-list-items {
		padding-left: 18px;
	}
	.sale-course-inner-listing .courses-list-items p {
		padding-left: 16px;
	}
	.cs-top-sale-cards{
		column-gap: 10px;
	}
	.couponcode h4{
		font-size: 15px;
	}
	.sale-off-val{
		padding-left: 20px;
		font-size: 20px;
	}
	.couponcode{
		max-width: calc(100% - 22px);
        margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.sale-card-btn-box {
		padding-right: 15px;
	}
	.cs-sale-top {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}

	.sale-logo-side,
	.cs-counter-side {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.flip-clock-wrapper ul {
		width: 40px;
	}

	.flip-clock-dot.bottom,
	.flip-clock-dot.top {
		left: 3px;
	}

	.flip-clock-divider .flip-clock-label {
		right: -61px;
	}

	.flip-clock-divider.minutes .flip-clock-label {
		right: -67px;
	}

	.flip-clock-divider.seconds .flip-clock-label {
		right: -68px;
	}

	.cs-top-sale-cards {
		grid-template-columns: 1fr;
		gap: 30px;
		max-width: 340px;
		margin: 0 auto;
	}

	.cs-sale-card-bottom {
		display: flex;
		text-align: left;
	}

	.cs-sale-video-section {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
		margin-top: 30px;
	}

	.sale-course-listing_tabs {
		display: none;
	}

	.sale-course-inner-listing .courses-list-items {
		padding: 0;
		display: grid;
		max-height: 30px;
		overflow: hidden;
		transition: 0.5s ease;
	}

	.sale-course-inner-listing .courses-list-items + .courses-list-items {
		margin-top: 15px;
	}

	.sale-course-inner-listing .courses-list-items.active {
		max-height: 1000px;
		overflow: auto;
	}

	.sale-course-inner-listing .courses-list-items .courses-list-acc-title {
		display: flex;
		grid-column: 1 / -1;
		height: 30px;
		align-items: center;
		background-image: linear-gradient(
			-47deg,
			#ffd799 0%,
			#fff9ad 16%,
			#ffd799 31%,
			#e2954e 50%,
			#ffd799 80%,
			#fff9ad
		);
		padding: 0 10px;
		border-radius: 5px;
		position: relative;
		color: #000;
		font-size: 12px;
	}

	.sale-course-inner-listing
		.courses-list-items.active
		.courses-list-acc-title {
		border-radius: 10px 10px 0 0;
	}

	.courses-list-items .courses-list-acc-title::after {
		content: "";
		width: 0;
		padding: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 7px solid #000;
		position: absolute;
		right: 10px;
	}

	.sale-course-inner-listing
		.courses-list-items.active
		.courses-list-acc-title::after {
		border-bottom: 7px solid #000;
		border-top: 0;
	}

	.sale-reviews-list:not(.slick-initialized) li:nth-child(n + 2) {
		display: none;
	}

	.sale-reviews-list:not(.slick-initialized) li {
		width: 100%;
	}

	.in-person-cards {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.available-dates-btn {
		margin-left: 0;
	}

	.in-person-cards-info h2 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.annual-mem-popup h1.other-popup-title {
		font-size: 20px;
	}

	.in-person-dates-popup h1.other-popup-title {
		font-size: 20px;
	}

	.annual-popup-item-title {
		font-size: 18px;
	}

	.other-popup-tag-line {
		font-size: 14px;
		margin-top: 7px;
		line-height: 1.4;
	}

	.annual-popup-item-discount h2 {
		font-size: 50px;
		padding-left: 25px;
	}

	.annual-popup-item-discount .cs-popup-upto {
		font-size: 22px;
	}

	.cs-dis-price {
		font-size: 20px;
	}

	.cs-close-btn {
		top: 15px;
		right: 15px;
		width: 25px;
		height: 25px;
		font-size: 40px;
		line-height: 12px;
	}

	.in-person-dates-content {
		margin-top: 20px;
	}

	.cs-month-tabs li {
		font-size: 14px;
	}

	.cs-month-dates-list {
		gap: 10px;
	}

	.cs-month-dates-item {
		min-height: 35px;
		font-size: 14px;
	}
	.cs-inperson-tab {
		font-size: 12px;
		min-width: 180px;
	}
	.full-review-desc {
		font-size: 14px;
		line-height: 1.5;
	}
	.full-desc-name {
		font-size: 16px;
	}
	.other-info-popup-new-dates h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.other-info-popup-new-dates .av-dates-heading {
		margin-bottom: 10px;
	}
	.popup-available-dates ul {
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}
	.trusted-brands-items {
		grid-template-columns: repeat(3, 1fr);
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.experience-block .experience-content {
		gap: 16px;
	}
	.experience-block .experience-item {
		padding: 30px 15px;
	}
	.experience-block .experience-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}
	.experience-btn .btn {
		width: 100%;
	}
	.lock-description-row p {
		font-size: 14px;
	}
	.experience-head .title-h2 {
		font-size: 24px;
	}
	.couponcode h4{
		font-size: 16px;
	}
}

@media screen and (max-width: 575px) {
	.flip-clock-wrapper ul li a div div.inn {
		font-size: 18px;
	}

	.flip-clock-wrapper ul li {
		line-height: 30px;
	}

	.flip-clock-wrapper ul {
		height: 30px;
		width: 30px;
	}

	.flip-clock-divider {
		height: 30px;
	}

	.flip-clock-dot {
		width: 8px;
		height: 8px;
	}

	.flip-clock-dot.bottom {
		bottom: 1px;
		left: 1px;
	}

	.flip-clock-dot.top {
		top: 9px;
		left: 1px;
	}

	.flip-clock-divider .flip-clock-label {
		right: -54px;
	}

	.flip-clock-divider.minutes .flip-clock-label {
		right: -57px;
	}

	.flip-clock-divider.seconds .flip-clock-label {
		right: -57px;
	}

	.flip-clock-divider {
		width: 10px;
	}

	.sale-timer.flip-clock-wrapper {
		margin-left: auto;
		margin-right: auto;
	}

	.extra-offer-tag {
		line-height: 1.4;
	}

	.cs-video-text-side h3,
	.cs-video-text-side h4 {
		font-size: 15px;
	}

	.cs-video-text-side h4 {
		line-height: 1.5;
	}

	.cs-video-text-side p {
		font-size: 15px;
	}

	.sale-course-listing-section {
		margin-top: 30px;
	}

	.sale-course-listing-section h1 {
		line-height: 1.3;
	}

	.in-person-cards-section h1,
	.sale-course-listing-section h1,
	.experience-head .title-h2,
	.reviews-section-heading h2 {
		font-size: 22px;
	}

	.sale-course-inner-listing .courses-list-items {
		grid-template-columns: 1fr;
	}

	.annual-popup-item > *,
	.annual-mem-popup .other-popup-title {
		padding-left: 20px;
		padding-right: 20px;
	}

	.annual-mem-popup .other-info-popup-content {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.annual-popup-item-title {
		font-size: 16px;
	}

	.annual-popup-item-discount h2 {
		font-size: 38px;
		padding-left: 20px;
	}

	.annual-popup-item-discount .cs-popup-upto {
		font-size: 16px;
		bottom: 4px;
	}

	.annual-popup-item-price {
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 15px;
	}

	.cs-dis-price {
		font-size: 16px;
	}

	.cs-reg-price {
		font-size: 12px;
		padding-top: 5px;
	}

	.sale-card-btn.sale-card-btn-sm {
		font-size: 13px;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}

	.annual-popup-item-action {
		margin-top: 15px;
		padding-right: 0;
	}

	.other-info-popup-content {
		padding: 20px;
	}

	.cs-month-dates-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.cs-month-tabs {
		overflow: auto;
		overflow-y: hidden;
	}
	.cs-month-tabs::-webkit-scrollbar {
		width: 0;
		height: 0;
	}

	.cs-month-tabs li {
		padding: 0 5px 7px;
	}
	.sale-email-question {
		display: none;
	}
	.popup-available-dates ul {
		grid-template-columns: 1fr;
	}
	.trusted-brands-heading h2 {
		font-size: 20px;
	}
	.trusted-brands-items {
		margin-top: 20px;
	}
	.experience-block .experience-content {
		grid-template-columns: repeat(1, 1fr);
	}
	.experience-block .experience-item {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.faq-item-list .faq-head-block h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 425px) {
	.annual-popup-item > *,
	.annual-mem-popup .other-popup-title {
		padding-left: 12px;
	}
}

/* FAQ Starts */
.faq-block-ui {
	padding-top: 75px;
	padding-bottom: 40px;
	display: inline-block;
	width: 100%;
	background-color: #000;
	color: #fff;
	background-image: url(https://marketing-staging.thedroneu.com/wp-content/uploads/2025/10/blackFriday-bg-1.png);
}
.faq-block-ui .container-main {
	display: flex;
	align-items: flex-start;
	gap: 70px;
}
.faq-block-ui .faq-head {
	flex: 0 0 390px;
}
.faq-block-ui .faq-head .title-h2 {
	font-weight: 400;
	background-image: linear-gradient(
		137deg,
		#ffd899 25%,
		#e9a460 45%,
		#ffd899 70%,
		#fff9ae 82%,
		#ffd899 100%
	);
	-webkit-background-clip: text;
	color: transparent;
}
.faq-block-ui .faq-head .title-h2 strong {
	font-weight: 700;
	display: block;
	line-height: normal;
}
.faq-item,
.faq-item-list {
	padding: 18px 0 18px 0;
	border-bottom: 1px solid #dbdbdb;
}
.faq-item-list:first-child {
	padding-top: 0;
}
.faq-item-list:last-child {
	padding-top: 0;
	border-bottom: 0;
}
.faq-item h4,
.faq-item-list .faq-head-block {
	display: flex;
	align-items: center;
	gap: 24px;
	cursor: pointer;
	padding: 12px 0;
}
.faq-item h4,
.faq-item-list .faq-head-block h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
}

.faq-item-list .faq-head-block h4 {
	font-weight: 600;
}
.faq-item h4::before,
.faq-item-list .faq-head-block .cs-icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: var(--clr-pri);
}
.faq-item h4::before {
	font-family: "icomoon" !important;
	content: "\e90f";
}
.faq-body,
.faq-item-body {
	padding-left: 55px;
}
.faq-body,
.faq-item-body p,
.faq-item-body li {
	color: #888888;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
.faq-item-body ul,
.faq-item-body ol{
	padding-left: 20px;
}
.faq-item-body ol li{
	list-style: decimal;
}
.faq-item-body ul li{
	list-style: disc;
}
/* FAQ Ends */

@media screen and (max-width: 1500px) {
	/* .faq-block-ui {
      padding-top: 30px;
      padding-bottom: 60px;
    } */
	.faq-block-ui .container-main {
		gap: 60px;
	}
	.faq-block-ui .faq-head .title-h2 {
		font-size: 42px;
	}
	.faq-item-list .faq-head-block h4 {
		font-size: 22px;
	}
	.faq-item-body p {
		font-size: 18px;
		line-height: 28px;
	}
}
@media screen and (max-width: 1200px) {
	.faq-block-ui .faq-head {
		flex: 0 0 300px;
	}
	.faq-block-ui .faq-head .title-h2 {
		font-size: 36px;
	}
	.faq-item-list .faq-head-block h4,
	.faq-item .faq-question {
		font-size: 20px;
	}
	.faq-body,
	.faq-item-body p {
		font-size: 16px;
		line-height: 26px;
	}
	.faq-item-list {
		padding: 10px 0;
	}
	.faq-block-ui {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
	.faq-block-ui {
		padding-bottom: 20px;
	}
	.faq-block-ui .faq-head {
		flex: 0 0 240px;
	}
	.faq-block-ui .container-main {
		gap: 20px;
	}
	.faq-item-list .faq-head-block h4 {
		font-size: 17px;
	}
	.faq-item-body p {
		font-size: 16px;
		line-height: 26px;
	}
}
@media screen and (max-width: 767px) {
	.faq-block-ui {
		padding-top: 30px;
	}
	.faq-block-ui .container-main {
		flex-direction: column;
	}
	.faq-block-ui .faq-head {
		flex: inherit;
	}
	.faq-item-list .faq-head-block h4 {
		font-size: 18px;
	}
	.faq-item-body p {
		font-size: 16px;
		line-height: 22px;
	}
	.faq-item-body {
		padding-left: 40px;
	}
	.faq-item-list .faq-head-block {
		gap: 12px;
	}
}
@media screen and (max-width: 575px) {
	.faq-block-ui .container-main {
		gap: 10px;
	}
	.faq-block-ui .faq-head .title-h2 {
		line-height: 1.4;
		font-size: 26px;
		font-weight: 600;
	}
}
