        body {
            overflow-x: hidden;
            background-color: #fcfcfc;
        }
       

 .logo-text, .main-title, h1, h2 ,a , h4 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}
.p{
 font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider {
  display: flex;
  transition: transform 1s ease;
  /* width = عدد الشرائح × 100% */
}

.slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 85vh; /* أو أي ارتفاع تفضّله */
  overflow: hidden;
  
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) translateX(-50%);
  color: white;
  max-width: 500px;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.slide.active .slide-content {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.slide-content h1 {
  font-size: 39px;
  margin-bottom: 15px;
}

.slide-content p {
  font-size: 20px;
  margin-bottom: 20px;
}

.slide-btn {
  display: inline-block;
  padding: 14px 30px;
  background-color: #fcb242;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
}

/* Controls (prev/next) optional */
.slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.slider-controls button {
  background: rgba(0,0,0,0.4);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  pointer-events: auto;
}

        /* NAVBAR */
        .navbar-brand img {
            height: 120px;
        }
/* NAVBAR DEFAULT (TRANSPARENT) */
.navbar {
    background: rgba(255, 255, 255, 0);   /* شفاف */
    backdrop-filter: blur(0px);
    box-shadow: none;
    border-bottom: 3px solid transparent;
    transition: 0.4s ease;     
    position: fixed;
    width: 100%;
    z-index: 999;

}

.navbar a {
    color: white !important;
    transition: 0.3s;
    font-size: 25px;
    font-weight: 700;
}

/* بعد السكروول */
.navbar.scrolled a {
    color: #5d3a1a !important; 
}
.navbar.navbar.scrolled img {
            height: 60px;
        }

/* NAVBAR بعد الـ SCROLL */
.navbar.scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-bottom: 3px solid #fcb242;
    
}

        .nav-link {
            font-size: 18px;
            margin-left: 60px;
            font-weight: 600;
           
        }
        .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}


        /* MAIN SLIDER */
        .hero-slider img {
            height: 85vh;
            object-fit :cover;
        }

.partners-section {
    background: #ffffff;   /* خلفية بيضاء */
    padding: 0px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.partners-section::before,
.partners-section::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0px;
}

.partners-section::before {
    top: 0;
    box-shadow: inset 0 25px 30px rgba(0, 0, 0, 0.12);
}

.partners-section::after {
    bottom: 0;
    box-shadow: inset 0 -25px 30px rgba(0, 0, 0, 0.12);
}/**/


#partnersSlider {
    display: flex;
    gap: 40px;
    overflow-x: scroll;
   /* scroll-behavior: smooth;*/
    padding: 30px 0;
}


#partnersSlider::-webkit-scrollbar {
    display: none;
}

.partner-logo {
    width: 100%;
    height: 110px;
    object-fit: contain;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    border-radius: 10%;
}

