.slider-css .hero_tags img {
    width: 25px!important; 
}
.slider-css .hero_tags img {
   margin-right: 10px!important; 
}

.tabs-bullet ul{
  list-style: disc;
  padding-left: 20px; 
}
.blog-single img{
    width:100%;
    height:500px;
	object-fit:cover;
}
.blog-content p{
    color:#505050!important;
}

.logged-in-as{
    color:#505050;
}

.pagination-wrap {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrap .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-wrap .page-numbers:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pagination-wrap .page-numbers.current {
    background-color: #0c4f8f;
    color: #fff;
    border-color: #0c4f8f;
}

.pagination-wrap .page-numbers.dots {
    pointer-events: none;
    background: transparent;
    border: none;
    color: #888;
}
.comment-field{
    color:#505050;
}


.sap-li li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 25px;
    
}
.sap-li li::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: #21a7d0;
    font-size: 20px;
}
.service-featured img{
    width:100%;
	height: 350px;
    object-fit: cover;
}


/* Container for pagination */
.pagination-wrapper {
    text-align: center;
}

/* Unordered list wrapper for pagination items (added by WordPress) */
.page-numbers {
    display: inline-block;
    margin: 0 3px;
    padding: 8px 14px;
    color: #333;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover effect */
.page-numbers:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* Current page styling */
.page-numbers.current {
    background-color: #0c4f8f;
    color: #fff;
    border-color: #0c4f8f;
    font-weight: bold;
}

/* Previous and next links */
.page-numbers.prev,
.page-numbers.next {
    font-weight: bold;
}

/* Optional: hide pagination if only one page */
.pagination-wrapper:empty {
    display: none;
}






/* Style the select wrapper */
select.wpcf7-form-control {
  appearance: none;         
  -webkit-appearance: none;   
  -moz-appearance: none;      
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;  
  background-size: 16px;
  padding-right: 40px; 
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
}

/* Optional: style focus state */
select.wpcf7-form-control:focus {
  border-color: #0073e6;
  outline: none;
}
.service-grid img{
	width:100%;
	height:300px;
	object-fit:cover;
}
.blog-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
  line-height: 1.4em;
  max-height: 2.8em;     
}
.blog-single-content li::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: #21a7d0;
    font-size: 20px;
}
.blog-single-content li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    line-height: 25px;  
}


