@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Lora:wght@400;500&display=swap);
/* ==========================================================================
   MODERN LUXURY LANDING PAGE — Optimized for Conversions
   ========================================================================== */

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Source Sans 3', sans-serif;
  background-color: #fff;
  color: #222;
  overflow-x: hidden;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.landing-hero2 {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 40px 20px;
}

.landing-hero-overlay {
  background: rgba(0, 0, 0, 0.42);
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  padding: 0 24px;
}

.landing-hero-title {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  max-width: 850px;
  margin-bottom: 14px;
}

.landing-hero-subtitle {
  color: #fefefe;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 720px;
  margin: 0 auto 25px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* ==========================================================================
   STEP PROGRESS
   ========================================================================== */
.landing-step-progress {
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  padding: 2rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  margin-top: -2.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1.2rem;
  border: 1px solid rgba(0,0,0,0.05);
}

.landing-step-item {
  text-align: center;
  flex: 1 1;
  min-width: 180px;
  max-width: 30%;
  transition: transform 0.25s ease;
}
.landing-step-item:hover { transform: translateY(-4px); }

.landing-step-circle {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #ffd84a, #ffb300);
  color: #111;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  border: 2px solid #fff6cc;
  margin-bottom: 10px;
}

.landing-step-label {
  font-family: 'Lora', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
}

.landing-step-description {
  color: #555;
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 250px;
  margin: 0 auto;
}

/* ==========================================================================
   CTA BUTTON — Friendly UI
   ========================================================================== */
.cta-section .pulse {
  position: relative;
  display: inline-block;
  background: linear-gradient(120deg, #ffd54f, #ffb300, #ff9100, #ffd54f);
  background-size: 200% 200%;
  color: #2b1800;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px 56px;
  border-radius: 60px;
  font-size: 1.35rem;
  cursor: pointer;
  animation: friendlyFlow 2.2s linear infinite, friendlyPulse 1s ease-in-out infinite;
  transition: 0.25s ease;
}

.cta-section .pulse:hover {
  transform: translateY(-4px) scale(1.07);
}

.cta-section .pulse:active {
  transform: scale(0.95);
}

@keyframes friendlyFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes friendlyPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

/* ==========================================================================
   CHRISTMAS BADGE
   ========================================================================== */
.christmas-badge {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(135deg, #f44336, #e53935);
  color: #fff;
  font-weight: 800;
  border-radius: 50px;
  font-size: 1rem;
  box-shadow: 0 0 15px rgba(244, 67, 54, 0.6);
  word-break: break-word;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 992px) {
  .landing-hero-title { font-size: 2rem; }
  .landing-hero-subtitle { font-size: 1.05rem; }
}
@media (max-width: 768px) {
  .landing-hero-title { font-size: 1.7rem; }
  .landing-hero-subtitle { font-size: 0.95rem; }
  .landing-step-item { max-width: 45%; }
}
@media (max-width: 576px) {
  .landing-hero2 { min-height: 85vh; }
  .landing-hero-title { font-size: 1.55rem; }
  .landing-hero-subtitle { font-size: 0.9rem; }
  .landing-step-item { max-width: 100%; }
  .cta-section .pulse { font-size: 1.05rem; padding: 12px 26px; }
}
.how-it-works {
  padding: 3rem 0;
  background-color: #111;
  color: #fff;
}

.how-it-works .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header .title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffc107;
}

.header .subtitle {
  color: rgba(255,255,255,0.75);
  margin-top: 0.5rem;
}

.header .divider {
  width: 70px;
  height: 3px;
  background-color: #ffcc00;
  margin: 16px auto;
  border-radius: 2px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.step-card {
  flex: 1 1 220px;
  text-align: center;
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  padding: 28px 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.step-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffcc00, #f59e0b);
  color: #111;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  box-shadow: 0 8px 20px rgba(255, 204, 0, 0.35);
}

.step-card h5 {
  font-weight: 700;
  margin-top: 0.75rem;
}

.step-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  margin: 0.5rem 0 0 0;
}

.sample-link {
  display: block;
  margin-top: 0.25rem;
  color: #ffcc00;
  font-weight: 600;
}

/*
  =============================
  CSS Variables (Custom Properties)
  =============================
*/
:root {
    --primary-color: #dfb50a;
    --secondary-color: #eec174;
    --text-color: #000;
    --hover-color: #5b4a2c;
    --box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    --transition-duration: 0.3s;
}

/*
  =============================
  Header Bar Styling
  =============================
*/
.HeaderBar {
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: var(--box-shadow);
    height: 80px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

/* حاوية البرجر واللوجو */
.logo-and-toggle-group {
    display: flex;
    align-items: center;
    gap: 20px; /* مسافة بين البرجر واللوجو */
}

/* Logo Styling */
.logo-container {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0;
}

.header-logo {
    height: 50px;
    width: auto;
}

/*
  =============================
  Desktop Navigation
  =============================
*/
.desktop-collapse {
    flex-grow: 1;
    justify-content: center;
}

.desktop-nav-items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.desktop-nav-items .nav-link,
.desktop-nav-items .dropdown-toggle {
    color: #000 !important;
    color: var(--text-color) !important;
    margin: 0 1.5rem;
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s ease-in-out;
    transition: color var(--transition-duration) ease-in-out;
    text-decoration: none;
}

.desktop-nav-items .nav-link:hover,
.desktop-nav-items .dropdown-toggle:hover,
.desktop-nav-items .dropdown-item:hover {
    color: #eec174 !important;
    color: var(--secondary-color) !important;
}

.desktop-nav-items .nav-link.active,
.desktop-nav-items .dropdown-toggle.active {
    font-weight: bold;
    color: #dfb50a !important;
    color: var(--primary-color) !important;
}

/*
  =============================
  Mobile Navigation
  =============================
*/
/* Burger Icon Styling */
.custom-toggler {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    z-index: 1002;
}

.burger-icon .line {
    width: 25px;
    height: 3px;
    background-color: #dfb50a;
    background-color: var(--primary-color);
    margin: 4px 0;
    border-radius: 2px;
}

/* Mobile Offcanvas Panel */
.mobile-menu-panel {
    position: fixed;
    top: 0;
    /* ✅ تم تعديل الخاصية لتثبيت القائمة على اليسار */
    left: 0;
    width: 75%;
    max-width: 300px;
    height: 100vh;
    background-color: white;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1); /* ✅ تم تعديل اتجاه الظل */
}

.mobile-nav-items {
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
    width: 100%;
}

.mobile-nav-items .nav-link,
.mobile-nav-items .dropdown-toggle,
.mobile-nav-items .dropdown-item {
    color: #000 !important;
    color: var(--text-color) !important;
    font-size: 1.2rem;
    padding: 0.75rem 0;
    text-align: center;
    transition: color 0.3s ease-in-out;
    transition: color var(--transition-duration) ease-in-out;
}

.mobile-nav-items .nav-link:hover,
.mobile-nav-items .dropdown-toggle:hover,
.mobile-nav-items .dropdown-item:hover {
    color: #eec174 !important;
    color: var(--secondary-color) !important;
}

.mobile-nav-items .nav-link.active,
.mobile-nav-items .dropdown-toggle.active {
    font-weight: bold;
    color: #dfb50a !important;
    color: var(--primary-color) !important;
}

/* Media Query to hide desktop items on small screens */
@media (max-width: 768px) {
    .desktop-collapse {
        display: none !important;
    }
}

.footer {
    background-color: #363636;
    color: #fff;
    padding: 24px 0px 0px 0px;
    box-sizing: border-box; /* Ensure padding is included within element's width/height */
  }
  
  /* Flexbox layout for centering footer rows */
  .footer-row {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: flex-start; /* Top align all columns */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    gap: 40px; /* Flexible spacing between columns */
  }
  
  /* Footer column styling */
  .footer-column {
    flex: 1 1;
    max-width: 300px; /* Optional max-width for columns */
    padding: 20px;
    text-align: center; /* Center content inside columns */
  }
  
  .footer h3 {
    color: #fff;
    margin-bottom: 20px;
  }
  
  .footer p, .footer-links li {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
  }
  
  /* Footer Links Styling */
  .footer-links {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links a {
    color: #ccc;
    text-decoration: none;
  }
  
 
  /* Contact Information Section */
  .contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 10px 0;
    text-align: center; /* Ensure the "Contact Us" section is centered */
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .contact-icon {
    margin-right: 5px;
  }
  
  .contact-link {
    color: #101010;
    text-decoration: none;
  }

  .contact-icon {
    color: rgb(199, 149, 22);
    text-decoration: none;
  }
  
 
   
 

/* Footer Bottom Styling */
.footer2-bottom {
  background: rgb(238, 238, 238);
  display: flex;
  justify-content: flex-start;
  padding-left: 36px; /* مسافة أمان على اليسار */
}


  
  .footer-bottom {
    background-color: #222;
    padding: 15px 0;
  }
  
  .footer-bottom p {
    margin: 0;
    color: #aaa;
  }
  
   /* Mobile Responsive behavior */
   @media (max-width: 768px) {
    .footer-row {
      flex-direction: column; /* Stack columns vertically */
      gap: 0px; /* Adjust gap between sections */
      justify-content: center; /* Center all sections horizontally on mobile */
      align-items: center; /* Center all sections horizontally */
    }
  
    .footer-column {
      max-width: 100%; /* Allow full width on smaller screens */
      padding: 10px; /* Reduce padding for smaller screens */
      text-align: center; /* Center text within the column */
    }
  
    .footer-links li {
      margin-bottom: 8px; /* Reduce margin between list items */
    }
  
    .footer h3 {
      font-size: 18px; /* Reduce font size for headings */
      margin-bottom: 15px;
    }
  
    .footer p, .footer-links li {
      font-size: 12px; /* Adjust font size for smaller devices */
    }
  
    .contact-info {
      gap: 20px; /* Reduced gap for better spacing between contact items */
      text-align: center; /* Center the contact details */
      font-size: 12px; /* Adjust icon size for smaller screens */

    }
  
    .contact-icon {
      margin-right: 4px; /* Add margin between the icon and text */
      font-size: 16px; /* Adjust icon size for smaller screens */
    }
  
  
  .contact-icon {
    font-size: 10px; /* Adjust icon size for very small screens */
  }
  .contact-info {
    gap: 10px; /* No gap between contact items on very small screens */
    text-align: center; /* Ensure the "Contact Us" section is centered */
  }
   }  
  /* Social Media Icon Container */
.social-media-container {
  display: flex; /* Flexbox to align horizontally */
  justify-content: center; /* Center icons horizontally */
  gap: 20px; /* Space between icons */
  padding: 20px 0; /* Padding to create space around icons */
}

  /* Social Media Container Styling */
.social-media-container {
  display: flex; /* Flexbox to align icons horizontally */
  justify-content: center; /* Center icons horizontally */
  gap: 20px; /* Space between icons */
  padding: 20px 0; /* Padding to create space around icons */
}

/* Social Media Icon Styling */
.social-icon {
  font-size: 24px; /* Icon size */
  color: #ffffff; /* Default color (black) */
  transition: color 0.3s, transform 0.3s, background-color 0.3s; /* Smooth transition for hover effects */
  padding: 6px; /* Space around icon */
  border-radius: 50%; /* Circular background */
  display: flex; /* Center icon in its circle */
  align-items: center; /* Center align items vertically */
  justify-content: center; /* Center align items horizontally */
}

 

/* Optional: Add specific hover colors for each social media icon */
.social-icon.facebook:hover {
  background: linear-gradient(135deg, #3b5998, #8b9dc3); /* Facebook gradient */
  color: #ffffff; /* Default color   */

} 

.social-icon.instagram:hover {
  background: linear-gradient(135deg, #E1306C, #F1B1A1); /* Instagram gradient */
  color: #ffffff; /* Default color   */

}

.social-icon.tiktok:hover {
  background: linear-gradient(135deg, #69C9D0, #EE1D52, #000000); /* TikTok 3-color gradient */
  color: #ffffff;
}

 

 /* Responsive Adjustments */
@media (max-width: 768px) {
  .social-icon {
    font-size: 20px; /* Reduce icon size for mobile */
    padding: 8px; /* Reduce padding */
  }

  .social-media-container {
    gap: 15px; /* Reduce space between icons */
    padding: 15px 0; /* Reduce padding for mobile */
  }
}

@media (max-width: 480px) {
  .social-icon {
    font-size: 18px; /* Further reduce icon size for very small screens */
    padding: 6px; /* Further reduce padding */
  }

  .social-media-container {
    gap: 10px; /* Further reduce space between icons */
    padding: 10px 0; /* Further reduce padding for very small screens */
  }
}
/* ============================
   STICKY BANNER CONTAINER
============================= */
.offer-sticky-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 10px 14px;

  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;

  z-index: 999999;

  font-size: 0.75rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.6);
}

/* Smooth slide-down effect */
.slide-down {
  transform: translateY(-40px);
  animation: slideDownAnim 0.5s ease-out forwards;
}

@keyframes slideDownAnim {
  from { transform: translateY(-40px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

/* Close Button */
.banner-close-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

/* Main Text */
.christmas-text {
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.3;
  max-width: 900px;
}

/* ============================
   FORM LAYOUT (Desktop/Tablet)
============================= */
.christmas-inline-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

/* Inputs */
.christmas-inline-form input {
  padding: 7px 10px;
  border: none;
  border-radius: 6px;
  width: 160px;
  font-size: 0.75rem;
}

.xmas-cta-btn {
  background: #ff0000;
  color: #fff;
  padding: 8px 14px;
  font-size: 0.78rem;
  border-radius: 20px;
  font-weight: 700;
  border: none;
  cursor: pointer;

  /* 2s shake + 3s pause */
  animation: modernShake 5s ease-in-out infinite;
}


/* Modern Attractive Shake */
@keyframes modernShake {

  /* ======== 0% → 40% = حوالي 2 ثواني اهتزاز ======== */
  0%   { transform: scale(1) rotate(0deg); }
  5%   { transform: scale(1.05) rotate(2deg); }
  10%  { transform: scale(1.05) rotate(-2deg); }
  15%  { transform: scale(1.05) rotate(1.5deg); }
  20%  { transform: scale(1.05) rotate(-1.5deg); }
  25%  { transform: scale(1.05) rotate(1deg); }
  30%  { transform: scale(1.03) rotate(-1deg); }
  35%  { transform: scale(1.02) rotate(0.5deg); }
  40%  { transform: scale(1) rotate(0deg); }

  /* ======== 40% → 100% = توقف 3 ثواني ======== */
  100% { transform: scale(1) rotate(0deg); }
}


/* Error text */
.form-error {
  color: #ff6b6b;
  font-size: 0.75rem;
  text-align: center;
}

/* ============================
   MOBILE (<600px)
   name + phone side-by-side
   CTA below
============================= */
@media (max-width: 600px) {

  .offer-sticky-banner {
    padding: 8px 10px;
  }

  .christmas-inline-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .christmas-inline-form input {
    width: calc(50% - 6px);
    padding: 6px 8px;
    font-size: 0.7rem;
  }

  .xmas-cta-btn {
    width: 100%;
    order: 3;
    margin-top: 4px;
    padding: 7px 10px;
  }

  .christmas-text {
    font-size: 0.75rem;
  }
}
/*page*/
/* ============================================ 
   PREMIUM LUXURY HERO SECTION (CREATIVE + FAST)
============================================= */

/* ===============================
   Root Variables
=============================== */
:root {
  --primary: #0d0d0d;
  --accent: #c7a56a; /* Gold */
  --text-light: #666;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  --trans: 0.3s ease;
  --font-family: 'Poppins', sans-serif;
  --heading-font-family: 'Lora', serif;
}

/* ===============================
   Main Hero Section
=============================== */
.lux-hero {
  position: relative;
  padding: 60px 0 160px;
  overflow: hidden;
  background-image: url('https://ik.imagekit.io/eprkaibyc/Main/bg2.jpg?updatedAt=1747955463404');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

/* Badge */
.lux-badge {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  color: var(--white);
  background: #c73400;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Title */
.lux-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 3;
  position: relative;
}

.lux-title span {
  font-size: 36px;
  font-weight: 600;
  color: #0d0d0d;
  color: var(--primary);
  letter-spacing: -0.5px;
  font-family: 'Lora', serif, serif;
  font-family: var(--heading-font-family), serif;
}

.lux-title .highlight {
  color: #c7a56a;
  color: var(--accent);
}

.lux-title small {
  font-size: 18px;
  color: #666;
  color: var(--text-light);
  font-weight: 300;
  font-family: 'Poppins', sans-serif, sans-serif;
  font-family: var(--font-family), sans-serif;
}

/* Subtext */
.lux-sub {
  margin: 20px auto 25px;
  max-width: 620px;
  font-size: 16px;
  color: #666;
  color: var(--text-light);
  font-family: 'Poppins', sans-serif, sans-serif;
  font-family: var(--font-family), sans-serif;
  line-height: 1.6;
}

.lux-extra {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #0d0d0d;
  color: var(--primary);
}

/* Motivational Text */
.lux-motivation {
  font-size: 14px;
  color: #c7a56a;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 15px;
  animation: pulseMotivation 2.5s infinite ease-in-out;
}

@keyframes pulseMotivation {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.05); }
}

/* Form */
.lux-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.lux-form input {
  padding: 12px 18px;
  border-radius: 16px;
  border-radius: var(--radius);
  border: none;
  background: #ffffffbb;
  font-size: 14px;
  box-shadow: 0 0 0 1px #ddd;
  transition: 0.3s ease;
  transition: var(--trans);
  font-family: 'Poppins', sans-serif, sans-serif;
  font-family: var(--font-family), sans-serif;
}

.lux-form input:focus {
  box-shadow: 0 0 0 2px #c7a56a;
  box-shadow: 0 0 0 2px var(--accent);
  background: #fff;
}

/* Error */
.form-error {
  color: #c73400;
  font-size: 13px;
  font-weight: 500;
}

/* Luxury Golden CTA */
.lux-btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #d4b37f, #c29a5a);
  color: #ffffff;
  border: none;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  font-family: 'Poppins', sans-serif;
  animation: goldenPulse 2.4s infinite ease-in-out;
}

/* Hover */
.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  filter: brightness(1.09);
}

/* Shiny Sheen Effect */
.lux-btn::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -120%;
  width: 250%;
  height: 250%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(25deg);
  animation: sheenMove 4.2s infinite;
  pointer-events: none;
}

/* Sheen Animation */
@keyframes sheenMove {
  0% { transform: translateX(-150%) rotate(25deg); }
  40% { transform: translateX(150%) rotate(25deg); }
  100% { transform: translateX(150%) rotate(25deg); }
}

/* Golden Pulse Animation */
@keyframes goldenPulse {
  0% { box-shadow: 0 0 0 0 rgba(199, 165, 106, 0.45); }
  50% { box-shadow: 0 0 12px 6px rgba(199, 165, 106, 0.25); }
  100% { box-shadow: 0 0 0 0 rgba(199, 165, 106, 0.45); }
}

/* Call now */
.call-now {
  text-decoration: none !important;
  color: #c7a56a;
  color: var(--accent);
  margin-top: 8px;
  font-weight: 600;
  transition: 0.3s ease;
  transition: var(--trans);
}

.call-now:hover {
  opacity: 0.7;
}

/* Secure text */
.secure {
  font-size: 12px;
  color: #666;
  color: var(--text-light);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .lux-title span { font-size: 32px; }
  .lux-title .highlight { font-size: 34px; }
  .lux-title small { font-size: 16px; }
  .lux-sub { font-size: 14px; }
  .lux-btn { font-size: 13px; padding: 13px 16px; }
}

@media (max-width: 768px) {
  .lux-title span { font-size: 28px; }
  .lux-title .highlight { font-size: 30px; }
  .lux-title small { font-size: 14px; }
  .lux-sub { font-size: 14px; margin: 15px 0; }
  .lux-form { gap: 10px; padding: 0 12px; }
  .lux-btn { font-size: 12px; padding: 12px 15px; }
  .call-now { font-size: 13px; }
  .lux-motivation { font-size: 13px; }
}

@media (max-width: 480px) {
  .lux-title span { font-size: 24px; }
  .lux-title .highlight { font-size: 26px; }
  .lux-title small { font-size: 12px; }
  .lux-sub { font-size: 12px; }
  .lux-form { gap: 8px; }
  .lux-btn { font-size: 11px; padding: 10px 12px; }
  .call-now { font-size: 12px; }
  .lux-motivation { font-size: 12px; }
}

/* Body Styles */
.body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
background-image: url('https://ik.imagekit.io/eprkaibyc/Main/bg2.jpg?updatedAt=1747955463404');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; /* This will keep the background in place */
    flex: 1 1;
   margin: 0; 
   padding: 0; 
  }
  .body2 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    background-color: #fff;
    flex: 1 1;
  }
  .body3 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
background-image: url('https://ik.imagekit.io/eprkaibyc/Main/bg3.png?updatedAt=YOUR_TIMESTAMP');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; /* This will keep the background in place */
    flex: 1 1;
  }
  .body4 {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    min-height: 70vh;
    position: relative;
background-image: url('https://ik.imagekit.io/eprkaibyc/Main/bg2.jpg?updatedAt=1747955463404');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; /* This will keep the background in place */
    flex: 1 1;
  }
  .whyUsBody{
    padding: 24px;
     display: flex;
    flex-direction: column;
    background-color:#ffffff;
    position: relative;
     flex: 1 1;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow around the text */

  }
  /* Create the black overlay with 50% opacity */
  .body3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:  100%; /* Adjust this value to control the height of the overlay */
    background-color: rgba(0, 0, 0, 0.4); /* Black with 50% opacity */
    z-index: 1; /* Ensure it's above the background but below the content */
  }
  
  /* Ensure content is visible above the overlay */
  body, .body3 > * {
    z-index: 2;
  }
  
  .QuartzContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
   }
  
  /* Sections */
  
  
  .section2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .app-container {
    position: relative;
    overflow: hidden;
  }

  .body {
    position: relative;
    min-height: 100vh; /* Ensure body takes at least the full height of the viewport */
  }
  @media screen and (max-width: 768px) {
    .section2 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
  .quoteSection {
    padding: 15px;
  }
  
  .notes-input {
    width: 100%;
    font-size: 1rem;
  }
  
  @media (max-width: 576px) {
    .quoteSection {
      padding: 10px;
    }
  
    .notes-input {
      font-size: 0.9rem;
    }
  
    h2 {
      font-size: 1.5rem;
    }
  }
  
  @media (max-width: 768px) {
    .notes-input {
      font-size: 1rem;
    }
  }

  .highlight-button {
    margin-top: 100px;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #ffcc00;
    border: none;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 15px;
    cursor: default;
  }
  
  .highlight-button2 {
    margin-top: 24px;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #dfb50a;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 15px;
    cursor: pointer;
  }

  
/* Responsive Styles */
@media (max-width: 1024px) {
   

  .highlight-button, .highlight-button2 {
      padding: 12px;
      font-size: 1em;
  }
}

@media (max-width: 768px) {
  

   

  .highlight-button, .highlight-button2 {
      padding: 12px;
      font-size: 1em;
  }
 

@media (max-width: 480px) {
   

  .highlight-button, .highlight-button2 {
      font-size: 1em;
      
  }
}}
/* الحاوية الرئيسية لكل checkbox */
.samplecheckbox {
  display: flex; /* ترتيب العناصر أفقياً */
  align-items: center; /* محاذاة العناصر رأسياً */
  margin-bottom: 8px;
}

/* لتنسيق التسمية */
.samplecheckbox label {
  margin-left: 8px; /* مسافة بين checkbox والنص */
  font-size: 16px;
  color: #333;
}

/* التأثير عند التمرير على النص */
.samplecheckbox label:hover {
  color: #007bff;
  cursor: pointer;
}

/* تنسيق رسائل الخطأ */
.samplecss-error {
  color: red;
  font-size: 14px;
  margin-top: 8px;
}

/* src/components/Chatbot/ChatbotStyles.css - All Chatbot related styles in one file */

/*
|--------------------------------------------------------------------------
| CHATBOT TRIGGER POPUP STYLES
|--------------------------------------------------------------------------
| Styles for the small floating popup that prompts the user to chat.
*/
.chatbot-trigger-popup {
    position: fixed;
    bottom: 24px;
    right: 24px; /* Position at the bottom-right of the viewport */
    z-index: 9999; /* Ensure it's above most content */
    background: rgba(255, 255, 255, 0.12); /* Semi-transparent background */
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px); /* Frosted glass effect */
    box-shadow: 0 12px 32px rgba(186, 104, 255, 0.25), 0 4px 12px rgba(0, 0, 0, 0.25);
    padding: 24px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 260px;
    animation: floaty 4s ease-in-out infinite, fadeInAura 0.8s ease-out;
    overflow: hidden; /* To contain the aura effect */
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    transition: all 0.3s ease; /* Smooth transitions for responsive changes */
}

