@charset "utf-8";
/* CSS Document */
.mface{
	position: fixed;
	bottom: 40px;
	width: 40px;
	height: 30px;
	font-size: 22px;
	color: #ffffff;
	border-radius: 50%;
	left: 50px;
	background-color: #037805;
	text-align: center;
	z-index: 1100;
	padding-top: 10px;
}
.watzapp{
	position: fixed;
	bottom: 40px;
	width: 40px;
	height: 30px;
	font-size: 22px;
	color: #ffffff;
	border-radius: 50%;
	left: 5px;
	background-color: #037805;
	text-align: center;
	z-index: 1100;
	padding-top: 10px
}
   .contentfooter {
            padding: 2rem;
            text-align: center;
            flex-grow: 1;
        }
        
        .footer {
            background: #1686a2;
            color: white;
            padding: 60px 0 30px;
			direction: rtl
        }
        
        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto;
            padding: 0 20px;
            gap: 30px;
        }
        
        .footer-section {
            flex: 1;
            min-width: 250px;
			font-family: var(--font-family-inter);
  font-weight: 400; /* normal text */
			font-size: 16px
        }
        
        .footer-section h3 {
            font-size: 24px;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
font-family: var(--font-family-manrope);
			font-weight: 600;
        }
        .footer-section h3:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: var(--secondary-color);
        }
        
        .footer-section-ar {
            flex: 1;
            min-width: 250px;
font-family: 'Cairo', 'Amiri', sans-serif;
			font-weight: 400; /* normal text */
			font-size: 16px
        }
        
        .footer-section-ar h3 {
            font-size: 24px;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
font-family: 'Cairo', 'Amiri', sans-serif;  font-weight: 600;
			text-align: right
        }
       
        .footer-section-ar h3:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: var(--secondary-color);
        }
        .footer-about p {
            line-height: 1.6;
            margin-bottom: 20px;
            color: #e6e6e6;
        }
        
        .footer-links ul {
            list-style: none;
			padding: 0px;
			text-align: right
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: #e6e6e6;
            text-decoration: none;
            transition: color 0.3s;
        }
         .footer-links a .fa-chevron-right{
            margin-right: 10px;
			 font-size: 12px
        }
.footer-links a .fa-chevron-left{
            margin-left: 10px;
			 font-size: 12px
        }
        .footer-links a:hover {
            color: var(--secondary-color);
            padding-left: 0px;
        }
        
        .contact-info {
            list-style: none;
			padding: 0px
        }
        
        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
        }
        
        .contact-info i {
    margin-right: 10px;
    color: #ffffff;
    width: 20px;
    flex-shrink: 0;
    margin-top: 2px; /* Optional: fine-tune vertical alignment */
}
        
        .instagram-posts {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }
        
        .instagram-post {
            background: linear-gradient(45deg, #ff7e5f, #feb47b);
            height: 80px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.3s;
        }
        
        .instagram-post:hover {
            transform: scale(1.05);
        }
        .instagram-post img {
			width: 100%;
			height: 80px
}
        .copyright {
            text-align: center;
            padding: 20px 0;
            margin-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: #e6e6e6;
            font-size: 14px;
			
        }
  .copyright p {
			float: left;
	  margin-left: 10px
}
        .copyright img {
			float: right;
			margin-right: 50px
}
 .logofooter {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 15px;
            color: white;
/*			filter: invert(1)*/
        }
        
        .tagline {
            color: #ffffff;
            font-style: italic;
            margin-bottom: 20px;font-size: 20px
        }
 .logofooter .image{
	  width: 164px;
            height: 80px;
/*	  filter:brightness(0) invert(1);*/
}
.footer-about .fab{
	color: #ffffff;
	font-size: 24px;
	margin-right: 10px
}
        @media (max-width: 768px) {
			.mface{
	left: auto;
	right: 60px;
bottom: 14px;

}
.watzapp{
	left: auto;
	right: 10px;
bottom: 14px;
}
            .footer-container {
                flex-direction: column;
                gap: 40px;
            }
            
            .footer-section {
                min-width: 100%;
            }
			.footer-section-ar {
                min-width: 100%;
            }
			  .copyright p {
			float: none;
	  margin-left: 10px
}
		
        .copyright img {
			float: left;
			margin-left: 10px
}
        }
        
       
