* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #2d3e50;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.25;
    color: #1a2332;
}

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 {
    color: #d4af37;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
}

a:hover {
    color: #b8972e;
    opacity: .9;
}

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: 900;
    line-height: 1.1;
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    line-height: 1.2;
}

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

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
    line-height: 1.2;
}

.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;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    padding: .875rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: .5rem;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.form-control:focus {
    outline: 0;
    border-color: #d4af37;
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.15);
    background-color: #ffffff;
}

.form-select {
    display: block;
    width: 100%;
    padding: .875rem 3rem .875rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: .5rem;
    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='%231a2332' 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;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.form-select:focus {
    outline: 0;
    border-color: #d4af37;
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.15);
    background-color: #ffffff;
}

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

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .125rem;
    margin-left: -2rem;
    vertical-align: top;
    background-color: #ffffff;
    border: 2px solid #d4af37;
    appearance: none;
    border-radius: .25rem;
    cursor: pointer;
    transition: all .3s ease;
}

.form-check-input:checked {
    background-color: #d4af37;
    border-color: #d4af37;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.form-check-label {
    cursor: pointer;
    font-size: .95rem;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    padding: .875rem 2rem;
    font-size: 1rem;
    border-radius: .5rem;
    transition: all .3s ease;
    text-decoration: none;
}

.btn-gold {
    background: linear-gradient(135deg, #d4af37 0%, #f2d06b 100%);
    color: #1a2332;
    border-color: #d4af37;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.btn-gold:hover {
    background: linear-gradient(135deg, #b8972e 0%, #d4af37 100%);
    color: #1a2332;
    border-color: #b8972e;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
    opacity: 1;
}

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

.nav-link {
    display: block;
    padding: .75rem 1.25rem;
    transition: color .3s ease;
    font-weight: 500;
    color: #ffffff;
}

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

.nav-link.active {
    color: #d4af37;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all .3s ease;
}

.navbar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

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

.navbar-brand {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-right: 1rem;
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
    white-space: nowrap;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
    transition: color .3s ease;
}

.navbar-brand:hover {
    color: #d4af37;
}

.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: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: .5rem;
    transition: all .3s ease;
}

.navbar-toggler:hover {
    border-color: #d4af37;
}

.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='rgba%28255, 255, 255, 0.8%29' 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;
}

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

.bg-primary-custom {
    background-color: #1a2332;
}

.text-primary-custom {
    color: #1a2332;
}

.text-gold {
    color: #d4af37;
}

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

.text-muted {
    color: #6c757d;
}

.bg-light {
    background-color: #f8f9fa;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gold-gradient {
    background: linear-gradient(135deg, #d4af37 0%, #f2d06b 100%);
}

.bg-gradient-custom {
    background: linear-gradient(135deg, #1a2332 0%, #2d3e50 100%);
}

.hero-section {
    min-height: 75vh;
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(26, 35, 50, 0.85), rgba(26, 35, 50, 0.85)), url('../imagescontainer/imgko1.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.text-white{
    color: #fff;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.9) 0%, rgba(212, 175, 55, 0.1) 100%);
    z-index: 1;
}

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

.hero-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #f8f9fa, transparent);
    z-index: 2;
}

.feature-card {
    background: #ffffff;
    border-radius: .75rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    border: 2px solid transparent;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(212, 175, 55, 0.2);
    border-color: #d4af37;
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4af37 0%, #f2d06b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #1a2332;
    margin: 0 auto;
}

.image-wrapper-decorated {
    position: relative;
}

.image-decoration {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #d4af37 0%, #f2d06b 100%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
}

.gold-check {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4af37;
    border-radius: 50%;
    font-size: 1.25rem;
    color: #1a2332;
}

.process-card {
    background: #ffffff;
    border-radius: .75rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all .3s ease;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15);
}

.process-number {
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #d4af37;
    line-height: 1;
}

.contact-wrapper {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: .75rem;
    overflow: hidden;
}

.contact-info h5 {
    color: #d4af37;
    font-size: 1.125rem;
    margin-bottom: .5rem;
}

.footer-custom {
    background: linear-gradient(135deg, #1a2332 0%, #0d1419 100%);
    color: rgba(255, 255, 255, 0.85);
    margin-top: 0;
}

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

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

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all .3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #d4af37;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color .3s ease;
}

.footer-link:hover {
    color: #d4af37;
}

.page-header-tips {
    background: linear-gradient(135deg, #1a2332 0%, #2d3e50 100%);
    padding: 10rem 0 5rem;
    margin-top: 0;
}

.page-header-simple {
    background: linear-gradient(135deg, #1a2332 0%, #2d3e50 100%);
    padding: 10rem 0 4rem;
    margin-top: 0;
}

.tips-image-wrapper {
    position: relative;
}

.tips-decoration {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 120px;
    height: 120px;
    border: 3px solid #d4af37;
    border-radius: .75rem;
    z-index: -1;
}

.tips-decoration-right {
    left: auto;
    right: -15px;
}

.tips-content-card {
    background: #ffffff;
    border-radius: .75rem;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #d4af37;
}

.tips-badge {
    display: inline-block;
    background: linear-gradient(135deg, #d4af37 0%, #f2d06b 100%);
    color: #1a2332;
    padding: .5rem 1.25rem;
    border-radius: 2rem;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.tips-highlight {
    background: #fffdf5;
    border-left: 4px solid #d4af37;
    padding: 1.25rem 1.5rem;
    border-radius: .5rem;
    font-size: 1rem;
}

.tips-small-card {
    background: #ffffff;
    border-radius: .75rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all .3s ease;
    border-top: 4px solid #d4af37;
}

.tips-small-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15);
}

.tips-small-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #d4af37 0%, #f2d06b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #1a2332;
    margin-bottom: 1.5rem;
}

.policy-content h2 {
    margin-top: 3rem;
}

.policy-content h2:first-child {
    margin-top: 0;
}

.thankyou-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.thankyou-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #d4af37 0%, #f2d06b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.3);
}

.thankyou-icon i {
    font-size: 4rem;
    color: #1a2332;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.d-flex {
    display: flex;
}

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

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

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

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

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

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

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

.shadow {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

.me-3 {
    margin-right: .75rem;
}

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

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

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

.ms-lg-8 {
    margin-left: 2rem;
}

.me-lg-8 {
    margin-right: 2rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-12 {
    padding: 3rem;
}

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

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

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

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

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

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

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

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

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

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

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

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

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

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

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

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

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

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

    .p-lg-15 {
        padding: 3.75rem;
    }
}

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

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

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

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

    .display-4 {
        font-size: 3.5rem;
    }

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

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

@media (max-width: 991px) {
    .hero-section {
        padding-top: 6rem;
        min-height: 60vh;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

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

    .navbar-nav {
        padding-top: 1rem;
    }
}

.hero-section, section{
    overflow: hidden;
}