* {
    margin: 0;
}

:root {
    --fs-40: 40px;
    --navy: #00214d;
    --red-deep: #a50505;
}

input, button, textarea, select {
    font: inherit;
}

.universal-banner {
    width: 100%;
    height: 328px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.universal-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.banner-box {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.banner-title {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--fs-50);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.breadcrumb ol {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
}

.breadcrumb ol li {
    position: relative;
    color: #FFF;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.198px;
}

.breadcrumb ol li a {
    font-size: inherit;
    color: inherit;
    font-weight: 300;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.breadcrumb ol li a:hover {
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #FFF;
    content: var(--bs-breadcrumb-divider, "/");
}

.flag-service-section {
    position: relative;
    padding: 80px 0;
}

.fs-box {
    position: relative;
    max-width: 860px;
}

.fs-title {
    color: #00214D;
    font-family: "Roboto Condensed";
    font-size: var(--fs-40);
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fs-description {
    color: #777;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.5;
}

.fs-grid {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 60px;
}

.fs-img img {
    width: 100%;
}

.fs-subscribe a {
    margin: 0 auto;
}

.fs-day-name {
    color: #00214D;
    font-family: "Roboto Condensed";
    font-size: var(--fs-30);
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.fs-content {
    margin-top: 20px;
}

.fs-day-detail {
    color: #00214D;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
    display: block;
}

.fs-content p {
    color: #777;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Tabs */
.tabs {
    width: 100%;
    background-color: #FFF;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #525C64;
    padding: 0;
}

#tabs-nav li a {
    text-decoration: none;
    color: #525C64;
    text-align: center;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 11px;
}

.gallery-grid a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-grid a img {
    transition: 0.3s ease-in;
}

.gallery-grid a:hover img {
    transform: scale(1.5);
}

.titalgallery {
    position: absolute;
    top: 50%;
    color: var(--fs-30);
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, rgba(0, 33, 77, 0.15) 0%, #00214d 89.78%);
}

.gallery-grid a .titalgallery:hover {
    opacity: 1;
}

.flag-service-section.gallery-section .titalgallery p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;

}

section.flag-service-section.gallery-section .gallery-grid a img {
    height: 100% !important;
}

.gallery-grid a img {
    width: 100%;
}

.tab-content {
    background-color: #fff;
    margin: 50px 0;
}

.tabs {
    width: 100%;
    background-color: #FFF;
    margin-top: 70px;
}

ul#tabs-nav li:hover a, ul#tabs-nav li.active a {
    color: #7F2826;
    font-weight: 600;
}

.flag-service-section.gallery-section p {
    color: #000;
}

.contact-section {
    position: relative;
    padding: 100px 0;
    max-width: 1082px;
    width: 100%;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-title {
    color: #1B2353;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-box p {
    color: #777;
    text-align: center;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 595px;
    width: 100%;
    margin: 0 auto;
}

.comman-form {
    max-width: 714px;
    width: 100%;
    margin: 50px auto;
}

.input-group {
    margin-bottom: 24px;
}

.input-group input {
    height: 50px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: rgba(255, 255, 255, 0.60);
    color: #000;
    font-family: Roboto;
    padding: 12px 24px;
    font-size: 16px;
}

.input-group textarea {
    font-size: 16px;
    height: 140px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: rgba(255, 255, 255, 0.60);
    color: #000;
    font-family: Roboto;
    padding: 12px 24px;
}

.input-submit {
    text-align: center;
    margin-top: 50px;
}

.input-submit input[type="submit"] {
    background: var(--Gradiant, linear-gradient(90deg, #00214D 0%, #7F2826 100%));
    max-width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 10px;
    min-width: 160px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.single-gallery-section {
    position: relative;
    padding: 80px 0;
}

.single-gallery-box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.project-detail {
    margin: 50px 0;
    display: flex;
    gap: 40px;
}

.project-description {
    width: 100%;
}

.project-info {
    max-width: 250px;
    width: 100%;
}

.t-small {
    font-size: var(--fs-18);
    font-weight: 400;
    color: #444444;
    line-height: 1.4;
    margin-bottom: 20px;
}

.project-info-box {
    border-bottom: 1px solid #e0dede;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    align-items: start;
    gap: 30px;
}

.t-min {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto Condensed';
    min-width: 80px;
}

.project-terms a {
    color: #444444;
    display: block;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    margin-bottom: 5px;
}

.project-terms a:hover {
    color: #d00707;
}

.fusion-sharing-box.share-box {
    margin-bottom: 70px;
    background: #f6f6f6;
    padding: 20px;
    display: flex;
    gap: 20px;
    min-height: 70px;
    justify-content: space-between;
    align-items: center;
}

.share-title {
    font-size: var(--fs-18);
    font-weight: 400;
    color: #444444;
    line-height: 1;
    margin: 0;
}

.fusion-social-networks {
    display: flex;
    gap: 20px;
}

.fusion-social-networks .icon {
    color: #444;
    font-size: 18px;
    margin-right: 10px;
    opacity: .7;
    width: 18px;
    display: flex;
    justify-content: end;
}

.fusion-social-networks .icon:hover {
    color: #d00707;
    opacity: 1;
}

[hover-tooltip] {
    position: relative;
}

[hover-tooltip]:hover::before {
    content: attr(hover-tooltip);
    font-size: 12px;
    text-align: center;
    position: absolute;
    display: block;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    bottom: calc(100% + 10px);
    transform: translate(-50%);
    animation: fade-in 300ms ease;
    background: #272727;
    border-radius: 4px;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
}

[hover-tooltip]:hover::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 0;
    height: 0;
    bottom: calc(100% + 6px);
    margin-left: -3px;
    border: 1px solid black;
    border-color: #272727 transparent transparent transparent;
    border-width: 4px 6px 0;
    animation: fade-in 300ms ease;
    z-index: 1;
}

.related-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.title-heading-left {
    font-size: var(--fs-18);
    font-weight: 500;
    margin: 0;
    line-height: 1;
    color: #444;
    white-space: nowrap;
}

.title-sep-container {
    width: 100%;
}

.title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background: transparent;
    width: 100%;
    border-style: solid;
    border-color: #e0dede;
    padding: 0;
    border-left: 0;
    border-right: 0;
}

.related-slider {
    margin-top: 40px;
}

.swiper-button-next, .swiper-button-prev {
    background: #999999;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    color: #FFF;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
}

.carousel-img img {
    width: 100%;
}

.carousel-img {
    position: relative;
    margin-bottom: 10px;
}

.fusion-carousel-title {
    font-size: var(--fs-18);
    font-weight: 400;
    color: #444444;
    line-height: 1;
    margin-bottom: 8px;
}

.carousel-detail span {
    color: #444444;
    display: inline;
    font-size: 14px;
    font-family: 'Roboto Condensed';
    margin-bottom: 5px;
}

.carousel-detail span.divider {
    padding: 0 4px;
}

.foundation-section {
    position: relative;
    padding: 80px 0;
}

.foundation-box {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}

.foundation-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.fd-link {
    color: #00214D;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    display: block;
    text-align: center;
    margin-top: 45px;
}

.fd-details {
    max-width: 730px;
    width: 100%;
}

.sticky-top {
    position: sticky;
    top: 200px;
}

.fd-org {
    margin-bottom: 65px;
}

.fo-title {
    color: #00214D;
    font-family: "Roboto Condensed";
    font-size: var(--fs-40);
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.fd-org ul {
    margin-bottom: 20px;
    padding-left: 2rem;
}

.fd-org p, .fd-org ul li {
    color: #000;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.fd-org ul li {
    margin-bottom: 4px;
}

.fd-org p a {
    color: #00214D;
}

.fssa-img,
.fssa-img img {
    width: 100%;
}

.fsssa-subscription {
    margin-top: 70px;
}

.katy-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.katy-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(to left, rgba(10, 22, 40, 0.35) 0%, rgba(10, 22, 40, 0.82) 100%);
}

.katy-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(10, 22, 40, 0.35) 0%, rgba(10, 22, 40, 0.82) 100%), url(https://web.ogrelogicsolutions.com/myamericanflag.com/wp-content/uploads/2026/04/katy-bg.webp) center / cover no-repeat;
}

.katy-stripe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    z-index: 1;
    background: linear-gradient(90deg, #b91c1c 0%, #b91c1c 33%, #FFF 33%, #FFF 66%, #FFF 66%);
}

.hero-eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ff4242;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #ff4242;
}

.katy-box {
    position: relative;
    z-index: 1;
    max-width: 740px;
    width: 100%;
}

.katy-title {
    font-size: var(--fs-50);
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.katy-title em {
    font-style: italic;
    color: #ff4242;
}

.katy-sub {
    font-size: var(--fs-20);
    color: #FFF;
    line-height: 1.5;
    margin-bottom: 20px;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.badge.gold {
    border-color: #ff4242;
    color: #ff4242;
}

.badge {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
    padding: 0.35rem 0.8rem;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .1);
}

.quality-strip {
    background: #0a1628;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    row-gap: 1rem;
    flex-wrap: wrap;
}


.quality-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.quality-item .icon {
    font-size: 1.1rem;
}

.section-service {
    padding: 80px 0;
    position: relative;
}

.section-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #d00707;
    margin-bottom: 0.6rem;
}

.service-wraper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.section-title {
    font-weight: 900;
    font-size: var(--fs-50);
    color: #00214d;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section-intro {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.75;
    max-width: 620px;
    margin-bottom: 3rem;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.75rem;
}

.plan-card {
    background: #FFF;
    border: 1px solid #e5e0d8;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(10, 22, 40, 0.06);
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
}

.plan-header {
    background: #00214d;
    padding: 1.6rem 1.75rem;
    position: relative;
}

.plan-icon {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
}

.plan-header.red-bg {
    background: #d00707;
}

.plan-name {
    font-weight: 700;
    font-size: 1.25rem;
    color: #FFF;
    margin-bottom: 0.3rem;
}

.plan-price {
    font-size: 1.5rem;
    font-weight: 800;
    /* color: #d4a017; */
    color: #FFF;
    letter-spacing: 0.02em;
}

.plan-price span {
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.plan-body {
    padding: 1.6rem 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-desc {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.plan-holidays {
    margin-bottom: 1.5rem;
}

.plan-holidays-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 0.6rem;
}

.holiday-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-left: 10px;
}

.holiday-list li {
    font-size: 0.88rem;
    color: #0a1628;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.holiday-list li::before {
    content: '★';
    color: #d4a017;
    font-size: 0.6rem;
    flex-shrink: 0;
}

.plan-note {
    font-size: 0.78rem;
    color: #6b7280;
    font-style: italic;
    line-height: 1.6;
    border-top: 1px solid #e5e0d8;
    padding-top: 1rem;
    margin-bottom: 1.5rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.85rem 1.5rem;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn:hover {
    transform: translateY(-1px);
    opacity: .8;
    color: #FFF;
}

.btn-navy {
    background: #0a1628;
    color: #FFF;
}

.btn-primary {
    background: #d00707;
    color: #FFF;
}

.btn-full {
    width: 100%;
}

.btn-gold {
    background: #d4a017;
    color: #0a1628;
}

.footnote-section {
    background: #f0ece3;
    border-top: 3px solid #0a1628;
    padding: 40px 0;
}

.footnote-inner {
    max-width: 900px;
    margin: 0 auto;
}

.footnote-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.footnote-text {
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.75;
    font-style: italic;
}

.quick-links {
    background: #d00707;
    padding: 50px 0;
}

.quick-links-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.quick-links-text h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFF;
    margin-bottom: 0.4rem;
}

.quick-links-text p {
    font-size: 0.9rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.quick-links-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #FFF;
}

.btn.btn-white {
    background: #FFF;
    color: #d00707;
}

.footer-links h3 {
    margin-bottom: 10px;
}

.cta-strip {
    background: #f8f6f1;
    border-top: 3px solid #d00707;
    padding: 60px 0;
}

.cta-box {
    text-align: center;
}

.cta-strip h2 {
    font-size: var(--fs-40);
    font-weight: 700;
    color: #00214d;
    margin-bottom: 10px;
}

.cta-strip p {
    font-size: 1rem;
    font-weight: 300;
    color: #4b5563;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto 2rem;
}

.cta-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.service-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #FFF;
    border: 1px solid #e0dbd0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 33, 77, 0.1);
    margin-bottom: 3rem;
}

.service-feature-left {
    background: #00214d;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-feature-right {
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
}

.service-feature-eyebrow {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a82c;
    margin-bottom: 0.75rem;
}

.service-feature-title {
    font-size: 1.8rem;
    font-weight: 900;
    color: #FFF;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.service-feature-price {
    font-size: 2.2rem;
    font-weight: 900;
    color: #c9a82c;
    margin-bottom: 0.4rem;
}

.service-feature-price span {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
}

.service-feature-note {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
}

.includes-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 1rem;
}

.includes-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 2rem;
    padding-left: 0;
}

.includes-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    color: #00214d;
    line-height: 1.5;
}

