/* NN CSS Simple Framework LPS v1
 */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900;1,100..900&display=swap');


 :root {
  --luxury-primary: #1E3A8A;
  --luxury-secondary: #B8860B;
  --luxury-accent: #D4AF37;
  --luxury-text: #333;
  --luxury-light: #f8f9fa;
  --luxury-dark: #0F172A;
  --luxury-bg: #fff;
  --luxury-bg-alt: #f8f9fa;
  --luxury-bg-dark: #0F172A;
  --luxury-border-radius: 8px;
  --luxury-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --luxury-transition: all 0.3s ease;
  --luxury-primary-rgb: 30, 58, 138;
  --luxury-secondary-rgb: 184, 134, 11;
  --luxury-accent-rgb: 212, 175, 55;
}
/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Osnovni stilovi */
body {
  font-family: "Poppins", sans-serif;
  color: var(--luxury-text);
  line-height: 1.6;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--luxury-font-heading);
  color: var(--luxury-primary);
  margin-top: 0;
}


  img {
    max-width: 100%;
    height: auto;
  }
  
  a {
    text-decoration: none;
    color: var(--luxury-accent);
    transition: var(--luxury-transition);
  }
  
  a:hover {
    color: var(--luxury-primary);
  }
  
  
  ul {
    list-style: none;
  }
  
  /* Container */
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  /* Grid system */
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  [class^="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  /* Column classes for all screen sizes */
  .col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-3 { flex: 0 0 25%; max-width: 25%; }
  .col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-6 { flex: 0 0 50%; max-width: 50%; }
  .col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-9 { flex: 0 0 75%; max-width: 75%; }
  .col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-12 { flex: 0 0 100%; max-width: 100%; }
  
  /* Small screens */
  @media (min-width: 576px) {
    .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  }
  
  /* Medium screens */
  @media (min-width: 768px) {
    .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-9 { flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  }
  
  /* Large screens */
  @media (min-width: 992px) {
    .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  }
  
  /* Extra large screens */
  @media (min-width: 1200px) {
    .col-xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
    .col-xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
    .col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
    .col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
  }
  
  /* Spacing utilities */
  .m-0 { margin: 0 !important; }
  .m-1 { margin: 0.25rem !important; }
  .m-2 { margin: 0.5rem !important; }
  .m-3 { margin: 1rem !important; }
  .m-4 { margin: 1.5rem !important; }
  .m-5 { margin: 3rem !important; }
  
  .mt-0 { margin-top: 0 !important; }
  .mt-1 { margin-top: 0.25rem !important; }
  .mt-2 { margin-top: 0.5rem !important; }
  .mt-3 { margin-top: 1rem !important; }
  .mt-4 { margin-top: 1.5rem !important; }
  .mt-5 { margin-top: 3rem !important; }
  
  .mb-0 { margin-bottom: 0 !important; }
  .mb-1 { margin-bottom: 0.25rem !important; }
  .mb-2 { margin-bottom: 0.5rem !important; }
  .mb-3 { margin-bottom: 1rem !important; }
  .mb-4 { margin-bottom: 1.5rem !important; }
  .mb-5 { margin-bottom: 3rem !important; }
  
  .ml-0 { margin-left: 0 !important; }
  .ml-1 { margin-left: 0.25rem !important; }
  .ml-2 { margin-left: 0.5rem !important; }
  .ml-3 { margin-left: 1rem !important; }
  .ml-4 { margin-left: 1.5rem !important; }
  .ml-5 { margin-left: 3rem !important; }
  
  .mr-0 { margin-right: 0 !important; }
  .mr-1 { margin-right: 0.25rem !important; }
  .mr-2 { margin-right: 0.5rem !important; }
  .mr-3 { margin-right: 1rem !important; }
  .mr-4 { margin-right: 1.5rem !important; }
  .mr-5 { margin-right: 3rem !important; }
  
  .mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
  .mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
  .mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
  .mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
  .mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
  .mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .mx-auto { margin-left: auto !important; margin-right: auto !important; }
  
  .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  
  .p-0 { padding: 0 !important; }
  .p-1 { padding: 0.25rem !important; }
  .p-2 { padding: 0.5rem !important; }
  .p-3 { padding: 1rem !important; }
  .p-4 { padding: 1.5rem !important; }
  .p-5 { padding: 3rem !important; }
  
  .pt-0 { padding-top: 0 !important; }
  .pt-1 { padding-top: 0.25rem !important; }
  .pt-2 { padding-top: 0.5rem !important; }
  .pt-3 { padding-top: 1rem !important; }
  .pt-4 { padding-top: 1.5rem !important; }
  .pt-5 { padding-top: 3rem !important; }
  
  .pb-0 { padding-bottom: 0 !important; }
  .pb-1 { padding-bottom: 0.25rem !important; }
  .pb-2 { padding-bottom: 0.5rem !important; }
  .pb-3 { padding-bottom: 1rem !important; }
  .pb-4 { padding-bottom: 1.5rem !important; }
  .pb-5 { padding-bottom: 3rem !important; }
  
  .pl-0 { padding-left: 0 !important; }
  .pl-1 { padding-left: 0.25rem !important; }
  .pl-2 { padding-left: 0.5rem !important; }
  .pl-3 { padding-left: 1rem !important; }
  .pl-4 { padding-left: 1.5rem !important; }
  .pl-5 { padding-left: 3rem !important; }
  
  .pr-0 { padding-right: 0 !important; }
  .pr-1 { padding-right: 0.25rem !important; }
  .pr-2 { padding-right: 0.5rem !important; }
  .pr-3 { padding-right: 1rem !important; }
  .pr-4 { padding-right: 1.5rem !important; }
  .pr-5 { padding-right: 3rem !important; }
  
  .px-0 { padding-left: 0 !important; padding-right: 0 !important; }
  .px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
  .px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
  .px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
  .px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
  
  .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  
  /* Text alignment */
  .text-left { text-align: left !important; }
  .text-center { text-align: center !important; }
  .text-right { text-align: right !important; }
  .text-justify { text-align: justify !important; }
  
  /* Display utilities */
  .d-none { display: none !important; }
  .d-inline { display: inline !important; }
  .d-inline-block { display: inline-block !important; }
  .d-block { display: block !important; }
  .d-flex { display: flex !important; }
  .d-inline-flex { display: inline-flex !important; }
  
  /* Flex utilities */
  .flex-row { flex-direction: row !important; }
  .flex-column { flex-direction: column !important; }
  .flex-wrap { flex-wrap: wrap !important; }
  .flex-nowrap { flex-wrap: nowrap !important; }
  .justify-content-start { justify-content: flex-start !important; }
  .justify-content-end { justify-content: flex-end !important; }
  .justify-content-center { justify-content: center !important; }
  .justify-content-between { justify-content: space-between !important; }
  .justify-content-around { justify-content: space-around !important; }
  .align-items-start { align-items: flex-start !important; }
  .align-items-end { align-items: flex-end !important; }
  .align-items-center { align-items: center !important; }
  .align-items-baseline { align-items: baseline !important; }
  .align-items-stretch { align-items: stretch !important; }
  
  /* Responsive display utilities */
  @media (min-width: 576px) {
    .d-sm-none { display: none !important; }
    .d-sm-block { display: block !important; }
    .d-sm-flex { display: flex !important; }
  }
  
  @media (min-width: 768px) {
    .d-md-none { display: none !important; }
    .d-md-block { display: block !important; }
    .d-md-flex { display: flex !important; }
  }
  
  @media (min-width: 992px) {
    .d-lg-none { display: none !important; }
    .d-lg-block { display: block !important; }
    .d-lg-flex { display: flex !important; }
  }
  
  @media (min-width: 1200px) {
    .d-xl-none { display: none !important; }
    .d-xl-block { display: block !important; }
    .d-xl-flex { display: flex !important; }
  }
  
  /* Additional utility classes */
  .w-100 { width: 100% !important; }
  .h-100 { height: 100% !important; }
  .mw-100 { max-width: 100% !important; }
  .mh-100 { max-height: 100% !important; }
  
  .shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  
  .rounded { border-radius: 0.25rem !important; }
  .rounded-circle { border-radius: 50% !important; }
  .rounded-0 { border-radius: 0 !important; }
  
  /* Colors */
  .bg-primary { background-color: #1E3A8A !important; }
  .bg-secondary { background-color: #6c757d !important; }
  .bg-success { background-color: #28a745 !important; }
  .bg-danger { background-color: #dc3545 !important; }
  .bg-warning { background-color: #FBBF24 !important; }
  .bg-info { background-color: #17a2b8 !important; }
  .bg-light { background-color: #f8f9fa !important; }
  .bg-dark { background-color: #343a40 !important; }
  .bg-white { background-color: #fff !important; }
  .bg-transparent { background-color: transparent !important; }
  
  .text-primary { color: #1E3A8A !important; }
  .text-secondary { color: #6c757d !important; }
  .text-success { color: #28a745 !important; }
  .text-danger { color: #dc3545 !important; }
  .text-warning { color: #FBBF24 !important; }
  .text-info { color: #17a2b8 !important; }
  .text-light { color: #f8f9fa !important; }
  .text-dark { color: #343a40 !important; }
  .text-white { color: #fff !important; }
  .text-muted { color: #6c757d !important; }
  
  /* Buttons */
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
  }
  
  .btn-primary {
    color: #fff;
    background-color: #1E3A8A;
    border-color: #1E3A8A;
  }
  
  .btn-primary:hover {
    background-color: #172e6f;
    border-color: #142863;
  }
  
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
  }
  
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
  }
  
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
  }
  
  .btn-warning {
    color: #212529;
    background-color: #FBBF24;
    border-color: #FBBF24;
  }
  
  .btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
  }
  
  .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }
  
  .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
  }
  
  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .btn-block {
    display: block;
    width: 100%;
  }
  
  /* Forms */
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  /* Header styles */
  .header {
    padding: 1rem 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
  }
  
  .logo img {
    max-height: 50px;
  }
  
  .main-nav .nav-list {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }
  
  .main-nav .nav-list li {
    margin-left: 1.5rem;
  }
  
  .main-nav .nav-list a {
    color: #333;
    font-weight: 500;
    padding: 0.5rem 0;
    position: relative;
  }
  
  .main-nav .nav-list a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1E3A8A;
    transition: width 0.3s ease;
  }
  
  .main-nav .nav-list a:hover:after,
  .main-nav .nav-list a.active:after {
    width: 100%;
  }
  
  .main-nav .nav-list a.active {
    color: #1E3A8A;
  }
  
  /* Mobile menu toggle */
  .mobile-menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    margin-left: auto;
  }
  
  .mobile-menu-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
  }
  
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  
  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  
  /* Mobile menu */
  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    display: none;
  }
  
  .mobile-menu.active {
    display: block;
  }
  
  .nav-list-mobile li {
    margin: 0.5rem 0;
  }
  
  .nav-list-mobile a {
    display: block;
    padding: 0.5rem 0;
    color: #333;
    font-weight: 500;
  }
  
  .nav-list-mobile a.active {
    color: #1E3A8A;
  }
  
  
  /* Section styles */
  .section-header {
    margin-bottom: 2rem;
  }
  
  .section-tag {
    display: inline-block;
    color: #1E3A8A;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2rem;
  }
  
  .section-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
    color: #1E3A8A;
    max-width: 800px;
    margin: 0 auto;
  }
  .section-title-light {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
  }
  
  .section-subtitle-ligh {
    font-size: 1.1rem;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
  }
  .section-title-dark {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1E3A8A;
  }
  
  .section-subtitle-dark {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto;
  }
  
  /* Footer */
  .footer {
    background-color: #f8f9fa;
  }
  
  .footer-logo img {
    max-height: 40px;
  }
  
  .footer-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #1E3A8A;
  }
  
  .footer-links,
  .footer-contact {
    list-style: none;
    padding-left: 0;
  }
  
  .footer-links li,
  .footer-contact li {
    margin-bottom: 0.5rem;
  }
  
  .footer-links a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-links a:hover {
    color: #1E3A8A;
  }
  
  .footer-contact li {
    color: #6c757d;
  }
  
  .footer-form input {
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
  }

  
  /* Responsive images */
  .img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* Form controls */
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  /* Privacy Policy */
.privacy-content h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1E3A8A;
  }
  
  .privacy-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
  }
  
  .privacy-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
  }
  
  .privacy-list {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .privacy-list li {
    position: relative;
    margin-bottom: 0.75rem;
    list-style-type: disc;
  }
  
  .privacy-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
  }


  /* FAQ sekcija */
  .faq-container {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .faq-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #3c106b;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
  }
  
  .faq-question:before {
    content: "Q:";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #0e3e8f;
  }
  
  .faq-answer {
    color: #555;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
  }
  
  .faq-answer:before {
    content: "A:";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #3c106b;
  }


/* Contact */
.contact-info {
    margin-bottom: 30px;
  }
  
  .contact-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
  }
  
  .contact-item:hover {
    transform: translateY(-5px);
  }
  
  .contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
  }
  
  .contact-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  /* Kontakt forma */
  .contact-form {
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  }
  
  .form-group label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
  }
  
  .form-control {
    height: auto;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    font-size: 15px;
    transition: border-color 0.3s;
  }
  
  .form-control:focus {
    border-color: #3c106b;
    outline: none;
    box-shadow: 0 0 0 3px rgba(60, 16, 107, 0.1);
  }
  
  textarea.form-control {
    min-height: 150px;
    resize: vertical;
  }
  
  .btn-primary {
    background: linear-gradient(135deg, #3c106b, #0e3e8f);
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
    cursor: pointer;
  }
  
  .btn-primary:hover {
    background: linear-gradient(135deg, #4d1589, #1252b9);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(14, 62, 143, 0.3);
  }
  

  /* Media queries for responsive design */
  @media (max-width: 767.98px) {
    .section-title {
      font-size: 1.75rem;
    }

  
    .contact-item {
        margin-bottom: 20px;
      }
      
      .contact-form {
        margin-top: 30px;
      }
      
      .faq-question, .faq-answer {
        padding-left: 25px;
      }
  }
  
  @media (max-width: 575.98px) {
    .section-title {
      font-size: 1.5rem;
    }
    

  }


/* Typography Enhancements */
.display-4 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
}


/* Feature Cards Enhancement */
.feature-card {
  transition: var(--card-transition);
  border: none;
  border-radius: 1rem;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.feature-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(13, 71, 161, 0.1);
  margin-bottom: 1.5rem;
}

/* Button Styles */
.btn {
  padding: 0.8rem 2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}

.btn-outline-light {
  border-width: 2px;
}

.btn-outline-light:hover {
  background-color: rgba(255,255,255,0.1);
}

/* Section Styling */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark-color);
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* Badge Enhancement */
.badge {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }
  
  .hero-section {
    min-height: 70vh;
  }
  
  .btn-lg {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}

/* Gallery Section */
.gallery-item {
  position: relative;
  height: 300px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-overlay {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Statistics Section */
.stat-item h3 {
  font-size: 3rem;
  font-weight: 700;
}

/* Benefits Cards */
.benefit-card {
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-10px);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(30, 58, 138, 0.1);
}
.bg-gradient-primary {
  background: var(--primary-gradient);
}

.feature-card, .benefit-card {
  transition: var(--card-transition);
  border-left: 4px solid var(--primary-color);
}

.feature-card:hover, .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.feature-icon, .benefit-icon {
  color: var(--primary-color);
}

.badge {
  padding: 0.5em 1em;
  font-weight: 600;
  border-radius: 50px;
}

.display-4 {
  font-weight: 700;
  line-height: 1.2;
}

.lead {
  font-size: 1.2rem;
  font-weight: 400;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2rem;
}

.stat-item {
  padding: 1rem;
}

.gallery-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.cta-section {
  background: var(--primary-gradient);
}

.approval-badge {
  background-color: var(--success-color);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.timer-container {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1rem;
}

.highlight {
  color: var(--accent-color);
  font-weight: 700;
}

.debt-amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
}

.approval-rate {
  font-size: 1.5rem;
  font-weight: 600;
}

.question-card {
  border-left: 4px solid var(--primary-color);
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.question-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}
/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #0396FF 0%, #0D47A1 100%);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .stat-item h3 {
    font-size: 2.5rem;
  }
  
  .gallery-item {
    height: 250px;
  }
}

/* Hero Section - Luksuzni dizajn */
.hero-luxury {
  position: relative;
  background: url('../img/banner1.jpg') no-repeat center center/cover;
  min-height: 680px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.hero-luxury-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(15, 23, 42, 0.9), rgba(30, 58, 138, 0.8));
  z-index: 1;
}

