/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


body.postid-1661{
    font-family: "Montserrat", Sans-serif;
}
.postid-1661 .page-header {
    display: none;
}
.learndash_post_sfwd-courses ,.learndash_post_sfwd-lessons ,.learndash_post_sfwd-topic {
    margin-top: 160px;
}

.course-main-content {
    display: flex;
    margin: 0 auto;
    padding: 0px;
    gap: 50px 100px;
    flex-wrap: wrap;
}
.ld-course-status.ld-course-status-not-enrolled {
    display: none !important;
}
.course-main-content .content {
    flex: 2;
}
.ld-tabs.ld-tab-count-1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}
.take-this-course {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.take-this-course p.takethis{
    font-size: 25px;
    font-weight: 500;
}
.take-this-course p {
    width: 100%;
    margin: 0;
}
.take-this-course p.course-price {
    width: 100%;
    color: #000000;
    font-weight: 500;
}
.course-price-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.take-this-course {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #ffdbac;
    padding: 10px;
    border-radius: 20px;
    align-items: center;
    gap: 10px;
}
.course-price-info button.buy-now , .course-price-info button.buy-now-login {
    background: rgba(247, 153, 29, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    margin: 0px;
}
.learndash-wrapper.learndash-wrap.learndash-shortcode-wrap.learndash-shortcode-wrap-ld_infobar-1661_1661_2 {
    width: 100%;
}
.course-main-content .sidebar {
  flex: 1;
  background-color: rgba(243, 232, 227, 1);
  border-radius: 10px;
  padding: 12px;
}

.course-main-content .code-snippet {
    background: rgb(243 232 227 / 0%);
    padding: 16px 0px;
    border-radius: 8px;
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.course-main-content .code-snippet h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%; 
}

.course-main-content .code-snippet ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.course-main-content .code-snippet li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
}
.course-main-content .code-snippet .main-header {
    width: 100%;
}
.course-main-content .code-snippet li b {
    color: rgba(93, 93, 93, 1);
    font-weight: 400;
}
.course-main-content .code-snippet li span.green{
    color: rgba(9, 154, 50, 1);
}
.course-main-content .code-snippet li span.purple{
    color: rgba(159, 0, 162, 1);
}
.course-main-content .code-snippet li span.golden{
    color: rgba(167, 98, 0, 1);
}
.course-main-content .code-snippet img {
    width: 100%;
    border-radius: 8px;
}

.course-main-content .main-info h1 {
    color: rgba(0, 6, 89, 1);
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    margin-bottom: 30px;
}

.course-main-content .subtitle {
    margin: 0;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 24px;
}

.course-main-content .instructor {
    margin-bottom: 24px;
}
body.single-sfwd-courses , body.single-sfwd-lessons , body.single-sfwd-topic {
    background: rgba(243, 238, 236, 1);
}
body.single-sfwd-topic .page-header ,body.single-sfwd-lessons .page-header {
    display: none;
}
.course-main-content .modules{
  margin-bottom: 53px;
  display: flex;
  align-items: center;
  gap: 70px;
}

.course-main-content .instructor, .course-main-content .modules {
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.course-main-content .modules a {
  color: rgba(247, 153, 29, 1);
  text-decoration: underline;
}

.course-main-content .tabs {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}

.course-main-content .tabs span {
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
}

.course-main-content .tabs .active {
  background-color: #ffedd5;
  font-weight: 600;
}

.course-main-content .workshop-content h2 {
  margin-top: 1rem;
}

.course-main-content .workshop-content ul {
  padding-left: 1.2rem;
  margin: 0.5rem 0 1.5rem;
}

.course-main-content .sidebar .chart-img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.course-main-content .program-details h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.course-main-content .program-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.course-main-content .program-details li {
    margin-bottom: 0px;
    font-size: 15px;
    padding: 37px 0px 19px 0px;
    border-bottom: 1px solid rgba(93, 93, 93, 0.4);
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    color: rgba(93, 93, 93, 1);
}

.course-main-content .cta-button {
    background: rgba(247, 153, 29, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
    margin-top: 1rem;
    font-size: 14px;
    margin-bottom: 20px;
}

.course-main-content .note {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.5rem;
}



.tab-slider-wrapper {
    display: flex;
    align-items: center;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    background: rgba(243, 232, 227, 1);
    justify-content: center;
    padding: 16px 10px;
    border-radius: 10px;
}

.tab-slider {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

.tab {
    min-width: 25%;
    padding: 8px;
    box-sizing: border-box !important;
    text-align: center;
    cursor: pointer;
    color: rgba(3, 3, 3, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}

.tab.active {
    color: rgba(247, 153, 29, 1);
    position: relative;
    text-decoration: underline;
}

.slider-arrow , .slider-arrow:hover , .slider-arrow:focus {
    background: #33333300;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer !important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content {
    display: none;
    margin: 47px auto 10px auto;
}
.tab-content.active {
  display: block;
}
.learndash-wrapper .ld-status-complete {
    background-color: #f7991d !important;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{
  background: #f7991d !important;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate {
    color: #000 !important;
}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
    background-color: var(--e-global-color-2c79173) !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 10px 20px 10px 20px !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item{
  background: rgba(243, 232, 227, 1) !important;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
    padding: 10px 60px !important;
    background-color: #d0b0a1 !important;
}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    background: #f7991d !important;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{
  color: #f7991d !important;
}
.learndash-wrapper .ld-table-list .ld-table-list-header {
    background-color: #d0b0a1 !important;
    padding: 15px 15px !important;
}
.ld-breadcrumbs-segments a , a.ld-primary-color.ld-course-step-back{
  color: #000 !important;
}
.ld-content-action a.ld-button {
  background-color: #f7991d !important;
}
div.ld-item-list-items {
    border: 1px solid rgba(247, 153, 29, 1) !important;
    background: rgba(243, 232, 227, 1) !important;
    padding: 22px 22px 65px 22px !important;
}

div.ld-item-list-items .ld-item-list-item {
    margin: 0px !important;
    border-bottom: 1px solid rgba(93, 93, 93, 1) !important;
    border-radius: 0px !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    padding: 25px 0px !important;
}
.ld-item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}
.program-details {
    position: relative;
}
img.pay-loader {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 8%;
    right: 35%;
    opacity: 0;
    transition: 0.3s;
    display: none;
}
img.pay-loader.active{
    opacity: 1 !important;
    z-index: 99 !important;
    display: block !important;
}




/* buy */
.checkout .container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}


.payment-section {
  flex: 2;
  margin-right: 40px;
}

.payment-option {
    background: rgba(243, 232, 227, 1);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid rgba(247, 153, 29, 1);
}

.payment-option input[type="radio"] {
  margin-right: 5px;
    accent-color: black;
}

.payment-option label {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout .actions {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 7px;
}
input#btn-join {
    background: rgba(247, 153, 29, 1);
    border: 0px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
}
button.btn.btn-cancel {
    border: 1px solid rgba(247, 153, 29, 1);
    border-radius: 10px;
    color: rgba(247, 153, 29, 1);
    font-size: 14px;
    font-weight: 400;
}
.payment-option p {
  margin: 0px;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.5);
}
.payment-option label p {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin: 0px;
}
.payment-icons {
  display: flex;
  gap: 10px;
}

.payment-icons img {
  height: 24px;
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.input-group input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  flex: 1;
  font-size: 14px;
}

.input-group input[name="card-number"] {
  flex: 100%;
}

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

.btn-group button {
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
span.detail-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.btn-back {
  background: transparent;
  border: 1px solid #ffba91;
  color: #ff8a4c;
  margin-right: 15px;
}

.btn-complete {
  background: #ff8a4c;
  color: white;
}

.order-summary {
  flex: 1;
  background: rgba(243, 232, 227, 1);
  border-radius: 8px;
  padding: 20px;
  border: 1px solid rgba(247, 153, 29, 1);
  max-width: 376px;
}

.order-summary .order-summary-header img {
    width: 137px;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 4px;
}

.summary-details {
  margin-top: 30px;
}

.order-summary-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.order-summary .order-summary-header h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: rgba(0, 6, 89, 1);
}

.summary-details p {
  font-size: 15px !important;
  margin: 0px;
  color: rgba(93, 93, 93, 1);
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

.summary-line {
  border-top: 1px solid rgba(93, 93, 93, 1);
  margin: 15px 0;
}

.summary-totals {
  font-size: 16px;
  font-weight: 600 !important;
  color: #000;
}

.summary-totals .row {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.summary-totals .row span:last-child {
  font-weight: 600;
}

.highlight {
    background-color: rgba(247, 153, 29, 1);
    color: white;
    border-radius: 12px;
    font-size: 14px;
    padding: 2px 8px;
    font-weight: 400 !important;
}
form.learndash-payment-gateway-form-stripe_connect {
  display: block;
}
.learndash-payment-gateway-form-stripe_connect,.paypalbtn{
  display: none;
}

.radio-wrapper.stripe-wrapper.active {
  background: #ffe8d9 !important;
}

.radio-wrapper.paypal-wrapper.active {
  background: #ffe8d9 !important;
}
.checkout h1 {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
}
.single-sfwd-courses section.consultant-section {
    display: block !important;
    margin-top: 2rem !important;
}

.custom-user-avatar img {
    width: 40px;
    height: 40px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: 2px solid #ccc !important;
}
.elementor-element-7195460 a {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000659;
    fill: #000659;
}

@media (max-width: 600px) {
  .course-main-content .content {
      width: 100%;
  }
  .tab {
    min-width: 33%;
  }
}