@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//raamitpande.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.3.4") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(35,39,53);
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(66,107,102);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:rgb(53,109,241);
}
:root{
--btn-default-bgcolor-hover:rgb(53,109,241);
}
:root{
--btn-accented-bgcolor:rgb(251,100,27);
}
:root{
--btn-accented-bgcolor-hover:rgb(251,100,27);
}
:root{
--notices-success-bg:rgb(27,82,69);
}
:root{
--notices-success-color:rgb(255,255,255);
}
:root{
--notices-warning-bg:rgb(27,82,69);
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #fff;
		
					--btn-default-color-hover: #fff;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 12px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]),
			:is(.vc_section, .vc_row).wd-section-stretch {
				padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
body.home .wd-toolbar.wd-toolbar-label-show {
    display: none !important;
}

.free-trial-mini {
  background: #e6fff4;
  border: 1px solid #00aa7a;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: 'Segoe UI', sans-serif;
  color: #007a5a;
  margin: 14px auto;
  max-width: 360px;
  box-shadow: 0 2px 6px rgba(0, 122, 90, 0.1);
}

.trial-msg {
  font-weight: 500;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.3;
}

.trial-btn {
  padding: 3px 10px;
  font-size: 13px;
  border: none;
  border-radius: 25px;
  background: #007a5a;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
	
}

.trial-btn:hover {
  background: #005c44;
}

.trial-success-msg {
  background: #d6fbe3;
  color: #007a5a;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 10px;
  max-width: 360px;
  margin: 12px auto;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 122, 90, 0.08);
}


/* Hide bottom toolbar on WooCommerce Checkout Page only */
body.woocommerce-checkout .wd-toolbar.wd-toolbar-label-show {
  display: none !important;
}


/* Wrap the xoo_el output in a clean profile area */
.xoo-el-action-sc {
  background: #f7fdfc;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #007a5a;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.xoo-el-action-sc:before {
  content: '👤';
  font-size: 18px;
  margin-right: 6px;
}

/* Style the Logout link */
.xoo-el-action-sc a {
  background: #e53935;
  color: white !important;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  margin-left: auto;
  transition: 0.2s;
}

.xoo-el-action-sc a:hover {
  background: #c62828;
}




.tutor-dashboard #tutor-dashboard-footer-mobile {
    display: none;
    
}



.site-logo a,
.custom-logo-link {
  pointer-events: none;
  cursor: default;
}
.

wachat-box {
    max-width: 500px;
    margin: 40px auto;
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 600px;
}
.wachat-header {
    background: #007a5a;
    color: white;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.wachat-messages {
    flex: 1;
    overflow-y: auto;
    background: #f9f9f9;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.wachat-message {
    max-width: 70%;
    padding: 10px 14px;
    border-radius: 18px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
}
.wachat-message.self {
    align-self: flex-end;
    background: #dcf8c6;
    color: #111;
    border-bottom-right-radius: 0;
}
.wachat-message.other {
    align-self: flex-start;
    background: #ffffff;
    color: #111;
    border-bottom-left-radius: 0;
}
.wachat-message strong {
    display: block;
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
}
.wachat-message img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 8px;
}
.wachat-input {
    display: flex;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
}
.wachat-input input[type="text"] {
    flex: 1;
    padding: 10px 14px;
    border-radius: 20px;
    border: 1px solid #ccc;
    outline: none;
}
.wachat-input input[type="file"] {
    margin-left: 10px;
}
.wachat-input button {
    background: #007a5a;
    color: white;
    border: none;
    padding: 0 20px;
    border-radius: 20px;
    margin-left: 10px;
    cursor: pointer;
    transition: background 0.3s;
}
.wachat-input button:hover {
    background: #005c43;
}

/* satrt live */

 .live-class-section {
 background: linear-gradient(135deg, #e0fff4, #ffffff) !important;
  border: 2px dashed #00aa7a !important;
  padding: 25px 20px;
  text-align: center;
  border-radius: 18px;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  font-family: 'Segoe UI', sans-serif;
}

.class-heading {
  font-weight: 600;
  color: #007a5a;
  margin-bottom: 15px;
}

.live-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: #007a5a;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
}

.blink-dot {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.2; }
}