.includes-list li .check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00214d;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.includes-list li strong {
    font-weight: 700;
}

.includes-list li span {
    font-weight: 300;
    color: #4b5563;
    font-size: 0.85rem;
}

.fs-20 {
    font-size: 20px;
    color: #00214d;
    font-weight: 700;
    margin-bottom: 10px;
}

.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.compare-card {
    border: 1px solid #e0dbd0;
    border-radius: 6px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 4px 16px rgba(0, 33, 77, 0.06);
    transition: transform 0.22s, box-shadow 0.22s;
}

.compare-card-header {
    background: var(--navy);
    padding: 1.4rem 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.compare-card-body {
    padding: 1.4rem 1.6rem;
}

.compare-icon {
    font-size: 2rem;
}

.compare-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
}

.compare-card-sub {
    font-size: 0.78rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 0.15rem;
}

.compare-card-body p {
    font-size: 0.87rem;
    font-weight: 300;
    color: #4b5563;
    line-height: 1.7;
}

.compare-card-header.red {
    background: var(--red-deep);
}

.what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.steps-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-left: 0;
}

.step-item {
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
}

.step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--navy);
    color: #FFF;
    font-size: 0.82rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.25rem;
}

.step-desc {
    font-size: 14px;
    font-weight: 300;
    color: #4b5563;
    line-height: 1.7;
}

