/* font */
:root {
    --main-font: "Montserrat", sans-serif;
    /* --primary-color: #1890FF; */
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3,
h3.is-large {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p,
ul,
ol,
li {
    font-size: 16px;
    line-height: 1.4;
}

body {
    font-family: var(--main-font);
    font-style: normal;
}

.nav>li>a {
    font-family: var(--main-font);
    font-size: 0.9rem;
    font-weight: bold;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: var(--main-font);
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}


figure {
    margin: 1rem auto !important;
    max-width: 100%;
}

figcaption {
    text-align: center;
    background-color: rgb(240, 240, 240);
    line-height: 2;
}

.a-logo {
    max-width: 200px;
}

.menu-item .nav-dropdown {
    padding: 0 !important;
}

/* .a-search */
.a-search h1 {
    justify-content: center;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* .a-heading */
.a-heading b,
.a-heading-left b {
    display: none;
}

.a-heading .section-title,
.a-heading-left .section-title {
    border: unset;
}

.a-heading .section-title {
    justify-content: center;
}

.a-heading-left .section-title {
    justify-content: flex-start;
}

.a-heading .section-title span,
.a-heading-left .section-title span {
    border: unset;
    margin: unset;
    padding: unset;
}

.a-heading-left .section-title span {
    text-align: left;
}

.a-heading .section-title span {
    text-align: center;
}

/* .a-sidebar */

.a-sidebar .is-divider {
    display: none;
}

.a-sidebar>.col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
    top: 110px;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}

.a-sidebar .post-item .box {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    align-items: center;
}

.a-sidebar .post-item:first-child .box {
    border-top: unset;
}

.a-sidebar .post-item .box-text {
    padding: unset;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

.a-sidebar .post-item .box-image {
    width: 40% !important;
}

/* .a-cate */
.a-cate .category-page-title .page-title-inner .flex-col:first-child,
.a-cate .category-page-title .page-title-inner .flex-col:last-child {
    display: none;
}

.a-cate .category-page-title .page-title-inner .flex-col {
    margin: unset;
}

.a-cate .category-page-title .page-title-inner {
    padding: unset;
}

/* at_posts_related */
#at_posts_related .text-center {
    text-align: left;
}

#at_posts_related .row {
    margin-left: -5px;
    margin-right: -5px;
}

#at_posts_related .col {
    padding-left: 5px;
    padding-right: 5px;
}

#at_posts_related .is-divider,
#at_posts_related .badge {
    display: none;
}

/* .a-footer */
.a-footer .ux-menu .ux-menu-title {
    color: var(--fs-experimental-link-color);
    font-size: 1rem;
}

.a-footer .ux-menu .ux-menu-link__link {
    color: #fff;
}

.a-footer .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-experimental-link-color);
    padding-left: 5px;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    font-weight: bold;
}

.searchform-wrapper {
    z-index: 999;
}

.wpcf7-submit,
.policy-form-wrap button {
    width: 100% !important;
    display: block !important;
}

.button.primary,
[type='submit'] {
    background-color: #002D5B;
    font-weight: 600;
    transition: 0.4s;
}

.button.primary:hover,
[type='submit']:hover {
    background-color: #C19B44;
    border-color: #C19B44;
}

.c-banner .text-box-content .banner-container {
    color: #ffffff;
    line-height: 1.1;
    text-align: center;
}

.c-banner .text-box-content .banner-title {
    display: block;
    font-size: 5em;
    font-weight: bold;
    color: #d4a77f;
    letter-spacing: -2px;
}

.c-banner .text-box-content .banner-subtitle {
    display: block;
    font-size: 1.6em;
    font-style: italic;
    opacity: 0.9;
}

.c-banner .text-box-content .banner-tagline {
    display: block;
    font-size: 1.8em;
    font-weight: 600;
}

.box-highlight {
    padding: 12px 20px;
    border-left: 4px solid;
}

.box-highlight p {
    margin: 0;
}

.box-highlight p:first-child {
    font-size: 18px;
    font-weight: bold;
}

.box-highlight p:last-child {
    font-size: 17px;
}

.box-gold {
    margin-bottom: 20px;
    border-left-color: #c5a059;
    background: #fefaf2;
}

