:root {
    --brand: #0b6fb7;
    --brand-hover: #075b98;
    --brand-soft: #edf7ff;
    --navy: #073963;
    --navy-deep: #06263f;
    --navy-light: #124f7d;
    --accent: #f47b00;
    --accent-hover: #da6800;
    --text: #243746;
    --muted: #6c7d8a;
    --soft: #f4f7fa;
    --white: #ffffff;
    --line: #e3eaf0;
    --shadow-sm: 0 8px 30px rgba(5, 45, 75, .08);
    --shadow-md: 0 20px 55px rgba(5, 45, 75, .12);
    --radius: 14px;
    --radius-lg: 22px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background: var(--white);
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
}

a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

button,
a,
input,
textarea,
select {
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 16px;
    z-index: 9999;
    padding: .7rem 1rem;
    border-radius: 0 0 8px 8px;
    color: #fff;
    background: var(--navy-deep);
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}

/* Header */
.topbar {
    min-height: 36px;
    padding: .46rem 0;
    color: #eaf3f9;
    background: var(--navy);
    font-size: .78rem;
}

.topbar-inner,
.topbar-contact {
    display: flex;
    align-items: center;
}

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

.topbar-contact {
    gap: 1.7rem;
}

.topbar a,
.topbar span {
    color: #eaf3f9;
    text-decoration: none;
}

.topbar a:hover {
    color: #fff;
}

.topbar i {
    margin-right: .46rem;
    color: #ffd08b;
}

.navbar {
    z-index: 1035;
    min-height: 78px;
    padding: .55rem 0;
    border-bottom: 1px solid rgba(4, 48, 80, .08);
    box-shadow: 0 5px 22px rgba(5, 42, 69, .055);
}

.navbar-shell {
    min-height: 62px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    padding: 0;
}

.navbar-brand img {
    width: 205px;
    height: 58px;
    object-fit: contain;
    object-position: left center;
}

.navbar .nav-link {
    position: relative;
    margin: 0 .12rem;
    padding: 1rem .78rem !important;
    color: #223b4e !important;
    font-size: .91rem;
    font-weight: 700;
}

.navbar .nav-link::after {
    position: absolute;
    right: .78rem;
    bottom: .54rem;
    left: .78rem;
    height: 2px;
    content: "";
    background: transparent;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease, background-color .22s ease;
}

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

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    background: var(--brand);
    transform: scaleX(1);
}

.nav-cta-item {
    margin-left: 1rem;
}

.btn {
    border-radius: 6px;
    font-weight: 750;
    letter-spacing: -.01em;
}

.btn-lg {
    padding: .76rem 1.08rem;
    font-size: .92rem;
}

.btn i {
    margin-left: .35rem;
}

.btn-brand {
    border-color: var(--brand);
    color: #fff;
    background: var(--brand);
}

.btn-brand:hover,
.btn-brand:focus {
    border-color: var(--brand-hover);
    color: #fff;
    background: var(--brand-hover);
    box-shadow: 0 8px 24px rgba(11, 111, 183, .2);
    transform: translateY(-1px);
}

.btn-accent {
    border-color: var(--accent);
    color: #fff;
    background: var(--accent);
    box-shadow: 0 8px 24px rgba(244, 123, 0, .2);
}

.btn-accent:hover,
.btn-accent:focus {
    border-color: var(--accent-hover);
    color: #fff;
    background: var(--accent-hover);
    transform: translateY(-1px);
}

.nav-cta {
    min-width: 116px;
    padding: .68rem 1rem;
    font-size: .88rem;
}

.nav-cta i {
    margin: 0 .34rem 0 0;
}

.btn-outline-brand {
    border: 1px solid var(--brand);
    color: var(--brand);
    background: transparent;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
    border-color: var(--brand);
    color: #fff;
    background: var(--brand);
    box-shadow: 0 8px 24px rgba(11, 111, 183, .16);
}

.btn-section {
    padding: .72rem 1.15rem;
    font-size: .9rem;
}

.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-left: auto;
}

.mobile-call {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--brand);
    background: #fff;
}

.navbar-toggler {
    width: 44px;
    height: 42px;
    padding: .42rem;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .2rem rgba(11, 111, 183, .12);
}

/* Hero */
.hero {
    position: relative;
    background: var(--navy-deep);
}

.hero .carousel-item {
    position: relative;
    height: min(520px, calc(100vh - 114px));
    min-height: 470px;
    background-position: center center;
    background-size: cover;
}

.hero-fallback {
    background-image: url('../uploads/slider/slider-1.webp');
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 29, 49, .93) 0%, rgba(3, 34, 57, .78) 35%, rgba(3, 34, 57, .25) 69%, rgba(3, 34, 57, .06) 100%),
        linear-gradient(0deg, rgba(3, 30, 50, .18), transparent 42%);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 4rem;
    color: #fff;
}

.hero-copy {
    max-width: 560px;
}

.eyebrow,
.section-heading > span,
.page-hero span,
.cta-section span,
.contact-info > span {
    display: inline-block;
    margin-bottom: .85rem;
    color: var(--accent);
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .17em;
}