.partner-logo:hover {
    transform: scale(1.25);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.container{

    background-color:linear-gradient(90deg,#5d3a1a,#7d5225) ;
}

        /* ABOUT SECTION */
        .about-section {
            padding: 80px 0;
            
           
             background: #f8f4ec;
             
        }

        .about-section h2 {
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-left: 15%;
            color: #5d3a1a;
        }

        .about-section p {
            font-size: 20px;
            line-height: 1.7;
            text-align: justify;
            padding-left: 15%;
        }
       .about-section img {
    width: 70%;          
    max-width: 400px;    
    border-radius: 12px;  
    transform: translateX(20px); 
    margin-left: 30%;
}
.read-more-btn {
    display: inline-block;
    margin-top: 20px;
    margin-left: 14%;
    padding: 10px 28px;
    background-color: #fcb242;      /* الذهبي */
    color: white;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.read-more-btn:hover {
    background-color: #5d3a1a;      /* البني الغامق */
    color: #fff;
    transform: translateY(-2px);
}


/* CTA SECTION */
.cta-section {
    /* background: linear-gradient(90deg,#5d3a1a,#7d5225); */
    background: #f8f4ec;
    padding: 50px 0;
    color: black;
    /*border-top: 3px solid #FCB243;*/
}

.cta-text {
    font-size: 36px;
    font-weight: 600;
    padding-left: 6%;
}

.cta-btn {
    padding: 14px 35px;
    background: #FCB243;
    border: 2px solid #fff;
    border-radius: 8px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #d6882f;
}


/* CONTACT INFO SECTION */
#contact .row {
    transform: translateX(-100px);
}

.contact-info {
    background: #ffffff;
    padding: 60px 0;
}

.contact-logo {
    width: 55%;
    max-width: 280px;
}
.contact-info p {
    font-size: 18px;
    margin: 3px 0;
}
.contact-info a {
    color: #006CB7;
    font-weight: 600;
}


        /* FOOTER */
        footer {
            background: linear-gradient(90deg,#5d3a1a,#7d5225);
             padding: 40px 0;
              border-top:3px solid #FCB243;
           /* background:  #603A18;
            color: #fff;
           
            */
        }

        footer p {
            text-align: center;
            color: #ffffff;
            margin: 0;
        }


/* ---- ANIMATIONS FOR SLIDER TEXT ---- */

.fade-title {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s forwards;
    animation-delay: 0.3s;
    padding-top: 100px;
}

.fade-desc {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s forwards;
    animation-delay: 0.6s;
}

.fade-btn {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s forwards;
    animation-delay: 0.9s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.slide.active .fade-title,
.slide.active .fade-desc,
.slide.active .fade-btn {
    animation-play-state: running;
}

.vision-mission-section {
  /*  background: #f8f4ec;*/
    padding: 80px 0;
}

.vm-box {
    display: flex !important;
    flex-direction: row !important;   /* إجبار الصورة تكون على الشمال */
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.vm-img img {
    width: 150px;
    height: 130px;
    object-fit: cover;
    border-radius: 12px;
}

.vm-text {
    flex: 1;
}

.vm-text h2 {
    margin-bottom: 10px;
    color: #5d3a1a;
}


.img-side {
    padding: 0;
}

.side-img {
    margin-left: 60%;
    width: 30%;
    height: 100%;
    object-fit: cover; /* يخلي الصورة تبقى Full Height بدون تشويه */
}

.section-title {
    color: #5d3a1a;
    font-weight: 700;
    margin-bottom: 15px;
}


/* Animation */
.fade-in-vm {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInVM 1s forwards;
}

@keyframes fadeInVM {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* PRODUCT NEW STYLE */
/* PRODUCT STYLING */

.prod {
background: #f8f4ec;
 padding: 60px 0;
}

.product-card {
    position :relative ;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

/* العنوان */
.title-filled {
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 48px;
    font-weight: 800;
    color: #5d3a1a;
    transition: .4s ease;
    z-index: 2;
    opacity: 1; /* visible by default */
    /*-webkit-text-stroke: .5px white;    */
}

/* OUTLINED (hidden first) */
.title-outline {
    position: absolute;
    top: 10%;
    left: 40%;
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    transition: .4s ease;
   /* -webkit-text-stroke: 2px white;*/
    color: white;
    z-index: 3;
    opacity: 0; /* hidden by default */
}

/* الليست مخفية في الأول */
.product-list {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    
    opacity: 0;
  
}

.product-list li {
    font-size: 20px;
    color: white;
    margin-bottom: 8px;
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
   


/* BUTTON */
.product-btn {
    position: absolute;
    top: 80%;
    left: 40%;
    padding: 10px 20px;
    background: #fcb242;
    color: white;
    font-size: 18px;
    border-radius: 30px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .45s ease, transform .45s ease;
}

/* HOVER EFFECT */
.product-card:hover .product-img {
    transform: scale(1.12);
    filter: brightness(60%);
}

/* Switch titles */
.product-card:hover .title-filled {
    opacity: 0; /* hide filled text */
}

.product-card:hover .title-outline {
    opacity: 1; /* show outlined text */
}

/* Show list + button */
.product-card:hover .product-list {
    opacity: 1;
    transform: translateY(-40%);
     
      
      
}

.product-card:hover .product-btn {
    opacity: 1;
    transform: translateY(0);
     transition-delay:.9s;
}
.product-card:hover .product-list li:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.product-card:hover .product-list li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.product-card:hover .product-list li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.product-card:hover .product-list li:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.product-card:hover .product-list li:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}

a {
    text-decoration: none !important;
}

/* ضبط اللوجو */
.logo-img {
    height: 120px;
    transition: 0.3s ease-in-out;
}

/* النص اللي تحت اللوجو */
.logo-subtitle {
    font-size: 10px;
    font-weight: 600;
    color: white;
    margin-top: 5px;
    letter-spacing: 1px;
}

/* لما الـ navbar يحصل له scroll */
.navbar.scrolled .logo-subtitle {
    color: #5d3a1a !important;   /* نفس لون منيو بعد السكروول */
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* لما اللوجو يصغر */
.navbar.scrolled .logo-img {
    height: 60px;
}

/* ----------------------------- */
/* 🔥 RESPONSIVE DESIGN FIXES   */
/* ----------------------------- */

/* -------- NAVBAR -------- */
@media (max-width: 991px) {
    .navbar a {
        color: #5d3a1a !important;
        font-size: 18px;
        margin-left: 0;
    }

    .navbar-nav {
        text-align: center;
    }

    .logo-img {
        height: 80px !important;
    }

    .navbar.scrolled .logo-img {
        height: 60px !important;
    }
}

/* -------- HERO SLIDER -------- */
@media (max-width: 768px) {
    .slide {
        height: 55vh;
    }

    .slide-content {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        max-width: 90%;
    }

    .slide-content h1 {
        font-size: 24px;
    }

    .slide-content p {
        font-size: 16px;
    }

    .slide-btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

/* -------- ABOUT SECTION -------- */
@media (max-width: 768px) {
    .about-section h2,
    .about-section p {
        padding-left: 0;
        text-align: center;
    }

    .about-section img {
        margin-left: 0;
        width: 90%;
    }
}

/* -------- VISION / MISSION -------- */
@media (max-width: 768px) {
    .vm-box {
        flex-direction: column !important;
        text-align: center;
    }

    .vm-img img {
        width: 120px;
        height: 120px;
    }
}

/* -------- PRODUCTS CARDS -------- */
@media (max-width: 768px) {
    .product-card {
        height: 380px;
    }

    .title-filled,
    .title-outline {
        font-size: 36px;
        left: 20%;
        transform: translateX(-50%);
    }

    .product-list {
        left: 10%;
    }

    .product-btn {
        left: 50%;
        transform: translateX(-50%);
        top: 85%;
    }
    .fade-title{ position: relative;
        right: 50%;
   
    }
    .about-section p{
        text-align:justify ;
        padding: 10px;
        letter-spacing: -0.5px;
    }
    .read-more-btn{
        margin: 5%;
        margin-left: 30%;
    }
}

@media (max-width: 500px) {
    .product-card {
        height: 350px;
    }

    .title-filled,
    .title-outline {
        font-size: 32px;
    }
}

/* -------- CONTACT SECTION -------- */
@media (max-width: 768px) {
    #contact .row {
        transform: translateX(0);
        text-align: center;
    }
}

/* -------- FOOTER -------- */
@media (max-width: 768px) {
    footer p {
        font-size: 14px;
    }
}


