﻿* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h2, h3, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: color .15s ease-in-out, opacity .15s ease-in-out;
}

a:hover {
  opacity: .7;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input, button, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1.1;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.1;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.form-label {
  margin-bottom: .5rem;
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
}

.form-control:focus {
  outline: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: .825rem 3.5625rem .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
  appearance: none;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .5rem;
  vertical-align: top;
  background-color: transparent;
  appearance: none;
}

.form-check-label {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  border-radius: .625rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  transition: color .15s ease-in-out;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: .40625rem;
  padding-bottom: .40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 700;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .625rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.collapse:not(.show) {
  display: none;
}

.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.w-100 {
  width: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-4 {
  margin-right: 1rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.ps-9 {
  padding-left: 2.25rem !important;
}
.ps-12 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: 1.5rem !important;
}
.fs-2 {
  font-size: 1.375rem !important;
}
.fs-3 {
  font-size: 1.25rem !important;
}
.fs-4 {
  font-size: 1.125rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.rounded-2 {
  border-radius: .625rem !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  .display-3 {
    font-size: 4.5rem;
  }
  .display-5 {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}


:root {
  --primary-color: #3a7ca5;
  --secondary-color: #d9e6f2;
  --accent-color: #f25c54;
  --text-color: #2d3e50;
  --bg-color: #f9f9f9;
  --bg-secondary: #e9ecef;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
}

.bg-bg-2 {
  background-color: var(--bg-secondary);
}

.bg-bg-3 {
  background-color: var(--bg-color);
}

.btn-action-1 {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.btn-action-1:hover {
  background-color: #2c6183;
  border-color: #2c6183;
  color: white;
  opacity: 1;
}

.text-action-1 {
  color: var(--primary-color);
}


.form-control, .form-select {
  border: 1px solid #ced4da;
  background-color: white;
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(58, 124, 165, 0.25);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.navbar-nav .nav-link {
  color: var(--text-color);
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.gradient-bg {
  background: linear-gradient(135deg, var(--primary-color) 0%, #2c6183 100%);
}

.bi {
  vertical-align: middle;
}

a {
  color: var(--primary-color);
  transition: color 0.3s, opacity 0.3s;
}

a:hover {
  color: #2c6183;
}

.decorated-border {
  position: relative;
}

.decorated-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: 3px;
}

@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.5rem !important;
  }
  
  .display-5 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }
  
  .py-10 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}























/* Base Styles */
* {
  box-sizing: border-box;
}

:root {
  --primary-color: #2c3e50;
  --primary-light: #34495e;
  --accent-color: #c0392b;
  --accent-light: #e74c3c;
  --gold-color: #f39c12;
  --bg-dark: #1a252f;
  --bg-section: #2c3e50;
  --bg-light: #ecf0f1;
  --text-light: #ffffff;
  --text-dark: #2c3e50;
  --text-muted: #7f8c8d;
  --border-color: #34495e;
  --success-color: #27ae60;
}

body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-light);
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-section) 100%);
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--text-light);
}

h1 {
  font-size: calc(2rem + 1.5vw);
  font-weight: 700;
}

h2 {
  font-size: calc(1.5rem + 0.9vw);
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--text-muted);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--accent-light);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding-left: 1.5rem;
}

/* Layout Classes */
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* Responsive Columns */
.col-12 { flex: 0 0 auto; width: 100%; }
.col-lg-3 { flex: 0 0 auto; width: 100%; }
.col-lg-4 { flex: 0 0 auto; width: 100%; }
.col-lg-5 { flex: 0 0 auto; width: 100%; }
.col-lg-6 { flex: 0 0 auto; width: 100%; }
.col-lg-7 { flex: 0 0 auto; width: 100%; }
.col-lg-8 { flex: 0 0 auto; width: 100%; }

@media (min-width: 576px) {
  .container { max-width: 540px; }
  .col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
}

@media (min-width: 768px) {
  .container { max-width: 720px; }
  .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-md-9 { flex: 0 0 auto; width: 75%; }
  .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
}

@media (min-width: 992px) {
  .container { max-width: 960px; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-8 { width: 66.66666667%; }
}

@media (min-width: 1200px) {
  .container { max-width: 1140px; }
  .col-xl-6 { flex: 0 0 auto; width: 50%; }
  .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
}

@media (min-width: 1400px) {
  .container { max-width: 1320px; }
  .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-xxl-6 { flex: 0 0 auto; width: 50%; }
  .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; }
}