.hero .eyebrow {
    color: #ffca80;
}

.hero h1 {
    max-width: 560px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 3.45vw, 3.2rem);
    font-weight: 830;
    letter-spacing: -.035em;
    line-height: 1.1;
    text-wrap: balance;
}

.hero p {
    max-width: 520px;
    margin: 1rem 0 1.35rem;
    color: #eef5f9;
    font-size: .95rem;
    line-height: 1.58;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.btn-hero-outline {
    border: 1px solid rgba(255, 255, 255, .72);
    color: #fff;
    background: rgba(5, 31, 50, .22);
    backdrop-filter: blur(4px);
}

.btn-hero-outline:hover,
.btn-hero-outline:focus {
    border-color: #fff;
    color: var(--navy-deep);
    background: #fff;
}

.hero .carousel-indicators {
    bottom: 60px;
    z-index: 4;
    gap: .34rem;
    margin-bottom: 0;
}

.hero .carousel-indicators [data-bs-target] {
    width: 24px;
    height: 4px;
    margin: 0;
    border: 0;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .72);
    opacity: 1;
}

.hero .carousel-indicators .active {
    width: 36px;
    background-color: var(--accent);
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    width: 6%;
    opacity: .7;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
    opacity: 1;
}

/* Trust panel */
.trust-section {
    position: relative;
    z-index: 10;
    margin-top: -40px;
}

.trust-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid rgba(5, 49, 80, .08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(4, 38, 64, .14);
}

.trust-item {
    position: relative;
    display: flex;
    min-height: 100px;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.55rem;
}

.trust-item:not(:last-child)::after {
    position: absolute;
    top: 24px;
    right: 0;
    bottom: 24px;
    width: 1px;
    content: "";
    background: var(--line);
}

.trust-icon {
    display: grid;
    width: 54px;
    min-width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 14px;
    color: var(--brand);
    background: var(--brand-soft);
    font-size: 1.8rem;
}

.trust-item strong,
.trust-item span {
    display: block;
}

.trust-item strong {
    margin-bottom: .18rem;
    color: var(--navy);
    font-size: 1rem;
    font-weight: 800;
}

.trust-item span {
    max-width: 270px;
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.5;
}

/* Global sections */
.section {
    padding: 72px 0;
}

.section-heading {
    max-width: 790px;
    margin: 0 auto 2.75rem;
}

.section-heading-left {
    max-width: 660px;
    margin-right: 0;
    margin-left: 0;
}

.section-heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(1.58rem, 2.2vw, 2.05rem);
    font-weight: 820;
    letter-spacing: -.03em;
    line-height: 1.22;
    text-wrap: balance;
}

.section-heading p {
    max-width: 690px;
    margin: 1rem auto 0;
    color: var(--muted);
    font-size: .95rem;
}

.section-heading-left p {
    margin-left: 0;
}

/* Services */
.services-section {
    padding-top: 64px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.service-card {
    position: relative;
    display: flex;
    min-height: 290px;
    flex-direction: column;
    overflow: hidden;
    padding: 1.45rem 1.2rem 1.3rem;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--brand), var(--accent));
    opacity: 0;
    transition: opacity .25s ease;
}

.service-card:hover {
    border-color: rgba(11, 111, 183, .18);
    box-shadow: var(--shadow-md);
    transform: translateY(-7px);
}

.service-card:hover::before {
    opacity: 1;
}

.service-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 1.35rem;
    border: 1px solid #dbeeff;
    border-radius: 13px;
    color: var(--brand);
    background: var(--brand-soft);
    font-size: 1.3rem;
}

.service-card h3 {
    min-height: 44px;
    margin: 0 0 .6rem;
    color: var(--navy);
    font-size: 1rem;
    font-weight: 810;
    letter-spacing: -.018em;
    line-height: 1.32;
}

.service-card p {
    margin-bottom: 1rem;
    color: var(--muted);
    font-size: .81rem;
    line-height: 1.58;
}

.service-card > a {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    margin-top: auto;
    color: var(--brand);
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.service-card > a:hover {
    color: var(--accent);
    gap: .45rem;
}

/* About */
.about-section {
    overflow: hidden;
    border-top: 1px solid #eef2f5;
    border-bottom: 1px solid #e8eef2;
    background:
        linear-gradient(90deg, rgba(244, 247, 250, .96), rgba(244, 247, 250, .88)),
        radial-gradient(circle at 90% 20%, rgba(11, 111, 183, .08), transparent 35%);
}

.about-visual {
    position: relative;
    max-width: 630px;
}

.about-image {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 22px 52px rgba(5, 46, 76, .16);
}

.about-badge {
    position: absolute;
    right: -20px;
    bottom: 30px;
    display: flex;
    min-width: 185px;
    align-items: center;
    gap: .8rem;
    padding: 1rem 1.15rem;
    border: 5px solid #f4f7fa;
    border-radius: 12px;
    color: #fff;
    background: var(--navy);
    box-shadow: 0 15px 38px rgba(4, 42, 69, .22);
}

.about-badge i {
    color: #ffbd5b;
    font-size: 1.8rem;
}

.about-badge span {
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.35;
}

.lead-text {
    margin-bottom: 1.35rem;
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.68;
}

.check-list {
    display: grid;
    gap: .82rem;
}

.check-list > div {
    display: flex;
    align-items: flex-start;
    gap: .66rem;
    color: #354a5a;
    font-size: .94rem;
}

.check-list i {
    margin-top: .17rem;
    color: var(--brand);
}

/* Process */
.process-section {
    background: #fff;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
}

.process-card {
    position: relative;
    min-height: 205px;
    padding: 1.45rem 1.25rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(5, 45, 75, .04);
}

.process-card:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -1.42rem;
    display: grid;
    width: 1.7rem;
    height: 1.7rem;
    place-items: center;
    border: 4px solid #fff;
    border-radius: 50%;
    content: "→";
    color: var(--brand);
    background: var(--brand-soft);
    font-size: .85rem;
    font-weight: 900;
    transform: translateY(-50%);
}

