

.navbar-brand{
	font-size: 100px;
	font-weight: bold;
	color: rgb(255, 255, 255);
}
.container-fluid{background-color: rgb(0, 0, 0);}


.ad{
	width: fit-content;
	height: auto;
}

.card:hover{
  transform: translateY(-10px);
  transition: .3s;
}

.img-100{
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.carousel-img {
  width: 100%;
  max-width: 800px; /* لا تتجاوز 800px */
  height: auto;
}

.img-gg{
	width: 100%;
	max-height: 800px;
}

.poster-large {
  object-fit: cover;   /* الصورة تغطي العمود بالكامل */
  height: 100%;        /* لتملأ العمود */
  min-height: 400px;   /* ارتفاع مبدئي على Desktop */
}

.poster-small {
  object-fit: cover;
  height: 100%;
  min-height: 195px;   /* نصف ارتفاع العمود الكبير تقريبا */
}

.footer-link{
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}

.footer-link:hover{
  color: #fff;
  text-decoration: underline;
}

/*ABOUT US STYLE*/

.hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://via.placeholder.com/1920x600/333/666?text=French+E-Liquid+Lab');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 80px 0;
        }
        .section-title {
            color: #2c3e50;
            border-bottom: 3px solid #e74c3c;
            display: inline-block;
            padding-bottom: 10px;
            margin-bottom: 30px;
        }
        .value-card {
            border: none;
            border-radius: 15px;
            transition: transform 0.3s;
            height: 100%;
        }
        .value-card:hover {
            transform: translateY(-10px);
        }
        .value-icon {
            font-size: 2.5rem;
            color: #e74c3c;
        }
        .signature-item {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 20px;
            height: 100%;
        }
        .team-img {
            width: 150px;
            height: 150px;
            object-fit: cover;
        }
        .french-flag {
            color: #002654; /* French Blue */
        }
        .french-flag .text-danger {
            color: #ed2939 !important; /* French Red */
        }
        .french-flag .text-light {
            color: #ffffff !important; /* French White */
        }

        /*contact us style*/
         /* css/style.css */

/* =========== CSS Variables =========== */



/*header style*/

 /* إضافة أنماط خاصة بالـ Header فقط */
       
 