.box-gold p {
    color: #c5a059;
}

.box-gold p:first-child {
    font-weight: bold;
}

.box-grey {
    margin-bottom: 12px;
    border-left-color: #cbd5e0;
    background: #f8fafc;
}

.box-grey p:first-child {
    color: #2d3748;
}

.box-grey p:last-child {
    color: #4a5568;
}

.project-stats {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ps-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ps-header {
    text-align: center;
    padding-bottom: 20px;
}

.ps-header p {
    margin: 0 0 8px;
}

.ps-badge {
    font-size: 12px;
    color: #b89564;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.ps-main-val {
    font-size: 64px;
    font-weight: 900;
    color: #002d5b;
    line-height: 1;
    filter: drop-shadow(2px 2px 0px #f0f0f0);
}

.ps-main-unit {
    font-size: 24px;
    color: #b89564;
    margin-left: 5px;
}

.ps-grid-primary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 2px solid #b89564;
    text-align: center;
    background: #fafafa;
    border-radius: 4px 4px 0 0;
}

.ps-grid-item {
    padding: 20px 10px;
    border-bottom: 1px solid #e0e0e0;
}

.ps-border-r {
    border-right: 1px solid #e0e0e0;
}

.ps-label-sm {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}

.ps-value-lg {
    font-size: 26px;
    font-weight: bold;
    color: #002d5b;
}

.ps-grid-secondary {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    background: #f0f4f8;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
}

.ps-sub-item {
    padding: 14px 8px;
}

.ps-sub-border-r {
    border-right: 1px solid #ddd;
}

.ps-label-xs {
    font-size: 10px;
    color: #b89564;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
}

.ps-label-xs .emoji {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.ps-value-md {
    font-size: 22px;
    font-weight: 700;
    color: #002d5b;
}

.ps-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 18px 10px;
    background: #004b45;
    border-radius: 0 0 4px 4px;
}

.ps-footer-col {
    text-align: center;
}

.ps-footer-border-r {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.ps-footer-label {
    font-size: 10px;
    color: #b89564;
    text-transform: uppercase;
    font-weight: bold;
}

.ps-footer-text {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 4px;
}

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

.c-ibox h3 {
    color: #002d5b;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.c-ibox h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 2px;
    background: #c5a059;
}

.c-ibox p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
}

.info-table {
    overflow-x: auto;
    padding: 4px 0 10px;
}

.info-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 75, 69, 0.1);
    border: 1px solid #e5e5e5;
}

.info-table thead tr {
    background: #004b45;
}

.info-table th {
    padding: 20px 28px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid #b58e6b;
    font-size: 16px;
}

.info-table th:first-child {
    color: #b58e6b;
    width: 34%;
}

.info-table th:last-child {
    color: #ffffff;
}

.info-table tbody {
    color: #444;
    font-size: 16px;
}

.info-table td {
    padding: 16px 28px;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: middle;
}

.info-table tbody td:first-child {
    font-weight: bold;
    color: #004b45;
    background: #fafafa;
}

.info-table tbody td:last-child {
    text-align: justify;
}

.info-table tbody tr:nth-child(5) {
    background: #fffbf0;
}

.info-table tbody tr:nth-child(5) td:first-child {
    color: #b58e6b;
    background: transparent;
}

.info-table tbody tr:nth-child(5) td:last-child {
    font-weight: bold;
    color: #b05e00;
}

.info-table tbody tr:nth-child(6) td:last-child {
    font-weight: bold;
    color: #004b45;
}

.info-table tbody tr:nth-child(14) td:last-child {
    font-weight: bold;
    color: #1a6b3a;
}

.info-table tbody tr:last-child {
    background: #004b45;
}

.info-table tbody tr:last-child td {
    padding: 20px 28px;
    color: #b58e6b;
    font-weight: bold;
    border-bottom: none;
    background: transparent;
}

.info-table tbody tr:last-child td:last-child {
    font-size: 17px;
}

.info-table ul {
    margin: 0;
    padding-left: 20px;
}

.info-table .emoji {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.lg-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 75, 69, 0.06);
    border-left: 5px solid #004b45;
    transition: 0.3s ease;
}

.lg-item p {
    margin: 0;
}