.what-right {
    background: var(--navy);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 33, 77, 0.18);
}

.what-right-header {
    background: #d00707;
    padding: 1.5rem 2rem;
}

.what-right-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0.2rem;
}

.what-right-header p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.holidays-list {
    padding: 1.75rem 2rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.holiday-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.holiday-row:last-child {
    border-bottom: none;
}

.holiday-row .flag-icon {
    font-size: 1.6rem;
    width: 32px;
    text-align: center;
    flex-shrink: 0;
}

.holiday-row .holiday-info {
    flex: 1;
}

.holiday-row .holiday-name {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}

.holiday-row .holiday-date {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0.1rem;
}

.holiday-row .optional-tag {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #c9a82c;
    color: var(--navy);
    padding: 0.15rem 0.45rem;
    border-radius: 2px;
}

.what-grid, .where-box,
.navy-banner-inner, .quote-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.where-box {
    margin-top: 80px;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
}

.location-card {
    background: #FFF;
    border: 1px solid #e0dbd0;
    border-radius: 6px;
    padding: 1.25rem 1.4rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    box-shadow: 0 2px 10px rgba(0, 33, 77, 0.04);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.location-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 33, 77, 0.1);
    border-color: #c9a82c;
}

.location-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
}

.location-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.2rem;
}