.live-class-btn.locked {
  display: inline-block;
  background: #ccc;
  color: #666;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.membership-msg,
.live-note {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

.live-note {
  color: #007a5a;
  font-weight: 500;
}


/* ————————————————————————————————
   Live Class Button Styles
   ———————————————————————————————— */
.live-btn,
.live-class-btn.locked {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Active “Join Live Class” */
.live-btn {
  background-color: #007a5a;
  color: #fff;
  border: none;
}
.live-btn:hover {
  background-color: #005f47;
}

/* Blinking red dot on active button */
.live-btn .blink-dot {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.2; }
}

/* Locked / “No Active Class” button */
.live-class-btn.locked {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  border: none;
}

/* If you want a ❌ icon in the locked state, use this :before */
.live-class-btn.locked:before {
  content: "";
  margin-right: 6px;
}


/* subscription status box */
.sub-status-bar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #f0fcf7;
  border: 1px solid #02a675;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #004d40;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* the little calendar or warning icon */
.sub-status-bar .sub-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* the date text */
.sub-status-bar .sub-date {
  color: #007a57;
  font-weight: 600;
  margin-left: 4px;
}

/* inactive state */
.sub-status-bar.inactive {
  background: #fff5f5;
  border-color: #f44336;
  color: #c62828;
}

.sub-status-bar.inactive .sub-date {
  color: #c62828;
}


/* Container */
.feature-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

/* Common Card Style */
.feature-box .card {
  background: #f0fcf7 ;
  border: 1.5px dashed #00a676 !important; 
  border-radius: 12px;
  padding: 18px 24px;
  text-align: center;
  width: 150px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.feature-box .card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.feature-box .card .icon {
  font-size: 20px;
  margin-bottom: 6px;
  display: block;
}

.feature-box .card .title {
  font-size: 14px;
  font-weight: 600;
  color: #0f8261;
}

.feature-box .card .subtitle {
  font-size: 11px;
  color: #666;
  margin-top: -15px;
}

/* Locked style */
.feature-box .card.locked {
  background: #f1f0ff;
  border: 1.5px dashed #aa99ff;
}

.feature-box .card.locked .icon {
  font-size: 18px;
  color: #ff9900;
}

.feature-box .card.locked .title {
  color: #000;
}
/* live class */
.live-class-section {
  background: #f8f8fc;
  border: 2px solid #02a675;
  padding: 20px;
  margin-top: 20px;
  border-radius: 12px;
  text-align: center;
}

.class-heading {
  font-weight: 600;
  color: #007a5a;
  font-size: 13px;
	margin-bottom: 15px;
}

.live-class-btn {
  display: inline-block;
  background: #007a5a;
  color: white;
  padding: 10px 22px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
}

.live-class-btn.locked {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
}

.blink-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  margin-right: 8px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.membership-msg {
  font-size: 14px;
  margin-top: 8px;
  color: #555;
}
/* live class css end */
/* Wrapper */
.custom-flat-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  font-family: 'Segoe UI', sans-serif;
}

/* Heading */
.custom-flat-form h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* Input & Textarea fields */
.custom-flat-form input[type="text"],
.custom-flat-form input[type="email"],
.custom-flat-form input[type="tel"],
.custom-flat-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  margin-bottom: 16px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background-color: #f5f5f5;
  transition: border-color 0.3s ease;
}

.custom-flat-form input:focus,
.custom-flat-form textarea:focus {
  border-color: #007a5a;
  outline: none;
  background-color: #fff;
}

/* Button */
.custom-flat-form .wpcf7-submit {
  width: 100%;
  background-color: #550048;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  padding: 14px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

.custom-flat-form .wpcf7-submit:hover {
  background-color: #7a1f6c;
}

/* Consent Message */
.custom-flat-form .consent-msg {
  font-size: 13px;
  color: #333;
  margin-top: 15px;
  text-align: center;
}


.ytp-chrome-top.ytp-show-cards-title {
   display: none !important;
}


:is(.btn,.button,button,[type="submit"],[type="button"]) {
	color: #fff !important;
	background-color: #265651 !important;
	border-radius: 5px !important;
}

.tutor-course-card .tutor-course-bookmark {
    display: none !important;
}

.price del {
    color: #000;
}

.price .amount {
    color: #000;
}

.tutor-meta.tutor-mt-12.tutor-mb-20{
    display: none !important;
}

.tutor-ratings-stars {
    display: none !important;
}
.tutor-course-details-ratings {
    display: none !important;
}

.tutor-course-details-top.tutor-mt-16 {
    display: none !important;
}
.tutor-course-filter {
	display:none;
}

.tutor-mt-16 {
    display: none !important;
}
.tutor-card-image-top {
    margin-top: -19px !important;
}@media (max-width: 576px) {
	span.xoo-el-close, .xoo-el-notice-close {
	display: none !important;
}

.woootp-update-details-popup {
   
    margin-top: -70px;
    
}


.tutor-dashboard .tutor-frontend-dashboard-header {
    display: none !important;
    padding-bottom: 25px;
}
.tutor-dashboard .tutor-dashboard-content {
    margin-top: -20px;
}

.cart-table-section {
	display: none !important;
}
.woocommerce-notices-wrapper {
	display: none;
}
}