.hero-luxury-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-luxury-badge {
  display: inline-flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  margin-bottom: 2rem;
}

.badge-icon {
  width: 30px;
  height: 30px;
  background-color: var(--luxury-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.hero-luxury-title {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color:#fff;
}

.hero-luxury-title span {
  color: var(--luxury-accent);
}

.hero-luxury-description {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}

.hero-luxury-highlight {
  color: var(--luxury-accent);
  font-weight: 700;
}

.hero-luxury-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.btn-luxury-primary {
  background-color: var(--luxury-accent);
  color: var(--luxury-dark);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  transition: var(--luxury-transition);
}

.btn-luxury-primary:hover {
  background-color: #fff;
  color: var(--luxury-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.hero-luxury-stats {
  display: flex;
  gap: 2rem;
}

.luxury-stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--luxury-accent);
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Section Headers - Luksuzni dizajn */
.section-header-luxury {
  text-align: center;
  margin-bottom: 4rem;
}

.section-tag-luxury {
  display: inline-block;
  color: var(--luxury-accent);
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

.section-title-luxury {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--luxury-primary);
}

.luxury-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.luxury-divider-line {
  height: 1px;
  width: 60px;
  background-color: var(--luxury-accent);
}

.luxury-divider-icon {
  margin: 0 1rem;
  color: var(--luxury-accent);
  font-size: 1.2rem;
}

.section-subtitle-luxury {
  font-size: 1.1rem;
  color: var(--luxury-text);
  opacity: 0.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Benefits Section - Luksuzni dizajn */
.benefits-luxury {
  padding: 6rem 0;
  background-color: var(--luxury-bg);
}

.benefits-luxury-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.benefit-luxury-card {
  background-color: var(--luxury-bg-alt);
  padding: 2.5rem 2rem;
  border-radius: var(--luxury-border-radius);
  box-shadow: var(--luxury-shadow);
  transition: var(--luxury-transition);
  text-align: center;
}

.benefit-luxury-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.benefit-luxury-icon {
  width: 80px;
  height: 80px;
  background-color: rgba(var(--luxury-primary-rgb), 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--luxury-primary);
  font-size: 2rem;
}

.benefit-luxury-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--luxury-primary);
}

.benefit-luxury-text {
  color: var(--luxury-text);
  opacity: 0.8;
}

/* Process Section - Luksuzni dizajn */
.process-luxury {
  padding: 6rem 0;
  background-color: var(--luxury-bg-alt);
}

.process-luxury-steps {
  max-width: 900px;
  margin: 0 auto;
}

.process-luxury-step {
  display: flex;
  margin-bottom: 3rem;
  position: relative;
}

.process-luxury-step:last-child {
  margin-bottom: 0;
}

.process-luxury-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 70px;
  left: 30px;
  height: calc(100% - 30px);
  width: 1px;
  background-color: rgba(var(--luxury-primary-rgb), 0.2);
}

.process-luxury-step-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: var(--luxury-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 2rem;
  position: relative;
  z-index: 2;
}

.process-luxury-step-content {
  padding-top: 0.5rem;
}

.process-luxury-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--luxury-primary);
}