.location-desc {
    font-size: 14px;
    font-weight: 300;
    color: #6b7280;
    line-height: 1.5;
}

.navy-banner {
    background: var(--navy);
    padding: 80px 0;
}

.navy-banner .section-label {
    color: #c9a82c;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
}

.why-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 1.5rem;
    transition: all 0.2s;
}

.why-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(201, 168, 44, 0.35);
}

.why-icon {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
}

.why-title {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0.4rem;
}

.why-desc {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
}

.navy-banner .section-title {
    color: #FFF;
}

.navy-banner .section-intro {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2.5rem;
}

.quote-section {
    background: #f5f2ec;
    padding: 80px 0;
}

.quote-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.quote-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding-left: 0;
}

.quote-checklist li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 16px;
    color: var(--navy);
}

.quote-checklist li::before {
    content: '✓';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d00707;
    color: #FFF;
    font-size: 0.65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quote-form {
    background: #FFF;
    border: 1px solid #e0dbd0;
    border-radius: 8px;
    padding: 2.25rem;
    box-shadow: 0 8px 32px rgba(0, 33, 77, 0.08);
}

.form-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.3rem;
}

.form-sub {
    font-size: 0.82rem;
    font-weight: 300;
    color: #6b7280;
    margin-bottom: 1.75rem;
}