.process-number {
    position: absolute;
    top: 1rem;
    right: 1.15rem;
    color: var(--accent);
    font-size: 1rem;
    font-weight: 850;
}

.process-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 1.15rem;
    border-radius: 50%;
    color: var(--brand);
    background: var(--brand-soft);
    font-size: 1.45rem;
}

.process-card h3 {
    margin: 0 0 .45rem;
    color: var(--navy);
    font-size: .96rem;
    font-weight: 810;
}

.process-card p {
    margin: 0;
    color: var(--muted);
    font-size: .79rem;
    line-height: 1.55;
}

/* CTA */
.cta-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    color: #fff;
    background: var(--navy);
    background-image: url('../uploads/slider/slider-2.webp');
    background-position: center 52%;
    background-size: cover;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 54, 92, .98), rgba(9, 104, 168, .91));
}

.cta-section .container::before {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 12px;
    width: 4px;
    border-radius: 5px;
    content: "";
    background: var(--accent);
}

.cta-section span {
    margin-left: 1.3rem;
    color: #ffcc82;
}

.cta-section h2 {
    max-width: 730px;
    margin: 0 0 0 1.3rem;
    color: #fff;
    font-size: clamp(1.45rem, 2.25vw, 1.95rem);
    font-weight: 810;
    letter-spacing: -.028em;
    line-height: 1.22;
}

.cta-button {
    min-width: 185px;
    color: var(--navy);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}

.cta-button:hover {
    color: #fff;
    background: var(--accent);
    border-color: var(--accent);
}

.cta-section small {
    display: block;
    margin-top: .8rem;
    color: #dcecf6;
    font-size: .76rem;
}

/* Resources */
.resources-section {
    background: var(--soft);
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.link-card {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    padding: 1.55rem 1.35rem 1.35rem;
    border: 1px solid var(--line);
    border-radius: 13px;
    color: inherit;
    background: #fff;
    text-decoration: none;
}

.link-card:hover {
    border-color: rgba(11, 111, 183, .18);
    color: inherit;
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

.link-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 1rem;
    border: 1px solid #dceeff;
    border-radius: 11px;
    color: var(--brand);
    background: var(--brand-soft);
    font-size: 1.3rem;
}

.link-card h3 {
    margin: 0 0 .55rem;
    color: var(--navy);
    font-size: .98rem;
    font-weight: 820;
}

.link-card p {
    margin: 0 0 1rem;
    color: var(--muted);
    font-size: .81rem;
    line-height: 1.6;
}

.link-card > span {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    margin-top: auto;
    color: var(--brand);
    font-size: .8rem;
    font-weight: 800;
}

.link-card:hover > span {
    color: var(--accent);
}

/* Internal pages */
.page-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(4, 37, 61, .96), rgba(5, 59, 96, .80)),
        url('../uploads/slider/slider-1.webp') center 58% / cover;
}

.page-hero::after {
    position: absolute;
    right: -8%;
    bottom: -110px;
    width: 360px;
    height: 360px;
    border: 70px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    content: "";
}

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

.page-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.65rem, 2.4vw, 2.2rem);
    font-weight: 820;
    letter-spacing: -.03em;
    line-height: 1.16;
}

.page-hero p {
    max-width: 690px;
    margin: .8rem 0 0;
    color: #e1edf4;
    font-size: .92rem;
    line-height: 1.58;
}

.bg-soft {
    background: var(--soft);
}

.detail-image {
    width: 100%;
    max-height: 360px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: var(--shadow-sm);
}

.content-prose {
    color: #354a58;
    font-size: .95rem;
    line-height: 1.72;
}

.content-prose h1,
.content-prose h2,
.content-prose h3,
.content-prose h4 {
    margin-top: 2rem;
    color: var(--navy);
    font-weight: 830;
    letter-spacing: -.025em;
}

.content-prose h1 {
    font-size: 1.55rem;
    line-height: 1.22;
}

.content-prose h2 {
    font-size: 1.32rem;
    line-height: 1.28;
}

.content-prose h3 {
    font-size: 1.15rem;
    line-height: 1.32;
}

.content-prose h4 {
    font-size: 1rem;
    line-height: 1.35;
}

