* {
box-sizing: border-box;
}

body {
margin: 0;
font-size: 1rem;
font-weight: 500;
line-height: 1.5;
font-family: 'Space Grotesk', sans-serif;
color: #1a1a2e;
background-color: #f8f9fa;
}

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

h1 {
font-size: calc(1.5rem + 2.5vw);
}

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

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

h4 {
font-size: 1.5rem;
}

h5 {
font-size: 1.25rem;
}

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

a {
text-decoration: none;
display: inline-block;
transition: all .3s ease;
color: #e94560;
}

a:hover {
opacity: .8;
}

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;
}

.mx-auto{
    margin-right:auto;
    margin-left: auto;
}

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

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

.display-6 {
font-size: calc(1rem + 1.5vw);
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-6 {
flex: 0 0 auto;
width: 50%;
}

.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: white;
border: 2px solid #e0e0e0;
border-radius: .625rem;
transition: border-color .3s;
}

.form-control:focus {
outline: 0;
border-color: #e94560;
}

.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: white;
border: 2px solid #e0e0e0;
border-radius: .625rem;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 1rem center;
background-size: 16px 12px;
}

.form-select:focus {
outline: 0;
border-color: #e94560;
}

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

.form-check-input {
width: 1.5rem;
height: 1.5rem;
margin-top: 0;
margin-left: -2rem;
margin-right: .5rem;
vertical-align: top;
background-color: white;
border: 2px solid #e0e0e0;
appearance: none;
float: left;
}

.form-check-input:checked {
background-color: #e94560;
border-color: #e94560;
}

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

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

.btn {
display: inline-block;
font-weight: 700;
line-height: 1.2;
text-align: center;
cursor: pointer;
user-select: none;
border: 2px solid transparent;
padding: .825rem 1.1875rem;
font-size: 1.125rem;
border-radius: .625rem;
transition: all .3s ease;
}

.btn-action-1 {
background: linear-gradient(135deg, #e94560 0%, #d63450 100%);
color: white;
border-color: #e94560;
}

.btn-action-1:hover {
background: linear-gradient(135deg, #d63450 0%, #c12a45 100%);
border-color: #d63450;
color: white;
opacity: 1;
transform: translateY(-2px);
}

.btn-light {
background-color: white;
color: #e94560;
border-color: white;
}

.btn-light:hover {
background-color: #f8f9fa;
color: #d63450;
}

.btn-lg {
padding: 1rem 2rem;
font-size: 1.25rem;
}

.nav-link {
display: block;
padding: .5rem 1rem;
transition: color .3s ease;
color: #1a1a2e;
}

.nav-link:hover {
color: #e94560;
}

.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: .5rem;
padding-bottom: .5rem;
background-color: white;
box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.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.375rem;
white-space: nowrap;
font-weight: 700;
color: #e94560;
}

.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 #e0e0e0;
border-radius: .625rem;
}

.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%231a1a2e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}

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

.list-unstyled {
padding-left: 0;
list-style: none;
}

.hero-section {
background: linear-gradient(rgba(26, 26, 46, 0.7), rgba(26, 26, 46, 0.7)), url('../imagesgeneral/imgex1.webp') center/cover;
min-height: 85vh;
display: flex;
align-items: center;
}

.hero-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(233, 69, 96, 0.3) 0%, rgba(26, 26, 46, 0.8) 100%);
}

.bg-bg-2 {
background-color: #f0f0f5;
}

.bg-bg-3 {
background-color: white;
}

.bg-dark {
background-color: #1a1a2e;
}

.bg-accent-section {
background: linear-gradient(135deg, #e94560 0%, #d63450 100%);
}

.bg-gradient-custom {
background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
}

.text-white {
color: white;
}

.text-action-1 {
color: #e94560;
}

.text-light {
color: rgba(255,255,255,0.85);
}

.feature-card {
background: white;
border-radius: 1rem;
box-shadow: 0 4px 20px rgba(0,0,0,.08);
transition: transform .3s ease;
}

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

.feature-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #e94560 0%, #d63450 100%);
border-radius: 1rem;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 2rem;
}

.format-card {
background: linear-gradient(135deg, #e94560 0%, #d63450 100%);
color: white;
}

.format-card-alt {
background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
color: white;
}

.cta-float-card {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) translateY(50%);
background-color: white;
border-radius: 1rem;
padding: 1.5rem 2rem;
box-shadow: 0 10px 40px rgba(0,0,0,.15);
color: #e94560;
}

.contact-wrapper {
background: white;
box-shadow: 0 10px 50px rgba(0,0,0,.1);
}

.contact-info a {
color: #e94560;
font-weight: 600;
}

.footer-section {
background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
}

.footer-links li {
margin-bottom: .75rem;
}

.footer-links a {
color: rgba(255,255,255,0.8);
}

.footer-links a:hover {
color: white;
}