.chatbot-trigger-popup .close-button {
    position: absolute;
    top: 16px;
    right: 2px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
    z-index: 1; /* Ensure close button is clickable above aura */
}

.chatbot-trigger-popup .close-button:hover {
    color: #f0f0f0;
    background-color: rgba(0,0,0,0.1);
}

.chatbot-trigger-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chatbot-trigger-popup p {
    margin: 12px 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: rgb(53, 0, 139); /* Deep purple for text */
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.chatbot-trigger-popup .open-chatbot-button {
    background: linear-gradient(135deg, #ff6ec4, #7873f5); /* Gradient background */
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 0 16px rgba(255, 110, 196, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite; /* Pulsing animation */
}

.chatbot-trigger-popup .open-chatbot-button:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #7873f5, #ff6ec4); /* Reverse gradient on hover */
    box-shadow: 0 0 26px rgba(255, 110, 196, 0.7);
}

/* Trigger Popup Animations */
@keyframes fadeInAura {
    0% { opacity: 0; transform: translateY(20px) scale(0.95); filter: blur(6px); }
    100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes floaty {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0px rgba(255, 110, 196, 0.3); }
    50% { box-shadow: 0 0 14px rgba(255, 110, 196, 0.6); }
    100% { box-shadow: 0 0 0px rgba(255, 110, 196, 0.3); }
}

/* Responsive adjustments for Trigger Popup */
@media (max-width: 600px) {
    .chatbot-trigger-popup {
        bottom: 15px;
        right: 15px;
        max-width: 200px;
        padding: 18px 15px 15px;
    }
    .chatbot-trigger-popup .close-button {
        font-size: 18px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        top: 10px; /* Adjust close button position */
        right: 8px;
    }
    .chatbot-trigger-popup p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .chatbot-trigger-popup .open-chatbot-button {
        padding: 10px 16px;
        font-size: 13px;
    }
}


/*
|--------------------------------------------------------------------------
| CHATBOT MODAL OVERLAY AND WRAPPER STYLES
|--------------------------------------------------------------------------
| Styles for the main chatbot window (modal) that appears.
*/
.chatbot-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent dark background */
    display: flex;
    justify-content: flex-end; /* Align content to the right */
    align-items: flex-end;   /* Align content to the bottom */
    z-index: 10000; /* Ensure it's above the trigger popup */
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); /* Light blur for the background */

    /* Animations for overlay appearance */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

/* State when the modal is open */
.chatbot-modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.chatbot-modal-wrapper {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Important for containing internal scrollable content */
    width: 380px; /* Fixed width for the chatbot modal */
    height: 500px; /* Fixed height for the chatbot modal */
    max-width: calc(100% - 48px); /* Ensures it fits on smaller screens with margins */
    max-height: calc(100% - 48px); /* Ensures it fits on smaller screens with margins */
    margin: 24px; /* Margin from bottom and right edges */

    /* Animations for modal content appearance */
    transform: translateY(20px); /* Starts slightly below */
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

/* State when the modal is open */
.chatbot-modal-overlay.open .chatbot-modal-wrapper {
    transform: translateY(0);
    opacity: 1;
}

/* Modal Header Styles */
.chatbot-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    background: linear-gradient(135deg, #ff6ec4, #7873f5); /* Gradient for header */
    color: white;
    flex-shrink: 0; /* Prevent header from shrinking */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.chatbot-modal-title {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
}

.chatbot-modal-close-btn {
    background: none;
    border: none;
    font-size: 1.2em;
    color: white; /* White icon for header */
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.chatbot-modal-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Transparent hover effect */
    color: white;
}

/* Modal Footer (for input field) */
.chatbot-modal-footer {
    display: flex;
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0;
    background-color: #f7f7f7;
    align-items: center;
    gap: 10px;
    flex-shrink: 0; /* Prevent footer from shrinking */
}

/* Styles for the input and send button */
.chatbot-input {
    flex-grow: 1;
    padding: 12px 18px;
    border: 1px solid #ced4da;
    border-radius: 25px;
    font-size: 1em;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-color: #fdfefe;
}

.chatbot-input:focus {
    outline: none;
    border-color: #7873f5; /* Focus color matches theme */
    box-shadow: 0 0 0 0.2rem rgba(120, 115, 245, 0.25);
}

.chatbot-send-button {
    background: linear-gradient(135deg, #ff6ec4, #7873f5); /* Gradient for send button */
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255, 110, 196, 0.25);
}

.chatbot-send-button:hover {
    background: linear-gradient(135deg, #7873f5, #ff6ec4); /* Reverse gradient on hover */
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(255, 110, 196, 0.35);
}

.chatbot-send-button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 5px rgba(255, 110, 196, 0.15);
}

/* Responsive adjustments for Chatbot Modal */
@media (max-width: 600px) { /* Adjust breakpoint as needed */
    .chatbot-modal-wrapper {
        width: calc(100% - 30px); /* 15px margin on each side */
        height: calc(100vh - 30px); /* 15px margin on top/bottom */
        margin: 15px; /* Adjust margins for smaller screens */
        border-radius: 10px; /* Slightly smaller radius */
    }

    .chatbot-modal-header {
        padding: 12px 18px;
    }

    .chatbot-modal-title {
        font-size: 1em;
    }

    .chatbot-modal-close-btn {
        font-size: 1.1em;
    }

    .chatbot-modal-footer {
        padding: 12px 18px;
    }

    .chatbot-input {
        padding: 10px 15px;
        font-size: 0.9em;
    }

    .chatbot-send-button {
        padding: 10px 15px;
        font-size: 0.9em;
    }
}

/* Adjustments for very small screens (Full screen modal behavior) */
@media (max-width: 480px) {
    .chatbot-modal-wrapper {
        width: 100%;
        height: 100vh; /* Full screen height */
        margin: 0; /* No margins */
        border-radius: 0; /* No border radius */
        max-width: none;
        max-height: none;
    }

    .chatbot-modal-overlay {
        justify-content: center; /* Center horizontally for full screen */
        align-items: center;     /* Center vertically for full screen */
    }
}


/*
|--------------------------------------------------------------------------
| GENERAL CHATBOT CONTAINER STYLES (Content inside the modal)
|--------------------------------------------------------------------------
*/
.chatbot-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allow it to fill available space */
    height: 100%; /* Important for internal scrolling */
    overflow-y: auto; /* Enable scrolling for messages */
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: #f0f2f5;
    border-radius: 0 0 12px 12px;
}

/*
|--------------------------------------------------------------------------
| MESSAGE BUBBLE STYLES (User & Bot)
|--------------------------------------------------------------------------
*/
.message-bubble {
    display: flex;
    flex-direction: column;
    max-width: 85%;
    margin-bottom: 12px;
    word-wrap: break-word;
    white-space: pre-wrap; /* Preserves whitespace and line breaks */
}

/* Base message content styles (shared by bot and user) */
.chatbot-message-content,
.user-message-content {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    padding: 12px 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Bot Message Specific Styles */
.message-bubble.bot {
    align-self: flex-start; /* Aligns bot messages to the left */
    margin-right: auto;
}

.chatbot-message-content {
    color: #333;
    border-radius: 18px 18px 18px 4px; /* Rounded corners with a flat bottom-left */
    background-color: #e6e6e6; /* Light grey background */
}

/* User Message Specific Styles */
.message-bubble.user {
    align-self: flex-end; /* Aligns user messages to the right */
    margin-left: auto;
}

.user-message-content {
    color: white;
    border-radius: 18px 18px 4px 18px; /* Rounded corners with a flat bottom-right */
    background-color: #007bff; /* Blue background for user messages */
    text-align: left;
}

/* Headings within messages */
.chatbot-message-content h3,
.user-message-content h3 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 700;
}

.chatbot-message-content h3 {
    color: #0056b3;
    border-bottom: 1px solid #dcdcdc;
}

.user-message-content h3 {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

/* Strong/Bold text within messages */
.chatbot-message-content strong,
.user-message-content strong {
    font-weight: 700;
}

.chatbot-message-content strong {
    color: #003366;
}

.user-message-content strong {
    color: #f0f8ff;
}

/* Emojis within messages */
.chatbot-message-content .emoji,
.user-message-content .emoji {
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 5px;
}

/* Lists - Base styles within messages */
.chatbot-message-content ul,
.user-message-content ul,
.chatbot-message-content ol,
.user-message-content ol {
    margin: 8px 0;
    padding-left: 20px; /* Default indent for lists */
}

/* Unordered Lists (bullet points) */
.chatbot-message-content ul,
.user-message-content ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}

.chatbot-message-content ul li,
.user-message-content ul li {
    position: relative;
    padding-left: 25px; /* Space for custom bullet */
    margin-bottom: 3px;
}

.chatbot-message-content ul li::before {
    content: '•'; /* Custom bullet point */
    color: #007bff;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 0;
}

.user-message-content ul li::before {
    color: #fff; /* White bullet for user messages */
}

/* Ordered Lists (numbered lists) */
.chatbot-message-content ol li,
.user-message-content ol li {
    margin-bottom: 3px;
}

.chatbot-message-content ol li {
    color: #555;
}

.user-message-content ol li {
    color: #e0e0e0;
}

/* Paragraphs within messages */
.chatbot-message-content p,
.user-message-content p {
    margin-bottom: 5px;
    margin-top: 0;
}

/* Horizontal Rule/Divider within messages */
.chatbot-message-content hr,
.user-message-content hr {
    border: none;
    border-top: 1px dashed #ccc;
    margin: 20px 0;
}

/* Specific styling for the 'fallback' message */
.chatbot-message-content.fallback-message {
    background-color: #fff3cd; /* Light yellow background */
    border-left: 5px solid #ffc107; /* Orange border */
    border-radius: 18px 18px 18px 4px;
}

/*
|--------------------------------------------------------------------------
| MESSAGE OPTIONS (BUTTONS/CHIPS BELOW MESSAGE)
|--------------------------------------------------------------------------
*/
.chatbot-options-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    align-self: flex-start;
}

.message-bubble.user .chatbot-options-container {
    align-self: flex-end; /* Align options with user messages */
}

.chatbot-option-button {
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    white-space: nowrap; /* Prevent text wrapping */
}

.chatbot-option-button:hover {
    background-color: #e0e0e0;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.chatbot-option-button:active {
    transform: scale(0.98);
    box-shadow: none;
}

/*
|--------------------------------------------------------------------------
| CAROUSEL DISPLAY STYLES (for Samples and Suppliers)
|--------------------------------------------------------------------------
*/
.chatbot-materials-carousel-container {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.chatbot-materials-carousel-container h3 {
    color: #0056b3;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.chatbot-materials-carousel-container p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
}

.materials-carousel {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scroll-snap-type: x mandatory; /* Snap to cards when scrolling */
    padding-bottom: 10px;
    gap: 15px; /* Space between cards */
}

/* Hide scrollbar for aesthetics, but keep functionality */
.materials-carousel::-webkit-scrollbar {
    height: 6px;
}

.materials-carousel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.materials-carousel::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.materials-carousel::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.material-bubble-card {
    flex: 0 0 auto; /* Prevent cards from shrinking or growing */
    width: 130px;
    scroll-snap-align: start;
    text-align: center;
    background-color: #fdfefe;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    padding: 10px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid #f0f0f0;
}

.material-bubble-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.material-bubble-thumbnail {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 8px;
    border: 1px solid #eee;
}

.material-bubble-name {
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Truncate long names */
}

/* Styles for the image modal (if integrated, typically for full-size image viewing) */
.modal-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.modal-footer button {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.modal-footer button:hover {
    background-color: #5a6268;
}
/* FAQComponent.css */

.faq-container {
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.faq-column {
    flex: 1 1;
    min-width: 300px;
}

.contact-us {
    background-color: #fbbf24; 
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 12px;
}

.faq-frame {
    max-height: 400px;
    overflow: hidden; /* Hide scrollbar */
    padding: 10px;
  border-radius: 16px;
    background-color: #ffffff;
    position: relative;
}

.faq-frame::after {
     position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #888;
    pointer-events: none;
}

.faq-item {
    margin-bottom: 10px;
    padding: 12px;
    position: relative;
    background-color: #ffffff;
     border-radius: 24px;
    transition: background-color 0.3s ease;
}

.toggle-btn {
    border: none;
    border-radius: 50%;
    background: none;
    color: #fbbf24;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 10px;
    padding: 5px;
    width: 6%;
}

.toggle-btn.active {
    color: #fbbf24;

}


/* Smooth scrolling */
.faq-frame {
    scroll-behavior: smooth;
    overflow-y: scroll; /* Enable smooth scroll without visible scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.faq-frame::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-container {
        flex-direction: column;
        align-items: center;
    }

    .faq-column {
        width: 100%;
        max-width: 500px;
    }

    .contact-us {
        width: 100%;
        text-align: center;
    }

    .faq-item {
        width: 100%;
    }

    .faq-frame {
        max-height: 300px; /* Adjust for smaller screens */
    }
}

@media (max-width: 480px) {
     
    .faq-item {
        width: 100%;
    }
    .faq-container {
        padding: 10px;
    }

    .contact-us {
        padding: 12px;
        font-size: 16px;
    }

    .toggle-btn {
        right: 2px;
        top: 8px;
        padding: 4px;
    }

    .faq-frame {
        max-height: 250px; /* Further adjust for very small screens */
    }
}

.footer-banner {
  position: relative;
  width: 100%;
  height: 30px;
  overflow: hidden;
  padding: 0 1rem;
  background: linear-gradient(90deg, #b8860b, #a97400, #8b7500, #a97400, #b8860b);
  background-size: 300% 300%;
  animation: goldenGlow 10s ease-in-out infinite, pulse 5s ease-in-out infinite;
  box-shadow: inset 0 0 15px rgba(255, 204, 0, 0.3), 0 0 35px rgba(184, 134, 11, 0.5);
  border-top: 2px solid #d4af37;
}

.footer-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.2) 60%,
    transparent 100%
  );
  animation: shimmer 3s infinite linear;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
}

.footer-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  color: #f8f1c5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.footer-content a {
  color: #d4ffbd;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-content a:hover {
  color: #aaff88;
  text-shadow: 0 0 8px #ccff99;
  text-decoration: underline;
}

