/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

.course-author{
		display:none;
}
.thim-course-grid.thim-course-grid-instructor .course-item {
		border-radius: 25px;
}
.thim-course-grid.thim-course-grid-instructor .course-item .thim-course-content {
    padding: 10px;
}
.number-courses {
  display: none;
}
.thim-course-content-layout_style_2 .course-item .thim-course-content {
    border-radius: 0px 0px 25px 25px;
}
.thim-course-content-layout_style_2 .course-item .course-thumbnail {
border-radius: 25px 25px 0px 0px;
}
.thim-course-grid.thim-course-grid-instructor .course-item .course-thumbnail .course-price {
    padding: 5px 15px;
	top:0px;
    height: unset;
    line-height: unset;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}
.menu-right .thim-link-login .profile {
    color: #000 !important;
}

.menu-right .thim-link-login a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.items-number{
		color:white;
}
.woocommerce a.remove {
    display: inline-block !important;
}
.course-review .review-stars-rated .review-stars>li span{
		color:white;
}
.thim-widget-courses-searching .courses-searching {
    margin-top: 0px;
}
.woocommerce div.product .product-info .product_meta {
    display: none;
}
.woocommerce-tabs {display: none;}
.course-author {display:none !important;}
.related {display:none !important;}
.thim-social-share {display:none !important;}
.certificate-info{
	box-shadow: 0px 0px 5px #b3adad;
    margin: 10px 0px;
    padding: 5px 40px 30px;
}
.certificate-valid-form button{background-color:#3e3939;}
.certificate-valid-form input{color:#3e3939;}
.om-countdown-days{display:none;}


/*single course page*/

/* Overall container */
.lp-single-course-page {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px 60px;
}

/* Hero layout (left + right) */
.lp-course-hero {
    background: #f5fbff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, .06);
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(340px, 1fr);
    gap: 30px;
    align-items: flex-start;
}

/* Breadcrumbs, title, subtitle */
.lp-course-breadcrumbs {
    font-size: 13px;
    margin-bottom: 8px;
    opacity: 0.7;
}
.lp-course-title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #163c6b;
    margin: 0 0 10px;
}
.lp-course-subtitle {
    font-size: 15px;
    color: #5f6c80;
    margin-bottom: 16px;
}

/* Rating + badges */
.lp-course-top-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.lp-course-labels {
    display: flex;
    gap: 8px;
}
.lp-badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.lp-badge-green { background: #24b276; }
.lp-badge-red   { background: #e63946; }

/* Meta line (updated, language, CPD) */
.lp-course-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 18px;
}
.lp-meta-badge {
    background: #f97316;
    color: #fff;
    padding: 3px 10px;
    border-radius: 999px;
}

/* Media row: main image + thumbs */
.lp-course-media-row {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    gap: 14px;
}
.lp-course-main-image img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}
.lp-course-thumbs {
    display: grid;
    gap: 8px;
}
.lp-course-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

/* Right price card */
.lp-course-price-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 22px 22px 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

/* Personal / Teams tabs */
.lp-price-tabs {
    display: flex;
    background: #e5edf7;
    border-radius: 999px;
    padding: 4px;
    margin-bottom: 18px;
}
.lp-price-tab {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 13px;
    padding: 6px 0;
    border-radius: 999px;
    cursor: pointer;
}
.lp-price-tab.active {
    background: #133b73;
    color: #fff;
}

/* Price text */
.lp-price-main {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 4px;
}
.lp-price-current {
    font-size: 32px;
    font-weight: 700;
    color: #163c6b;
}
.lp-price-old {
    font-size: 16px;
    text-decoration: line-through;
    opacity: .6;
}
.lp-price-subtitle {
    font-size: 13px;
    color: #2563eb;
    margin-bottom: 16px;
}

/* Buttons */
.lp-price-buttons {
    text-align: center;
    margin-bottom: 16px;
}
.lp-primary-btn .lp-button,
.lp-primary-btn .button,
.lp-secondary-btn {
    display: block;
    width: 100%;
    padding: 11px 16px;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}
.lp-primary-btn .lp-button,
.lp-primary-btn .button {
    background: linear-gradient(90deg, #1550b2, #0f346b);
    color: #fff;
}
.lp-secondary-btn {
    background: #ffffff;
    border: 1px solid #d1d5db;
    margin-top: 6px;
}
.lp-or-text {
    font-size: 12px;
    opacity: .7;
    margin: 6px 0;
}

/* Money-back + includes */
.lp-moneyback-row {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 14px;
}
.lp-course-includes h4 {
    font-size: 15px;
    margin-bottom: 8px;
}
.lp-course-includes ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.lp-course-includes li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 4px 0;
    border-bottom: 1px solid #edf0f5;
}
.lp-course-includes li:last-child {
    border-bottom: none;
}
.lp-ci-label { color: #6b7280; }
.lp-ci-value { font-weight: 600; color: #111827; }

.lp-outline-btn {
    width: 100%;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid #93a4c9;
    background: transparent;
    font-size: 13px;
}

/* Tabs (Overview / Curriculum / Reviews) */
.lp-course-tabs-wrapper .course-tabs {
    border-bottom: 1px solid #e5e7eb;
    margin-top: 32px;
    margin-bottom: 20px;
}
.lp-course-tabs-wrapper .course-tabs li {
    display: inline-block;
    margin-right: 10px;
}
.lp-course-tabs-wrapper .course-tabs li a {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 15px;
    color: #4b5563;
}
.lp-course-tabs-wrapper .course-tabs li.active a {
    background: #163c6b;
    color: #fff;
}

/* Section headings under tabs */
.lp-course-tabs-wrapper h2,
.lp-course-tabs-wrapper h3 {
    color: #163c6b;
    font-size: 24px;
    margin-bottom: 12px;
}

/* Curriculum table */
.learn-press-course-curriculum ul.curriculum-sections {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}
.learn-press-course-curriculum .section-header {
    background: #e4f1ff;
    padding: 12px 18px;
    font-weight: 600;
}
.learn-press-course-curriculum .section-content .course-item {
    padding: 10px 18px;
    border-top: 1px solid #edf0f5;
    display: flex;
    justify-content: space-between;
}

/* Reviews cards */
.course-reviews-list li {
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 16px 18px;
    margin-bottom: 16px;
    background: #f8fbff;
}
/* Internal Dev */
.ex-timer {
            display: flex;
            gap: 10px;
        }
.ex-box {
	border: 1px solid #ddd;
	padding-top: 20px;
	text-align: center;
	width: 100px;
	border-radius: 8px;
	background: #fff;
	line-height: 25px;

}
.ex-number {
	font-size: 36px;
	color: #e74c3c;
	font-weight: bold;

}
.ex-label {
	font-size: 10px;
	color: #333;
	font-weight: 700;
}
/* Checkout page start */
.woocommerce #customer_details .woocommerce-billing-fields{
	background-color: #FAFCFF;
    padding: 20px;
}
.woocommerce #customer_details .woocommerce-billing-fields h3{
	color:#335989 !important;
}
.order_review_heading{color: #335989;}
.woocommerce #customer_details .shipping_address{
	background-color: #FAFCFF;
    padding: 20px;
	margin-top:20px !important;
}
.woocommerce #customer_details  .woocommerce-account-fields{
	background-color: #FAFCFF;
    padding: 0px 20px 20px;
}
.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row .input-text,.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row .select2-selection {
    background-color: #ffffff !important;
}
.woocommerce-checkout .checkout .woocommerce-account-fields .form-row .input-text {
    background-color: #ffffff !important;
}
.woocommerce-checkout .checkout .woocommerce-shipping-fields .form-row .input-text,.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row .select2-selection {
    background-color: #ffffff !important;
}
/* Make billing fields use a 2-column flex grid */
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;              /* space between columns/rows */
}