.lg-number {
    background: #004b45;
    color: #fff;
    border-radius: 8px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: bold;
    font-size: 18px;
}

.lg-text {
    line-height: 1.5;
    font-size: 15px;
    color: #333;
}

.lg-item:hover {
    transform: translateY(-10px);
}


.info-table2 {
    overflow-x: auto;
}

.info-table2 table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.info-table2 thead tr {
    background-color: #f4f4f4;
    border-bottom: 2px solid #ddd;
}

.info-table2 th,
.info-table2 td {
    padding: 12px;
    border: 1px solid #ddd;
}

.info-table2 th:not(:first-child),
.info-table2 td:not(:first-child) {
    text-align: center;
}

.info-table2 tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.info-table2 tbody tr:last-child {
    font-weight: bold;
}

.vin-prjs .col-inner {
    border-radius: 10px;
    overflow: hidden;
}

.info-table3 {
    overflow-x: auto;
}

.info-table3 table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}

.info-table3 thead tr {
    background: #002d5b;
    color: #ffffff;
}

.info-table3 th {
    padding: 20px;
    font-weight: 500;
}

.info-table3 th:first-child {
    text-align: left;
    border-radius: 12px 0 0 12px;
}

.info-table3 th:nth-child(2),
.info-table3 th:nth-child(3),
.info-table3 th:nth-child(4) {
    text-align: center;
}

.info-table3 th:last-child {
    text-align: left;
    border-radius: 0 12px 12px 0;
}

.info-table3 tbody {
    color: #4a5568;
}

.info-table3 tbody tr {
    border-bottom: 1px solid #f1f5f9;
}

.info-table3 tbody tr:nth-child(even) {
    background: #fbfcfd;
}

.info-table3 td {
    padding: 22px 20px;
}

.info-table3 td:first-child {
    color: #002d5b;
    font-weight: bold;
}

.info-table3 td:nth-child(2) {
    text-align: center;
    font-weight: 600;
    color: #002d5b;
}

.info-table3 td:nth-child(3) {
    text-align: center;
}

.info-table3 td:nth-child(4) {
    text-align: center;
    color: #c19b44;
    font-weight: bold;
}

.info-table3 td:last-child {
    font-size: 0.95em;
    text-align: left;
}

.policies-list>.col-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.policy-item {
    background: #fdf8ef;
    padding: 25px;
    border-radius: 15px;
    border-bottom: 4px solid #c5a059;
}

.policy-item>div:first-child {
    margin-bottom: 10px;
    font-size: 32px;
}

.policy-item h3 {
    color: #002d5b;
    margin: 5px 0 10px 0;
}

.policy-item p {
    color: #4a5568;
    margin: 0;
    line-height: 1.5;
}