.process-luxury-text {
  color: var(--luxury-text);
  opacity: 0.8;
}

/* Testimonials Section - Luksuzni dizajn */
.testimonials-luxury {
  padding: 6rem 0;
  background-color: var(--luxury-bg);
}

.testimonials-luxury-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.testimonial-luxury-card {
  background-color: var(--luxury-bg-alt);
  padding: 2.5rem;
  border-radius: var(--luxury-border-radius);
  box-shadow: var(--luxury-shadow);
  position: relative;
}

.testimonial-luxury-quote {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--luxury-accent);
  font-size: 2rem;
  opacity: 0.2;
}

.testimonial-luxury-text {
  font-style: italic;
  margin-bottom: 2rem;
  color: var(--luxury-text);
}

.testimonial-luxury-author {
  display: flex;
  align-items: center;
}

.testimonial-luxury-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
  border: 3px solid var(--luxury-accent);
}

.testimonial-luxury-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-luxury-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--luxury-primary);
  margin-bottom: 0.25rem;
}

.testimonial-luxury-title {
  font-size: 0.9rem;
  color: var(--luxury-text);
  opacity: 0.8;
}

.testimonial-luxury-content {
  background-color: #fff;
  border-radius: var(--luxury-border-radius);
  padding: 2rem;
  box-shadow: var(--luxury-shadow);
  margin-bottom: 1.5rem;
  position: relative;
  border-left: 3px solid var(--luxury-accent);
}