/* Fields that should be HALF width (same column width) */
#billing_first_name_field,
#billing_last_name_field,
#billing_country_field,
#billing_phone_field,
#billing_email_field {
    flex: 0 0 calc(50% - 10px); /* two columns */
    margin: 0;                  /* remove theme margins if any */
    box-sizing: border-box;
}

/* Fields that should stay FULL width (address etc – optional, keep/add what you use) */
#billing_address_1_field,
#billing_address_2_field,
#billing_city_field,
#billing_postcode_field,
#billing_state_field,
#billing_company_field,
#account_password_field {
    flex: 0 0 100%;
}

/* On small screens, stack them */
@media (max-width: 600px) {
    #billing_first_name_field,
    #billing_last_name_field,
    #billing_country_field,
    #billing_phone_field,
    #billing_email_field,
    #account_password_field {
        flex: 0 0 100%;
    }
}
/* --- SHIPPING FIELDS TWO-COLUMN LAYOUT --- */
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* space between rows/columns */
}

/* half-width fields: Country + City */
#shipping_postcode_field,
#shipping_city_field {
    flex: 0 0 calc(50% - 10px);
    margin: 0;
    box-sizing: border-box;
}

/* full-width fields: Street address + Postcode */
#shipping_address_1_field,
#shipping_country_field
 {
    flex: 0 0 100%;
    margin: 0;
    box-sizing: border-box;
}