.policy-item .emoji {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.c-reasons {
    counter-reset: reason-counter;
}

.c-reasons .col-inner {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(197, 160, 89, 0.3);
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    text-align: center;
    transition: border 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-reasons .col-inner:hover {
    border-color: #c5a059;
}

.c-reasons .col-inner::before {
    counter-increment: reason-counter;
    content: counter(reason-counter);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #c5a059, #e8c875);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #002d5b;
}

.c-reasons h3 {
    color: #c5a059;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
}

.c-reasons p {
    color: #cbd5e0;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.c-reasons p strong {
    color: #c5a059;
}

.box-text2 {
    padding: 20px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.box-text2 p {
    text-transform: uppercase;
}

.box-text2 p:first-child {
    letter-spacing: 6px;
    color: #ffffff;
    margin-bottom: 10px;
    opacity: 0.9;
    font-size: 13px;
    font-weight: 500;
}

.box-text2 p:first-child span {
    color: #002d5b;
}

.box-text2 p:last-child {
    font-size: 320%;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -1px;
}

.box-text2 p:last-child span:first-child {
    color: #002d5b;
}

.box-text2 p:last-child span:last-child {
    color: #c5a059;
    background-color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    line-height: 1.2;
    height: auto;
    vertical-align: middle;
}

.c-icbox .col-inner {
    position: relative;
    padding: 40px 25px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(197, 160, 89, 0.2);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.c-icbox .col-inner:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: #c5a059;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.c-icbox .col-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent rgba(197, 160, 89, 0.5) transparent transparent;
    transition: all 0.3s ease;
    border-radius: 0 20px 0 0;
}

.c-icbox .col-inner:hover::after {
    border-width: 0 40px 40px 0;
}

.price-cta h3 {
    color: #002d5b;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.price-cta h3 span {
    color: #b89564;
    display: block;
    font-size: 28px;

}

.price-cta p {
    color: #4a5568;
    font-size: 16px;
}

.price-cta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.price-cta li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #1a2a1f;
    font-weight: 600;
    margin: 0 !important;
}

.price-cta li::before {
    content: "✦";
    width: 28px;
    height: 28px;
    background: rgba(184, 149, 100, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b89564;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.reg-form {
    margin: 0 0 7px !important;
}

.reg-form .wpforms-field-text {
    padding: 7px 0;
}

.reg-form .wpforms-field-email .wpforms-field-medium,
.reg-form .wpforms-field-text input.wpforms-field-medium {
    width: 100%;
    max-width: unset;
}

.reg-form .wpforms-submit {
    background-color: #e59b2b !important;
    width: 100%;
}

.reg-box {
    min-width: 320px;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 45, 91, 0.12);
    border-top: 4px solid #b89564;
}

.reg-box h3 {
    color: #002d5b;
    font-size: 22px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
}

.reg-box p {
    color: #b89564;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

/* .reg-box > p::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #b89564;
    margin: 15px auto 0;
} */

.heading-decor {
    color: #c5a059;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.2px;
}

.heading-decor::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #c5a059;
    margin-top: 8px;
    margin-bottom: 24px;
}

.sm-nav {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 20px;
}

.sm-nav a {
    color: #c5a059;
    text-decoration: none;
    transition: 0.3s;
    font-size: 10px;
    letter-spacing: 1px;
}

.sm-nav a + a::before {
    content: "|";
    margin: 0 10px;
    color: rgba(197, 160, 89, 0.6);
}

.copyright-footer p:first-child {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.6;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.copyright-footer p:first-child strong {
    color: #c5a059;
    font-weight: 700;
}

.copyright-footer p:last-child {
    font-size: 11px;
    color: #ffffff;
    opacity: 0.4;
    font-style: italic;
    display: block;
    margin-bottom: 0;
}

.absolute-footer.dark.medium-text-center.text-center {
    padding: 30px 10px;
}

.c-breadcrumb p {
    letter-spacing: 5px;
    color: #ffb100;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.c-breadcrumb h1 {
    font-size: 350%;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
}

.c-breadcrumb h1 span {
    color: #ffb100;
    border-top: 3px solid #ffb100;
    padding-top: 10px;
    display: inline-block;
    margin-top: 20px;
    font-size: 50%;
}

.title-box h2 {
    font-size: 2.5rem;
    color: #002d5b;
    text-transform: uppercase;
    line-height: 1.2;
}

.title-box h2 span {
    color: #c19b44;
}

.title-box p:first-of-type {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #002d5b;
    font-weight: 600;
}

.title-box p:last-of-type {
    text-align: justify;
    color: #666;
    line-height: 1.8;
}

.top-box h3 {
    color: #002d5b;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
}

.top-box p {
    font-size: 11px;
    text-transform: uppercase;
    color: #c19b44;
    letter-spacing: 1px;
    font-weight: 600;
}

.timeline-list .col-inner:has(> .timeline-item) {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.timeline-item {
    background: #fff;
    border-left: 4px solid #c19b44;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    flex: 1;
    min-width: 220px;
}

.timeline-item h4 {
    color: #002d5b;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 0;
}

.timeline-item:first-child h4 {
    font-weight: 700;
}

.timeline-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.location-info {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 4px 16px rgba(0,77,64,0.08);
    margin-bottom: 16px;
}

.location-info h4 {
    color: #004d40;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 8px;
}

.location-info .emoji {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.location-info p {
    font-size: 0.95em;
    color: #555;
    margin: 0;
}

.location-info p strong {
    color: #004d40;
}

.cannal-info {
    background: #f4f8ff;
    border-radius: 12px;
    padding: 28px 20px;
    border-top: 4px solid #c5a059;
    height: 100%;
}

.cannal-info h4 {
    color: #004d40;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.cannal-info p {
    font-size: 0.95em;
    line-height: 1.65;
    color: #555;
    margin: 0;
}

.expected-price {
    overflow-x: auto;
    margin-bottom: 20px;
}

.expected-price table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 650px;
}

.expected-price thead tr {
    background: linear-gradient(135deg, #002d5b, #1a4a7a);
    color: #ffffff;
}

.expected-price th {
    padding: 16px 14px;
    text-align: left;
    border: 1px solid #1e3a5f;
}

.expected-price th:first-child {
    min-width: 180px;
}

.expected-price th:last-child {
    color: #f9d06a;
}

.expected-price td {
    padding: 14px;
    border: 1px solid #e2e8f0;
}

.expected-price tbody tr:nth-child(odd) {
    background: #ffffff;
}

.expected-price tbody tr:nth-child(even) {
    background: #f8f9fa;
}

/* Specific overrides for highlights */
.expected-price tbody tr:nth-child(5),
.expected-price tbody tr:nth-child(7) {
    background: #fff8ee;
}

.expected-price tbody tr:nth-child(6),
.expected-price tbody tr:nth-child(8) {
    background: #fff3e0;
}

.expected-price td:first-child {
    font-weight: 600;
    color: #002d5b;
}

.expected-price td:last-child {
    font-weight: bold;
    color: #c5a059;
}

.price-segment {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 28px 24px;
    height: 100%;
    border-top: 4px solid #002d5b;
    transition: all 0.3s ease;
    overflow: hidden;
}

.price-segment:hover {
    border-color: #c5a059;
    box-shadow: 0 12px 30px rgba(197, 160, 89, 0.2);
    background: #fff8ee;
}

.price-segment h3 {
    color: #002d5b;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.price-segment p:nth-of-type(1) {
    color: #c5a059;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 14px;
}

.price-segment p:nth-of-type(2) {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.price-segment ul {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.8;
    padding-left: 18px;
    margin: 0 0 16px;
}

.prj-pillars .col-inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 0 auto;
}

.prj-pillars .col-inner > div {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.prj-pillars .col-inner > div:nth-child(1) { border-left: 5px solid #002d5b; }
.prj-pillars .col-inner > div:nth-child(2) { border-left: 5px solid #c5a059; }
.prj-pillars .col-inner > div:nth-child(3) { border-left: 5px solid #1a4a7a; }

.prj-pillars .col-inner h3 {
    color: #002d5b;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.prj-pillars .col-inner p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.prj-pillars .col-inner p a {
    color: #002d5b;
    font-weight: bold;
    text-decoration: underline;
}

.prj-pillars .col-inner p strong {
    color: #4a5568;
}

.sol-1, .sol-2, .sol-3 {
    border-radius: 10px;
}

.sol-1, .sol-2 {
    padding: 28px 24px;
    height: 100%;
}

.sol-1 {
    background: #f0f7ff;
    border-top: 4px solid #002d5b;
}

.sol-2 {
    background: #fffbf0;
    border-top: 4px solid #c5a059;
}

.sol-3 {
    background: #f8f9fa;
    padding: 24px 28px;
    border: 1px solid #e2e8f0;
}

.sol-1 h3, .sol-2 h3, .sol-3 h3 {
    color: #002d5b;
    font-weight: bold;
    margin-top: 0;
}

.sol-1 h3, .sol-2 h3 {
    font-size: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.sol-3 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.sol-3 h3 .emoji {
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.15em;
}

.sol-1 p:first-of-type, .sol-2 p:first-of-type {
    color: #718096;
    font-size: 14px;
    font-style: italic;
    margin: 0 0 12px;
}

.sol-1 ul, .sol-2 ul, .sol-3 ul {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.9;
    padding-left: 18px;
}

.sol-1 ul, .sol-2 ul {
    margin: 0 0 16px;
}

.sol-3 ul {
    margin: 0;
}

.sol-1 p:last-of-type, .sol-2 p:last-of-type {
    color: #fff;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.sol-1 p:last-of-type {
    background: #002d5b;
}

.sol-2 p:last-of-type {
    background: #c5a059;
}