.form-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-row {
    margin-bottom: 1.1rem;
}

.form-row label {
    display: block;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 0.35rem;
}

.form-row input, .form-row select, .form-row textarea {
    width: 100%;
    padding: 0.72rem 0.9rem;
    border: 1.5px solid #e0dbd0;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--navy);
    background: #f8f6f1;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.quote-form input[type="submit"] {
    padding: 1rem 2rem;
    background: #d00707;
    color: #FFF;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
}

.form-note {
    font-size: 0.75rem;
    font-weight: 300;
    color: #6b7280;
    line-height: 1.6;
    margin-top: 0.9rem;
    text-align: center;
}

.quote-left .section-intro {
    margin-bottom: 1rem;
}

.dual-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.dual-card {
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dual-card-body {
    padding: 1.4rem 1.6rem;
}

.dual-card-body p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.dual-card-header {
    padding: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dual-card-big-icon {
    font-size: 2.2rem;
}

.dual-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

.dual-card-sub {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.15rem;
}

.dual-card-header.churches {
    background: rgba(255, 255, 255, 0.06);
}

.dual-card-header.biz {
    background: rgba(208, 7, 7, 0.18);
}

.audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
}

.audience-card {
    background: #FFF;
    border: 1px solid #e0dbd0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 33, 77, 0.07);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}

.audience-card-header {
    padding: 2rem 2rem 1.5rem;
}

.aud-icon {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
}

.aud-title {
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
    margin-bottom: 0.25rem;
}

.aud-sub {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.65);
}

.audience-card-body {
    padding: 1.75rem 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.aud-desc {
    font-size: 16px;
    font-weight: 300;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.aud-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1.75rem;
    padding-left: 0;
}

.aud-list li {
    font-size: 16px;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.aud-list li::before {
    content: '★';
    color: #c9a82c;
    font-size: 0.56rem;
    flex-shrink: 0;
}

.audience-card-header.navy-bg {
    background: var(--navy);
}

.audience-card-header.red-bg {
    background: #a50505;
}

.holiday-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
}

.holiday-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 1.25rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.2s;
}

.holiday-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(201, 168, 44, 0.4);
}

.holiday-flag {
    font-size: 1.75rem;
    flex-shrink: 0;
}

.holiday-name {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}

.holiday-date {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.15rem;
}

.opt-badge {
    margin-left: auto;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #c9a82c;
    color: var(--navy);
    padding: 0.18rem 0.45rem;
    border-radius: 2px;
    flex-shrink: 0;
}

.church-features {
    padding-bottom: 60px;
}

.add-org-box {
    background: rgba(255, 255, 255, 0.05);
    border: 2px dashed rgba(201, 168, 44, 0.5);
    border-radius: 8px;
    padding: 2.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 40px;
}

.add-org-text {
    max-width: 800px;
}

.add-org-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0.4rem;
}

.add-org-text p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.add-org-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.mission-strip {
    background: #d00707;
    padding: 1.6rem 2rem;
    text-align: center;
}

.mission-strip p {
    font-size: 1rem;
    font-weight: 500;
    color: #FFF;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.7;
}

.mission-strip p em {
    font-style: italic;
    font-weight: 300;
}

.region-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.region-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #00214d;
    background: #f5f2ec;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.region-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d00707;
    flex-shrink: 0;
}

.region-header::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0dbd0;
}

.providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
    margin-bottom: 3.5rem;
}

.provider-card {
    background: #FFF;
    border: 1px solid #e0dbd0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 14px rgba(0, 33, 77, 0.06);
    transition: transform 0.22s, box-shadow 0.22s;
}

