/*
 Theme Name:   Digtek Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Digtek WordPress theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     digtek
 Version:      1.0.0
 Text Domain:  digtek-child
*/


@media (max-width: 767px) {

  /* Wrapper */
  .elementor-tabs {
    display: block;
  }

  /* Tabs header container (we will create this via JS) */
  .mobile-tabs-header {
    display: flex;
    flex-direction: column;
  }

  /* Mobile tab titles */
  .mobile-tabs-header .elementor-tab-mobile-title {
    width: 100%;
    padding: 12px;
    background: #e0e0e0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }

  /* Active tab */
  .mobile-tabs-header .elementor-tab-mobile-title.elementor-active {
    background: #d63b3b;
    color: #fff;
    font-weight: 600;
  }

  /* Content area */
  .elementor-tab-content {
    margin-top: 16px;
  }

  /* Hide inactive content */
  .elementor-tab-content[hidden] {
    display: none !important;
  }
}





.testimonial-wrapper-3 .testimonial-content .icon{
	 margin: 30px auto 25px;
}

.widget {
    background-color: #fff !important;
    padding: 20px 30px !important;
    border-bottom: 1px solid #990f02;
    border-radius: 0;
    margin-bottom: 0;
}
.wp-block-heading{
	font-size: 20px;
	font-weight: 500;
	margin-bottom:10px;
}
[type=search] {
    border-radius: 20px;
    border: 1px solid #000;
	padding-left: 10px;
	width:80%;
}

.elementor-10 .elementor-element.elementor-element-3e049f6,  .elementor-10 .elementor-element.elementor-element-ffec3fb{
	border: 1px solid #c2c2c2;
	border-radius: 20px;
}

.wp-block-latest-posts__featured-image {
  float: left;
  margin: auto 10px;
  width: auto;
  max-width: 40%;
  height: auto;
  object-fit: cover;
	
}

.wp-block-latest-posts li {
  overflow: hidden;
  clear: both;
  margin-bottom: 1.5em;
}
.recent-post-area{
	display:none;
}

#wpforms-4417-field_4{
	display:block !important;
}

.nice-select{
	display:none;
}

.eael-elements-flip-box-padding {
    padding: 0px;
}
.eael-elements-flip-box-heading {
	margin-top: 20px;}

.news-card-items {
    margin-top: 30px;
    background-color: #F2F2F2;
}
.blog-content-page {
    padding: 70px!important;
}

.e-n-tabs-content{
/* 	display: none!important; */
}
.news-card-items, .news-image
 {
    border-radius: 20px;
}
.elementor-page-1037 .elementor-3796,.elementor-page-1037 .elementor-3750{
	display: none;
}



/* ---------- TABS STYLE ---------------------*/

/* SAME AS ELEMENTOR DESKTOP */
.custom-tab-content {
	display: none;
}

.custom-tab-content.custom-active {
	display: block;
}

/* MOBILE STACKED */
@media (max-width: 767px) {

	.custom-tabs-wrapper {
		display: none;
	}

	.custom-tab-mobile-title {
		display: block;
		padding: 12px;
		border-bottom: 1px solid #ddd;
		font-weight: 600;
	}

	.custom-tab-content {
		padding: 15px;
		border-bottom: 1px solid #eee;
	}
}