.testimonial-luxury-quote {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: var(--luxury-text);
  font-style: italic;
}

.testimonial-luxury-rating {
  color: var(--luxury-accent);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* Sekcija za luksuzne proizvode */
.luxury-product-card {
  background-color: #fff;
  border-radius: var(--luxury-border-radius);
  overflow: hidden;
  box-shadow: var(--luxury-shadow);
  transition: var(--luxury-transition);
  height: 100%;
  border-bottom: 3px solid var(--luxury-accent);
}

.luxury-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.luxury-product-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.luxury-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.luxury-product-card:hover .luxury-product-image img {
  transform: scale(1.05);
}

.luxury-product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--luxury-accent);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.luxury-product-content {
  padding: 1.5rem;
}

.luxury-product-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--luxury-primary);
}

.luxury-product-description {
  color: var(--luxury-text);
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.luxury-product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.luxury-product-price {
  font-weight: 700;
  color: var(--luxury-secondary);
  font-size: 1.2rem;
}

/* Sekcija za benefite */
.benefit-luxury-card {
  text-align: center;
  padding: 2rem;
  background-color: #fff;
  border-radius: var(--luxury-border-radius);
  box-shadow: var(--luxury-shadow);
  transition: var(--luxury-transition);
  height: 100%;
  border-top: 3px solid var(--luxury-accent);
}

.benefit-luxury-card:hover {
  transform: translateY(-5px);
}

.benefit-luxury-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--luxury-accent-rgb), 0.1);
  border-radius: 50%;
  color: var(--luxury-primary);
  font-size: 2rem;
}