.provider-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 33, 77, 0.12);
}

.provider-card-top {
    padding: 1.4rem 1.5rem 1.1rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border-bottom: 1px solid #e0dbd0;
}

.provider-logo-box {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    background: #f8f6f1;
    border: 1px solid #e0dbd0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.provider-org {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d00707;
    margin-bottom: 0.2rem;
}

.provider-name {
    font-size: 16px;
    font-weight: 700;
    color: #00214d;
    line-height: 1.25;
    margin-bottom: 0.2rem;
}

.provider-location {
    font-size: 12px;
    font-weight: 300;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.provider-card-body {
    padding: 1.1rem 1.5rem 1.4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.provider-desc {
    font-size: 14px;
    font-weight: 300;
    color: #4b5563;
    line-height: 1.7;
}

.provider-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #f8f6f1;
    border: 1px solid #e0dbd0;
    color: #00214d;
    padding: 0.2rem 0.55rem;
    border-radius: 2px;
}

.tag.gold-tag {
    background: rgba(201, 168, 44, 0.12);
    border-color: rgba(201, 168, 44, 0.4);
    color: #7a5e00;
}

.provider-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00214d;
    text-decoration: none;
    border: 1.5px solid #00214d;
    border-radius: 3px;
    padding: 0.55rem 0.9rem;
    transition: background 0.2s, color 0.2s;
    align-self: flex-start;
    margin-top: auto;
}

.provider-link:hover {
    background: #00214d;
    color: #FFF;
}

.provider-link svg {
    width: 12px;
    height: 12px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

.feature-card {
    background: #FFF;
    border: 1px solid #e0dbd0;
    border-radius: 8px;
    padding: 1.75rem;
    box-shadow: 0 3px 14px rgba(0, 33, 77, 0.05);
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 33, 77, 0.11);
    border-color: rgba(0, 33, 77, 0.18);
}

.feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #f8f6f1;
    border: 1px solid #e0dbd0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.feature-title {
    font-size: 16px;
    font-weight: 700;
    color: #00214d;
}

.feature-desc {
    font-size: 14px;
    font-weight: 300;
    color: #4b5563;
    line-height: 1.6;
}

.built-for-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.built-for-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 1.4rem;
    text-align: center;
    transition: background 0.2s, border-color 0.2s;
}

.built-for-icon {
    font-size: 2rem;
    margin-bottom: 0.6rem;
}

.built-for-name {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}

.built-for-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(201, 168, 44, 0.35);
}

.used-by-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.section-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #d00707;
    margin-bottom: 0.5rem;
}

.used-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 0.9rem;
}

.used-by-section {
    padding: 60px 0;
    position: relative;
}

.rotary-card {
    background: #FFF;
    border: 1px solid #e0dbd0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 33, 77, 0.08);
}

.rotary-card-header {
    background: var(--navy);
    padding: 1.4rem 1.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rotary-logo {
    font-size: 2rem;
}

.rotary-name {
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
}

.rotary-location {
    font-size: 0.78rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.1rem;
}

.rotary-card-body {
    padding: 1.4rem 1.75rem;
}


.rotary-card-body p {
    font-size: 16px;
    font-weight: 300;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 1.1rem;
}

.active-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #15803d;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.25);
    padding: 0.3rem 0.7rem;
    border-radius: 3px;
}

.active-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    animation: pulse 2s infinite;
}

.quote-block {
    border-left: 4px solid #c9a82c;
    padding: 1.5rem 1.75rem;
    background: #FFF;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 20px rgba(0, 33, 77, 0.07);
    margin-bottom: 2rem;
}

.quote-text {
    font-size: 1.05rem;
    font-weight: 300;
    font-style: italic;
    color: var(--navy);
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.quote-source {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d00707;
}

.used-by-wrap .section-intro {
    margin-bottom: 20px;
}

.story-section {
    padding: 80px 0;
}

.story-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5rem;
    align-items: start;
}

.story-left {
    position: sticky;
    top: 100px;
}

.section-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #d00707;
    margin-bottom: 0.5rem;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 0.9rem;
}

