/*
 Theme Name:   Edusion Child Theme
 Theme URI:    https://themesvila.com/themes-wp/edusion/
 Description:  This is edusion Child Theme
 Author:       themes_mountain
 Author URI:   https://themeforest.net/user/themes_mountain
 Template:     edusion
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, right-sidebar
 Text Domain:  edusion-child
*/

.home_sb button{
	right:unset !important;
	left:5px;
}
.home_si{
	padding:0 20px 0 60px !important;
}
input [type="submit"], .btn_one, .home_sb button{
	background-color:#76C8C3 !important;
}
.btn_one{
	border:1px solid #76C8C3 !important;
}
.site-navigation{
	box-shadow: 0 6px 30px rgba(0,0,0,0.08);
}
.home_content p{
	max-width:32vw;
}
.single_tp{
	box-shadow:0px 0px 150px 0px rgba(196, 228, 227, 0.23) !important;
}
.section-title p span{
	color:#76C8C3 !important;
}
.section-title h2{
	color:#1a2d62 !important;
}
.section-title h2::after{
	background:#76C8C3 !important;
}
.cp_content ul li span{
	background:#79c9c4 !important;
	border-radius:50px !important;
}
.cta svg{
	transform: scaleX(-1) !important;
	margin-left: unset !important;
	margin-right: 10px;
}
/* =========================
   OWL THEME (V2)
========================= */
.owl-theme {
    transition: 0.4s;
    position: relative;
}

/* =========================
   NAV WRAPPER
========================= */
.owl-theme .owl-nav {
    width: 100%;
    height: 50px;
    position: absolute;
    top: -32%;
    left: 0;
    opacity: 1;
    display: block !important;
    transition: 0.4s;
}

/* =========================
   NAV BUTTONS
========================= */
.owl-theme .owl-nav button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #ededed !important;
    opacity: 1;
    cursor: pointer;
    transition: 0.4s;
    box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
}

.owl-theme .owl-nav button:hover {
    background: #2eca7f !important;
    border-color: #2eca7f !important;
}

/* =========================
   POSITION (LTR DEFAULT)
========================= */
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 1%;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 1%;
}

/* =========================
   ICONS
========================= */
.owl-theme .owl-nav .owl-prev::after,
.owl-theme .owl-nav .owl-next::after {
    font-family: 'FontAwesome';
    font-size: 26px;
    color: #1a2d62;
    opacity: 1;
    line-height: 46px;
}

.owl-theme .owl-nav .owl-prev::after {
    content: "\f104";
}

.owl-theme .owl-nav .owl-next::after {
    content: "\f105";
}

/* =========================
   HOVER ICON COLOR
========================= */
.owl-theme .owl-nav button:hover::after {
    color: #fff;
}

/* =========================
   RTL SUPPORT
========================= */
html[dir="rtl"] .owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 1%;
}

html[dir="rtl"] .owl-theme .owl-nav .owl-next {
    right: auto;
    left: 1%;
}

html[dir="rtl"] .owl-theme .owl-nav .owl-prev::after {
    content: "\f105"; /* arrow right */
}

html[dir="rtl"] .owl-theme .owl-nav .owl-next::after {
    content: "\f104"; /* arrow left */
}

/* =========================
   TESTIMONIAL SPECIAL CASE
========================= */
#testimonial-slider .owl-nav button:hover::after {
    color: #fff;
}
.tpt_one{
	background:#c4e4e3 !important;
	border-radius: 0 0 8px 8px;
}
.section-top{
	padding-top:60px !important;
	padding-bottom:60px !important;
	background-position:bottom center !important;
}
.c_btn{
	background:#79c9c4 !important;
}
.course-slide .course-content span{
	margin-right:unset !important;
	margin-left:20px;
}
.course_2 .co_list span{
		margin-right:unset !important;
	margin-left:20px;
}
.course-slide .course-content span i{
	margin-right:unset !important;
	margin-left:8px;
}
.course_2 .co_list span i{
		margin-right:unset !important;
	margin-left:8px;
}
.course-content i.fa-star {
    color: #ffc107 !important;
}

.course_2 .co_list{
	padding-left:unset !important;
	padding-right:30px;
}
.tutor-card-md .tutor-card-body{
	padding:unset;
}

.tutor-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
	box-shadow: 0 8px 20px rgba(118, 200, 195, 0.38);

  padding: 20px 34px;
  border: none;
  border-radius: 12px;

  background: linear-gradient(90deg, #E9B34C 0%, #63B7B6 100%);
  color: #1F2A44;

  font-size: 20px;
  font-weight: 600;
  cursor: pointer;

  transition: all 0.3s ease;
}

.tutor-btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.tutor-btn-primary:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

/* ===============================
   Tutor Registration Form Styling
   بدون تغيير الألوان
================================== */

#tutor-registration-wrap {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Grid Layout */
#tutor-registration-form .tutor-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

#tutor-registration-form .tutor-form-col-6 {
    flex: 0 0 calc(50% - 10px);
}

#tutor-registration-form .tutor-form-col-12 {
    flex: 0 0 100%;
}

/* Responsive */
@media (max-width: 768px) {
    #tutor-registration-form .tutor-form-col-6 {
        flex: 0 0 100%;
    }
}

/* Form Group */
#tutor-registration-form .tutor-form-group,
#tutor-registration-form .fs_reg_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

/* Labels */
#tutor-registration-form label {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

/* Inputs */
#tutor-registration-form input[type="text"],
#tutor-registration-form input[type="email"],
#tutor-registration-form input[type="password"],
#tutor-registration-form input[type="checkbox"] {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

/* Focus Effect بدون تغيير لون */
#tutor-registration-form input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}

/* Checkbox alignment */
#tutor-registration-form .fs_reg_item_terms label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
}

#tutor-registration-form input[type="checkbox"] {
    width: auto;
}

/* Password field wrapper */
#tutor-registration-form .tutor-password-field {
    position: relative;
}

#tutor-registration-form .show-hide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px; /* عشان RTL */
    cursor: pointer;
}

/* Submit Button تحسين بدون تغيير لون */
#tutor-registration-form .tutor-btn {
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#tutor-registration-form .tutor-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Remove excessive inline margin-bottom */
#tutor-registration-form input[style] {
    margin-bottom: 0 !important;
}