.footer-content p {
  font-size: 0.9rem;
  color: #f8f1c5;
  margin: 0;
}

/* Animations */
@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes goldenGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.95; }
}


 
 /* Loader styles */
 .image-blur {
    filter: blur(20px);
    transition: filter 0.5s ease, transform 0.5s ease;
    transform: scale(1.1); /* Slight zoom effect during blur */
  }
  
  .image-loaded {
    filter: blur(0px);
    transform: scale(1); /* Reset scale when fully loaded */
  }
   
  /* Photo Gallery Styles */
  
  .photo-gallery {
    margin-top: 20px;
    padding: 0 64px;
    position: relative;
    overflow: visible;
  }
  
  .gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out; /* Smooth transition */
  }
  
  .gallery-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
     transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Smooth scaling and opacity transition */
  }
  
  .gallery-item:hover .gallery-image {
    transform: scale(1.05); /* Slight scale effect on hover */
    opacity: 0.9; /* Subtle fade effect on hover */
  }
  
  .gallery-item.scaled .gallery-image {
    position: fixed; /* Keep the image in view */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(var(--scale-factor, 1)); /* Instant scaling effect */
    z-index: 1000; /* Ensure the image is above other content */
    max-width: 70vw; /* Maximum width of 70% of viewport width */
    max-height: 70vh; /* Maximum height of 70% of viewport height */
    object-fit: contain; /* Ensures the image scales proportionally within max dimensions */
    transition: transform 0.5s ease-in-out; /* Smooth scaling transition */
  }
  
  .gallery-item:not(.scaled) .gallery-image {
    transition: transform 0.3s ease-in-out; /* Smooth transition when returning to original size */
  }
  
  .gallery-item.scaled .overlay,
  .gallery-item.scaled .overlay-text {
    display: none; /* Hide overlay and text when zoomed */
  }
  
  .overlay-gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
   }
  
  .gallery-item:hover .overlay-gallery-image {
    opacity: 0.6; /* Increase opacity on hover */
    background-color: rgba(162, 139, 85, 0.5);
  }
  
  .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    border-radius: 8px;
    background-color: rgba(46, 61, 225, 0);
    transition: background-color 0.5s ease-in-out;
  }
  
  .gallery-item:hover .overlay {
    background-color: rgba(119, 90, 31, 0.3);
  }
  
  .gallery-item:hover .overlay-text {
    opacity: 1;
  }
  
  /* Responsive Design */
  @media screen and (max-width: 768px) {
    .photo-gallery {
      padding: 0 20px;
    }
  }
  