.story-divider {
    width: 40px;
    height: 3px;
    background: #c9a82c;
    margin-bottom: 1.5rem;
}

.story-highlights {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
}

.story-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.5;
}

.story-highlights li::before {
    content: '★';
    color: var(--gold);
    font-size: 0.6rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.story-para {
    font-size: 16px;
    font-weight: 300;
    color: #374151;
    line-height: 1.9;
    margin-bottom: 1.75rem;
}

.pull-quote {
    border-left: 5px solid #c9a82c;
    padding: 1.25rem 1.75rem;
    margin: 2rem 0;
    background: #f8f6f1;
    border-radius: 0 6px 6px 0;
}

.pull-quote p {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: var(--navy);
    line-height: 1.75;
    margin-bottom: 0;
}

.story-para:last-child {
    margin-bottom: 0;
}

.story-para strong {
    font-weight: 700;
    color: var(--navy);
}

.values-strip {
    background: #f8f6f1;
    border-top: 3px solid #d00707;
    border-bottom: 3px solid var(--navy);
    padding: 2.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
    flex-wrap: wrap;
    text-align: center;
}

.value-icon {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}

.value-word {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--navy);
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
}

.pillar-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 2rem 1.75rem;
    transition: background 0.22s, border-color 0.22s;
}

.pillar-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(201, 168, 44, 0.4);
}

.pillar-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
    margin-bottom: 0.5rem;
    font-style: italic;
}

.pillar-title {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0.5rem;
}

.pillar-desc {
    font-size: 0.86rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

.comparison-section {
    background: #f5f2ec;
    padding: 80px 0;
}

.service-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 6px 30px rgba(0, 33, 77, 0.1);
}

.table-wrap table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    font-size: 0.9rem;
    min-width: 700px;
}

.table-wrap thead tr {
    background: var(--navy);
}

.table-wrap thead th {
    padding: 1.1rem 1.4rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.table-wrap thead th:first-child {
    color: #FFF;
}

.table-wrap thead th.highlight-col {
    color: #c9a82c;
}

.table-wrap thead th.highlight-col, td.highlight-col {
    border-left: 2px solid rgba(0, 33, 77, 0.08);
    border-right: 2px solid rgba(0, 33, 77, 0.08);
}

.table-wrap thead th.highlight-col {
    border-color: rgba(201, 168, 44, 0.4);
}

.table-wrap tbody tr {
    border-bottom: 1px solid #e0dbd0;
    transition: background 0.15s;
}

.table-wrap tbody tr.group-header td {
    background: var(--navy);
    color: #FFF;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 1.1rem 1.4rem;
}

.table-wrap td {
    padding: 0.95rem 1.4rem;
    color: var(--navy);
    font-weight: 400;
    vertical-align: middle;
}

.table-wrap td:first-child {
    font-weight: 600;
    color: var(--navy);
    font-size: 0.88rem;
}

.check {
    color: #16a34a;
    font-size: 1.1rem;
}

.custome-header .login a {
    /* color: #fff;
    border-radius: 5px;
    padding: 10px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    outline: none;
    background: linear-gradient(240deg, #ff4242 0%, rgba(12, 25, 180, 1) 100%); */

    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 16px;
    position: relative;
    cursor: pointer;
    border-radius: 50px;

    /* Background & Gloss Effect */
    background: linear-gradient(to bottom,
            #0079c1 0%,
            #005ea2 45%,
            #003c71 55%,
            #005ea2 100%);

    /* Typography */
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.custome-header .login a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    width: 90%;
    height: 20px;
    background: linear-gradient(to bottom,
            rgba(34, 142, 236, 0.3) 0%,
            transparent 100%);
    filter: blur(2px);
    pointer-events: none;
}

.custome-header .login a:hover {
    filter: brightness(1.1);
}

.plan-card:first-child .plan-header {
    background: #d00707;
}
.plan-card:first-child .btn-navy {
    background: #d00707;
}
.plan-card:nth-child(3) .plan-header {
    background: #00214d;
}
.plan-card:nth-child(3) .btn-gold {
    background: #00214d;
    color: #FFF;
}

.plan-card:nth-child(2) {
    border-color: #00214d;
}
.plan-card:nth-child(2) .plan-header {
    background: #F5F5F5;
    border-bottom: 1px solid #00214d;
}
.plan-card:nth-child(2) .plan-header .plan-price span, 
.plan-card:nth-child(2) .plan-header .plan-price,
.plan-card:nth-child(2) .plan-header .plan-name {
    color: #00214d;
}
.plan-card:nth-child(2) .btn-primary {
    background: #F5F5F5;
    border: 1px solid #00214d;
    color: #00214d;
}

/* .plan-card:nth-child(2) .plan-header, 
.plan-card:nth-child(2) .btn-primary {
    background: #b5b5b5;
}
.plan-card:nth-child(2) .plan-header .plan-price span {
    color: #4b5563;
}
.plan-card:nth-child(2) .btn-primary {
    color: #FFF;
} */

.plan-card .btn {
    border: 1px solid transparent;
}
.plan-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}


@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

@keyframes subtleZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 1600px) {
    :root {
        --fs-40: 30px;
    }

    .tabs {
        margin-top: 50px;
    }
}

