/* Change Width and Height of Logo Image + Add Custom Image File */

#loginform {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e3e3 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.04) !important;
    border-radius: 10px !important;
}
@media screen and (max-width: 767px) {
	#loginform {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

.login h1 a {
  background-image: url(logo.png);
  width: 213px;
  height: 97px;
  background-size: 213px 97px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #0b1a28;
}
 
.wp-core-ui .button-primary {
  background: #0b1a28;
	border: none;
}


/* Add CSS styles for responsiveness */
        /* Define styles for smaller screens */
        .form-wrap {
            border-style: solid;
            border-color: #a7a5a5;
            border-width: 1px;
            padding: 15px;
            margin-top: 15px;
        }
        .form-wrap input[type="submit"] {
                background-color: #4caf50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                font-size: 16px;
            }
        .form-wrap input[type="file"],
            .form-wrap input[type="text"],
            .form-wrap select {
                box-sizing: border-box;
                margin-bottom: 10px;

            }

        @media screen and (max-width: 767px) {
            /* Adjust form input widths for smaller screens */
            .form-wrap input[type="file"],
            .form-wrap input[type="text"],
            .form-wrap select,
            .form-wrap input[type="submit"] {
                width: 100%;
                box-sizing: border-box;
                margin-bottom: 10px;
            }
        }



/* Add CSS styles for responsiveness */
        /* Define styles for smaller screens */
        @media screen and (max-width: 767px) {
            .table-wrap table {
                width: 100%;
            }
            .table-wrap thead {
                display: none;
            }
            .table-wrap table,
            .table-wrap tbody,
            .table-wrap td,
            .table-wrap th,
            .table-wrap tr {
                display: block;
            }
            .table-wrap td,
            .table-wrap th {
                text-align: left;
                border: none;
            }
        }
          


/* frontend Css */

    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    #preloader .spinner {
      border: 4px solid #f3f3f3;
      border-top: 4px solid #ff7e84;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 2s linear infinite;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    /* Hide the preloader once the content is loaded */
    .loaded #preloader {
      display: none;
    }


#ast-scroll-top {
  background-color: var(--mainColor);
  font-size: 0.9375rem;
}

.cta-btn {
  text-decoration: none;
  font-weight: 500 !important;
}
.cta-btn:hover {
  color: var(--whiteColor);
}

.cta-btn-black {
  text-decoration: none;
  font-weight: 500 !important;
  color: var(--whiteColor);
  background-color: var(--footerColor) !important;
}

.a:focus, a:visited {
  color: var(--whiteColor);
  text-decoration: none;
}

.cart-btn {
  text-decoration: none;
  font-weight: 500 !important;
  margin-top: 15px;
  text-align: center;
  width: 100%;
  padding: 10px !important;
  background-color: var(--mainColor);
}

.course-sec {
  padding-bottom: 10px !important;
  padding-top: 50px !important;
}

.team-sec, .faq-sec {
  padding-top: 50px !important;
}

.counter-sec, .video-sec {
  padding-bottom: 35px;
  padding-top: 50px !important;
}

.counter-col {
  margin-top: 80px !important;
}

.p-title {
  font-weight: 700;
  font-family: var(--inter-font);
  letter-spacing: 0.1cap;
}

.about-sec {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

.feature-sec {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 600px; 
  margin-left: 25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}


.accordion-item {
  color: var(--bs-accordion-color) !important;
  background-color: var(--bs-accordion-bg) !important;
  border: none !important;
  border-radius: 3px !important;
}
.accordion-button:hover {
  color: var(--whiteColor) !important;
  background-color: var(--secounderyColor) !important;
  border: none !important;
  border-radius: 3px !important;
}
.accordion-button:not(.collapsed) {
  color: var(--whiteColor) !important;
  background-color: var(--secounderyColor) !important;
  /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
}
.accordion-button:focus {
  z-index: 3;
  border: none !important;
}

.testimonial-txt {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.4em;
}
.user-name {
  font-weight: 600;
  color: #000;
}


.mob-c-box {
  display: none;
}

.desk-c-price {
  font-size: 22px !important;
  font-family: var(--inter-font);
  font-weight: 500;
}

img.certificate-img {
  width: 600px;
}

.courses-name {
  width: 100% !important;
  margin-left: -50px;
  margin-top: -15px !important;
  font-size: 17px !important;
  color: var(--paragraphColor);
  line-height: 1.5em;
  font-family: var(--inter-font);
}

.woocommerce-Price-currencySymbol {
  display: none;
}

.p-item {
  font-size: 17px;
  font-weight: 500;
}

.p-items{
  border-bottom: 1px solid #dbdbdb !important;
  padding-bottom: 12px !important;
}


ul.cr-item-list {
  margin-left: -30px;
  margin-top: 15px;
  font-weight: 500;
  font-family: var(--interfont);
  color: var(--paragraphColor);
  font-size: 15px;
  list-style: none;
}

ul.cr-item-list li {
  margin-bottom: 6px;
}

.nav-link {
  font-weight: 500 !important;
  color: var(--footerColor) !important;
}

.error-col {
  padding-top: 180px !important;
}

.f-bt {
	padding-bottom: 50px !important;
}

.testi-avatar {
  width: 15% !important;
}

.biz-quote-icon {
  background-color: #ff7e84 !important;
}

/* Responsive CSS Start */
@media only screen and (max-width: 767px) {

    .video-container {
      margin: 0 auto;
    }
	
	.about-sec {
	  padding-top: 20px !important;
	  padding-bottom: 40px !important;
	}

    .cta-btn {
        width: 100%;
        text-align: center;
        padding: 10px !important;
    }
 
    .feature-txt h2 {
        font-size: 30px !important;
    }
    
    .edu-banner-image {
        display: none !important;
    }

    .banner01 {
        padding-top: 100px !important;
    }

    .edu-banner-content h1 {
        font-size: 44px !important;
        line-height: 60px !important;
    }

    .mob-cta-btn {
      width: 100%;
      text-align: center;
      padding: 10px !important;
    }
    .desk-cta-btn {
      display: none;
    }

    .odometer {
      font-size: 46px;
    }

    .edu-banner-image2 {
      display: none;
    }

    .single-course-tab .overview-content p {
      font-size: 15px;
    }

    .mob-c-box {
      display: block;
    }
    .desk-c-box {
      display: none;
    }
    .single-course-area {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }

    .c-price {
      font-size: 18px !important;
      font-family: var(--inter-font);
      font-weight: 500;
    }

    .page-title-area {
      padding-top: 70px !important;
    }
    .page-title-content h2 {
      font-size: 30px !important;
    }

}

