/*!
Theme Name: JEWEL CHEMISTRY
Theme URI: https://iexperto.io/
Author: iexperto
Author URI: https://iexperto.io/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jewel-chemistry
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

JEWEL CHEMISTRY is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* fieldset {
  padding: 0.35em 0.75em 0.625em;
} */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
.font-inter {
  font-family: "Inter", sans-serif;
}
.font-inter-tight {
  font-family: "Inter Tight", sans-serif;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #121f3e;
  font-size: 18px;
  line-height: 1.778;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #121f3e;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  position: relative;
  font-style: italic;
  background: #ebeefd;
  border-left: 5px solid #2c3dd0;
  padding: 20px 30px;
  margin: 30px auto;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/* .main-navigation {
	display: block;
	width: 100%;
} */

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* CSS Start From Here */
.container {
  width: 100%;
  max-width: 1240px;
  padding: 0px 20px;
  margin: auto;
}
.text-gradient {
  background: -webkit-linear-gradient(#f08b66, #ffa85b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html {
  scroll-behavior: smooth;
}
#scroll-to-top.show {
  display: flex;
  background: #2c3dd0;
  border-color: #2c3dd0 !important;
  transition: all 0.3s ease-in-out;
}
#scroll-to-top.show:hover {
  background: #f08b66;
  border-color: #f08b66 !important;
}
.btn-blue,
.btn-blue-in > a {
  align-items: center;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  height: 60px;
  --tw-border-opacity: 1;
  background-color: #2c3dd0;
  border-color: #2c3dd0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 15px 25px;
  text-align: center;
  --tw-text-opacity: 1;
  color: #fff !important;
  text-decoration-line: none;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-blue-in > a {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
}
.btn-blue:hover,
.btn-blue-in a:hover {
  color: #2c3dd0 !important;
  background: transparent;
}
.btn-left-icon a {
  position: relative;
  padding-left: 48px;
}
.btn-left-icon a::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 20px;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-left-icon.login a::before {
  background: url(/wp-content/uploads/2025/03/icon-login.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-left-icon.login a:hover::before {
  background: url(/wp-content/uploads/2025/03/icon-login-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-right-icon a {
	position: relative;
	padding-right: 48px;
}
.btn-right-icon a::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 12px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-right-icon a::before {
	background: url(/wp-content/uploads/2025/04/arrow-right.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.btn-right-icon a:hover::before {
	background: url(/wp-content/uploads/2025/04/arrow-right-blue.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* ==== ==== ==== Owl Carousel Button Style ==== ==== ==== */
.owl-nav button {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background: #fff !important;
    border: 1.4px solid rgba(0,0,0,.05) !important;
    border-radius: 69px;
    transition: all .3s ease-in-out;
}
.owl-nav button:hover {
    background: #2C3DD0 !important;
    border-color: #2C3DD0 !important;
}
.owl-nav button svg {
    width: 23px;
    transition: all .3s ease-in-out;
}
.owl-nav button:hover svg {
    filter: invert(1);
}
/* ==== === === Owl Carousel Button Style End === === ==== */

/* ==== ==== ==== Testimonials Style ==== ==== ==== */
.testimonials-slider-wrapper .owl-item {
	opacity: .25;
}
.testimonials-slider-wrapper .owl-item.active {
	opacity: 1;
}
/* ==== === === Testimonials Style End === === ==== */

/* ==== ==== ==== Slider V1 Style ==== ==== ==== */
.slider-v1-section .container-max {
    padding-left: 20px;
    margin-left: max(0px, (100% - 1220px)/2);
}
.jc-slider-v1-wrapper .owl-stage {
    padding-left: 0px !important;
}
/* ==== === === Slider V1 Style End === === ==== */

/* ==== ==== ==== Slider V2 Style ==== ==== ==== */
.slider-v2-section .container-max {
  padding-left: 20px;
  margin-left: max(0px, (100% - 1220px)/2);
}
.jc-slider-v2-wrapper .owl-stage {
  padding-left: 0px !important;
}
.jc-slider-v2-main .owl-item {
  opacity: .6;
}
.jc-slider-v2-main .owl-item.active {
  opacity: 1;
}
/* ==== === === Slider V2 Style End === === ==== */

/* ==== ==== ==== Single Course Style ==== ==== ==== */
.single-course-thumb img {
  border-radius: 20px;
}
/* ==== === === Single Course Style End === === ==== */

/* ==== === === Single Lessons and Topic Style Start === === ==== */
body.admin-bar.single-sfwd-lessons .learndash-wrapper .ld-focus-header,
body.admin-bar.single-sfwd-topic .learndash-wrapper .ld-focus-header {
    top: 128px;
}
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-header,
.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-header {
    top: 96px;
}
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    margin-top: 96px;
}
body.admin-bar.single-sfwd-lessons .learndash-wrapper .ld-focus-sidebar,
body.admin-bar.single-sfwd-topic .learndash-wrapper .ld-focus-sidebar {
    top: 116px;
}
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar,
.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar {
    top: 84px;
}
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo,
.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.single-sfwd-lessons .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages,
.single-sfwd-topic .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages {
  color: #121F3E;
  line-height: 1.5;
}
.single-sfwd-lessons .learndash-wrapper .ld-alert-warning .ld-button .ld-icon.ld-icon-arrow-left,
.single-sfwd-topic .learndash-wrapper .ld-alert-warning .ld-button .ld-icon.ld-icon-arrow-left {
  transform: translateY(-6px) !important;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text.ld-user-welcome-text {
  padding-left: 5px;
  padding-right: 5px;
  width: calc(100% - 45px);
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar {
  width: 40px !important;
  height: 40px !important;
  margin-left: 0px !important;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar img {
  width: 100%;
  height: auto;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
  padding-left: 5px;
}
/* ==== === === Single Lessons Style End === === ==== */

/*========= banner css =========*/
/* banner css */
.entry-header {
  background-color: #f8f9fa;
  padding: 120px 0 30px;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.single-product .entry-header {
  padding: 40px 0 30px;
  background: #fff;
}
.entry-header .entry-title {
  color: #1a1a1a;
  font-size: 2.5em;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 1;
}
.entry-header.ie-cus-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.entry-header.ie-cus-banner .entry-title {
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.entry-header.ie-cus-banner .entry-title span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .entry-header {
    padding: 125px 20px 20px;
  }
  .entry-header .entry-title {
    font-size: 1.2em;
  }
}

/*========= banner css end =========*/

/*========= Widget css =========*/
#secondary .widget {
  margin-bottom: 2rem;
}
#secondary .widget-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #2c3dd0;
}
#secondary .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#secondary .widget ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}
#secondary .widget ul li a {
  color: #121f3e;
  text-decoration: none;
  transition: color 0.3s ease;
}
#secondary .widget ul li a:hover {
  color: #2c3dd0;
}
.widget-area {
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 10px;
}
.main-site::after {
  content: "";
  display: table;
  clear: both;
}
/*========= Widget css end =========*/

/*========= pagination css =========*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0;
  margin: 0;
}

.page-numbers li {
  display: flex;
  align-items: center;
}

.page-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  transition: all 0.2s;
}

.page-numbers .page-numbers:hover {
  background-color: #f3f4f6;
}

.page-numbers .page-numbers.current {
  background-color: #2563eb;
  color: white;
}

.page-numbers .prev,
.page-numbers .next {
  padding: 0.5rem;
}

.page-numbers svg {
  width: 1.25rem;
  height: 1.25rem;
}

.page-numbers .prev:hover,
.page-numbers .next:hover {
  background-color: #f3f4f6;
}
/*========= pagination css end =========*/

/*========= mini cart css =========*/
.mini-cart-sidebar {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.logged-in .mini-cart-sidebar {
  padding-top: 32px;
}
.mini-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#close-mini-cart {
  cursor: pointer;
}
.mini-cart-item-remove a svg {
  transition: all 0.3s ease;
}

.mini-cart-item-remove a:hover svg {
  color: #ef4444;
}

.mini-cart-empty svg {
  margin: 0 auto;
}

/* Cart icon and counter styles */
.cart-icon-wrapper {
  cursor: pointer;
}

.cart-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

/* Overlay styles */
.mini-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 998;
}

.mini-cart-overlay.active {
  opacity: 1;
  visibility: visible;
}
/*========= mini cart css end =========*/

/*========= container common css =========*/
.main-site {
  overflow: hidden;
}
.site-main {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
body:not(.logged-in) {
  position: relative;
}
.learndash-wrapper.ld-modal-open::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.ld-dashboard-student .ld-dashboard-menu-tab.ld-dashboard-show-more-wrapper {
  display: none;
}
.ld-dashboard-student ul.ld-dashboard-panel-menu li {
  display: list-item;
}

/* ==== ==== ==== Learndash Courses Single Page Style ==== ==== ==== */
.single.single-sfwd-courses .main-site {
  overflow: inherit;
}
.single.single-sfwd-courses .main-site article {
  overflow: hidden;
}
.author-profile .thumb img {
  border-radius: 34px;
}
/* ==== === === Learndash Courses Single Page Style End === === ==== */
.ld-dashboard-profile-summary-container .ld-dashboard-header-button {
  display: none;
}
.woocommerce-account .entry-content {
  padding: 50px 30px;
  background: #f5f7f9;
  border-radius: 21px;
  border: 1px solid #dcdfe5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-bottom: 2px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  color: #2c3dd0;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 0px;
  border-radius: 15px;
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #2c3dd0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 0px;
  font-size: 15px;
  font-weight: 600;
  display: block;
  transition: all .3s ease-in-out;
  border-radius: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #2c3dd0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #dcdfe5;
  padding: 20px;
  border-radius: 15px;
  float: none;
  width: 100%;
}
.woocommerce-account .addresses .title .edit {
  color: #121F3E;
  transition: all .3s ease-in-out;
}
.woocommerce-account .addresses .title .edit:hover {
  color: #F08B66;
}

.woocommerce.columns-4 {
  columns: inherit;
}
.woocommerce ul.products {
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.woocommerce ul.products li.product {
  float: inherit;
  margin: 0px;
  width: 100% !important;
}
.woocommerce ul.products::before {
  display: none;
}
.woocommerce ul.products li.product .product-author {
  font-size: 14px;
  opacity: .44;
  margin-top: 12px;
  margin-bottom: 3px;
  display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 25px;
  margin-top: 13px;
}
.woocommerce-notices-wrapper .woocommerce-error li a {
  margin-top: 0px;height: 40px;
}
.woocommerce-notices-wrapper .woocommerce-error li:not(:last-child) {
    margin-bottom: 15px;
    padding: 0px 0px 10px;
}

select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  border: 0;
  background-image: none;
  flex: 1;
  cursor:pointer;
  position: relative;
  width: max-content;
  padding: 7px 40px 7px 10px;
  border-radius: 0.25em;
  border: 1px solid rgba(0, 0, 0, .08);
  /* box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2); */
}
select::-ms-expand {
  display: none;
}
.woocommerce-ordering {
  position: relative;
  display: flex;
}
.woocommerce-ordering::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  padding: 0 1em;
  cursor:pointer;
  pointer-events:none;
  transition:.25s all ease;
  background: url(/wp-content/uploads/2025/03/icon-arrow-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.single-sfwd-courses .ld-section-heading h2 {
  position: relative;
  font-size: 26px !important;
  font-weight: 600;
  font-family: "Inter Tight", sans-serif;
  padding-left: 70px !important;
}
.single-sfwd-courses .ld-section-heading h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0px;
  top: -2px;
  background: url(/wp-content/uploads/2025/04/courrse-content.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-sfwd-courses .ld-section-heading .ld-item-list-actions {
  display: none !important;
}
.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item {
  background: #fff;
  border: 0px;
  border-bottom: 1px solid rgba(18, 31, 62, 0.05);
  border-radius: 0px;
  margin: 1em 0;
}
.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-expand-button span.ld-text.ld-primary-color {
  display: none;
}
.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-expand-button .ld-icon-arrow-down:before {
  margin-left: 1px;
  filter: brightness(0.5);
}
.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-expand-button .ld-icon-arrow-down {
  background: transparent !important;
}
.ld-instructor picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
}
.instructor-image img {
  border-radius: 21px;
}
a.testimonial-video-popup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  background-image: linear-gradient(0deg, black -40%, transparent);
}
.woocommerce-page .entry-content {
  margin: 30px 0px 40px;
}
.ie-product-archive,
.page-id-118 .entry-content {
  padding-bottom: 80px;
  margin-top: -20px;
}
.instructor-image img {
  width: 256px !important;
  height: 256px;
  object-fit: cover;
}
.single-product .product {
  padding: 0px 0px 50px;
  margin-top: 70px;
}
.single-product .entry-header h1 {
  display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  max-height: 300px;
  width: auto !important;
  margin: auto;
  min-width: 200px;
  border-radius: 21px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  left: 0px;
  right: 0px;
  top: -150px;
  bottom: 0px;
  margin: auto;
}
.woocommerce span.onsale {
  display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  background: #fbfbfb;
  border-radius: 21px;
}
.woocommerce div.product .product_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 5px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce div.product form.cart .button,
.woocommerce button.button,
.woocommerce a.button {
  align-items: center;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  height: 50px;
  --tw-border-opacity: 1;
  background-color: #2c3dd0;
  border-color: #2c3dd0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 15px 25px;
  text-align: center;
  --tw-text-opacity: 1;
  color: #fff !important;
  text-decoration-line: none;
  margin-top: 10px;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover {
  background: transparent !important;
  color: #2c3dd0 !important;
}
.woocommerce table.my_account_orders .button {
  height: 40px;
  margin-top: 0px;
}
#woocommerce-checkout-form-coupon .form-row.form-row-last button.button {
    margin-top: 0px;
    height: 41px;
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  height: auto;
}
.page-id-66 header.entry-header {
  display: none;
}
.page-id-66 .entry-content {
  margin-top: 125px;
  margin-bottom: 70px;
}
.page-id-66 .entry-content .ld-dashboard-profile-summary:after {
  background: transparent;
}
.woocommerce .cart .button {
  height: 45px;
  margin-top: 0;
  border-radius: 5px;
}
.woocommerce-checkout .entry-content,
.single-sfwd-topic .entry-content {
  margin-top: 80px;
  margin-bottom: 80px;
}
.woocommerce-info {
  border-top-color: #2c3dd0;
}
.woocommerce-info a {
  color: #2c3dd0;
  transition: all .3s ease-in-out;
}
.woocommerce-info a:hover {
  color: #121f3e;
}
.woocommerce div.product form.cart {
  display: flex;
  align-items: center;
}
.woocommerce div.product form.cart div.quantity {
  margin-top: 10px;
  margin-right: 15px;
}
.woocommerce .quantity .qty {
  width: 4em;
  height: 50px;
  border-radius: 14px;
}
.learndash-wrapper .ld-status-icon .ld-icon:before {
  margin-left: 0px;
  margin-top: 2px;
}
.student-testimonial-slider .owl-stage {
  padding-left: 0px !important;
}
.woocommerce ul.products li.product:hover .button {
  background: #2c3dd0 !important;
}
.woocommerce ul.products li.product:hover .button svg path {
  fill: #fff;
  stroke: #fff;
}
.woocommerce ul.products li.product:hover .button svg path:last-child {
  stroke: #2c3dd0;
}
.woocommerce ul.products li.product .button {
  transition: all .3s ease-in-out;
}
nav.woocommerce-breadcrumb {
  display: none;
}
.product_meta span {
  display: block;
  font-weight: 600;
}
.product_meta span a {
  font-weight: 500;
}
.woocommerce-shop header.entry-header.woocommerce-products-header,
.woocommerce-account header.entry-header,
.woocommerce-cart header.entry-header,
.woocommerce-checkout header.entry-header,
.woocommerce-lost-password header.entry-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/03/inner_banner-1.png);
}
.woocommerce-shop header.entry-header.woocommerce-products-header h1,
.woocommerce-account header.entry-header h1,
.woocommerce-cart header.entry-header h1,
.woocommerce-checkout header.entry-header h1,
.woocommerce-lost-password header.entry-header h1 {
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #F08B66;
}
.woocommerce-message:focus-visible {
  outline: 0;
}
.woocommerce-message {
  border-top-color: #2C3DD0;
}
.woocommerce-message::before {
  color: #2C3DD0;
}
.acf-user-register-fields.acf-fields.-clear,
#ld-user-register h2 {
    display: none;
}
.woocommerce-lost-password .entry-content {
  text-align: center;
}
.woocommerce-lost-password .entry-content .woocommerce-form-row {
  float: inherit;
  margin-left: auto;
  margin-right: auto;
}
.ld-alert-messages {
  color: #fff;
}
.ld-login-modal .ld-alert-messages {
  color: #000;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 18px;
}
.ld-dashboard-profile-summary {
  padding: 30px 25px;
}
#billing_address_2_field label {
  display: contents;
}
.jc-list-item ul {
  padding-left: 20px;
  margin-bottom: 1.5em;
}
.jc-list-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.jc-list-item ul li {
  position: relative;
}
.jc-list-item ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -20px;
  top: 9px;
  background: #fff;
  border: 2px solid #2c3dd0;
  border-radius: 34px;
}
/* ==== ==== ==== Search Result CSS Start ==== ==== ==== */
.recent-search {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.recent-search .search-item {
  width: calc(50% - 40px);
  margin: 0 20px;
  margin-bottom: 40px;
}
.recent-search .search-item:first-child,
.recent-search .search-item:last-child,
.recent-search .search-item:nth-child(4),
.recent-search .search-item:nth-child(5),
.recent-search .search-item:nth-child(8),
.recent-search .search-item:nth-child(9) {
  width: calc(60% - 40px);
}
.recent-search .search-item:nth-child(2),
.recent-search .search-item:nth-child(3),
.recent-search .search-item:nth-child(6),
.recent-search .search-item:nth-child(7),
.recent-search .search-item:nth-child(10) {
  width: calc(40% - 40px);
}
/* .recent-search .search-item .image-wrapper {
  height: 300px;
  overflow: hidden;
} */
.recent-search .search-item .image-wrapper a {
  height: 100%;
  width: 100%;
  display: flex;
}
.custom-pagination {
  margin-top: 40px;
  text-align: center;
}
.custom-pagination .page-numbers {
  display: inline-block;
  padding: 10px 18px;
  margin: 5px 5px;
  border: 2px solid #2c3dd0;
  color: #2c3dd0;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.custom-pagination .page-numbers.current {
  background-color: #2c3dd0;
  color: #fff;
}
.custom-pagination .page-numbers:hover {
  background-color: #2c3dd0;
  color: #fff;
  border-color: #2c3dd0;
}
.custom-pagination .custom-prev,
.custom-pagination .custom-next {
  font-weight: bold;
  font-size: 16px;
}
/* ==== ==== ==== Search Result CSS End ==== ==== ==== */

/* ==== ==== ==== WPML CSS Start ==== ==== ==== */
.wpml-ls-legacy-dropdown.wpml-ls-legacy-dropdown {
  width: auto;
  max-width: max-content;
}
.wpml-ls-legacy-dropdown a {
  background: transparent;
  border: 1px solid #2c3dd0;
  border-radius: 5px;
  color: #2c3dd0;
  padding: 2px 7px 4px;
}
.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  background: transparent;
  text-decoration: none;
  color: #2c3dd0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  top: calc(50% - .26em);
}
/* ==== ==== ==== WPML CSS End ==== ==== ==== */
.page-id-66.ld-dashboard-add-edit-form .ld-dashboard-main-wrapper {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 1200px) {
  /* .site-main {
    max-width: 960px;
  } */
}

@media only screen and (max-width: 1023px) {
	.owl-nav button {
		width: 50px;
		height: 50px;
	}
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .recent-search .search-item:first-child,
  .recent-search .search-item:last-child,
  .recent-search .search-item:nth-child(4),
  .recent-search .search-item:nth-child(5),
  .recent-search .search-item:nth-child(8),
  .recent-search .search-item:nth-child(9),
  .recent-search .search-item:nth-child(2),
  .recent-search .search-item:nth-child(3),
  .recent-search .search-item:nth-child(6),
  .recent-search .search-item:nth-child(7),
  .recent-search .search-item:nth-child(10) {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .page-id-66 .entry-content {
    margin-top: 100px;
  }
  body.admin-bar.single-sfwd-lessons .learndash-wrapper .ld-focus-sidebar,
  body.admin-bar.single-sfwd-topic .learndash-wrapper .ld-focus-sidebar {
    top: 128px;
  }
}
@media (max-width: 992px) {
  /* .site-main {
    max-width: 720px;
  } */
}

@media only screen and (max-width: 768px) {
	/* .site-main {
		max-width: 540px;
	} */
}
@media only screen and (min-width: 768px) {
	.jc-slider-v1-wrapper button {
		position: absolute;
		right: 0px;
		top: -85px;
	}
	.jc-slider-v1-wrapper button.owl-prev {
		right: 65px;
	}
  .jc-slider-v2-main .owl-nav button {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
  .jc-slider-v2-main .owl-nav button svg {
    width: 16px;
  }
  .jc-slider-v2-main .owl-nav button.owl-next {
    right: -15px;
    left: auto;
  }
	.testimonials-slider-wrapper button {
		position: absolute;
		top: -50px;
	}
	.testimonials-slider-wrapper button.owl-prev {
		left: 60px;
	}
	.testimonials-slider-wrapper button.owl-next {
		right: 60px;
	}
  .page-id-235 .section-6.explore-section {
    padding-bottom: 30px;
  }
  .student-testimonial-slider .owl-nav button {
    position: absolute;
    right: 0px;
    top: -77px;
    width: 37px;
    height: 37px;
  }
  .student-testimonial-slider .owl-nav button svg {
    width: 14px;
  }
  .student-testimonial-slider .owl-nav button.owl-prev {
    right: 47px;
  }
  .woocommerce-billing-fields__field-wrapper {
    column-count: 2;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .single-sfwd-lessons .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages,
  .single-sfwd-topic .learndash-wrapper .ld-alert-warning .ld-alert-content .ld-alert-messages {
    padding-left: 14px;
  }
}
@media only screen and (min-width: 1024px) {
	.jc-slider-v1-wrapper button {
		right: 0px;
		top: -95px;
	}
	.jc-slider-v1-wrapper button.owl-prev {
		right: 75px;
	}
	.testimonials-slider-wrapper button.owl-prev {
		left: 120px;
	}
	.testimonials-slider-wrapper button.owl-next {
		right: 120px;
	}
	.testimonials-slider-wrapper button {
		top: -60px;
	}
  .page-id-235 .section-6.explore-section {
    padding-bottom: 0px;
  }
  .student-testimonial-slider .owl-nav button {
    position: absolute;
    right: 0px;
    top: -81px;
    width: 60px;
    height: 60px;
  }
  .student-testimonial-slider .owl-nav button svg {
    width: 23px;
  }
  .student-testimonial-slider .owl-nav button.owl-prev {
    right: 75px;
  }
  body.admin-bar.single-sfwd-lessons .learndash-wrapper .ld-focus-header,
  body.admin-bar.single-sfwd-topic .learndash-wrapper .ld-focus-header {
    top: var(--header-height);
  }
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-header,
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-header {
    top: var(--header-height);
  }
  body.admin-bar.single-sfwd-lessons .learndash-wrapper .ld-focus-sidebar,
  body.admin-bar.single-sfwd-topic .learndash-wrapper .ld-focus-sidebar {
    top: var(--header-height);
  }
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar,
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar {
    top: var(--header-height);
  }
}
@media only screen and (max-width: 782px) {
  body.admin-bar.single-sfwd-lessons .learndash-wrapper .ld-focus-header,
  body.admin-bar.single-sfwd-topic .learndash-wrapper .ld-focus-header {
    top: 142px;
  }
  body.admin-bar.single-sfwd-lessons .learndash-wrapper .ld-focus-sidebar,
  body.admin-bar.single-sfwd-topic .learndash-wrapper .ld-focus-sidebar {
    top: 142px;
  }
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
	.slider-v1-section .container-max,
  .slider-v2-section .container-max {
		padding-right: 20px;
	}
	.jc-slider-v1-wrapper .owl-nav,
  .jc-slider-v2-wrapper .owl-nav {
		margin-top: 32px;
		display: flex;
		justify-content: center;
		gap: 11px;
	}
	.owl-nav button {
		width: 40px;
		height: 40px;
	}
	.owl-nav button svg {
		width: 15px;
	}
	.testimonials-slider-wrapper .owl-nav {
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 11px;
	}
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .student-testimonial-slider .owl-nav {
    margin-top: 30px;
    text-align: center;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .ie-product-archive,
  .page-id-118 .entry-content {
    padding-bottom: 50px;
  }
  .recent-search .search-item:first-child,
  .recent-search .search-item:last-child,
  .recent-search .search-item:nth-child(4),
  .recent-search .search-item:nth-child(5),
  .recent-search .search-item:nth-child(8),
  .recent-search .search-item:nth-child(9),
  .recent-search .search-item:nth-child(2),
  .recent-search .search-item:nth-child(3),
  .recent-search .search-item:nth-child(6),
  .recent-search .search-item:nth-child(7),
  .recent-search .search-item:nth-child(10) {
    width: calc(100% - 40px);
    margin: 0 20px;
    margin-bottom: 30px;
  }
  .single-product .product {
    padding: 0px 0px 30px;
    margin-top: 40px;
  }
  .page-id-66 .entry-content {
    margin-top: 95px;
    margin-bottom: 50px;
  }
  .woocommerce-checkout .entry-content,
  .single-sfwd-topic .entry-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .woocommerce div.product .product_title {
    font-size: 21px;
  }
  .woocommerce-account .entry-content {
    padding: 30px 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 30px;
  }
  .mobile-btn-group ul.sub-menu {
    margin: 15px 0px 0px;
  }
  .mobile-btn-group ul.sub-menu li a {
    align-items: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    height: 40px;
    --tw-border-opacity: 1;
    background-color: #2c3dd0;
    border-color: #2c3dd0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 15px 25px;
    text-align: center;
    --tw-text-opacity: 1;
    color: #fff !important;
    text-decoration-line: none;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mobile-btn-group ul.sub-menu li a:hover {
    color: #2c3dd0 !important;
    background: transparent;
  }
  body.admin-bar.single-sfwd-lessons .learndash-wrapper .ld-focus-sidebar,
  body.admin-bar.single-sfwd-topic .learndash-wrapper .ld-focus-sidebar {
    top: 134px;
  }
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar,
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar {
    top: 88px;
  }
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
      margin-top: 30px;
  }
  body.admin-bar.single-sfwd-lessons .learndash-wrapper .ld-focus-header,
  body.admin-bar.single-sfwd-topic .learndash-wrapper .ld-focus-header {
    top: 88px;
  }
}
@media only screen and (max-width: 640px) {
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    margin-top: 100px !important;
  }
  .single-sfwd-lessons .ld-focus-header .ld-content-action a,
  .single-sfwd-topic .ld-focus-header .ld-content-action a {
    padding: 0px !important;
  }
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar,
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar {
    width: 94%;
    max-width: 350px;
  }
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
    width: 100%;
    max-width: 350px;
  }
  .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button {
    padding: 0px;
  }
}
@media only screen and (max-width: 579px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce ul.products li.product {
    max-width: 300px;
    margin: auto !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 499px) {
  .instructor-image img {
    margin-left: auto;
    margin-right: auto;
  }
  .jc-slider-v1-item .content-wrapper {
    text-align: center;
  }
}
/*========= container common css end =========*/


.wbcom-ld-dashboard .select2-container {
  z-index: 99;
}
.otgs-development-site-front-end {
  display: none;
}