/*material images*/
 .material-item img {
    width: 100%; /* Ensure the image fits the width of its container */
    height: 160px; /* Set a fixed height for all images */
    object-fit: cover; /* Ensure images cover the container without distortion */
    border-radius: 8px;
  }
  .service-image {
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 16px;
    margin-right:100px;
    }
  /* Add this to your CSS file */
  .image-gallery {
    position: relative;
  }
  .enlarged-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .enlarged-image.active {
    visibility: visible;
    opacity: 1;
  }
  
  .enlarged-image img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 12px;
    transition: transform 0.3s ease; /* Smooth scaling on hover */
  }
  
  .enlarged-image img:hover {
    transform: scale(1.05); /* Scale effect on hover */
  }
  
  .enlarged-image .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 32px;

    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding:  0 12px 4px 12px;
    cursor: pointer;
    transition: background 0.3s ease; /* Smooth background transition */
  }
  
  .enlarged-image .close-button:hover {
    background: rgba(255, 0, 0, 0.7); /* Change background on hover */
  }
  
  .enlarged-image .nav-button {
    position: absolute;
    top: 50%;
    background: rgb(144, 108, 0);
    padding:  0 12px 4px 12px;
    margin: 32px;
    cursor: pointer;
    font-size: 32px;
    transition: background 0.3s ease; /* Smooth background transition */
  }
  
  .enlarged-image .nav-button:hover {
    background: rgb(94, 71, 3);
  }
  
  .enlarged-image .nav-button.prev {
    left: 10px;
  }
  
  .enlarged-image .nav-button.next {
    right: 10px;
  }
  
   
  
  @keyframes zoomIn {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1); /* Adjust this value for more/less zoom */
    }
  }
  
  .photo {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease; /* Smooth scaling on hover */
  }
  
  .photo {
    transition: transform 0.3s ease; /* Smooth transition for the scale effect */
}

