:root {
    --navy: #1B3A5C;
    --gold: #D4A843;
    --white: #FFFFFF;
    --light: #F5F6F8;
    --text: #1A1A2E;
    --body: #555;
    --line: #E5E8EC;
    --shadow: 0 16px 40px rgba(27, 58, 92, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--body);
    background: var(--white);
    font-size: 16px;
    line-height: 1.7;
}

img {
    display: block;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3 {
    margin: 0 0 16px;
    color: var(--text);
    line-height: 1.16;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(2.2rem, 6vw, 4.8rem);
}

h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}

h3 {
    font-size: 1.15rem;
}

p {
    margin: 0 0 18px;
}

ul {
    margin: 0;
    padding: 0;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.narrow {
    max-width: 850px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}

.navbar {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    color: var(--navy);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 6px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
}

.nav-links a {
    display: block;
    padding: 10px 14px;
    border-radius: 6px;
    color: var(--text);
    font-weight: 600;
    transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--navy);
    background: rgba(212, 168, 67, 0.18);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
    cursor: pointer;
    padding: 10px;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: var(--navy);
}

.hero,
.page-hero {
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: var(--white);
}

.home-hero {
    min-height: 680px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(90deg, rgba(27, 58, 92, 0.88), rgba(27, 58, 92, 0.56)), url('../images/BG1.webp');
    background-size: cover;
    background-position: center;
}

.hero-content {
    position: relative;
    max-width: 880px;
    padding: 96px 0;
}

.hero h1,
.hero h2,
.hero p,
.page-hero h1,
.page-hero p,
.navy-section h2,
.navy-section p,
.cta-strip h2 {
    color: var(--white);
}

.hero p {
    max-width: 740px;
    font-size: 1.1rem;
}

.page-hero {
    padding: 96px 0 72px;
    background-image: linear-gradient(135deg, rgba(27, 58, 92, 1), rgba(30, 74, 117, 0.95));
}

.page-hero p {
    max-width: 720px;
    font-size: 1.06rem;
}

.section {
    padding: 88px 0;
}

.section-muted {
    background: var(--light);
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 56px;
}

.image-panel {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.image-panel img {
    height: 430px;
    object-fit: cover;
}

.about-solutions-section {
    padding: 72px 0;
    background: var(--light);
}

.about-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(330px, auto));
    gap: 28px;
    align-items: stretch;
}

.about-feature-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 330px;
    padding: 34px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid transparent;
    box-shadow: 0 12px 28px rgba(27, 58, 92, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 168, 67, 0.75);
    box-shadow: var(--shadow);
}

.mission-card {
    grid-column: 1;
    grid-row: 1;
}

.vision-card {
    grid-column: 3;
    grid-row: 1;
}

.values-card {
    grid-column: 1;
    grid-row: 2;
}

.essence-card {
    grid-column: 2;
    grid-row: 2;
}

.about-line-icon {
    display: inline-flex;
    width: 78px;
    height: 78px;
    margin-bottom: 42px;
    color: var(--gold);
}

.about-line-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-feature-card h2 {
    margin-bottom: 20px;
    color: var(--navy);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.about-feature-card p {
    max-width: 420px;
    margin-bottom: 0;
    color: var(--body);
    font-size: 1rem;
    line-height: 1.62;
}

.values-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: var(--body);
    font-size: 1rem;
    line-height: 1.5;
    list-style: none;
}

.values-list li {
    position: relative;
    padding-left: 22px;
}

.values-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 7px;
    height: 7px;
    background: var(--gold);
    transform: translateY(-50%);
}

.about-centerpiece {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 330px;
    text-align: center;
}

.about-choice {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    margin-bottom: 22px;
    padding: 6px 14px;
    color: var(--gold);
    border: 1px dashed var(--gold);
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.about-centerpiece h2 {
    max-width: 420px;
    margin-bottom: 28px;
    color: var(--navy);
    font-size: clamp(2.6rem, 4.4vw, 4rem);
    font-weight: 400;
    line-height: 1.1;
}

.about-learn-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 54px;
    padding: 8px 8px 8px 28px;
    border-radius: 999px;
    background: var(--gold);
    color: var(--text);
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(212, 168, 67, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-learn-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(212, 168, 67, 0.32);
}

.about-learn-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--white);
    font-size: 1.2rem;
}

.about-growth-card {
    position: relative;
    grid-column: 3;
    grid-row: 2;
    min-height: 330px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--navy);
}