@media (max-width: 1400px) {
    :root {
        --fs-40: 25px;
    }

    .flag-service-section {
        padding: 60px 0;
    }

    .fs-day-name {
        margin-bottom: 10px;
    }

    .fs-grid {
        margin: 40px 0;
    }

    .contact-section {
        padding: 60px 0;
    }

    .single-gallery-section {
        padding: 60px 0;
    }

    .foundation-section {
        padding: 60px 0;
    }

    .fd-details {
        max-width: 580px;
    }

    .add-org-text {
        max-width: 600px;
    }

    .custome-header .login a {
        padding: 6px 12px;
        font-size: 12px;    
        font-weight: 500;
    }
}

@media (max-width: 1200px) {
    :root {
        --fs-40: 22px;
    }

    ul#tabs-nav {
        gap: 20px;
    }

    .quote-wrap {
        grid-template-columns: 1fr;
    }

    .add-org-text {
        max-width: 540px;
    }
}

@media (max-width: 991px) {
    .flag-service-section {
        padding: 40px 0;
    }

    .fs-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fs-grid {
        margin: 30px 0;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .foundation-grid {
        flex-direction: column;
    }

    .sticky-top {
        position: static;
    }

    .fd-link {
        text-align: left;
        font-size: 24px;
    }

    .fd-org {
        margin-bottom: 40px;
    }

    .fsssa-subscription {
        margin-top: 40px;
    }

    .section-service {
        padding: 60px 0;
    }

    .service-feature, .compare-grid,
    .what-grid, .dual-cards, .audience-grid,
    .used-by-wrap {
        grid-template-columns: 1fr;
    }

    .add-org-box {
        gap: 10px;
    }

    .story-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .story-left {
        position: static;
    }
}

@media (max-width: 767px) {
    .fs-grid {
        gap: 40px 20px;
    }

    .contact-section {
        padding: 40px 0;
    }

    .project-detail {
        margin: 20px 0;
        flex-direction: column;
        gap: 10px;
    }

    .fusion-sharing-box.share-box {
        flex-direction: column;
    }

    .related-slider {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    ul#tabs-nav {
        row-gap: 10px;
    }

    .fs-grid,
    .form-2col {
        grid-template-columns: 1fr;
    }

    .breadcrumb ol {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .banner-box {
        margin: 0;
    }

    .universal-banner {
        height: 300px;
    }

    .comman-form {
        margin: 20px auto;
    }

    .input-submit {
        margin-top: 20px;
    }

    .single-gallery-section,
    .story-section {
        padding: 50px 0;
    }

    .project-info {
        max-width: 100%;
    }

    .project-info-box {
        gap: 20px;
    }

    .foundation-section {
        padding: 40px 0;
    }

    .service-feature-left, .service-feature-right {
        padding: 20px;
    }

    .add-org-box {
        padding: 20px;
    }
}

@media (max-width: 428px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .tabs {
        margin-top: 30px;
    }

    #tabs-nav li a {
        font-size: 14px;
    }

    .badge {
        font-size: 9px;
    }

    .katy-sub {
        font-size: 14px;
    }
}