/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 /* mdubey CSS */
.text-orange span{
	color: var(--e-global-color-a50ee5a);
}
.my-icon-box .elementor-icon-box-wrapper{
	background: #FFFFFF;
box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
border-radius: 20px;
	padding: 25px 30px;
}
.home-course-section .tutor-card-footer div{
	flex-direction: column;
}
.home-course-section .tutor-card-footer .list-item-button{
	width: 100%;
}

.pg-signup #tutor-registration-wrap{
	background: #f0f8ff;
}
.pg-signup .elementor-shortcode h2{
	color: #fff;
}

 .ct-footer #text-2, .ct-footer #text-4, .ct-footer #text-6{
	 display: none;
 }
 
ul.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px; /* space between phone & email */
  align-items: center;
}

ul.contact-info li {
  display: flex;
  align-items: center;
}

ul.contact-info li i {
  margin-right: 8px; /* space between icon and text */
  color: #fff; /* match your brand color */
}

ul.contact-info li a {
  text-decoration: none;
  color: #fff; /* use theme text color */
}

.pg-footer-contact ul{
	display: flex;
}

