/*
Theme Name: Btech
Theme URI: http://localhost/mytheme
Author: أبو عبد الله
Version: 1.0
*/


/* إجبار الأيقونات على الظهور باستخدام الخط المحمل من الـ CDN */
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* حل مشكلة الحجم والظهور في وودمارت */
.social_icons i {
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
}

.btech-footer-wrapper a{
color:white !important;
}

/* START FOOTER */
.btech-footer-wrapper{
	  color: white !important;

}
.btech-footer-wrapper h3{
	  color: white !important;

}
.btech-footer-wrapper .top {
  border-radius: 50px 50px 0 0;
  background-color: #47709e;
  padding: 20px;
  display: flex;
flex-direction: column;
  justify-content: space-between;
}
.btech-footer-wrapper .top .right {
  width: 100%;
}
.btech-footer-wrapper .top .left {
  text-align: right;
  display: flex;
	flex-direction: column;
  gap: 50px;
}
.btech-footer-wrapper .top .left .social_icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 1.5em;
}
.btech-footer-wrapper .top .left .social_icons .social_icon {
  display: flex;
  justify-content: center;
  align-items: center;
	padding:0px 7px;
	gap:7px;
	font-size:18px;
}
.btech-footer-wrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
font-size:11px;
}
.btech-footer-wrapper .bottom .logodiv{
	display:flex;
	flex-direction:row;
	gap:10px;
}
.btech-footer-wrapper .bottom .logodiv div{
	display: flex;
	flex-direction:column;
	align-items:start;
}
.btech-footer-wrapper .bottom .logodiv div p{
	margin:0;
	color:black !important;
}
.btech-footer-wrapper .bottom .logo{
	width:55px
}
.btech-footer-wrapper .bottom .business_centerdiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btech-footer-wrapper .bottom .business_centerdiv p {

	color:black !important;}
.btech-footer-wrapper .bottom .business_center {
  width: 45px;
}
.whatsappicon{
	background-color: green;
    width: fit-content;
    padding: 0px 12px;
    border-radius: 50px;
    font-size: 33px;
    position: fixed;
    bottom: 65px;
    right: 10px;
	z-index:10000;
}
/* سيتم تطبيق هذا التنسيق فقط على العنصر داخل الصفحة رقم 123 */
.page-id-12 .whatsappicon {
display:none;
}

/* END FOOTER */