.photo:hover {
    transform: scale(1.05); /* Scale effect on hover */
}

.image-container {
  width: 100%; /* Ensure the container takes up full width of its parent */
  max-width: 100%; /* Prevents the image container from exceeding the screen width */
  padding: 0 10px; /* Adds padding for better spacing */
  box-sizing: border-box; /* Ensures padding doesn't affect total width */
}

.image-container img {
  width: 100%; /* Makes the image scale to 100% of the container width */
  height: auto; /* Maintains aspect ratio of the image */
  border-radius: 8px; /* Optional: Adds rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Adds shadow */
}

/* Media Query for tablets and mobile devices */
@media (max-width: 1024px) {
  .image-container {
      padding: 0 20px; /* Adjust padding on medium screens */
  }
}

@media (max-width: 768px) {
  .image-container {
      padding: 0 15px; /* Adjust padding on smaller screens */
  }

  .image-container img {
      width: 100%; /* Ensure the image scales to full width */
      height: auto; /* Maintains aspect ratio */
  }
}

@media (max-width: 480px) {
  .image-container img {
      width: 100%; /* Forces image to be responsive on small devices */
      height: auto;
  }
}
.about-us-container {
  position: relative;
  text-align: center;
}

.pstyle {
  margin-bottom: 20px;
}


/* This div contains the actual slideshow images and controls its overall size within the column */
.image-slideshow-in-col {
  position: relative; /* Essential for absolutely positioned children */
  width: 100%; /* Take full width of its parent Bootstrap Col */
   height: 550px; /* Adjusted to be slightly larger */
  overflow: hidden; /* Hides parts of images that go outside this container */
  margin: 0 auto; /* Centers the slideshow horizontally within the Col if max-width is less than 100% */
   box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); 
   border-radius :18px;
   /* Slightly more pronounced shadow for "arbat" look */
}

/* Styles for individual images within the slideshow (managed by Framer Motion) */
.slideshow-image {
  position: absolute; /* Allows images to overlap for transitions */
  top: 0;
  left: 0;
  width: 100%; /* Make image fill the .image-slideshow-in-col */
  height: 100%; /* Make image fill the .image-slideshow-in-col */
  background-size: cover; /* Ensures the image covers the area, cropping if necessary */
  background-position: center; /* Centers the image within the area */
  background-repeat: no-repeat;
  /* Opacity and transform are handled by framer-motion variants in JS (imageVariants) */
}


.slideshow-image.active {
  opacity: 1;
  transition: opacity 2s ease; /* Fade in */
}

/* Zoom-in animation */
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Zoom in */
  }
  100% {
    transform: scale(1); /* Reset scale */
  }
}

/* Zoom-out animation */
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9); /* Zoom out */
  }
  100% {
    transform: scale(1); /* Reset scale */
  }
}

/* Apply animations to images */
.zoom-in {
  animation: zoomIn 6s ease-in-out forwards;
}

.zoom-out {
  animation: zoomOut 6s ease-in-out forwards;
}

/* Ensure each image has a 2-second freeze after zooming */
.slideshow-image.active {
  animation-delay: 2s;
}

.kitchen-section {
  display: flex;
  flex-wrap: wrap; /* Ensures wrapping for smaller screens */
  padding: 60px;
}

