/*
 Theme Name:   Donat Child  
 Theme URI:    https://wordpress.themeholy.com/donat
 Description:  This is a child theme for donat - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy
 Template:     donat
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  donat-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

.custom-category-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 20px 0;
}

.category-box {
    border: 1px solid #00b7c5;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    width: 120px;
    transition: 0.3s;
    background: #fff;
    flex-shrink: 0;
}

.category-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.category-box .cat-name {
    font-weight: bold;
    color: #333;
}

.category-box.active {
    background: #56bcc4;
    color: #fff;
}

.category-box.active .cat-name {
    color: #fff;
}
:root {
  --theme-color: #00B2B1;
  --theme-color2: #B33763;
  --icon-font: "Font Awesome 6 Pro";
}
#comments {
  display: none;
}
#block-2 {
  display: none;
}
#block-4 {
  display: none;
}
#block-7 {
  display: none;
}

.elementor-item.elementor-item-active {
  background-color: white!important;
  border-radius: 7px!important;
}
.elementor-4675 .elementor-element.elementor-element-37363dd .elementor-nav-menu--main .elementor-item:hover {
  background-color: white;
  color:#00B2B1;
  border-radius: 7px!important;
}

.elementor-4675 .elementor-element.elementor-element-9260b0b .elementor-nav-menu--main .elementor-item:hover
{
	 background-color: white;
  color:#00B2B1;
  border-radius: 7px!important;
}
.theplus-contact-form input.wpcf7-form-control.wpcf7-submit, .theplus-contact-form .wpcf7 form input[type="submit"] {
  color: #fff;
	background: #00B2B1;
	border-radius:7px!important;
	margin-right: 3%;
}

#location_id {
  font-size: 18px;
}
#whatsapp_id {
  font-size: 18px;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free" !important;
}

.sticky-logo {
  display: none!important;
}

/* عند تفعيل Sticky header، أظهر الشعار */
.elementor-sticky--effects .sticky-logo {
  display: block!important;
}
.custom-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.custom-article-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.custom-article-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.custom-article-content {
    padding: 16px;
    background: linear-gradient(to top, #00838f, transparent 90%);
}

.custom-article-date {
    font-size: 14px;
    color: white;
    display: block;
    margin-bottom: 8px;
    text-align: right;
}

.custom-article-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 8px 0;
}

.custom-article-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.custom-article-readmore {
    font-size: 14px;
    color: #00695c;
    text-decoration: underline;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}
.gallery-grid img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.project-meta-box {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}
.project-meta-box h3 {
  margin-bottom: 10px;
}
.project-meta-box ul {
  list-style: none;
  padding: 0;
}
.project-meta-box li {
  margin-bottom: 8px;
}

.breadcrumbs a {
  color: white!important;
}
.breadcrumbs span {
  color:  white!important;
}
.breadcrumbs .separator {
  color:  white!important;
}
	.head_breadcrumbalign-content{
		 color:  white!important;
}
	}


.elementor-7500 .elementor-element.elementor-element-01854e0 .elementor-counter-title {
    color: #11C5C6;
    font-family: "careem font", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: -7px;
}