/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.10.0.1745401409
Updated: 2025-04-23 09:43:29

*/

 .tutor-grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: auto;
    }

    .tutor-card {
      background: #fff;
      overflow: hidden;
      flex-direction: column;
      box-shadow: 0 0 10px rgba(0,0,0,0.15);
      padding: 20px;
    }

    .tutor-card h3 {
      background-color: #151f63;
      color: #fff;
      margin: 0;
      padding: 10px 0;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
    }

    .tutor-card-body {
      font-size: 16px;
      color: #222;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: space-between;
      padding-top:25px;
    }
    
    .tutor-card-body p:first-of-type {
     color:  #151f63;
     }


    .tutor-card-body p {
      margin: 6px 0;
      line-height: 1.4;
      font-weight:300;
    }

    .tutor-card-body a {
      color: #444e9c;
      text-decoration: none;
      font-weight: 600;
      margin-top: 4px;
      display: inline-block;
      font-size:23px;
    }

    .tutor-card-body .tutor-btn {
      margin-top: 10px;
      padding: 8px 20px;
      background-color:#151f63;
      color: white;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      align-self: center !important;
      transition: background 0.3s;
      font-size:19px;
      text-decoration:none !important;
      border:1px solid  #1e2875;
    }

    .tutor-card-body .tutor-btn:hover {
      background-color:#fff;
      color:#1e2875;
    }
    
.woocommerce button.button {
	background-color: #e57345 !important;
  border-color: #e57345 !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.wpsm-card {
    background: #c5c5c5 !important;
    border: 1px solid #c5c5c5;
}

/* account page css  */

.page-id-1320 #wpum-account-forms-tabs ul li.active {
    background: #0d1342;
}

.page-id-1320 #wpum-account-forms-tabs ul li a {
    color: #fff;
}
.page-id-1320 #wpum-account-forms-tabs ul li {
    background: #c86a45;
}

.page-id-1320 .wpum-auth, .wpum-login, .wpum-register, .wpum-password, .wpum-account-form {
    background: #50454175 !important;
}

.page-id-1320 .wpum-form .button{
	background: #c86a45 !important;
}
.page-id-1320 label {
    font-size: 20px;
}

.page-id-1356 .el-alert--error, .page-id-4463 .el-alert--error {
	display:none;
}


.page-id-4463 .entry-header{
	display:none;
}

.wpcf7 .wpcf7-form-control-wrap {
    margin: 10px 0px 10px 0px;
}


.page-id-4260 .tutor-contract-form form .wpcf7-submit {
    margin: 16px auto 0 auto !important;
}

.page-id-4317 .form-grid label {
    font-size: 14px;
}

.page-id-4317 .wpcf7-checkbox input[type="checkbox"] { 
	margin-top: 0px !important;
}

.page-id-1227 input[name="submit_registration"]{
	float: right;
    position: relative;
    top: 38px;
    border-radius:unset !important;
	background: #046bd2 !important;
}

.page-id-1321 .profile-fields-group-2{
	display:none;
}


.page-id-1278 ul.wpum-action-links {
    padding: 3px !important;
    
}

.page-id-144 .wpum-action-links{
	display:none;
}



/* Wrapper styling - sab buttons ek line me */
.credits-btn-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
}

/* Buttons */
.custom-btn {
    background: #C86A45 !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    border: 2px solid #C86A45 !important;
    text-decoration: none !important;
    font-weight: 600;
}

/* Hover effect */
.custom-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #C86A45 !important;
}


/* Popup overlay */
.wpsm-popup-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
}

/* Popup Window */
.wpsm-popup {
    background: #fff;
    width: 450px;
    max-width: 90%;
    margin: 80px auto;
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

/* Close Button */
.wpsm-popup .wpsm-close {
    position: absolute;
    right: 15px; top: 10px;
    font-size: 28px;
    cursor: pointer;
}

/* Inputs styling */
.wpsm-popup input {
    width: 100%;
}

/* Tooltip Base */
button[data-tip] {
    position: relative;
}

/* Tooltip box */
button[data-tip]:hover::after {
    content: attr(data-tip);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 1;
}


button[data-tab="order"][data-tip]::after {
  min-width: 260px !important;
  max-width:950px !important;
  white-space: normal !important;
  word-wrap: break-word;
}


/* Tooltip arrow */
button[data-tip]:hover::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    z-index: 999;
}

.page-id-1320 .wpum-password-form h2, .page-id-1320 .wpum-password-form label {
color:#000 !important;	
}


.page-id-1310 label{
	color:#000 !important;
}

.page-id-1310 .amelia-v2-booking #amelia-container .am-fs-sb__page:nth-child(1) {
    display: none;
}

.page-id-1327 .amelia-v2-booking #amelia-container .am-fs-sb__page:nth-child(1) {
    display: none;
}