.slider-item img {
	border: 2px solid;
    border-color: #d3a446;
    border-radius: 20px;
	height: 100px;
	width: 100px;
}

.header-area .top-header-area {
    padding: 20px 0 35px;
    background: linear-gradient(90deg, #1a1a1a 0%, rgba(26, 26, 26, 0.496236) 0%);
    background-color: #18283e;
}

.primary-btn {
	    color: #ffffff;
}

.sildeFrontText {
	text-align: center;
	    z-index: 100;
}

.sliderCoverbox {
    background: rgba(0, 0, 0, 0.55);
    width: 64%;
    height: 60%;
    position: relative;
    z-index: 4;
    visibility: visible;
    left: 18%;
    top: 103px;
    border: 1px solid #d3a446;
    border-radius: 10px;
    position: absolute;
}

.sliderCoverImg {
    background: rgba(0, 0, 0, 0.77);
    width: 100%;
    height: 100%;
    position: absolute;
}


.contact-area .contact-form {
    background: #e5bf69;
    padding: 40px;
    margin-bottom: 30px;
}




@media only screen and (max-width: 1000px) {

	.sliderCoverbox {
		background: rgba(0, 0, 0, 0.55);
		width: 100%;
		height: 94%;
		position: relative;
		z-index: 4;
		visibility: visible;
		left: 0%;
		top: 0px;
		border: 1px solid #d3a446;
		border-radius: 10px;
		position: absolute;
	}
}







/* صندوق المحادثة */
.chatbox {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* حالة الإخفاء */
.hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

/* رأس الصندوق */
.chatbox-header {
    background-color: #007bff;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

/* محتوى الصندوق */
.chatbox-body {
    padding: 10px;
    flex: 1;
    overflow-y: auto;
}

/* تذييل الصندوق */
.chatbox-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.chatbox-footer input {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.chatbox-footer button {
    margin-left: 5px;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* زر الإغلاق */
.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

/* زر فتح المحادثة */
.toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    display: none; /* يتم إظهاره عند إخفاء الصندوق */
}


.best-service-section.service-two .service-item-single {
     text-align: center; 
}


.best-service-section .service-item-single > i img {
    display: inline-block;
    max-width: 44px;
}


.about-services-section .service-item-single > i img {
    display: inline-block;
    max-width: 49px;
}


.imgAbout {
    max-width: 250px;

}




.about-services-section .service-item-single p
{
	    font-size: 13px;
}

.about-services-section .service-item-single
{
	  font-size: 15px;
}

.about-section .left::before {
    border-bottom: 150px solid rgb(180 137 63 / 74%);
    border-left: 150px solid transparent;
}

.about-section .right::before {

    border-bottom: 150px solid rgb(180 137 63 / 74%);
    border-right: 135px solid transparent;
}


.about-services-section .service-item-single {
    font-size: 15px;
    border-radius: 20px;
	border: 3px solid #d3a446;
}

.best-service-section .service-item-single {
	border: 3px solid #d3a446;
}

.count-section .content {
	    border-radius: 20px;
	border: 3px solid #d3a446;
}


.count-section:after {
    background: #cfcfcf;
}

.about-services-section .service-item-single > i
{
	    border-radius: 10px;
}



@media only screen and (max-width: 1199px) {
    .header-area .constik-responsive-nav .logo {
        background-image:  url("../img/logo-dark.png") imporortant; 
    }
	
	.constik-responsive-nav .constik-responsive-menu.mean-container .mean-nav .navbar-nav {
        margin-top: 43px;
	}


	}


.best-service-section.service-two .service-item-single > i {
     border-radius: 10px;
}

.testimonial-slider .slider-item img {

}


.best-service-section {
	margin-top: 100px;
}


@media only screen and (max-width: 700px) {
	
 .imgAbout {
    max-width: 388px;
   }
	
}



.owl-item {
	width: 750px ; 
}


@media only screen and (max-width: 767px) {
    .testimonial-section .testimonial-slider .slider-item {
        background: #ffffff;
        padding: 25px 47px;
		      
    }
	.slider-item img {
		
	}
	.banner-content p {
  font-size: 7px;
  margin-bottom: 20px;
}
	
			.sliderCoverbox {

		  width: 80%;
		  height: 52%;

		  left: 10%;
		  top: 25px;

		}
	
	


}


.CertificatiesImg {
    width: 553px;
    height: 380px;
}

.owl-carousel .owl-item .CertificatiesImg {
    display: block;
    width: 100%;
    height: 100%;
}

.our-works-section {
    /* position: relative; */
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.table-dark {
    --bs-table-bg: #a67a33;
}


@media only screen and (max-width: 1199px) {
    .constik-responsive-menu .logo .logo2 {
        display: none;
        max-width: 90px;
    }
}


.header-area .top-header-area .contact-info .contact-info-content a {
    font-size: 11px;
    color: #ffffff;
}

.page-title-area .page-title-content {
    margin-top: 50px;
    margin-bottom: 50px;
}