.kitchen-image img {
  width: 100%;
  max-width: 500px; /* Limits image width */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.kitchen-content {
  flex: 1 1; /* Take up remaining space */
  margin: 20px;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.kitchen-content h2 {
  font-size: 2em;
  margin-bottom: 15px;
}

.kitchen-content h4 {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #666;
  font-style: italic;
}

.kitchen-content p {
  font-size: 1em;
  margin-bottom: 20px;
  color: #333;
}

.highlight-button {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #ffcc00;
  border: none;
  color: white;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1em;
  margin-top: 30px;
  cursor: pointer;
}

.highlight-button2 {
  width: 100%;
  padding: 15px;
  background-color: #ffcc00;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 15px;
  cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .kitchen-section {
    padding: 30px;
  }

  .kitchen-content {
    padding: 20px;
  }

  .highlight-button, .highlight-button2 {
    padding: 12px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .kitchen-section {
    flex-direction: column; /* Stacks content vertically */
    padding: 20px;
  }

  .kitchen-image img {
    max-width: 100%;
  }

  .highlight-button, .highlight-button2 {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .kitchen-content h2 {
    font-size: 1.5em; /* Smaller headings */
  }

  .kitchen-content h4 {
    font-size: 1em;
  }

  .kitchen-content p {
    font-size: 0.9em;
  }

  .highlight-button, .highlight-button2 {
    font-size: 0.9em;
  }
}
/* Slideshow Container */
.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Slide Image */
.slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

/* Navigation Buttons */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.5rem;
  border-radius: 50%;
  z-index: 9;
}

.prev {
  left: 15px;
}

.next {
  right: 15px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .prev,
  .next {
    padding: 8px 16px;
    font-size: 1.2rem;
  }

  .slide-image {
    max-height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .prev,
  .next {
    padding: 6px 12px;
    font-size: 1rem;
  }
}



.our-work-link {
    text-decoration: none;
    color: inherit; /* Inherit text color for the link */
  }
  
  .our-work-image-container {
    overflow: hidden;
    border-radius: 10px;
  }
  
  .our-work-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    margin-bottom: 24px;
  }
  
  .our-work-image-container:hover .our-work-image {
    transform: scale(1.1); /* Slight zoom effect on hover */
  }
  
  .our-work-subtitle {
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #b8860b; /* White text color for subtitles */
    transition: color 0.3s ease;
  }
  /* Our Work Page Styles */
.our-work-image-container {
  position: relative;
  overflow: hidden;
}

.our-work-image {
  width: 100%;
  height: auto;
  transition: filter 0.5s ease-in-out; /* Smooth transition for removing blur */
}

.blur {
  filter: blur(10px); /* Initial blur effect */
}

/* Custom pagination styles */
.pagination {
    justify-content: center;
    margin-top: 20px;
  }
  
  .pagination .page-item {
    margin: 0 5px;
  }
  
  .pagination .page-link {
    color: #cda765; /* Primary color for the pagination links */
    background-color: #fff;
    border: 1px solid #cda765;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  
  .pagination .page-link:hover {
    color: #fff;
    background-color: #cda765;
    border-color: #cda765;
    text-decoration: none;
  }
  
  .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #cda765;
    border-color: #cda765;
  }
  
  .pagination .page-link:focus {
    box-shadow: none;
  }
     
    
  .close-button, .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: background 0.3s ease;
  }
  
  .close-button {
    right: 20px;
  }
  
  .nav-button {
    background: rgba(0, 0, 0, 0.6);
  }
  
  .prev {
    left: 20px;
  }
  
  .next {
    right: 70px;
  }
  
  .nav-button:hover, .close-button:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  
  .fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
  
  .fade-in {
    opacity: 1;
  }
  
  .photo {
    opacity: 0;
    transition: opacity 0.5s ease-in-out; /* Fade-in effect */
  }
  
  .photo.loaded {
    opacity: 1; /* Fully visible */
  }
  
/* Body styling */
.body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    padding: 20px;
  }
  
  /* Services section container */
  .privacy-section {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  /* Privacy Policy title */
  .privacy-title {
    text-align: center;
    font-size: 2em; /* Reduced font size */
    color: #333;
    margin-bottom: 30px;
  }
  
  /* Section content styling */
  .privacy-content {
    margin-bottom: 25px;
  }
  
  .privacy-heading {
    font-size: 1.5em; /* Reduced font size */
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
  }
  
  /* Paragraph styling */
  .privacy-text {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
  }
  
  /* Unordered list for list items */
  .privacy-list {
    list-style-type: disc;
    margin-left: 20px;
  }
  
  .privacy-list-item {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 10px;
  }
  
  /* Anchor tag styling */
  a.privacy-link {
    color: #007bff;
    text-decoration: none;
  }
  
  a.privacy-link:hover {
    text-decoration: underline;
  }
  
  /* Responsive Design */
  @media (max-width: 1024px) {
    .privacy-section {
      padding: 20px;
    }
  
    .privacy-title {
      font-size: 1.8em; /* Reduced font size */
    }
  
    .privacy-heading {
      font-size: 1.3em;
    }
  
    .privacy-text, .privacy-list-item {
      font-size: 1em;
    }
  }
  
  @media (max-width: 768px) {
    .privacy-title {
      font-size: 1.6em; /* Reduced font size */
    }
  
    .privacy-heading {
      font-size: 1.2em;
    }
  
    .privacy-text, .privacy-list-item {
      font-size: 1em;
    }
  }
  
  @media (max-width: 480px) {
    .privacy-title {
      font-size: 1.4em; /* Reduced font size */
    }
  
    .privacy-heading {
      font-size: 1.1em;
    }
  
    .privacy-text, .privacy-list-item {
      font-size: 0.9em;
    }
  }
  
/* SuppliersSlider.css */
.suppliers-slider {
  padding: 2rem 0;
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.suppliers-title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}

.supplier-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
}

.supplier-card img {
  max-height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.supplier-card img:hover {
  transform: scale(1.05);
}

/* General Tab Styles */
#quote-tabs .nav-link {
  color:goldenrod; /* Tab color */
  font-weight: bold;
  font-size: 16px;
  border: 2px solid transparent;
   padding: 10px;
  transition: background-color 0.3s, color 0.3s;
}

#quote-tabs .nav-link.active {
  color: white;
  background-color:  #fbbf24; /* Active tab color */
  border-color: #fbbf24;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

 

/* Tab Content Styles */
.tab-content {
  padding: 20px;
   border-radius: 8px;
 }

.tab-content h4 {
  color:  goldenrod;
  font-size: 20px;
  margin-bottom: 20px;
}

/* Add padding between cards */
.measurement-card,
.feature-card,
.shape-card {
  margin-bottom: 20px; /* Space between rows of cards */
  padding: 10px; /* Inner padding for the card content */
}

/* Text styling for selected cards */
.measurement-card.selected .card-title,
.feature-card.selected .card-title,
.shape-card.selected .card-title {
  color: white; /* Ensure the text inside the selected card is white */
  
}

/* Ensure the text inside the card body is white when selected */
.measurement-card.selected .card-body,
.feature-card.selected .card-body,
.shape-card.selected .card-body {
  color: white;
}
  /* Common Card Styles for KitchenSelection and ShapeSelection */
.measurement-card, .shape-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.measurement-card:hover, .shape-card:hover {
    transform: scale(1.05);
 }
 

/* General styles for images */
.material-item {
    cursor: pointer;
    position: relative;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center; /* Center-align the text */
  }
  
  .material-item img {
    margin-bottom: 10px; /* Add margin below the image to create space between the image and text */
    max-width: 100%; /* Ensure the image is responsive */
   }
 
  
  .material-item:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .sample-item.selected {
    border: 2px solid #fbbf24;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
    z-index: 1;
    color: #ffffff; /* Set text color to white */
  }
  
  .material-item.selected {
    border: 2px solid #fbbf24;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
    z-index: 1;
    color: black; /* Set text color to white */
  }

  .ContactSection {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(153, 153, 153, 0.2); /* Dark transparent background */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     /* General body styling */
  }
 
/* Container styling */
.ContactSection {
   padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  color: white; /* Ensures all text inside is white */
}

/* Form label styling */
.ContactSection .form-label,
.ContactSection h1,
.ContactSection h2,
.ContactSection p,
.ContactSection .small {
  color: white; /* Set label and header text color to white */
}
 

 
.ContactSection .form-control:focus {
  border: 1px solid goldenrod; /* Gold border on focus */
  box-shadow: none; /* Remove focus shadow */
}

/* Button styling */
.ContactSection .btn-primary {
  background-color: goldenrod;
  border: none;
  color: white;
  padding: 12px;
  border-radius: 5px;
}

.ContactSection .btn-primary:hover {
  background-color: goldenrod; /* Slightly lighter color on hover */
}

/* Success and error message styling */
.ContactSection .alert-success,
.ContactSection .alert-danger {
  background-color: #333;
  color: white;
  border: 1px solid goldenrod;
}

 
/*quote*/

.quoteSection {
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5); /* Dark transparent background */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .quoteSection  h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color:  #cda765;
  }
  
  .quoteSection p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
  }
   
  .quoteSection2 {
    margin-bottom: 40px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.5); /* Dark transparent background */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .quoteSection2  h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color:  #cda765;
  }
  
  .quoteSection2 p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
  }
  .manufacturer-photo  {
    text-align: center;
    
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
  }
  
   
  
  .quoteForm .form-group {
    margin-bottom: 30px;
  }
  
  .quoteForm input[type="text"], 
  .quoteForm input[type="email"], 
  .quoteForm input[type="radio"] {
    border-radius: 4px;
    border: 1px solid #ced4da;
    padding: 10px;
    width: 100%;
    font-size: 16px;
  }
  
  .quoteForm input[type="checkbox"] {
    margin-right: 10px;
  }
  
  .quoteForm label {
    font-size: 14px;
    color: #555;
  }
  
  .quoteForm button {
    margin-top: 16px;
    background-color:  #cda765; /* Adjust the background color */
    color: white; /* Adjust text color */
    border: none; /* Remove border */
    padding: 10px 20px; /* Adjust padding */
    font-size: 16px; /* Adjust font size */
    border-radius: 5px; /* Adjust border radius */
    cursor: pointer;  
   }
  
 
  /*  header color */
  .quote-link {
    color: #dfb50a;
    text-decoration: none; /* Remove underline */
    font-weight: bold;
    transition: color 0.3s, text-shadow 0.3s;
  } 
/* Styling for the response buttons container */
.response-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center; /* Center buttons horizontally */
}

/* Common styles for both Yes and No buttons */
/* Common styles for both Yes and No buttons, and select */
.yes-btn, .no-btn, .select {
  background-color: transparent; /* Default to transparent */
  color: goldenrod; /* Default text color */
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid transparent; /* Border for unselected buttons */
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 100px; /* Ensure the buttons have the same width */
}
 
 
 /* General button styles (for active and inactive states) */
.yes-btn, .no-btn, .select {
  background-color: transparent; /* Default to transparent */
  color: goldenrod; /* Default text color */
  padding: 10px 10px;
  font-size: 14px;
  border: 2px solid transparent; /* Border for unselected buttons */
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  min-width: 80px; /* Ensure buttons have consistent width */
}

/* Active button (selected) style */
.yes-btn.active, .no-btn.active, .select.active {
  background-color: goldenrod; /* Background color for active button */
  color: white; /* Text color for active button */
  border-color: #cda765; /* Border color for active button */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for active button */
}

/* Inactive (default) button style */
.yes-btn, .no-btn, .select {
  background-color: transparent; /* Transparent background for inactive state */
  color: goldenrod; /* Text color for inactive button */
  border-color: transparent; /* No border for inactive state */
  box-shadow: none; /* No shadow for inactive state */
}

/* Active state for buttons when selected (logic for selection) */
.yes-btn.selected, .no-btn.selected {
  background-color: goldenrod;
  color: white;
  border-color: #cda765;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


 
 /* Photo container styles */
.photo-container {
  display: inline-block;
  margin: 2px;
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: center; /* Center text horizontally inside the container */
}

.sample-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  display: block; /* Makes the image behave like a block-level element */
  margin: 0 auto; /* Centers the image inside the container */
}

/* Highlight selected photo */
.photo-container.selected {
  border: 2px solid goldenrod; /* Green border for selected photos */
  opacity: 0.9; /* Slightly reduce opacity for selected */
  padding: 6px;
}

/* Disable photo container styles when not selectable */
.photo-container.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: grayscale(50%); /* Make it look less active by desaturating */
}

 

/* Photo grid layout */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* Responsive grid */
  grid-gap: 15px;
  gap: 15px;
  margin-top: 20px;
}

/* Media query for smaller screen sizes */
@media (max-width: 768px) {
  .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); /* Smaller columns for mobile */
  }

  
        .quoteSection   h2 {
    font-size: 20px;
  }
  .quoteSection2  h2 {
    font-size: 20px;
  }

    .quoteSection2  p {
    font-size: 14px;
  }
  .yes-btn, .no-btn, .select {
    font-size: 12px;
    padding: 6px 8px;
    max-width: 60%;
  }

}

@media (max-width: 480px) {
  .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); /* Even smaller columns for very small screens */
  }

} 
/* === PROGRESS WRAPPER === */
.progress-wrapper {
    position: relative;
    padding: 4px 0 10px;
    margin-bottom: 4px;
}

/* === BASE LINE === */
.progress-wrapper::before {
    content: '';
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 3px;
    z-index: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: background-color 0.4s ease;
}

/* === ACTIVE GOLD BAR === */
.custom-progress-bar {
    position: absolute;
    top: 31px;
    left: 0;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, #c8a100, #ffe680, #c8a100);
    z-index: 1;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.6);
    filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.9));
    animation: shine-fast 1.2s linear infinite;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
}