.benefit-luxury-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--luxury-primary);
}

.benefit-luxury-description {
  color: var(--luxury-text);
  line-height: 1.6;
}

/* Sekcija za CTA (Call to Action) */
.cta-luxury-section {
  background-color: var(--luxury-bg-dark);
  color: #fff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.cta-luxury-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(15, 23, 42, 0.9), rgba(30, 58, 138, 0.8));
  z-index: 1;
}

.cta-luxury-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-luxury-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cta-luxury-description {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  opacity: 0.9;
}

.cta-luxury-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btn-cta-luxury-primary {
  background-color: var(--luxury-accent);
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--luxury-transition);
}

.btn-cta-luxury-primary:hover {
  background-color: #fff;
  color: var(--luxury-primary);
}

.btn-cta-luxury-secondary {
  background-color: transparent;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  border: 2px solid var(--luxury-accent);
  transition: var(--luxury-transition);
}

.btn-cta-luxury-secondary:hover {
  background-color: #fff;
  color: var(--luxury-primary);
  border-color: #fff;
}

/* Sekcija za blog/članke */
.blog-luxury-card {
  background-color: #fff;
  border-radius: var(--luxury-border-radius);
  overflow: hidden;
  box-shadow: var(--luxury-shadow);
  transition: var(--luxury-transition);
  height: 100%;
}

