/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.7
	Stable tag: 3.4.7
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


.back-to-course-page{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 20px;
  padding:12px 14px;
  background:#f5f5f5;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  text-decoration:none;
  color:#222;
  font-size:14px;
  font-weight:600;
  transition:.25s ease;
}

.back-to-course-page:hover{
  background:#ececec;
  transform:translateX(-2px);
}

/* =========================================
   WRAPPER
========================================= */

.cf7-modal-form{
  font-family:'Cera Pro',sans-serif;
  max-width:760px;
  margin:auto;
}

/* =========================================
   LABELS
========================================= */

.cf7-modal-form label{
  display:block;

  margin-bottom:10px;
  margin-top:22px;

  font-size:20px;
  font-weight:700;

  color:#1f2937;
}

/* =========================================
   GRID
========================================= */

.cf7-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

/* =========================================
   INPUTS
========================================= */

.cf7-modal-form input,
.cf7-modal-form select,
.cf7-modal-form textarea{
  width:100%;

  border:3px solid #2f3640;
  border-radius:16px;

  background:#fff;

  padding:18px 22px;

  font-size:20px;
  font-family:'Cera Pro',sans-serif;

  color:#1f2937;

  transition:.25s ease;
  box-sizing:border-box;
}

/* =========================================
   PLACEHOLDER
========================================= */

.cf7-modal-form input::placeholder,
.cf7-modal-form textarea::placeholder{
  color:#b8bcc5;
}

/* =========================================
   FOCUS
========================================= */

.cf7-modal-form input:focus,
.cf7-modal-form select:focus,
.cf7-modal-form textarea:focus{
  outline:none;

  border-color:#1f2937;

  box-shadow:0 0 0 4px rgba(31,41,55,.08);
}

/* =========================================
   SELECT
========================================= */

.cf7-modal-form select{
  appearance:none;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%232f3640' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  background-repeat:no-repeat;
  background-position:right 18px center;

  padding-right:55px;
}

/* =========================================
   TEXTAREA
========================================= */

.cf7-modal-form textarea{
  min-height:220px;
  resize:vertical;
}

/* =========================================
   SUBMIT
========================================= */

.cf7-submit-wrap{
  margin-top:30px;
	text-align:center;
}

.cf7-modal-form input[type="submit"]{
  width:auto;

  
  border-radius:18px;

 background: #29A8E6!important;
    color: #222!important;
    border: none!important;

  padding:16px 38px;

  font-size:18px;
  font-weight:700;

  cursor:pointer;

  transition:.25s ease;
}

.cf7-modal-form input[type="submit"]:hover{
  transform:translateY(-2px);

  background:#111827;
}
/* =========================================
   RESPONSE OUTPUT
========================================= */

.cf7-modal-form .wpcf7-response-output{
  margin:24px 0 0 !important;

  border-radius:14px;
  padding:16px 20px !important;

  font-size:16px;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

  .cf7-grid-2{
    grid-template-columns:1fr;
  }

  .cf7-modal-form label{
    font-size:18px;
  }

  .cf7-modal-form input,
  .cf7-modal-form select,
  .cf7-modal-form textarea{
    font-size:18px;
    padding:16px 18px;
  }

  .cf7-modal-form textarea{
    min-height:180px;
  }

}