.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register:hover a{
	color:unset;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register a:hover{
	color: var(--orange-color);
}


.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register .learndash-wrapper{
    display: inline-block;
    width: auto;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register .learndash-wrapper a{
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    padding: unset;
	background:unset;
	background-color: unset !important;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register .learndash-wrapper a.ld-logout{
    background: unset;
	background-color: unset !important;
    width: unset;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    padding: unset;
    display: inline-block;
}

.full-width-header .rs-header .topbar-area.home9-topbar .topbar-right li.login-register .learndash-wrapper a .ld-icon{
    display: none;
}

.woocommerce-account .woocommerce{
    display: flex;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation{
       width: 20%;
        min-width: 220px;
        margin-inline-end: 30px;
        border: 1px solid var(--account-nav-divider-color, rgba(0, 0, 0, 0.05));
    border-radius: var(--account-nav-divider-color, rgba(0, 0, 0, 0.05));
    overflow: hidden;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a{
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 20px;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    color: var(--account-nav-text-initial-color, var(--theme-palette-color-3));
    border-bottom: 1px solid var(--account-nav-divider-color, rgba(0, 0, 0, 0.05));
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #fff;
    background: var(--base-color) !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
}


.single-sfwd-courses .course-features-info ul li .value {
    float: right;
    padding-right: 5px;
}

.single-sfwd-courses .rs-inner-blog .widget-area .recent-posts ul li:first-child{
	border:none;
	margin-top: 0;
    padding-top: 0;
}

.single-sfwd-courses .rs-inner-blog .widget-area .recent-posts ul li i{
	color:red;
	margin-right: 5px;
}


.singlecoursepage h1, .single-sfwd-lessons h1{
	font-size: 34px;
}

.singlecoursepage h2{
	font-size: 32px;
}


.sfwd-courses .caption h3{
	text-align:center;
}
/* ====== GENERAL PAGE STYLES ====== */




/* ====== BREADCRUMB ====== */
.woocommerce-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}
.woocommerce-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

/* ====== PRODUCT SECTION ====== */
.product {
    /*display: grid;*/
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* ====== PRODUCT GALLERY ====== */
.woocommerce-product-gallery {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.woocommerce-product-gallery__image img:hover {
    transform: scale(1.05);
}

/* ====== PRODUCT INFO ====== */
.product_title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.price {
    font-size: 1.5rem;
    color: #e63946;
    margin-bottom: 20px;
}

/* ====== ADD TO CART FORM ====== */
form.cart {
    margin: 20px 0;
}

.single_add_to_cart_button {
    background: #0073aa;
    color: #fff;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.single_add_to_cart_button:hover {
    background: #005f87;
}

/* ====== PRODUCT META ====== */
.product_meta {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}

/* ====== REVIEWS SECTION ====== */
.woocommerce-tabs {
    margin-top: 40px;
}

.woocommerce-Reviews-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.woocommerce-noreviews {
    font-size: 14px;
    color: #666;
}

#review_form_wrapper {
    margin-top: 20px;
}

.comment-form input,
.comment-form textarea,
.comment-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.comment-form input[type="submit"] {
    width: auto;
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.comment-form input[type="submit"]:hover {
    background: #005f87;
}

.comment-form input, .comment-form textarea, .comment-form checkbox{
	width: auto;
}

.wc-block-cart__submit-container {
    background: var(--green-color);
    color: #ffffff !important;
    font-size: 15px;
    width: 240px;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 0px;
}
.wc-block-cart__submit-container a{
	color: #ffffff !important;
}

.wc-block-cart__submit-container a:hover {
    color: var(--black-color) !important;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button{
	background: var(--green-color);
    color: #ffffff !important;
    font-size: 15px;
    width: 240px;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 0px;
	border: unset;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover{
	color: var(--black-color) !important;
}



.single-sfwd-lessons .learndash-wrapper ul, .single-sfwd-topic .learndash-wrapper  ul {
  list-style: none;
  padding-left: 30px !important;
}

.single-sfwd-lessons .learndash-wrapper ul li, .single-sfwd-topic .learndash-wrapper ul li {
  position: relative;
  padding-left: 22px; /* space for the icon */
  margin-bottom: 5px;
}

.single-sfwd-lessons .learndash-wrapper ul li::before, .single-sfwd-topic ul li::before{
  content: "\f00c"; /* Font Awesome check icon */
  font: normal normal normal 14px/1 FontAwesome; /* or "Font Awesome 5 Free" */
  font-weight: 900; /* Needed for solid icons */
  position: absolute;
  left: 0;
  top: 5px;
  color: #2ecc71;
}

.single-sfwd-lessons .wp-block-woocommerce-accordion-group button.accordion-item__toggle{
	font-size: 18px;
}

.single-sfwd-lessons .wp-block-woocommerce-accordion-item{
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc
}
.single-sfwd-lessons .wp-block-woocommerce-accordion-item [data-icon]:before{
	content: unset;
}

.single-sfwd-lessons h1, .single-sfwd-topic h1{
	font-size:32px;
	margin-bottom:10px;
}
.single-sfwd-lessons h2, .single-sfwd-topic h2{
	font-size:28px;
	margin-bottom:10px;
}

.single-sfwd-lessons h3, .single-sfwd-topic h3{
	font-size:24px;
	margin-bottom:10px;
}

.single-sfwd-lessons h4, .single-sfwd-topic h4{
	font-size:22px;
	margin-bottom:10px;
}

.single-sfwd-lessons h5, .single-sfwd-topic h5{
	font-size:20px;
	margin-bottom:10px;
}

.single-sfwd-lessons h5{
	font-size:18px;
	margin-bottom:10px;
}

.learndash-wrapper .ld-tabs {
    margin: 2em 0 !important;
}


.singlecoursepage .ld-accordion__header h2.ld-accordion__heading {
    font-size: 22px;
    background: #13498b;
    width: 100%;
    padding: 10px;
    color: #fff;
}
.ld-layout__sidebar .ld-enrollment h2.ld-enrollment__pricing-label {
    font-size: 18.75px;
    font-weight: 700;
    margin-bottom: 10px;
}

.lovefaqs .wp-block-woocommerce-accordion-item{
	margin-bottom: 20px;
}
.lovefaqs h3.accordion-item__heading {
        font-size: 18px;
    background: #0a6db5;
    padding: 10px 20px;
    color: #fff;
    
}

.lovefaqs .wp-block-woocommerce-accordion-item .wp-block-woocommerce-accordion-panel {
    font-size: 18px;
    background: #f0f3f6;
    padding: 0px 20px;
    /* margin-top: 10px; */
}


.lovefaqs .wp-block-woocommerce-accordion-item .accordion-content__wrapper p{
	padding-top: 20px;
}


li.btn-part .cart-icon {
    position: relative;
    display: inline-block;
}

li.btn-part .cart-icon .cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: red;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 6px;
    border-radius: 50%;
}

.learndash-course-grid .items-wrapper .grid-1 .ribbon {
    text-shadow: 0 1px rgb( 0 0 0 / 30% );
    position: absolute;
    z-index: 2;
    top: 20px;
    right: -8px;
    left: auto;
    padding: 8px 12px;
    border-radius: 0;
    color: #fff;
    background: #fd6703;
    font-weight: bold;
    font-size: 1rem;
}

.learndash-course-grid .items-wrapper .grid-1 .ribbon:before{
	border: 4px solid transparent;
    border-top: 4px solid #348c34;
    border-left: 4px solid #348c34;
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
}
.learndash-course-grid .items-wrapper .grid-1 .ribbon.enrolled {
    background: #428bca;
}
.learndash-course-grid .items-wrapper .grid-1 .ribbon.enrolled:before {
    border-top: 4px solid #428bca;
    border-left: 4px solid #428bca;
}

#ld-group__course-grid--group-1398 .grid > .item .content .entry-content * {
    font-size: 15px;
}


#single-product-sidebar #product-sidebar div:nth-child(2) {
    max-height: 1000px;
    overflow-y: auto; /* scroll vertically */
}

#single-product-sidebar #product-sidebar h2.bgcolor {
    font-size: 20px;
    background-color: #008b60;
    padding: 5px;
    color: #fff;
}

#single-product-sidebar #product-sidebar h3{
	font-size:18px;
}

.woocommerce div.product .product_title {
    font-size: 22px;
}

.woocommerce div.product form.cart .button {
    float: right;
}

#single-product-sidebar #product-sidebar .ld-course-list-items.row{
	margin:0;
}

.wc-block-cart-items__row .wc-block-components-product-metadata__description,
.wc-block-components-order-summary .wc-block-components-product-metadata__description{
	display:none;
}


.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
    font-size: 26px;
}


.wpProQuiz_button.wpProQuiz_QuestionButton, .wpProQuiz_button{
    padding: 7px 50px;
    font-size: 20px;
    font-weight: normal;
}


.page-id-431 .ld-course-list-content .groups .ld_course_grid_button a{
	background: #008a5d;
	font-weight: bold;
}

.purchasebtn a:hover{
	color:#000;
}


/* ====== MOBILE RESPONSIVE ====== */
@media (max-width: 768px) {
    .product {
        grid-template-columns: 1fr;
    }
    .woocommerce-product-gallery__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