/* Shine overlay */
.custom-progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shine-move 1.2s linear infinite;
    pointer-events: none;
    border-radius: 3px;
}

/* === VALID GREEN BAR === */
.custom-progress-bar.valid {
    background: linear-gradient(90deg, #28a745, #94f0a8, #28a745);
    box-shadow: 0 2px 14px rgba(40, 167, 69, 0.9);
    filter: drop-shadow(0 0 8px rgba(40, 167, 69, 1));
}

/* === ANIMATIONS === */
@keyframes shine-move {
    0% { left: -40%; }
    100% { left: 140%; }
}

@keyframes shine-fast {
    0%, 100% {
        filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.9));
    }
    50% {
        filter: drop-shadow(0 0 18px rgba(255, 255, 255, 1));
    }
}

/* === STEP CIRCLES === */
.step-circles-inside {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

/* Each Step Container */
.step-circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
}

/* Circle (Icon) */
.step-circle-inside {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #888;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.03);
    margin-top: 6px;
    z-index: 3;
    transition: all 0.25s ease-in-out;
}

/* Hover lift */
.step-circle-container:hover .step-circle-inside {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Active */
.step-circle-container.active .step-circle-inside {
    background-color: goldenrod;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(218, 165, 32, 0.5);
    animation: pop-gold 0.5s ease;
}

/* Complete */
.step-circle-container.complete .step-circle-inside {
    background-color: goldenrod;
    color: white;
    box-shadow: 0 4px 14px rgba(218, 165, 32, 0.4);
}

/* Error */
.step-circle-container.error .step-circle-inside {
    background-color: #dc3545;
    color: white;
    box-shadow: 0 3px 10px rgba(220, 53, 69, 0.4);
    animation: shakeVerySubtle 0.3s ease both;
}

@keyframes pop-gold {
    0% { transform: scale(0.95); opacity: 0.9; }
    50% { transform: scale(1.12); opacity: 1; }
    100% { transform: scale(1.1); }
}

@keyframes shakeVerySubtle {
    10%, 90% { transform: translateX(-0.5px) scale(1.08); }
    20%, 80% { transform: translateX(1px) scale(1.08); }
    30%, 50%, 70% { transform: translateX(-1.5px) scale(1.08); }
    40%, 60% { transform: translateX(1.5px) scale(1.08); }
}

/* Label Text */
.step-label-text {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s ease;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.step-circle-container.active .step-label-text,
.step-circle-container.complete .step-label-text {
    color: goldenrod;
    font-weight: 600;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
    .progress-wrapper::before,
    .custom-progress-bar {
        top: 26px;
        height: 5px;
    }
    .step-circle-inside {
        width: 45px;
        height: 45px;
        font-size: 1.4rem;
        margin-top: 5px;
    }
    .step-label-text {
        font-size: 0.85rem;
        margin-top: 7px;
    }
}

@media (max-width: 768px) {
    .progress-wrapper::before,
    .custom-progress-bar {
        top: 23px;
        height: 4px;
    }
    .step-circle-inside {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        margin-top: 4px;
    }
    .step-label-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .progress-wrapper::before,
    .custom-progress-bar {
        top: 20px;
        height: 3px;
    }
    .step-circle-inside {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
        margin-top: 3px;
    }
    .step-label-text {
        font-size: 0.75rem;
        letter-spacing: 0.1px;
    }
}

/* Container for all review cards */
.reviews-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px; /* مسافة بين البطاقات */
  margin: 20px auto; /* لتوسيط الحاوية */
  padding: 0 15px;
}

/* Review Card Styles */
.review-card {
  width: 100%; /* استخدام كامل العرض في الحاوية */
  max-width: 360px; /* جعل الحجم ثابت لجميع البطاقات */
  min-height: 250px; /* التأكد من أن البطاقات لها ارتفاع ثابت */
  background-color: #fff;
  border-radius: 12px;
  padding: 20px; /* IMPORTANT: Keep padding consistent */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  margin: 15px auto; /* جعل البطاقات متناظرة */
  display: flex; /* ADD: Flex for internal layout */
  flex-direction: column; /* ADD: Stack content vertically */
}

/* Hover Effects for Card */
.review-card:hover {
  transform: translateY(-5px); /* Slight lift when hovered */
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
  z-index: 10; /* ADD: Bring hovered card to front */
}

/* Title and Rating */
.review-card h2,
.review-card h4 {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 8px; /* Adjust margin */
}

.review-card p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0; /* REMOVE default margin, manage in wrapper */
}

/* Star Rating Styles */
.review-card .fa-star {
  color: #ffcc00;
  margin: 0 2px;
  font-size: 1.2rem;
}

/* Scrollable Text for Long Reviews */
.review-text-wrapper { /* TARGET THIS CLASS directly as used in CardWidget.js */
  /* This section manages the text's scrollability */
  flex-grow: 1; /* ALLOW this wrapper to take available space in review-card-body */
  overflow-y: hidden; /* HIDDEN by default */
  max-height: 120px; /* Initial visible height for text */
  position: relative; /* If you add gradients etc. */
  padding-right: 0; /* Remove default padding for scrollbar */
  transition: max-height 0.3s ease-out; /* Smooth transition when max-height changes */
}

/* Only show scrollbar and expand height when it's a long review AND hovered */
.review-text-wrapper.long-review.hovered { /* Combined classes from CardWidget.js */
  overflow-y: scroll; /* Show scrollbar on hover for long reviews */
  /* Calculate max-height to ensure it stays within the Card's min-height */
  /* This calc assumes 250px min-height for .review-card, and padding/header space */
  max-height: calc(100% - 100px); /* Adjust 100px based on actual header/rating height in your card */
  /* This needs to be less than review-card's min-height minus header/footer content */
  padding-right: 6px; /* Add padding here only when scrollbar is active */
}

/* REMOVE THE CSS ANIMATION */
/*
.review-card:hover .scrollable-text,
.review-card:active .scrollable-text {
  animation: scroll-text 8s linear forwards;
}

@keyframes scroll-text {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(calc(-100% + 120px));
  }
}
*/

/* --- Global Carousel/Wrapper Styles --- */
/* App.css or a new Reviews.css file */

.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cards-wrapper {
  display: flex;
  overflow-x: scroll; /* Horizontal scroll */
  /* CRITICAL: ENSURE NO VERTICAL OVERFLOW HERE */
  overflow-y: hidden; /* <--- ADD THIS to prevent vertical scroll in carousel wrapper */
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 -1rem;
  align-items: flex-start; /* Align cards to the top, useful if heights differ */
}

.cards-wrapper::-webkit-scrollbar {
  display: none;
}

.card-widget-wrapper {
  flex: 0 0 auto;
  width: 90%;
  max-width: 300px;
  margin: 0 1rem;
  scroll-snap-align: center;
  padding: 0.5rem;
  /* Ensure the wrapper also doesn't change height unexpectedly */
  /* It should respect the max-width of the review-card */
  /* No specific height needed here if review-card has one */
}

/* Existing review-card and related styles, ensure they are placed */
/* correctly and not duplicated or overridden unintentionally */
.review-card .card-body {
  padding: 1.5rem; /* This padding might be overridden by .review-card's padding */
  /* Be consistent with padding: 20px; in .review-card */
  flex-grow: 1; /* Allow body to take available space */
  display: flex; /* Make it a flex container */
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center horizontally */
  justify-content: flex-start; /* Align content to the top */
}

.review-card .review-text { /* This rule is problematic with the new `review-text-wrapper` */
  /* This class is now inside `review-text-wrapper` */
  /* So, `max-height` and `overflow` should be managed by `review-text-wrapper` */
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  /* REMOVE THESE from .review-text as they are handled by .review-text-wrapper */
  /* max-height: 120px; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  margin: 0; /* Ensure no extra margins */
}

/* Other existing styles for arrows etc. */
/* ... */
/* Arrow Buttons */
.carousel-arrow {
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #555;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-arrow:hover {
  background-color: #f0f0f0;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.left-arrow {
  left: 0;
  /* Adjust margin to align with the carousel-container's padding */
  margin-left: -5px; /* Smaller negative margin if container has padding */
}

.right-arrow {
  right: 0;
  /* Adjust margin to align with the carousel-container's padding */
  margin-right: -5px; /* Smaller negative margin if container has padding */
}

.service-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  flex-grow: 1; /* Ensures cards stretch to fill available space */
  min-height: 350px; /* Ensures all cards have a consistent minimum height */
}
.services-subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}

.service-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: scale(1.05); /* Slight scale effect on hover */
}

.service-icon {
  color: hsl(43, 96%, 56%);
  margin-bottom: 20px;
}
/* Heading styling */
.highlight-button3 {
  margin-top: 12px;
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #ffcc00;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 12px;
  cursor: default;
}