.about-growth-card img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.about-growth-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(27, 58, 92, 0.94), rgba(27, 58, 92, 0.62));
}

.about-growth-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 34px;
    color: var(--white);
}

.growth-icon {
    position: absolute;
    top: 32px;
    left: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--gold);
}

.growth-icon svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: var(--navy);
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-growth-content p {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.about-growth-content strong {
    color: var(--white);
    font-size: clamp(4rem, 7vw, 5.8rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.eyebrow {
    margin-bottom: 10px;
    color: var(--gold);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(27, 58, 92, 0.18);
}

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

.btn-light {
    background: var(--white);
    color: var(--navy);
}

.btn-outline {
    color: var(--navy);
    border-color: var(--navy);
}

.btn-outline:hover {
    background: var(--navy);
    color: var(--white);
}

.text-link {
    color: var(--navy);
    font-weight: 700;
}

.text-link:hover {
    color: var(--gold);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-card,
.contact-form {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(27, 58, 92, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 168, 67, 0.75);
    box-shadow: var(--shadow);
}

.industry-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.industry-item {
    text-align: center;
    padding: 10px 6px;
}

.industry-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: var(--white);
    color: var(--navy);
    border: 1px solid rgba(27, 58, 92, 0.12);
    box-shadow: 0 10px 24px rgba(27, 58, 92, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.industry-icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.industry-item h3 {
    margin-bottom: 0;
    color: var(--text);
    font-size: 1.03rem;
}

.industry-item:hover .industry-icon {
    transform: translateY(-4px);
    background: rgba(212, 168, 67, 0.16);
    border-color: rgba(212, 168, 67, 0.75);
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(212, 168, 67, 0.18);
    color: var(--navy);
    font-weight: 700;
}

.service-card h3 {
    color: var(--navy);
}

.center-action {
    margin-top: 34px;
    text-align: center;
}

.navy-section {
    background: var(--navy);
}

.navy-section .narrow {
    text-align: center;
}

.cta-strip {
    padding: 42px 0;
    background: var(--gold);
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cta-strip h2 {
    margin: 0;
    color: var(--text);
}

.team-page-section {
    background:
        linear-gradient(180deg, var(--white) 0%, var(--light) 100%);
}

.team-profile-grid {
    display: grid;
    gap: 28px;
}

.profile-card {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    padding: 28px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 12px 32px rgba(27, 58, 92, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.profile-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 168, 67, 0.75);
    box-shadow: var(--shadow);
}

.profile-photo {
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4 / 5;
    background: var(--light);
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-content h2 {
    color: var(--navy);
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
}

.profile-content p:last-child {
    max-width: 680px;
    margin-bottom: 0;
}

.role {
    color: var(--gold);
    font-weight: 700;
}

.services-suite-section {
    background:
        linear-gradient(180deg, var(--white) 0%, var(--light) 48%, var(--white) 100%);
}

.services-intro {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: end;
    margin-bottom: 34px;
}

.services-intro h2 {
    margin-bottom: 0;
}

.services-intro > p {
    margin-bottom: 4px;
    font-size: 1.02rem;
}

.featured-service {
    display: grid;
    grid-template-columns: auto minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 24px 30px;
    align-items: start;
    padding: 32px 34px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: var(--navy);
    color: rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow);
}

.featured-service h2,
.featured-service p {
    color: var(--white);
}

.featured-service .eyebrow {
    color: var(--gold);
}

.featured-service-main {
    display: grid;
    gap: 18px;
}

.service-video {
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #080c17;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
    transform: translateY(28px);
}

.service-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(212, 168, 67, 0.18);
    color: var(--gold);
    font-weight: 700;
    font-size: 0.94rem;
}

.service-line-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: var(--white);
    color: var(--navy);
    border: 1px solid rgba(27, 58, 92, 0.12);
    box-shadow: 0 10px 24px rgba(27, 58, 92, 0.08);
}

.featured-service .service-line-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--gold);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.service-line-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.featured-service > .service-chip-list {
    grid-column: 2 / 4;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    max-width: 100%;
}

.service-chip-list li {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.9rem;
    font-weight: 600;
}

.featured-service > .service-chip-list li {
    width: 100%;
}

.service-chip-list.compact li {
    background: var(--light);
    color: var(--text);
    border-color: var(--line);
}

.services-bento {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.suite-card {
    min-height: 100%;
    padding: 28px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(27, 58, 92, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.suite-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 168, 67, 0.75);
    box-shadow: var(--shadow);
}

.suite-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.suite-card h2 {
    color: var(--navy);
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.accent-card {
    background: #FAF7EF;
    border-color: rgba(212, 168, 67, 0.35);
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 46px;
    align-items: start;
}

.contact-item {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding: 18px;
    border-left: 4px solid var(--gold);
    background: var(--light);
    border-radius: 6px;
}

.contact-item strong {
    color: var(--navy);
}

.contact-item a {
    color: inherit;
    text-decoration: none;
}

.contact-item a:hover {
    color: var(--gold);
}

.contact-form {
    display: grid;
    gap: 12px;
}

.form-alert {
    padding: 14px 16px;
    border-radius: 6px;
    font-weight: 600;
}

.form-alert-success {
    color: #14532D;
    background: #DCFCE7;
    border: 1px solid #86EFAC;
}

.form-alert-error {
    color: #7F1D1D;
    background: #FEE2E2;
    border: 1px solid #FCA5A5;
}

.form-alert-notice {
    color: var(--navy);
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
}

.form-mailto {
    width: fit-content;
    margin-top: 12px;
}

.contact-form label {
    color: var(--text);
    font-weight: 600;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 12px 14px;
    font: inherit;
    color: var(--text);
    background: var(--white);
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 2px solid rgba(212, 168, 67, 0.45);
    border-color: var(--gold);
}

.site-footer {
    background: #122A44;
    color: rgba(255, 255, 255, 0.76);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 0.7fr;
    gap: 34px;
    padding: 58px 0;
}

.site-footer h2,
.site-footer h3 {
    color: var(--white);
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.footer-logo img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 6px;
}

.footer-links {
    list-style: none;
}

.site-footer a {
    color: inherit;
}

.footer-links a:hover,
.site-footer p a:hover,
.social-links a:hover {
    color: var(--gold);
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: var(--white);
    font-weight: 700;
}

.site-footer p a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer p a:hover,
.site-footer p a:focus-visible {
    color: var(--gold);
}

.footer-bottom {
    padding: 18px 16px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
    margin: 0;
}

@media (max-width: 980px) {
    .industry-list,
    .card-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split,
    .contact-grid,
    .services-intro,
    .featured-service,
    .profile-card {
        grid-template-columns: 1fr;
    }

    .featured-service > .service-chip-list {
        grid-column: 1;
    }

    .service-video {
        transform: none;
    }

    .profile-photo {
        max-width: 420px;
    }

    .about-solutions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }

    .mission-card,
    .vision-card,
    .values-card,
    .essence-card,
    .about-centerpiece,
    .about-growth-card {
        grid-column: auto;
        grid-row: auto;
    }

    .about-centerpiece {
        grid-column: 1 / -1;
        order: -1;
    }
}

@media (max-width: 760px) {
    .navbar {
        min-height: 70px;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 16px 18px;
        background: var(--white);
        border-bottom: 1px solid var(--line);
        box-shadow: 0 18px 30px rgba(27, 58, 92, 0.12);
    }

    .nav-links.is-open {
        display: flex;
    }

    .nav-links a {
        padding: 13px 14px;
    }

    .home-hero {
        min-height: 610px;
    }

    .hero-content {
        padding: 76px 0;
    }

    .section {
        padding: 64px 0;
    }

    .page-hero {
        padding: 78px 0 54px;
    }

    .industry-list,
    .card-grid,
    .services-bento,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .cta-content {
        align-items: flex-start;
        flex-direction: column;
    }

    .image-panel img {
        height: 330px;
    }

    .about-solutions-section {
        padding: 56px 0;
    }

    .about-solutions-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-feature-card,
    .about-centerpiece,
    .about-growth-card,
    .about-growth-card img {
        min-height: auto;
    }

    .about-feature-card {
        padding: 28px;
    }

    .about-centerpiece {
        padding: 18px 0 28px;
    }

    .about-line-icon {
        width: 66px;
        height: 66px;
        margin-bottom: 28px;
    }

    .about-growth-card,
    .about-growth-card img {
        min-height: 320px;
    }

    .featured-service {
        padding: 28px;
    }

    .featured-service > .service-chip-list {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 440px) {
    .container {
        width: min(100% - 24px, 1120px);
    }

    .logo {
        max-width: 210px;
        font-size: 0.88rem;
    }

    .logo img {
        width: 38px;
        height: 38px;
    }

    .btn {
        width: 100%;
    }

    .service-card,
    .suite-card,
    .profile-card,
    .contact-form {
        padding: 22px;
    }

    .featured-service {
        padding: 22px;
    }
}
