:root {
    /* Brand Colors */
    --fpt-primary-orange: #FF6600;
    --fpt-primary-blue: #0066CC;
    --fpt-orange-light: #FFE5CC;
    --fpt-blue-light: #E6F0FF;
    --fpt-dark: #1a1a1a;
    --fpt-text: #333333;
    --fpt-text-light: #666666;
    --fpt-gray-light: #f5f5f5;
    --fpt-white: #ffffff;
    --fpt-border: #e0e0e0;

    /* Spacing */
    --fpt-spacing-xs: 0.5rem;
    --fpt-spacing-sm: 1rem;
    --fpt-spacing-md: 1.5rem;
    --fpt-spacing-lg: 2rem;
    --fpt-spacing-xl: 3rem;
    --fpt-spacing-2xl: 4rem;

    /* Border Radius */
    --fpt-radius-sm: 4px;
    --fpt-radius-md: 8px;
    --fpt-radius-lg: 12px;

    /* Typography */
    --fpt-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --fpt-font-size-xs: 0.75rem;
    --fpt-font-size-sm: 0.875rem;
    --fpt-font-size-base: 1rem;
    --fpt-font-size-lg: 1.125rem;
    --fpt-font-size-xl: 1.25rem;
    --fpt-font-size-2xl: 1.5rem;
    --fpt-font-size-3xl: 2rem;
    --fpt-font-size-4xl: 2.5rem;

    /* Line Height */
    --fpt-line-height: 1.6;
    --fpt-line-height-tight: 1.2;

    /* Shadows */
    --fpt-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --fpt-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --fpt-shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.15);

    /* Transitions */
    --fpt-transition: all 0.3s ease;
}

.txt-justify {
  text-align: justify;
}

.footer-area {
  .widget__contact li {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.choose--content {
  padding: 180px 0px 10px 80px;
}

.chooseus-area {
  margin: 100px 0;
}

.txt-3-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.txt-2-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.txt-1-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header-logo {
  padding: 5px 0;
  img {
    height: 90px !important;
  }
}

.service-details-content {
  ul {
    padding-left: 20px;
    list-style-type: disc;
  }
}


@media (max-width: 767px) {
  .choose--content {
    padding: 50px 15px 10px 15px;
  }

  .slider-height {
    min-height: 600px;
  }
}


.cs-color {
  color: #ff6600;
}


.header-menu:before {
  width: 300px;
}
.header-top:before {
  width: 300px;
}


.afeature {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 12px;
  border-radius: 8px;
}

.img-fluid {
  object-fit: cover;
}




.fpt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--fpt-spacing-lg);
}

/* =============================================
  HERO SECTION
   ============================================= */

.fpt-hero {
    background: linear-gradient(135deg, #1a3a52 0%, #2c5f8d 100%);
    background-image: linear-gradient(135deg, #1a3a52 0%, #2c5f8d 100%), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="50" y="50" font-size="40" fill="%23ffffff" opacity="0.1">🍳</text></svg>');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 6rem var(--fpt-spacing-lg);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fpt-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.fpt-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.fpt-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: var(--fpt-white);
}

.fpt-hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    color: var(--fpt-white);
}

.fpt-hero-btn {
    display: inline-block;
    background-color: var(--fpt-primary-orange);
    color: var(--fpt-white);
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    border-radius: var(--fpt-radius-lg);
    font-weight: 600;
    transition: var(--fpt-transition);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
    text-decoration: none;
}

.fpt-hero-btn:hover {
    background-color: #e55a00;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 102, 0, 0.4);
}





/* Header sticky mobile */
@media (max-width: 991px) {
  .header-menu.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Khi ẩn */
  .header-menu.header-sticky.hide-header {
    transform: translateY(-100%);
    box-shadow: none;
  }

  /* Khi hiện */
  .header-menu.header-sticky.show-header {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
  }
}

/* Desktop giữ nguyên */
@media (min-width: 992px) {
  .header-menu.header-sticky {
    position: relative;
    transform: none !important;
  }
}