.content-prose li {
    margin: .5rem 0;
}

.content-prose a {
    color: var(--brand);
}

.content-prose blockquote {
    padding: 1.2rem 1.35rem;
    border-left: 4px solid var(--accent);
    border-radius: 0 10px 10px 0;
    background: var(--soft);
}

.service-image {
    height: 185px;
    margin: -1.45rem -1.2rem 1.2rem;
    overflow: hidden;
}

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

.service-image + .service-icon {
    position: relative;
    margin-top: -3.05rem;
    box-shadow: 0 8px 24px rgba(4, 48, 80, .14);
}

.contact-box {
    position: sticky;
    top: 110px;
    padding: 2.2rem;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, var(--navy), var(--navy-light));
    box-shadow: var(--shadow-md);
}

.contact-box > i {
    color: #ffcf88;
    font-size: 2.4rem;
}

.contact-box h2 {
    margin-top: .9rem;
    font-size: 1.18rem;
    line-height: 1.3;
}

.notice-box {
    display: flex;
    gap: 1rem;
    padding: 1.35rem;
    border: 1px solid #ffe1a4;
    border-radius: 12px;
    background: #fff7e8;
}

.notice-box > i {
    color: #b56d00;
    font-size: 1.5rem;
}

.contact-info h2 {
    color: var(--navy);
    font-size: 1.55rem;
    font-weight: 820;
    letter-spacing: -.025em;
    line-height: 1.26;
}

.contact-info > p {
    margin-bottom: 1.7rem;
    color: var(--muted);
}

.contact-info > a,
.contact-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .95rem 0;
    border-bottom: 1px solid var(--line);
    color: inherit;
    text-decoration: none;
}

.contact-info > a > i,
.contact-row > i {
    display: grid;
    width: 46px;
    min-width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 11px;
    color: var(--brand);
    background: var(--brand-soft);
    font-size: 1.15rem;
}

.contact-info small,
.contact-info strong {
    display: block;
}

.contact-info small {
    color: var(--muted);
}

.contact-form-modern {
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--soft);
}

.contact-form-modern label {
    margin-bottom: .4rem;
    font-size: .88rem;
    font-weight: 750;
}

.form-control,
.form-select {
    min-height: 49px;
    border-color: #d9e3ea;
    border-radius: 8px;
}

textarea.form-control {
    min-height: 145px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 .2rem rgba(11, 111, 183, .11);
}

.map-wrap iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 16px;
}


.page-image-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(5, 45, 75, .08);
}

.page-content-card {
    padding: 2rem 2.1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(5, 45, 75, .05);
}

.page-content-card > :first-child {
    margin-top: 0;
}

.page-content-card > :last-child {
    margin-bottom: 0;
}

.service-detail-media {
    margin-bottom: 1.35rem;
}