.blog-luxury-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.blog-luxury-image {
  height: 220px;
  overflow: hidden;
}

.blog-luxury-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-luxury-card:hover .blog-luxury-image img {
  transform: scale(1.05);
}

.blog-luxury-content {
  padding: 1.5rem;
}

.blog-luxury-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: var(--luxury-text);
  opacity: 0.7;
}

.blog-luxury-meta-item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.blog-luxury-meta-item i {
  margin-right: 0.5rem;
  color: var(--luxury-accent);
}

.blog-luxury-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--luxury-primary);
}

.blog-luxury-excerpt {
  color: var(--luxury-text);
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.blog-luxury-link {
  font-weight: 600;
  color: var(--luxury-primary);
  display: inline-flex;
  align-items: center;
}

.blog-luxury-link i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.blog-luxury-link:hover i {
  transform: translateX(5px);
}
/* Estilos para la sección de Preguntas Frecuentes */
.faq-luxury {
  padding: 5rem 0;
  background-color: #f9f9f9;
}

.faq-luxury-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-luxury-item {
  background-color: #fff;
  border-radius: var(--luxury-border-radius);
  box-shadow: var(--luxury-shadow);
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-left: 3px solid var(--luxury-accent);
}

.faq-luxury-question {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: var(--luxury-transition);
}

.faq-luxury-question:hover {
  background-color: rgba(var(--luxury-accent-rgb), 0.05);
}

.faq-luxury-question h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--luxury-primary);
}