.bg-accent-overlay {
background: linear-gradient(135deg, rgba(233, 69, 96, 0.2) 0%, rgba(22, 33, 62, 0.3) 100%);
clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.accent-shape {
width: 40%;
height: 100%;
background: rgba(255,255,255,0.1);
clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.backdrop-blur {
backdrop-filter: blur(10px);
}

.z-index-2 {
z-index: 2;
}

.border-top {
border-top: 1px solid;
}

.border-white {
border-color: white;
}

.border-opacity-25 {
opacity: 0.25;
}

.d-flex {
display: flex;
}

.d-inline-block {
display: inline-block;
}

.position-relative {
position: relative;
}

.position-absolute {
position: absolute;
}

.w-100 {
width: 100%;
}

.w-50 {
width: 50%;
}

.w-40 {
width: 40%;
}

.w-30 {
width: 30%;
}

.h-100 {
height: 100%;
}

.h-50 {
height: 50%;
}

.min-vh-75 {
min-height: 75vh;
}

.flex-column {
flex-direction: column;
}

.flex-wrap {
flex-wrap: wrap;
}

.flex-shrink-0 {
flex-shrink: 0;
}

.justify-content-center {
justify-content: center;
}

.justify-content-between {
justify-content: space-between;
}

.align-items-center {
align-items: center;
}

.align-items-start {
align-items: flex-start;
}

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

.text-start {
text-align: left;
}

.text-end {
text-align: right;
}

.fw-bold {
font-weight: 700;
}

.fw-light {
font-weight: 400;
}

.fs-1 {
font-size: 1.5rem;
}

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

.fs-3 {
font-size: 1.25rem;
}

.fs-4 {
font-size: 1.125rem;
}

.fs-5 {
font-size: 1rem;
}

.opacity-90 {
opacity: 0.9;
}

.opacity-75 {
opacity: 0.75;
}

.shadow {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.rounded {
border-radius: .375rem;
}

.rounded-3 {
border-radius: .5rem;
}

.rounded-4 {
border-radius: 1rem;
}

.rounded-5 {
border-radius: 1.5rem;
}

.rounded-circle {
border-radius: 50%;
}

.rounded-pill {
border-radius: 50rem;
}

.overflow-hidden {
overflow: hidden;
}

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

.top-0 {
top: 0;
}

.bottom-0 {
bottom: 0;
}

.start-0 {
left: 0;
}

.end-0 {
right: 0;
}

.start-50 {
left: 50%;
}

.translate-middle-x {
transform: translateX(-50%);
}

.mt-3 {
margin-top: .75rem;
}

.mt-4 {
margin-top: 1rem;
}

.mt-6 {
margin-top: 1.5rem;
}

.mt-8 {
margin-top: 2rem;
}

.mt-12 {
margin-top: 3rem;
}

.mt-15 {
margin-top: 3.75rem;
}

.mb-0 {
margin-bottom: 0;
}

.mb-2 {
margin-bottom: .5rem;
}

.mb-3 {
margin-bottom: .75rem;
}

.mb-4 {
margin-bottom: 1rem;
}

.mb-6 {
margin-bottom: 1.5rem;
}

.mb-8 {
margin-bottom: 2rem;
}

.mb-10 {
margin-bottom: 2.5rem;
}

.mb-12 {
margin-bottom: 3rem;
}

.mb-15 {
margin-bottom: 3.75rem;
}

.ms-auto {
margin-left: auto;
}

.me-2 {
margin-right: .5rem;
}

.me-4 {
margin-right: 1rem;
}

.me-6 {
margin-right: 1.5rem;
}

.p-3 {
padding: .75rem;
}

.p-4 {
padding: 1rem;
}

.p-6 {
padding: 1.5rem;
}

.p-8 {
padding: 2rem;
}

.p-10 {
padding: 2.5rem;
}

.py-3 {
padding-top: .75rem;
padding-bottom: .75rem;
}

.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}

.py-15 {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}

.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}

.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}

.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}

.pt-8 {
padding-top: 2rem;
}

.g-4 > * {
padding: .5rem;
}

.g-6 > * {
padding: .75rem;
}

.g-8 > * {
padding: 1rem;
}

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

@media (min-width: 768px) {
.container {
max-width: 720px;
}

.col-md-6 {
flex: 0 0 auto;
width: 50%;
}

.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}

.p-md-12 {
padding: 3rem;
}

.py-md-25 {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}
}

@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%;
}

.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}

.order-lg-1 {
order: 1;
}

.order-lg-2 {
order: 2;
}

.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: 1rem;
padding-left: 1rem;
}

.navbar-expand-lg .navbar-collapse {
display: flex;
flex-basis: auto;
}

.navbar-expand-lg .navbar-toggler {
display: none;
}

.mb-lg-0 {
margin-bottom: 0;
}

.mt-lg-0 {
margin-top: 0;
}

.ms-lg-6 {
margin-left: 1.5rem;
}

.me-lg-6 {
margin-right: 1.5rem;
}

.py-lg-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}

.py-lg-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}

.py-lg-25 {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}

.text-lg-end {
text-align: right;
}

.offset-lg-1 {
margin-left: 8.33333333%;
}
}

@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%;
}

.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}

h1 {
font-size: 3.5rem;
}

h2 {
font-size: 2rem;
}

h3 {
font-size: 1.75rem;
}

.display-3 {
font-size: 4.5rem;
}

.display-5 {
font-size: 3rem;
}

.display-6 {
font-size: 2.5rem;
}
}

@media (min-width: 1400px) {
.container {
max-width: 1320px;
}
}

@media (max-width: 991px) {
.order-1 {
order: 1;
}

.order-2 {
order: 2;
}
}