/* Utility Classes */
.d-flex { display: flex !important; }
.w-100 { width: 100% !important; }
.text-center { text-align: center !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.align-items-center { align-items: center !important; }

.mb-2 { margin-bottom: 0.5rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.mb-12 { margin-bottom: 3rem !important; }
.mb-15 { margin-bottom: 3.75rem !important; }

.me-2 { margin-right: 0.5rem !important; }
.ms-auto { margin-left: auto !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-8 { margin-top: 2rem !important; }

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-lg-20 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
  .text-md-end { text-align: right !important; }
  .mb-md-0 { margin-bottom: 0 !important; }
}

@media (min-width: 992px) {
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mb-lg-0 { margin-bottom: 0 !important; }
  .mt-lg-0 { margin-top: 0 !important; }
}

/* Background Classes */
.bg-section {
  background: linear-gradient(135deg, var(--bg-section) 0%, var(--primary-light) 100%);
}

.bg-light-section {
  background: linear-gradient(135deg, var(--bg-light) 0%, #bdc3c7 100%);
  color: var(--text-dark);
}

.bg-light-section h1,
.bg-light-section h2,
.bg-light-section h3,
.bg-light-section h4,
.bg-light-section h5,
.bg-light-section h6 {
  color: var(--text-dark);
}

.bg-light-section p {
  color: #34495e;
}

/* Display Classes */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.1;
}

.fs-2 {
  font-size: 1.375rem !important;
}

/* Navigation */
.navbar {
  background: rgba(26, 37, 47, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand {
  color: var(--text-light) !important;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.navbar-nav .nav-link {
  color: var(--text-muted) !important;
  font-weight: 500;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--accent-color) !important;
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28127, 140, 141, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-section) 50%, var(--primary-light) 100%);
  padding: 4rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(192, 57, 43, 0.1) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-right: 2rem;
}

.hero-title {
  font-size: calc(2.5rem + 1vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--text-light) 0%, var(--gold-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-text {
  font-size: 1.125rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Hero Form */
.hero-form {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(192, 57, 43, 0.3);
  padding: 2.5rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.form-title {
  color: var(--text-light);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-family: 'Playfair Display', serif;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.9rem;
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-dark);
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border-color);
  border-radius: 0;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--accent-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(192, 57, 43, 0.25);
  background-color: #fff;
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.form-check {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  margin-right: 0.75rem;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 0;
}

.form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.form-check-label {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.4;
  cursor: pointer;
}

/* Buttons */
.btn {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  border-radius: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-primary {
  color: var(--text-light);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.btn-primary:hover {
  color: var(--text-light);
  background-color: var(--accent-light);
  border-color: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(192, 57, 43, 0.3);
}

.btn-outline-primary {
  color: var(--accent-color);
  border-color: var(--accent-color);
  background-color: transparent;
}

.btn-outline-primary:hover {
  color: var(--text-light);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  transform: translateY(-2px);
}

.btn-accent {
  color: var(--text-light);
  background-color: var(--gold-color);
  border-color: var(--gold-color);
}

.btn-accent:hover {
  background-color: #e67e22;
  border-color: #e67e22;
  transform: translateY(-2px);
}

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

/* Icons and Badges */
.icon-badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-badge i {
  font-size: 1.75rem;
  color: var(--text-light);
}

/* Section Styling */
.section-image {
  border-radius: 0;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.section-image:hover {
  transform: scale(1.02);
}

.content-wrapper {
  padding: 2rem 0;
}

.section-title {
  font-size: calc(1.75rem + 0.5vw);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.section-subtitle {
  font-size: 1.125rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
}

.section-text {
  font-size: 1.125rem;
  line-height: 1.7;
}

/* Feature Items */
.feature-item {
  text-align: center;
  padding: 2rem 1rem;
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.feature-icon i {
  font-size: 2rem;
  color: var(--text-light);
}

.feature-title {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.feature-text {
  color: var(--text-muted);
}

/* Process Cards */
.process-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(192, 57, 43, 0.2);
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.process-image {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.process-placeholder {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.process-placeholder i {
  font-size: 3.5rem;
  color: var(--text-light);
}

.process-title {
  color: var(--text-light);
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.process-description {
  color: var(--text-muted);
  font-size: 1rem;
}

/* Contact Section */
.contact-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--bg-dark) 100%);
}

.contact-title {
  color: var(--text-light);
  margin-bottom: 2rem;
}

.contact-grid {
  display: grid;
  gap: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid var(--accent-color);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.contact-icon i {
  color: var(--text-light);
  font-size: 1.25rem;
}

.contact-details h5 {
  color: var(--text-light);
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

.contact-details p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.5;
}

.contact-card {
  background: rgba(192, 57, 43, 0.1);
  border: 2px solid var(--accent-color);
  padding: 2rem;
  text-align: center;
}

.contact-card h3 {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.contact-card p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

/* About Page Styles */
.about-hero-section,
.contact-hero-section {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--primary-color) 100%);
  padding: 4rem 0;
  text-align: center;
}

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

.about-image {
  border-radius: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(192, 57, 43, 0.1);
  border: 1px solid rgba(192, 57, 43, 0.3);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}

.stat-label {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0;
}

.mission-card,
.vision-card {
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid var(--accent-color);
  padding: 2rem;
  height: 100%;
}

.card-icon {
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.card-icon i {
  font-size: 1.5rem;
  color: var(--text-light);
}

.card-title {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.card-text {
  color: var(--text-muted);
  line-height: 1.6;
}

/* Team Section */
.team-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(192, 57, 43, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease;
}

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

.team-image {
  overflow: hidden;
  height: 250px;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-image-placeholder {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-image-placeholder i {
  font-size: 4rem;
  color: var(--text-light);
}

.team-content {
  padding: 2rem;
}

.team-name {
  color: var(--text-light);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.team-position {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 1rem;
}

.team-bio {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.team-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.expertise-tag {
  background: var(--accent-color);
  color: var(--text-light);
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 0;
}

/* Values Section */
.value-item {
  text-align: center;
  padding: 2rem 1rem;
}

.value-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--gold-color) 0%, #e67e22 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.value-icon i {
  font-size: 1.75rem;
  color: var(--text-light);
}

.value-title {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.value-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Contact Page Styles */
.contact-info-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid var(--accent-color);
}

.contact-info-icon {
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  flex-shrink: 0;
}

.contact-info-icon i {
  font-size: 1.5rem;
  color: var(--text-light);
}

.contact-info-content h4 {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.contact-info-content p {
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.contact-info-content a {
  color: var(--accent-color);
  font-weight: 600;
}

.contact-note {
  font-size: 0.9rem;
  font-style: italic;
}

.emergency-contact-card {
  background: rgba(192, 57, 43, 0.1);
  border: 2px solid var(--accent-color);
  padding: 2rem;
  text-align: center;
  height: fit-content;
}

.emergency-icon {
  width: 80px;
  height: 80px;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.emergency-icon i {
  font-size: 2rem;
  color: var(--text-light);
}

.emergency-contact-card h3 {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.emergency-contact-card p {
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.emergency-actions {
  margin-top: 2rem;
}

.emergency-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 1rem;
  font-style: italic;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(192, 57, 43, 0.3);
  padding: 3rem;
}

.contact-form .row {
  margin-bottom: 1rem;
}

/* Policy Pages */
.policy-content {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--primary-color) 100%);
}

.policy-document {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(192, 57, 43, 0.3);
  padding: 3rem;
}

.policy-header {
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.policy-icon {
  width: 80px;
  height: 80px;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.policy-icon i {
  font-size: 2.5rem;
  color: var(--text-light);
}

.policy-title {
  color: var(--text-light);
  font-size: calc(2rem + 0.5vw);
  margin-bottom: 0.5rem;
}

.policy-date {
  color: var(--text-muted);
  font-size: 1rem;
  margin: 0;
}

.policy-section {
  margin-bottom: 3rem;
}

.policy-section h2 {
  color: var(--text-light);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 0.5rem;
}

.policy-section h3 {
  color: var(--text-light);
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.policy-section h4 {
  color: var(--text-light);
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.policy-section p {
  color: var(--text-muted);
  margin-bottom: 1rem;
  line-height: 1.7;
}

.policy-section ul {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.policy-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.info-box {
  background: rgba(192, 57, 43, 0.1);
  border-left: 4px solid var(--accent-color);
  padding: 2rem;
  margin: 2rem 0;
}

.info-box p {
  margin-bottom: 0.5rem;
}

.info-box p:last-child {
  margin-bottom: 0;
}

.cookie-type {
  background: rgba(44, 62, 80, 0.3);
  border: 1px solid rgba(192, 57, 43, 0.3);
  padding: 2rem;
  margin-bottom: 2rem;
}

.cookie-type h3 {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.management-option {
  background: rgba(44, 62, 80, 0.3);
  border: 1px solid rgba(192, 57, 43, 0.3);
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.management-option h4 {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.policy-footer {
  border-top: 2px solid var(--accent-color);
  padding-top: 2rem;
  text-align: center;
}

.update-notice {
  background: rgba(192, 57, 43, 0.1);
  border: 1px solid rgba(192, 57, 43, 0.3);
  padding: 1rem 2rem;
  color: var(--text-muted);
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
}

/* Thank You Page */
.thankyou-section {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--primary-color) 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.thankyou-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(192, 57, 43, 0.3);
  padding: 3rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.thankyou-icon {
  text-align: center;
  margin-bottom: 2rem;
}

.success-badge {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--success-color) 0%, #2ecc71 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: successPulse 2s ease-in-out infinite;
}

.success-badge i {
  font-size: 3.5rem;
  color: var(--text-light);
}

@keyframes successPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); box-shadow: 0 0 30px rgba(39, 174, 96, 0.5); }
}

.thankyou-title {
  color: var(--text-light);
  font-size: calc(2.5rem + 0.5vw);
  margin-bottom: 1.5rem;
  text-align: center;
}

.thankyou-message {
  color: var(--text-muted);
  font-size: 1.125rem;
  margin-bottom: 3rem;
  line-height: 1.6;
  text-align: center;
}

.process-timeline {
  margin-bottom: 3rem;
}

.timeline-title {
  color: var(--text-light);
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: rgba(44, 62, 80, 0.3);
  border-left: 4px solid var(--accent-color);
}

.timeline-icon {
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.timeline-icon i {
  font-size: 1.25rem;
  color: var(--text-light);
}

.timeline-content h4 {
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.timeline-content p {
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.timeline-duration {
  color: var(--accent-color);
  font-size: 0.85rem;
  font-weight: 600;
}

.contact-info-box {
  background: rgba(192, 57, 43, 0.1);
  border: 1px solid rgba(192, 57, 43, 0.3);
  padding: 2rem;
  margin-bottom: 3rem;
}

.contact-box-title {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  text-align: center;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
}

.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-detail-item i {
  color: var(--accent-color);
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-detail-item strong {
  color: var(--text-light);
  display: block;
  margin-bottom: 0.25rem;
}

.contact-detail-item p {
  color: var(--text-muted);
  margin: 0;
}

.action-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.additional-resources {
  text-align: center;
  padding: 2rem;
  background: rgba(44, 62, 80, 0.3);
  border: 1px solid rgba(192, 57, 43, 0.2);
}

.additional-resources h4 {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.additional-resources p {
  color: var(--text-muted);
  margin: 0;
}

.additional-resources a {
  color: var(--accent-color);
  font-weight: 600;
}

/* Thank You Background */
.thankyou-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  color: rgba(192, 57, 43, 0.1);
  animation: float 6s ease-in-out infinite;
}

.element-1 {
  top: 15%;
  left: 10%;
  font-size: 4rem;
  animation-delay: 0s;
}

.element-2 {
  top: 20%;
  right: 15%;
  font-size: 3rem;
  animation-delay: 2s;
}

.element-3 {
  bottom: 30%;
  left: 20%;
  font-size: 3.5rem;
  animation-delay: 4s;
}

.element-4 {
  bottom: 15%;
  right: 10%;
  font-size: 4.5rem;
  animation-delay: 1s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

.benefit-item {
  text-align: center;
  padding: 2rem 1rem;
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.benefit-icon i {
  font-size: 1.75rem;
  color: var(--text-light);
}

.benefit-item h4 {
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.benefit-item p {
  color: #34495e;
  font-size: 0.95rem;
}

/* Footer */
.footer-section {
  background: var(--bg-dark);
  padding: 3rem 0 1rem;
  border-top: 2px solid var(--accent-color);
}

.footer-content {
  margin-bottom: 2rem;
}

.footer-brand {
  margin-bottom: 2rem;
}

.brand-name {
  color: var(--text-light);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
}

.brand-tagline {
  color: var(--accent-color);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-style: italic;
}

.brand-description {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.footer-links {
  margin-bottom: 1rem;
}

.footer-title {
  color: var(--text-light);
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 0.5rem;
}

.footer-menu a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: var(--accent-color);
}

.footer-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  margin-right: 1.5rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--accent-color);
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 1.5rem;
}

.copyright {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(192, 57, 43, 0.1);
  border: 1px solid var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.social-link:hover {
  background: var(--accent-color);
  color: var(--text-light);
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 767px) {
  .hero-content {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  
  .hero-form {
    padding: 2rem 1.5rem;
  }
  
  .action-buttons {
    flex-direction: column;
  }
  
  .action-buttons .btn {
    width: 100%;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .contact-details {
    grid-template-columns: 1fr;
  }
  
  .policy-document {
    padding: 2rem 1.5rem;
  }
  
  .thankyou-card {
    padding: 2rem 1.5rem;
  }
  
  .social-links {
    justify-content: center;
    margin-top: 1rem;
  }
  
  .timeline-item {
    flex-direction: column;
    text-align: center;
  }
  
  .timeline-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .contact-details {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .hero-section {
    padding: 5rem 0 6rem;
  }
  
  .policy-document {
    padding: 4rem;
  }
  
  .contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}