.service-detail-content {
    padding: 1.6rem 1.7rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

.page-hero.page-hero-compact {
    padding: 48px 0;
}

/* Footer */
.site-footer {
    padding: 64px 0 0;
    color: #b8c9d5;
    background: var(--navy-deep);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(280px, 1.65fr) .72fr .72fr 1.35fr;
    gap: 3rem;
    padding-bottom: 3rem;
}

.footer-brand-column p {
    max-width: 360px;
    margin: 1.15rem 0 1.25rem;
    color: #b8c9d5;
    font-size: .88rem;
}

.footer-brand {
    display: inline-flex;
    padding: .45rem .65rem;
    border-radius: 7px;
    background: #fff;
}

.footer-logo {
    display: block;
    width: 200px;
    height: 48px;
    object-fit: contain;
}

.footer-contact-shortcuts {
    display: flex;
    gap: .55rem;
}

.footer-contact-shortcuts a {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: #dce8ef;
}

.footer-contact-shortcuts a:hover {
    border-color: var(--accent);
    color: #fff;
    background: var(--accent);
}

.footer-column h3 {
    margin: .35rem 0 1.1rem;
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
}

.footer-column > a {
    display: block;
    margin: .48rem 0;
    color: #b8c9d5;
    font-size: .84rem;
    text-decoration: none;
}

.footer-column > a:hover {
    color: #fff;
    transform: translateX(3px);
}

.footer-contact-column p,
.footer-contact-column > a {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    margin: 0 0 .75rem;
    color: #b8c9d5;
    font-size: .82rem;
    line-height: 1.55;
    text-decoration: none;
}

.footer-contact-column i {
    min-width: 15px;
    margin-top: .15rem;
    color: #fff;
}

.footer-contact-column > a:hover {
    color: #fff;
    transform: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #9bb0be;
    font-size: .76rem;
}

.footer-bottom a {
    color: #9bb0be;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1040;
    display: grid;
    width: 55px;
    height: 55px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #20bf5b;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .23);
    font-size: 1.55rem;
    text-decoration: none;
}

.floating-whatsapp:hover {
    color: #fff;
    background: #159b48;
    transform: translateY(-3px);
}

.error-page {
    padding: 84px 0;
}

.error-code {
    color: #e5edf2;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .navbar-brand img {
        width: 185px;
    }

    .navbar .nav-link {
        padding-right: .58rem !important;
        padding-left: .58rem !important;
        font-size: .86rem;
    }

    .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-card {
        min-height: 270px;
    }

    .about-badge {
        right: 18px;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 70px;
        padding: .45rem 0;
    }

    .navbar-brand img {
        width: 176px;
        height: 52px;
    }

    .navbar-collapse {
        margin-top: .65rem;
        padding: .65rem 0 1rem;
        border-top: 1px solid var(--line);
    }

    .navbar .nav-link {
        margin: 0;
        padding: .72rem .2rem !important;
    }

    .navbar .nav-link::after {
        display: none;
    }

    .nav-cta-item {
        margin: .5rem 0 0;
    }

    .nav-cta {
        width: 100%;
    }

    .hero .carousel-item {
        height: 500px;
        min-height: 500px;
        background-position: 62% center;
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(2, 29, 49, .93), rgba(3, 34, 57, .58) 75%, rgba(3, 34, 57, .27));
    }

    .hero-content {
        padding-bottom: 4rem;
    }

    .hero h1 {
        max-width: 540px;
        font-size: 2.85rem;
    }

    .trust-section {
        margin-top: -38px;
    }

    .trust-panel {
        grid-template-columns: 1fr;
    }

    .trust-item {
        min-height: auto;
        padding: 1.15rem 1.35rem;
    }

    .trust-item:not(:last-child)::after {
        top: auto;
        right: 1.35rem;
        bottom: 0;
        left: 1.35rem;
        width: auto;
        height: 1px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section {
        padding: 60px 0;
    }

    .about-image {
        height: 280px;
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-card:nth-child(2)::after {
        display: none;
    }

    .resources-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cta-section .container::before {
        left: 12px;
    }

    .cta-section small {
        text-align: left;
    }

    .footer-main {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 2.5rem 2rem;
    }

    .footer-contact-column {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .hero .carousel-item {
        height: 475px;
        min-height: 475px;
        background-position: 67% center;
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(2, 27, 46, .95), rgba(2, 31, 51, .79) 68%, rgba(2, 31, 51, .48));
    }

    .hero h1 {
        font-size: 2.45rem;
    }

    .hero p {
        max-width: 520px;
        font-size: 1rem;
    }

    .hero .carousel-control-prev,
    .hero .carousel-control-next {
        display: none;
    }

    .services-grid,
    .resources-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: auto;
    }

    .service-card h3 {
        min-height: auto;
    }

    .section-heading {
        margin-bottom: 2.4rem;
    }

    .about-badge {
        right: 16px;
        bottom: 16px;
        min-width: auto;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-card:not(:last-child)::after {
        top: auto;
        right: 50%;
        bottom: -1.46rem;
        content: "↓";
        transform: translateX(50%);
    }

    .cta-section {
        padding: 58px 0;
    }

    .cta-section h2,
    .cta-section span {
        margin-left: 1rem;
    }

    .page-hero {
        padding: 46px 0;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.2rem 1.5rem;
    }

    .footer-brand-column,
    .footer-contact-column {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 15px;
    }

    .navbar-brand img {
        width: 154px;
        height: 46px;
    }

    .mobile-call,
    .navbar-toggler {
        width: 40px;
        height: 40px;
    }

    .hero .carousel-item {
        height: 455px;
        min-height: 455px;
        background-position: 68% center;
    }

    .hero-content {
        align-items: flex-end;
        padding-top: 2.4rem;
        padding-bottom: 5.4rem;
    }

    .hero h1 {
        font-size: clamp(1.9rem, 9vw, 2.25rem);
        line-height: 1.1;
    }

    .hero .eyebrow {
        font-size: .66rem;
    }

    .hero p {
        margin: 1.1rem 0 1.45rem;
        font-size: .95rem;
        line-height: 1.55;
    }

    .hero-actions {
        gap: .6rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero .carousel-indicators {
        bottom: 58px;
    }

    .trust-section {
        margin-top: -35px;
    }

    .trust-item {
        gap: .9rem;
        padding: 1rem 1.05rem;
    }

    .trust-icon {
        width: 46px;
        min-width: 46px;
        height: 46px;
        font-size: 1.45rem;
    }

    .trust-item strong {
        font-size: .94rem;
    }

    .trust-item span {
        font-size: .77rem;
    }

    .section {
        padding: 50px 0;
    }

    .services-section {
        padding-top: 50px;
    }

    .section-heading h2 {
        font-size: 1.55rem;
    }

    .section-heading p {
        font-size: .93rem;
    }

    .service-card,
    .link-card,
    .process-card {
        padding: 1.4rem 1.2rem;
    }

    .about-image {
        height: 280px;
    }

    .about-badge {
        display: none;
    }

    .cta-section .container::before {
        left: 14px;
    }

    .cta-section h2 {
        font-size: 1.45rem;
    }

    .cta-button {
        width: 100%;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-brand-column,
    .footer-contact-column {
        grid-column: auto;
    }

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

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
    }

    .contact-form-modern {
        padding: 1.25rem;
    }

    .page-hero {
        padding: 42px 0;
    }
}


/* v1.0.3 - Kurumsal ve dengeli tipografi */
.error-page h1 {
    margin: 1rem 0 .65rem;
    color: var(--navy);
    font-size: 1.8rem;
    font-weight: 820;
    letter-spacing: -.03em;
    line-height: 1.22;
}

.error-page p {
    color: var(--muted);
    font-size: .98rem;
}

@media (max-width: 767.98px) {
    .page-hero h1 {
        font-size: 1.95rem;
    }

    .page-hero p {
        font-size: .94rem;
    }

    .contact-info h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 575.98px) {
    .page-hero h1 {
        font-size: 1.65rem;
        line-height: 1.2;
    }

    .page-hero p {
        font-size: .91rem;
        line-height: 1.55;
    }

    .content-prose {
        font-size: .95rem;
    }

    .content-prose h1 {
        font-size: 1.38rem;
    }

    .content-prose h2 {
        font-size: 1.25rem;
    }

    .content-prose h3 {
        font-size: 1.1rem;
    }

    .contact-info h2 {
        font-size: 1.3rem;
    }

    .contact-box h2 {
        font-size: 1.08rem;
    }

    .error-code {
        font-size: 4rem;
    }

    .error-page h1 {
        font-size: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Wide resource cards used on the legislation page */
.link-card-wide {
    min-height: 180px;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.2rem;
}

.link-card-wide > i {
    display: grid;
    width: 54px;
    min-width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid #dceeff;
    border-radius: 13px;
    color: var(--brand);
    background: var(--brand-soft);
    font-size: 1.45rem;
}

.link-card-wide h3 {
    margin-top: .15rem;
}

.detail-image + .content-prose {
    margin-top: 2.5rem;
}

.notice-box h3 {
    margin: 0 0 .25rem;
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 820;
}

.notice-box p {
    margin: 0;
    color: #6d5a36;
    font-size: .9rem;
}

@media (max-width: 575.98px) {
    .link-card-wide {
        flex-direction: column;
    }
}

/* v1.0.5 - Hizmet görsel bağlantıları ve dengeli detay görselleri */
.service-image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.service-image-link img {
    transition: transform .3s ease, filter .3s ease;
}

.service-image-link:hover img,
.service-image-link:focus img {
    filter: saturate(1.05) contrast(1.02);
    transform: scale(1.035);
}

.service-title-link {
    color: inherit;
    text-decoration: none;
}

.service-title-link:hover,
.service-title-link:focus {
    color: var(--brand);
}

.service-detail-media .detail-image {
    display: block;
    width: 100%;
    height: 300px;
    max-height: none;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .service-detail-media .detail-image {
        height: 280px;
    }
}

@media (max-width: 575.98px) {
    .service-detail-media .detail-image {
        height: 220px;
    }
}

/* v1.0.6 - Sade ve klasik kurumsal ölçek */
body {
    font-size: 15px;
    line-height: 1.62;
}

.navbar {
    min-height: 70px;
}

.navbar-shell {
    min-height: 56px;
}

.navbar-brand img {
    width: 188px;
    height: 52px;
}

.navbar .nav-link {
    padding: .88rem .68rem !important;
    font-size: .86rem;
    font-weight: 650;
}

.nav-cta {
    min-width: 108px;
    padding: .62rem .9rem;
    font-size: .84rem;
}

.hero .carousel-item {
    height: min(460px, calc(100vh - 106px));
    min-height: 430px;
}

.hero-content {
    padding-top: .5rem;
    padding-bottom: 3.4rem;
}

.hero-copy {
    max-width: 520px;
}

.hero .eyebrow {
    margin-bottom: .65rem;
    font-size: .66rem;
    font-weight: 750;
    letter-spacing: .15em;
}

.hero h1 {
    max-width: 520px;
    font-size: clamp(2rem, 2.8vw, 2.55rem);
    font-weight: 720;
    letter-spacing: -.025em;
    line-height: 1.13;
}

.hero p {
    max-width: 500px;
    margin: .9rem 0 1.2rem;
    font-size: .9rem;
    line-height: 1.55;
}

.hero-actions .btn {
    padding: .68rem 1rem;
    font-size: .86rem;
}

.hero .carousel-indicators {
    bottom: 48px;
}

.trust-section {
    margin-top: -32px;
}

.trust-item {
    min-height: 88px;
    gap: .85rem;
    padding: 1rem 1.3rem;
}

.trust-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 11px;
    font-size: 1.45rem;
}

.trust-item strong {
    font-size: .9rem;
    font-weight: 720;
}

.trust-item span {
    font-size: .76rem;
    line-height: 1.45;
}

.section {
    padding: 58px 0;
}

.services-section {
    padding-top: 56px;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 2.15rem;
}

.eyebrow,
.section-heading > span,
.page-hero span,
.cta-section span,
.contact-info > span {
    margin-bottom: .65rem;
    font-size: .66rem;
    font-weight: 760;
    letter-spacing: .15em;
}

.section-heading h2 {
    font-size: clamp(1.4rem, 1.8vw, 1.72rem);
    font-weight: 720;
    letter-spacing: -.022em;
    line-height: 1.25;
}

.section-heading p {
    max-width: 640px;
    margin-top: .72rem;
    font-size: .87rem;
    line-height: 1.58;
}

.services-grid {
    gap: .85rem;
}

.service-card {
    min-height: 260px;
    padding: 1.25rem 1.05rem 1.15rem;
}

.service-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 10px;
    font-size: 1.12rem;
}

.service-card h3 {
    min-height: 40px;
    margin-bottom: .5rem;
    font-size: .92rem;
    font-weight: 720;
    line-height: 1.3;
}

.service-card p {
    font-size: .76rem;
    line-height: 1.55;
}

.service-card > a {
    font-size: .76rem;
    font-weight: 720;
}

.about-image {
    height: 330px;
}

.about-badge {
    right: 12px;
    bottom: 16px;
    min-width: 160px;
    padding: .8rem .95rem;
    border-width: 4px;
}

.about-badge i {
    font-size: 1.45rem;
}

.about-badge span {
    font-size: .74rem;
}

.lead-text {
    margin-bottom: 1.1rem;
    font-size: .88rem;
    line-height: 1.65;
}

.check-list {
    gap: .62rem;
}

.check-list > div {
    font-size: .85rem;
}

.process-grid {
    gap: .9rem;
}

.process-card {
    min-height: 180px;
    padding: 1.2rem 1.05rem 1.05rem;
}

.process-icon {
    width: 44px;
    height: 44px;
    margin-bottom: .9rem;
    font-size: 1.18rem;
}

.process-number {
    font-size: .84rem;
}

.process-card h3 {
    font-size: .88rem;
    font-weight: 720;
}

.process-card p {
    font-size: .75rem;
    line-height: 1.5;
}

.cta-section {
    padding: 46px 0;
}

.cta-section h2 {
    max-width: 680px;
    font-size: clamp(1.32rem, 1.85vw, 1.65rem);
    font-weight: 720;
    line-height: 1.25;
}

.cta-button {
    min-width: 165px;
    padding: .68rem 1rem;
    font-size: .86rem;
}

.resources-grid {
    gap: .85rem;
}

.link-card {
    min-height: 190px;
    padding: 1.25rem 1.1rem 1.1rem;
}

.link-icon {
    width: 42px;
    height: 42px;
    margin-bottom: .8rem;
    font-size: 1.15rem;
}

.link-card h3 {
    font-size: .88rem;
    font-weight: 720;
}

.link-card p,
.link-card > span {
    font-size: .75rem;
}

.page-hero,
.page-hero.page-hero-compact {
    padding: 42px 0;
}

.page-hero h1 {
    max-width: 720px;
    font-size: clamp(1.45rem, 1.9vw, 1.82rem);
    font-weight: 720;
    letter-spacing: -.022em;
    line-height: 1.2;
}

.page-hero p {
    max-width: 650px;
    margin-top: .65rem;
    font-size: .86rem;
    line-height: 1.55;
}

.page-content-card {
    padding: 1.55rem 1.7rem;
}

.page-image-card .detail-image {
    height: 280px;
    max-height: 280px;
}

.service-detail-media .detail-image {
    height: 245px;
    max-height: 245px;
}

.service-image {
    height: 160px;
}

.content-prose {
    font-size: .9rem;
    line-height: 1.68;
}

.content-prose h1,
.content-prose h2,
.content-prose h3,
.content-prose h4 {
    margin-top: 1.45rem;
    font-weight: 720;
    letter-spacing: -.018em;
}

.content-prose h1 {
    font-size: 1.35rem;
}

.content-prose h2 {
    font-size: 1.18rem;
}

.content-prose h3 {
    font-size: 1.04rem;
}

.content-prose h4 {
    font-size: .95rem;
}

.contact-box {
    padding: 1.65rem;
}

.contact-box > i {
    font-size: 2rem;
}

.contact-box h2 {
    font-size: 1.05rem;
    font-weight: 720;
}

.contact-info h2 {
    font-size: 1.32rem;
    font-weight: 720;
}

.contact-form-modern {
    padding: 1.6rem;
}

.map-wrap iframe {
    min-height: 330px;
}

.site-footer {
    padding-top: 50px;
}

.footer-main {
    padding-bottom: 2.3rem;
}

.footer-column h3 {
    font-size: .84rem;
}

.footer-column > a,
.footer-contact-column p,
.footer-contact-column > a,
.footer-brand-column p {
    font-size: .78rem;
}

@media (max-width: 991.98px) {
    .hero .carousel-item {
        height: 445px;
        min-height: 420px;
    }

    .hero h1 {
        max-width: 500px;
        font-size: 2.25rem;
    }

    .section {
        padding: 52px 0;
    }

    .about-image {
        height: 300px;
    }

    .page-image-card .detail-image {
        height: 250px;
        max-height: 250px;
    }
}

@media (max-width: 767.98px) {
    .hero .carousel-item {
        height: 425px;
        min-height: 400px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: .86rem;
    }

    .page-hero,
    .page-hero.page-hero-compact {
        padding: 36px 0;
    }

    .page-hero h1 {
        font-size: 1.55rem;
    }

    .section-heading h2 {
        font-size: 1.45rem;
    }

    .about-image {
        height: 270px;
    }

    .service-detail-media .detail-image {
        height: 220px;
        max-height: 220px;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    .navbar-brand img {
        width: 145px;
        height: 42px;
    }

    .hero .carousel-item {
        height: 410px;
        min-height: 390px;
    }

    .hero-content {
        padding-bottom: 4.8rem;
    }

    .hero h1 {
        font-size: clamp(1.65rem, 7.7vw, 1.92rem);
        line-height: 1.13;
    }

    .hero p {
        font-size: .83rem;
    }

    .hero-actions .btn {
        padding: .64rem .86rem;
        font-size: .82rem;
    }

    .section {
        padding: 44px 0;
    }

    .services-section {
        padding-top: 44px;
    }

    .section-heading h2 {
        font-size: 1.32rem;
    }

    .section-heading p {
        font-size: .83rem;
    }

    .page-hero h1 {
        font-size: 1.4rem;
    }

    .page-hero p {
        font-size: .81rem;
    }

    .about-image {
        height: 230px;
    }

    .page-image-card .detail-image,
    .service-detail-media .detail-image {
        height: 205px;
        max-height: 205px;
    }

    .page-content-card,
    .service-detail-content {
        padding: 1.2rem;
    }

    .content-prose {
        font-size: .86rem;
    }

    .content-prose h1 {
        font-size: 1.2rem;
    }

    .content-prose h2 {
        font-size: 1.08rem;
    }

    .content-prose h3 {
        font-size: 1rem;
    }

    .cta-section h2 {
        font-size: 1.22rem;
    }
}

/* v1.0.8 - Firma konumu */
.location-section {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(5, 45, 75, .08);
}

.location-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.65rem 1.75rem;
    border-bottom: 1px solid var(--line);
}

.location-heading > div {
    max-width: 720px;
}

.location-heading span {
    display: inline-block;
    margin-bottom: .45rem;
    color: var(--accent);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.location-heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: 1.45rem;
    font-weight: 780;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.location-heading p {
    margin: .5rem 0 0;
    color: var(--muted);
    font-size: .9rem;
}

.location-section .map-wrap {
    padding: 0;
}

.location-section .map-wrap iframe {
    display: block;
    min-height: 430px;
    border-radius: 0;
}

.contact-info > a strong {
    line-height: 1.45;
}

@media (max-width: 767.98px) {
    .location-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        padding: 1.35rem;
    }

    .location-heading h2 {
        font-size: 1.25rem;
    }

    .location-heading .btn {
        width: 100%;
    }

    .location-section .map-wrap iframe {
        min-height: 340px;
    }
}

/* v1.2.3 - v1.1.1 logo konumu */
.navbar {
    min-height: 80px;
}

.navbar-shell {
    min-height: 64px;
}

.navbar-brand {
    min-width: 0;
    margin-right: 1.35rem;
    padding: 0;
}

.navbar-brand img {
    width: 178px;
    height: 64px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.footer-brand {
    padding: .65rem .85rem;
    border-radius: 10px;
}

.footer-logo {
    width: 186px;
    height: 72px;
    object-fit: contain;
}

@media (max-width: 1199.98px) {
    .navbar-brand img {
        width: 166px;
        height: 60px;
    }
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 152px;
        height: 56px;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 132px;
        height: 50px;
    }

    .footer-logo {
        width: 168px;
        height: 66px;
    }
}


/* v1.2.4 - kurumsal logo olcegi ve header dengesi */
.navbar {
    min-height: 108px;
    padding: .35rem 0;
    background: #fff;
    border-bottom: 1px solid rgba(4, 48, 80, .08);
    box-shadow: 0 5px 18px rgba(5, 42, 69, .045);
}

.navbar-shell {
    min-height: 96px;
    align-items: center;
}

.navbar-brand {
    display: flex;
    min-width: 235px;
    align-items: center;
    justify-content: flex-start;
    margin-right: 2.25rem;
    padding: 0;
}

.navbar-brand img {
    display: block;
    width: 218px;
    height: 98px;
    max-width: none;
    object-fit: contain;
    object-position: left center;
}

.navbar-collapse {
    align-self: stretch;
}

.navbar-nav {
    min-height: 96px;
    align-items: center !important;
}

.navbar .nav-link {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .navbar {
        min-height: 100px;
    }

    .navbar-shell {
        min-height: 88px;
    }

    .navbar-brand {
        min-width: 208px;
        margin-right: 1.3rem;
    }

    .navbar-brand img {
        width: 195px;
        height: 88px;
    }

    .navbar-nav {
        min-height: 88px;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 82px;
        padding: .2rem 0;
    }

    .navbar-shell {
        min-height: 70px;
    }

    .navbar-brand {
        min-width: 0;
        margin-right: .6rem;
    }

    .navbar-brand img {
        width: 158px;
        height: 70px;
        max-width: 100%;
    }

    .navbar-nav {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 138px;
        height: 62px;
    }
}