.service-title {
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

.service-description {
  font-size: 20px;
  color: #555;
  line-height: 1.6;
}

/* Footer text styling */
.footer-text {
  background-color: #fbbf24;
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
  margin-top: 20px;
  border-radius: 4px;
}

/* Responsive styling */
@media (max-width: 1024px) {
  .services-title {
    font-size: 22px;
  }

  .services-subtitle {
    font-size: 16px;
  }

  .service-card {
    padding: 15px;
  }

  .service-icon {
    font-size: 1.2rem; /* Slightly smaller icon */
  }

  .service-description {
    font-size: 16px; /* Smaller description text */
  }
}

@media (max-width: 768px) {
  .services-title {
    font-size: 20px; /* Smaller title font */
  }

  .services-subtitle {
    font-size: 14px; /* Smaller subtitle font */
  }

  .service-card {
    width: 100%; /* Ensure the card takes more space on small screens */
    padding: 12px;
    min-height: 150px; /* Ensures all cards have a consistent minimum height */

  }

  .service-icon {
    font-size: 1.5rem; /* Smaller icon for mobile */
  }

  .service-description {
    font-size: 16px; /* Smaller description text */
  }
  .highlight-button3 {
    font-size: 1.1em;
    
  }
  
}

@media (max-width: 480px) {
  .highlight-button3 {
    font-size: 1em;
    
  }
  
  .services-title {
    font-size: 18px; /* Even smaller title font */
  }

  .services-subtitle {
    font-size: 12px; /* Even smaller subtitle font */
  }

  .service-card {
    width: 100%; /* Full width card */
    padding: 10px;
  }

  .service-icon {
    font-size: 1.1rem; /* Further smaller icon */
  }

  .service-description {
    font-size: 16px; /* Smaller description text */
    line-height: 1.5; /* Tighter line height */
  }
}
.service-col {
  display: flex;
  justify-content: center;
  align-items: stretch; /* Stretch cards to match height */
}



.service-card:hover {
  transform: scale(1.05); /* Slight scale effect on hover */
}

.slider-image {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease; /* Smoother transition */
  border-radius: 8px; /* Rounded corners for a more polished look */
  width: 100%; /* Make sure images are responsive */
  max-width: 350px; /* Limit maximum width for larger screens */
  margin: 10px; /* Add margin to create space between images */
}

.slider-image:hover {
  transform: scale(1.15); /* Scale slightly larger */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* Add a shadow to give a lifting effect */
}

.slider-row {
  margin-bottom: 20px; /* Add space between rows */
  display: flex; /* Use flexbox to align items */
  flex-wrap: wrap; /* Allow items to wrap onto the next line */
  justify-content: space-between; /* Space out items evenly */
}

/* تصميم الشاشات الصغيرة */
@media (max-width: 768px) {
  .slider-image {
    max-width: 200px; /* Reduce image size on smaller screens */
    margin: 5px; /* Adjust margin for smaller screens */
  }

  .image-wrapper {
    padding: 10px; /* Adjust padding for mobile screens */
  }

  .slider-row {
    margin-bottom: 15px; /* Reduce space between rows on mobile */
  }
}


.hstyle {
    color: #493a22;
    font-weight: bold;
    font-size: 26px;
    font-style: italic;

  }
  .h6style {
    font-style: italic;
     font-size: 24px;
     color:#dfb50a

  }
  .h7style{

    font-size: 18px;
  }
  
  @media (min-width: 768px) {
    /* Applies to screens larger than 768px (e.g., tablets, desktops) */
    .pstyle {
      font-size: 18px; /* Larger font size for larger screens */
    }

  }
  .text-danger {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
  
  .text-success {
    color: green;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  /*forms*/
  
/* Form Styles */
.theformcontainer {
  background-color: rgba(208, 208, 208, 0.1); /* Black background with 50% opacity */
}
.theformcontainer h2{
  font-size: 28px;
  margin-bottom: 20px;
  color:  #cda765;
}
/* Golden Button */
.golden-button {
    background-color: gold;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.golden-button:hover {
    background-color: darkgoldenrod;
}
 
 /* For tablets and smaller desktops */
@media (max-width: 992px) {
  .subtitle {
    font-size: 1.1rem;
    letter-spacing: 0.8px;
  }
}

/* For small tablets and large mobile devices */
@media (max-width: 768px) {
  .subtitle {
    font-size: 1rem;
    letter-spacing: 0.6px;
  }
}

/* For mobile devices */
@media (max-width: 576px) {
.h7style{
  font-size: 16px;

}
  .subtitle {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
  .h6style {
    font-size: 18px; /* Default for mobile */
 }
 .hstyle {
  font-size: 22px; /* Default for mobile */
}
.pstyle{
  font-size: 14px; /* Default for mobile */

}
}


.why-choose-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 1.1em;
  text-align: left; /* Ensures the list items align from left to right */
}

.why-choose-list li {
  margin-bottom: 15px;
}

.why-choose-list strong {
  font-weight: bold;
  color: #333;
}/* CSS */
.phone-link {
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin: 4px;
}
.contact-link {
  color: inherit; /* Inherits parent color */
  text-decoration: none; /* Removes underline */
}


 
.thankyou-container {
  height: 100vh;
  background-color: #fff;
  text-align: center;
}

.thankyou-title {
  font-size: 2rem;
  margin-top: 20px;
}

.thankyou-message {
  font-size: 1.2rem;
  color: #555;
}

/*
|--------------------------------------------------------------------------
| Floating Action Button (FAB) Container
|--------------------------------------------------------------------------
| Controls the overall positioning and layout of the FAB and its options.
*/
.fab-container {
    position: fixed;
    bottom: 24px; /* Keep it at the bottom */
    left: 24px; /* Keep it at the left */
    z-index: 10000;
    display: flex;
    flex-direction: column; /* Main container is still column to stack options above main button */
    align-items: flex-start; /* Align everything to the left */
}

/*
|--------------------------------------------------------------------------
| FAB Options Wrapper
|--------------------------------------------------------------------------
| Contains the individual option buttons.
| Changed back to vertical display (column).
*/
.fab-options-wrapper {
    position: absolute;
    bottom: 80px; /* Adjust to sit above the main button */
    left: 0; /* Align with the left of the main button */
    display: flex;
    flex-direction: column; /* Changed back to column for vertical stacking */
    gap: 8px; /* Space between option buttons */
    /* REMOVED: max-width, overflow-x, overflow-y, padding-bottom, and scrollbar hiding */
    /* These were for horizontal overflow, no longer needed for vertical stacking */
}

/*
|--------------------------------------------------------------------------
| FAB Main Button
|--------------------------------------------------------------------------
*/
.fab-main {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0062ff, #00d4ff);
    color: white;
    font-size: 26px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    animation: fab-pulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

.fab-main:hover {
    transform: scale(1.05);
    animation: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

@keyframes fab-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.04);
        box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
}

/*
|--------------------------------------------------------------------------
| FAB Options (Individual Buttons - Chip/Pill Style)
| These styles remain largely the same, focusing on the individual button appearance.
|--------------------------------------------------------------------------
*/
.fab-option {
    border: none;
    border-radius: 25px;
    padding: 8px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 0.9em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    white-space: nowrap; /* Keep this to ensure text doesn't wrap inside the chip */
    /* REMOVED: flex-shrink: 0; as it's less critical for vertical layout */
    min-width: 140px; /* Maintain consistent minimum width */
}

/* Specific button colors and text/icon color */
.fab-option.whatsapp {
    background-color: #25D366; /* WhatsApp Green */
    color: white; /* White text/icon */
}

.fab-option.quote {
    background-color: #DAA520; /* Goldenrod */
    color: white; /* White text/icon */
}

.fab-option.chatbot {
    background-color: #673AB7; /* Dark Purple */
    color: white; /* White text/icon */
}

/* Hover effects for specific buttons */
.fab-option:hover {
    transform: translateX(5px); /* Changed back to translateX for a subtle slide when stacked vertically */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.fab-option.whatsapp:hover {
    background-color: #1EBE5A;
}

.fab-option.quote:hover {
    background-color: #C0901A;
}

.fab-option.chatbot:hover {
    background-color: #512DA8;
}

/* Ensure FontAwesome icons inherit color and have correct spacing */
.fab-option .svg-inline--fa {
    color: inherit;
    font-size: 1.1em;
}

/*
|--------------------------------------------------------------------------
| Responsive Adjustments
|--------------------------------------------------------------------------
*/
@media (max-width: 600px) {
    .fab-container {
        bottom: 15px;
        left: 15px;
    }

    .fab-main {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }

    .fab-options-wrapper {
        bottom: 70px;
        gap: 6px;
        /* max-width for vertical stack isn't typically needed, as it will take full available width.
           If you want to limit the width of the options themselves, apply max-width to .fab-option instead. */
    }

    .fab-option {
        padding: 6px 12px;
        font-size: 0.85em;
        min-width: 120px;
        border-radius: 20px;
    }

    .fab-option .svg-inline--fa {
        font-size: 1em;
    }
}
/* Card Navigation Styling */
.nav-item-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right:32px;
  padding-left:32px;
  border-radius: 15px;
  }

.nav-item-custom svg {
  color: #dfb50a;
  font-size: 28px;
 }

  

.nav-item-custom.selected svg {
  color: #ffd117;
}

.nav-title-custom {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: inherit;
}

.nav-text-custom {
  font-size: 16px;
  color: #555;
  margin: auto;
  line-height: 1.6;
  text-align: left;
}

/* Adjustments for medium screens (tablets and larger phones) */
@media (max-width: 1200px) {
   

  .nav-title-custom {
    font-size: 14px;
  }
}

/* Adjustments for smaller screens (phones) */
@media (max-width: 768px) {
 

  .nav-item-custom {
    display: flex;
    padding:  1px;
      }

  .nav-item-custom svg {
    font-size: 24px;
  }

  .nav-title-custom {
    font-size: 14px;
  }

  .nav-text-custom {
    font-size: 14px;
    padding: 0 10px;
  }
}

/* Styling for the navigation icons */
.nav-item-custom {
  display: flex;
  justify-content: center;
  align-items: center;
   cursor: pointer;
  transition: transform 0.3s, color 0.3s ease; /* Smooth transition on hover or select */
}

.nav-item-custom:hover {
  transform: scale(1.2); /* Slight zoom effect when hovering */
  color: #dfb50a; /* Change color on hover */
}

/* Style for selected nav item */
.nav-item-custom.selected {
  color: #dfb50a; /* Color when the item is selected */
}

/* Style for icon size and spacing */
.nav-item-custom svg {
  transition: transform 0.3s, color 0.3s ease; /* Smooth icon color change and size transition */
}

.nav-item-custom.selected svg {
  transform: scale(1.3); /* Slightly enlarge the icon when selected */
}

/* Styling for the title when a nav item is selected */
.nav-title-custom {
  font-size: 24px;
  font-weight: bold;
  color: #333; /* Default text color */
 }

/* Text style for the description */
.nav-text-custom {
  font-size: 16px;
  color: #666; /* Subtle gray for the text */
 }

/* Responsive Styling for smaller screens */
@media (max-width: 768px) {
  .nav-item-custom {
    margin: 0 10px; /* Decrease space between icons on mobile */
  }

  .nav-title-custom {
    font-size: 20px; /* Adjust title size on mobile */
  }

  .nav-text-custom {
    font-size: 14px; /* Adjust text size on mobile */
  }
}