/* make inputs/selects same size */
.woocommerce-shipping-fields__field-wrapper input.input-text,
.woocommerce-shipping-fields__field-wrapper select {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
}
.woocommerce-checkout .checkout .inner-col-set {
    padding: 20px 30px !important;
    background: #FAFCFF !important;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

/* Remove spacing */
.roc-order-row td {
    padding: 0 !important;
    border: none !important;
}

/* The card container */
.roc-card {
    display: flex;
    gap: 16px;
    background: #fff;
    padding: 10px;
    margin-bottom: 14px;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 8px 18px rgba(0,0,0,.05);
}

/* Thumbnail */
.roc-thumb img {
    max-width: 75px !important;
    height: 75px;
    object-fit: cover;
    border-radius: 6px;
}

/* Title + meta wrapper */
.roc-mid {
    flex: 1 1 auto;
    min-width: 0;
	padding-top: 5px;
}

/* Product name */
.roc-title {
	color:#2B354E;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
	text-align:left;
}
.roc-price {
    font-size: 18px;
    font-weight: 700;
    color: #335989;
	text-align:left;
}
.roc-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    min-width: 60px;
	padding-top: 5px;
}

/* Bin icon */
.roc-bin {
    font-size:15px!important;
}
.roc-side a {
    color: #ff0000 !important;
}
.roc-side a:hover {
    color: #ff0000 !important;
}

/* Qty text */
.roc-qty {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}

/* Totals area */
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    padding: 6px 0;
    font-size: 15px;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

/* optional: add ":" between label and value like your mockup */
.woocommerce-checkout-review-order-table tfoot th::after {
    content: " :";
    margin-left: 4px;
}
/* coupons form */
/* Coupon text */
.roc-coupon-text {
    font-size: 14px;
    margin-bottom: 10px;
    color: #6b7280;
	text-align:left;
}

/* Keep inline ALWAYS */
.roc-coupon-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Input field */
#roc_coupon_code {
    flex: 1;
    height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #e6e8ee;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    background: #fff;
    min-width: 0; /* IMPORTANT for mobile */
}

/* Placeholder */
#roc_coupon_code::placeholder {
    color: #9aa3b2;
    font-weight: 600;
    letter-spacing: 0.4px;
}

/* Button */
#roc_apply_coupon {
    height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2f5fa7, #1e4588);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(30, 69, 136, 0.25);
}

/* Hover */
#roc_apply_coupon:hover {
    opacity: 0.95;
}

/* Message */
.roc-coupon-msg {
    margin-top: 8px;
    font-size: 13px;
}


/* Space + card around payment section */

/* payment summary */
.roc-payment-summary{
	background-color: #FAFCFF;
    padding: 20px;
	margin-top: 20px;
}
.roc-payment-summary h3{color: #335989;}
/* payment summary */
/* .coupon-titles .title{
	border:2px dotted white;
} */
/* .roc-coupon-row .checkout_coupon {display:block !important;} 
.roc-coupon-row .woocommerce-form-coupon-toggle {display:none !important;} */
.couponforproduct h5{
	background-color: #5d4391;
	padding:10px;
	color: white;
}
/* Checkout page END */
.roc-trust-image {
    margin-top: 20px;
	margin-bottom: 20px;
    text-align: center;
}

.roc-trust-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
#exclusive-offer-wrap{
  background:#083a8f;
  padding:18px;
  border-radius:14px;
  margin:16px 0;
}

#exclusive-offer-wrap .exclusive-offer-card{
  background:#fff;
  border-radius:12px;
  padding:18px 16px;
  text-align:center;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}

#exclusive-offer-wrap .exclusive-offer-check{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  cursor:pointer;
  font-weight:600;
  color:#1f2a44;
}

#exclusive-offer-wrap .exclusive-offer-check input{
  width:18px;
  height:18px;
  cursor:pointer;
}

#exclusive-offer-wrap .exclusive-offer-title{
  margin-top:10px;
  font-size:18px;
  font-weight:800;
  color:#0a3d91;
}

#exclusive-offer-wrap .exclusive-offer-desc{
  margin-top:8px;
  font-size:14px;
  line-height:1.5;
  color:#2b2f38;
}

#exclusive-offer-wrap .exclusive-offer-price{
  color:#0a3d91;
}

#exclusive-offer-wrap .exclusive-offer-note{
  margin-top:10px;
  font-size:12px;
  color:#6b7280;
}
/* Center success / error popup */
#exclusive-offer-toast{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.35);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}

#exclusive-offer-toast.show{
  opacity:1;
  pointer-events:auto;
}

#exclusive-offer-toast .toast-box{
  background:#ffffff;
  color:#111827;
  padding:20px 22px;
  border-radius:14px;
  font-size:15px;
  font-weight:600;
  min-width:260px;
  max-width:90%;
  text-align:center;
  box-shadow:0 20px 45px rgba(0,0,0,.25);
  transform:scale(.92);
  transition:transform .2s ease;
}

#exclusive-offer-toast.show .toast-box{
  transform:scale(1);
}

#exclusive-offer-toast.success .toast-box{
  border-left:6px solid #16a34a; /* green */
}

#exclusive-offer-toast.error .toast-box{
  border-left:6px solid #dc2626; /* red */
}

/* end checkout */


/*Course Author Hide - Nafim*/
.elementor-widget-thim-ekits-course-related .course-instructor{
	display: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .lp-course-hero {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}