.faq-luxury-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--luxury-accent);
  font-size: 1rem;
  transition: var(--luxury-transition);
}

.faq-luxury-answer {
  padding: 0 1.5rem 1.5rem;
  display: none;
  color: var(--luxury-text);
  line-height: 1.6;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Estilos para la sección CTA (Call to Action) */
.cta-luxury {
  padding: 5rem 0;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.cta-luxury:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, rgba(var(--luxury-primary-rgb), 0.9), rgba(var(--luxury-accent-rgb), 0.8));
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.cta-luxury-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.cta-luxury-text {
  flex: 1;
  max-width: 500px;
}

.cta-luxury-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--luxury-primary);
}

.cta-luxury-subtitle {
  font-size: 1.1rem;
  color: var(--luxury-text);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.cta-luxury-form {
  flex: 1;
  background-color: #fff;
  padding: 2.5rem;
  border-radius: var(--luxury-border-radius);
  box-shadow: var(--luxury-shadow);
  max-width: 500px;
}

.cta-luxury-form-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--luxury-primary);
  text-align: center;
}

.eligibility-form .form-group {
  margin-bottom: 1.25rem;
}

.eligibility-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--luxury-primary);
}

.eligibility-form .form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--luxury-border-radius);
  font-size: 1rem;
  transition: var(--luxury-transition);
}

.eligibility-form .form-control:focus {
  border-color: var(--luxury-accent);
  box-shadow: 0 0 0 3px rgba(var(--luxury-accent-rgb), 0.2);
  outline: none;
}

.btn-luxury-submit {
  width: 100%;
  padding: 1rem;
  background-color: var(--luxury-accent);
  color: #fff;
  border: none;
  border-radius: var(--luxury-border-radius);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--luxury-transition);
  text-align: center;
  margin-top: 1rem;
}

.btn-luxury-submit:hover {
  background-color: var(--luxury-primary);
  transform: translateY(-2px);
}

.cta-luxury-security {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  color: var(--luxury-text);
  font-size: 0.9rem;
  opacity: 0.8;
}

.cta-luxury-security i {
  margin-right: 0.5rem;
  color: var(--luxury-accent);
}

/* Estilos responsivos para dispositivos móviles */
@media (max-width: 992px) {
  .cta-luxury:before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    height: 300px;
  }
  
  .cta-luxury-content {
    flex-direction: column;
  }
  
  .cta-luxury-text {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .cta-luxury-form {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .faq-luxury-question h4 {
    font-size: 1rem;
  }
  
  .cta-luxury-title {
    font-size: 1.75rem;
  }
  
  .cta-luxury-form {
    padding: 1.5rem;
  }
  .hero-luxury-title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #fff;
}
}