/* =============================================
   IAPC Homepage — Global Styles
   ============================================= */

/* Fix: Tailwind's .collapse utility sets visibility:collapse, breaking Bootstrap's mobile navbar */
.collapse.show {
    visibility: visible !important;
    display: block;
}

/* Force show on desktop */
@media (min-width: 992px) {
    #navbarNav,
    #navbarNav.collapse,
    #navbarNav.collapse:not(.show),
    .navbar-collapse {
        display: flex !important;
        visibility: visible !important;
        flex-basis: auto;
    }
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Open Sans', sans-serif;
    color: #5e5e5e;
    background: #fff;
}
h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Montserrat', sans-serif;
    color: #2c2c2c;
}

/* =============================================
   HEADER
   ============================================= */
.header-wrapper {
    background: #fff;
    padding: 12px 0 10px 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 5px solid #4b5d68;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top-links {
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 500;
    gap: 0;
}
.top-links a {
    color: #17896d;
    text-decoration: none;
    padding: 0 8px;
    font-size: 12px;
}
.top-links a:hover { color: #1e3a8a; }
.top-links .separator { color: #d1d1d1; }

.btn-sign-up {
    border: 1.5px solid #17896d;
    color: #17896d !important;
    border-radius: 20px;
    padding: 3px 18px !important;
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.2s;
}
.btn-sign-up:hover {
    background-color: #17896d;
    color: white !important;
}

.main-nav-links .nav-link {
    color: #1e3a8a;
    font-weight: 700;
    font-size: 14.5px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 13px !important;
    white-space: nowrap;
}
.main-nav-links .nav-link:hover,
.main-nav-links .has-dropdown:hover > .nav-link { color: #137159; }
.main-nav-links .nav-link i {
    font-size: 10px;
    margin-left: 3px;
    color: #17896d;
    vertical-align: middle;
    transition: transform 0.25s;
}
.main-nav-links .has-dropdown:hover > .nav-link i {
    transform: rotate(180deg);
    color: #137159;
}

/* =============================================
   MEGA DROPDOWN MENUS
   ============================================= */
.has-dropdown {
    position: relative;
}

/* The dropdown panel */
.mega-dropdown {
    display: none;
    position: absolute;
    left: -20px; /* Align near the left edge of the link by default */
    right: auto;
    top: 100%; /* Drop right below the nav link */
    width: max-content;
    background: #fff;
    border-top: 3px solid #17896d;
    box-shadow: 0 12px 40px rgba(0,0,0,0.14);
    z-index: 9999;
    animation: dropFadeIn 0.15s ease;
    border-radius: 0 0 8px 8px; /* Soft rounded corners */
}

/* For dropdowns on the right side of the navbar, anchor to the right */
.mega-dropdown-right {
    left: auto !important;
    right: -20px !important;
}

/* Invisible bridge to prevent hover loss between link and dropdown */
.mega-dropdown::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    background: transparent;
}

@keyframes dropFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.has-dropdown:hover .mega-dropdown,
.mega-dropdown:hover { display: block; }

/* Inner layout */
.mega-inner {
    display: flex;
    gap: 0;
    padding: 28px 32px;
}
.mega-inner.mega-single-col {
    display: block;
    padding: 24px 32px;
}

/* Left column */
.mega-left {
    flex: 1;
    padding-right: 40px;
    border-right: 1px solid #f0f0f0;
}

/* Right column */
.mega-right {
    width: 260px;
    padding-left: 36px;
}

/* Main links */
.mega-link {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    color: #17896d;
    text-decoration: none;
    padding: 6px 0;
    transition: color 0.2s;
    line-height: 1.3;
}
.mega-link:hover { color: #1e3a8a; }

/* Section headings inside dropdown */
.mega-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #2c2c2c;
    margin: 16px 0 4px 0;
    padding: 0;
}

/* Sub links (with › arrow) */
.mega-sub-link {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    color: #17896d;
    text-decoration: none;
    padding: 4px 0 4px 4px;
    transition: color 0.2s;
}
.mega-sub-link i {
    font-size: 10px;
    margin-right: 6px;
    color: #17896d;
}
.mega-sub-link:hover { color: #1e3a8a; }

/* Box panel (Business Solutions / RCM Resources etc.) */
.mega-box {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px 22px;
}
.mega-box-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #555;
    margin: 0 0 12px 0;
    text-transform: none;
}
.mega-box a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #2c2c2c;
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.2s;
    line-height: 1.35;
}
.mega-box a i {
    font-size: 10px;
    color: #17896d;
    margin-right: 5px;
}
.mega-box a:hover { color: #17896d; }

/* Size variants */
.mega-dropdown-sm .mega-inner { max-width: 320px; }
.mega-dropdown-lg .mega-inner { max-width: 1000px; }


/* =============================================
   HERO CAROUSEL SECTION
   ============================================= */
.hero-section {
    position: relative;
    overflow: hidden;
    background: #fce8f3;
}

/* Carousel container */
.hero-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Each slide */
.hero-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.65s ease, transform 0.65s ease;
    pointer-events: none;
    z-index: 0;
}
.hero-slide.active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    z-index: 1;
}
.hero-slide.exiting {
    position: absolute;
    opacity: 0;
    transform: translateX(-60px);
    pointer-events: none;
    z-index: 0;
}

/* Slide backgrounds */
.slide-bg-pink  { background: linear-gradient(115deg, #fce8f3 0%, #fde8f5 100%); }
.slide-bg-cream { background: #fef9e7; }
.slide-bg-teal  { background: linear-gradient(115deg, #17896d 0%, #0d4d3d 100%); }
.slide-bg-navy  { background: linear-gradient(115deg, #1e3a8a 0%, #172554 100%); }

.hero-left {
    padding: 60px 50px 60px 70px;
    position: relative;
}

.hero-pre-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #17896d;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hero-big-discount {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 100px;
    line-height: 0.95;
    color: #17896d;
    font-style: italic;
    margin: 6px 0 10px 0;
    letter-spacing: -2px;
    text-shadow: 3px 3px 0px rgba(23,137,109,0.15);
}

.hero-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #17896d;
    line-height: 1.5;
    margin-bottom: 0;
}
.hero-desc strong {
    font-weight: 800;
}

.btn-start-today {
    background-color: #0062ff;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 28px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
    white-space: nowrap;
}
.btn-start-today:hover {
    background-color: #0050d1;
    color: #fff;
}

.hero-expires {
    font-size: 14px;
    color: #7a7a7a;
    font-family: 'Open Sans', sans-serif;
}

/* Carousel Dots Navigation */
.carousel-dots-nav {
    position: absolute;
    bottom: 22px;
    left: 70px;
    display: flex;
    gap: 9px;
    z-index: 10;
}
.carousel-dots-nav .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.2);
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    border: 2px solid rgba(255,255,255,0.6);
}
.carousel-dots-nav .dot.active {
    background-color: #17896d;
    border-color: #17896d;
    transform: scale(1.25);
}
.carousel-dots-nav .dot:hover {
    background-color: #17896d;
    border-color: #17896d;
}

/* ---- Slide 2: Feature List ---- */
.slide2-feature-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.feature-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.feature-icon svg { width: 100%; height: 100%; }
.feature-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin: 0 0 3px 0;
}
.feature-sub {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/* ---- Slide 3: Codify Mockup ---- */
.codify-slide-right {
    padding: 40px;
    width: 100%;
    max-width: 420px;
}
.codify-mockup {
    background: #1a3a45;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.mock-header {
    background: #112830;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.mock-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.mock-dot.red    { background: #ff5f57; }
.mock-dot.yellow { background: #febc2e; }
.mock-dot.green  { background: #28c840; }
.mock-title {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    font-family: 'Open Sans', sans-serif;
    margin-left: 8px;
}
.mock-body { padding: 14px; }
.mock-search-bar {
    background: #0c2030;
    border-radius: 6px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.mock-search-bar i { color: #17896d; }
.mock-result {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 4px;
    transition: background 0.2s;
}
.mock-result.active-result { background: rgba(23,137,109,0.15); }
.mock-code {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #17896d;
    white-space: nowrap;
    min-width: 48px;
}
.mock-desc {
    font-size: 11px;
    color: rgba(255,255,255,0.65);
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}
.codify-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.tag {
    background: rgba(23,137,109,0.2);
    border: 1px solid rgba(23,137,109,0.5);
    color: #17896d;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 4px 14px;
    border-radius: 20px;
}

/* Hero Right — Icon Grid */
.hero-right {
    background: #fef9e7;
    padding: 50px 40px;
}
.hero-icons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 40px;
}
.hero-icon-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon-wrap {
    width: 90px;
    height: 90px;
    border: 2px solid #17896d;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    margin-bottom: 12px;
    background: transparent;
    transition: background 0.2s;
}
.icon-wrap:hover { background: #f0fdf7; }
.icon-wrap svg {
    width: 100%;
    height: 100%;
}
.hero-icon-box p {
    color: #17896d;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 0.5px;
}

/* =============================================
   GREEN CATEGORY BAR
   ============================================= */
.green-bar-full {
    background-color: #17896d;
}
.green-bar {
    background-color: #17896d;
}
.green-bar-item {
    color: white;
    text-align: center;
    padding: 13px 10px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border-right: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition: background 0.2s;
}
.green-bar-item:last-child { border-right: none; }
.green-bar-item:hover { background: rgba(255,255,255,0.1); }

/* =============================================
   MEMBER SECTION
   ============================================= */
.member-section {
    padding: 65px 0 55px;
    text-align: center;
}
.member-section h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 22px;
}
.member-section p {
    font-size: 15px;
    line-height: 1.65;
    max-width: 820px;
    margin: 0 auto 14px;
    color: #555;
}
.text-teal {
    color: #17896d;
    text-decoration: none;
}
.text-teal:hover { color: #137159; text-decoration: underline; }

.btn-join {
    background-color: #17896d;
    color: white;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 11px 28px;
    border-radius: 6px;
    border: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-join:hover {
    background-color: #137159;
    color: white;
}

/* =============================================
   THREE COLUMN SECTION
   ============================================= */
.columns-section {
    padding: 55px 0 80px;
    border-top: 1px solid #e8e8e8;
}
.info-col h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #2c2c2c;
    line-height: 1.3;
}
.info-col p {
    font-size: 14px;
    line-height: 1.65;
    color: #5e5e5e;
    margin-bottom: 18px;
}
.link-teal {
    color: #17896d;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.link-teal:hover { color: #137159; }

/* Dropdown select */
.custom-select.form-select {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 13px;
    color: #444;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

/* Codify branding */
.codify-logo {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 6px;
}
.codify-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #17896d;
    font-style: italic;
    line-height: 1;
}
.codify-by {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #17896d;
    margin-left: 2px;
}

/* Codify search */
.codify-input {
    font-size: 13px;
    color: #555;
    border-color: #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.codify-input:focus { box-shadow: none; border-color: #aaa; }
.codify-search-btn {
    border: 1px solid #ccc;
    border-left: none;
    background: #f8f8f8;
    color: #888;
    border-radius: 0 4px 4px 0;
    padding: 0 14px;
}
.codify-search-btn:hover { background: #eee; color: #17896d; }

/* =============================================
   FOOTER
   ============================================= */
footer {
    background-color: #ebf3fc;
    color: #3a4f66;
    padding: 38px 0 22px;
    border-top: 4px solid #17896d;
}
.social-icons a {
    color: #1e3a8a;
    font-size: 18px;
    transition: color 0.2s;
}
.social-icons a:hover { color: #17896d; }
.footer-links {
    font-size: 11px;
    color: #556c85;
    padding-top: 18px;
    border-top: 1px solid #d0e1f4;
    margin-top: 10px;
}
.footer-links a {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 500;
}
.footer-links a:hover { color: #17896d; }
.footer-links .separator { color: #c5daf0; }

/* =============================================
   RESPONSIVE (Tablet & Mobile)
   ============================================= */
@media (max-width: 991px) {
    /* Adjust header & navbar for mobile menu */
    .header-wrapper {
        padding: 8px 0;
    }
    .top-links {
        display: none !important;
    }
    .navbar-collapse {
        background: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
        border: 1px solid #eee;
    }
    .nav-item {
        border-bottom: 1px solid #eaeaea;
    }
    .nav-item:last-child {
        border-bottom: none;
    }
    .main-nav-links .nav-link {
        padding: 12px 5px !important;
        font-size: 16px;
    }
    
    /* Mobile Mega Dropdown */
    .mega-dropdown {
        position: static;
        box-shadow: none;
        border: none;
        border-left: 3px solid #17896d;
        margin-left: 10px;
        padding: 10px 0 10px 15px;
        animation: none;
        background: transparent;
    }
    .mega-dropdown::before {
        display: none;
    }
    .mega-inner {
        flex-direction: column;
        padding: 0;
        max-width: 100%;
    }
    .mega-left, .mega-right {
        width: 100%;
        padding: 0;
        border: none;
    }
    .mega-right {
        margin-top: 20px;
    }
    .mega-link {
        font-size: 15px;
        padding: 8px 0;
    }
    .mega-sub-link {
        padding: 8px 0 8px 10px;
    }
    .mega-box {
        background: #fff;
        border: 1px solid #eaeaea;
    }

    /* Hero Carousel Adjustments */
    .hero-carousel {
        height: auto;
        min-height: 500px;
    }
    .hero-left {
        padding: 50px 30px;
        min-height: 350px;
    }
    .hero-big-discount {
        font-size: 60px;
    }
    .hero-right {
        padding: 40px 30px;
    }
    .hero-icons-grid {
        gap: 20px 24px;
        justify-content: flex-start;
    }
    .icon-wrap {
        width: 60px;
        height: 60px;
    }
    .icon-wrap i {
        font-size: 24px;
    }
    .slide2-feature-list {
        gap: 20px;
    }

    /* Green Bar (Medical Coding etc.) */
    .green-bar-nav {
        flex-wrap: wrap;
    }
    .green-bar-item {
        flex: 1 1 33.33%;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    /* Footer */
    .footer-links {
        line-height: 2;
    }
    .footer-links .separator {
        display: none;
    }
    .footer-links a {
        display: inline-block;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    /* Mobile specific */
    .hero-left {
        padding: 40px 20px;
    }
    .hero-big-discount { 
        font-size: 48px; 
    }
    .hero-big-discount sup {
        font-size: 24px;
    }
    .hero-pre-title { 
        font-size: 14px; 
    }
    .hero-actions {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px !important;
    }
    
    .green-bar-item { 
        flex: 1 1 50%;
        font-size: 13px; 
        padding: 12px 10px; 
    }
    
    .member-section h2 { 
        font-size: 24px; 
    }
    
    /* Info Cards on Sub-pages */
    .info-card {
        padding: 24px 20px;
    }
    .inner-page-heading {
        font-size: 28px;
    }
    
    /* Footer adjustments */
    .footer-links a {
        display: block;
        margin: 5px 0;
    }
    .app-store-btns {
        margin-top: 15px;
    }
}

/* =============================================
   INNER PAGE STYLES (Sub-pages)
   ============================================= */

/* Inner page hero banner */
.inner-page-hero {
    background: linear-gradient(110deg, #1e3a8a 0%, #17896d 100%);
    padding: 48px 0 40px;
    color: #fff;
}
.inner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 13px;
    margin-bottom: 12px;
}
.inner-breadcrumb .breadcrumb-item a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
.inner-breadcrumb .breadcrumb-item a:hover { color: #fff; }
.inner-breadcrumb .breadcrumb-item.active { color: rgba(255,255,255,0.5); }
.inner-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

.inner-page-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    margin: 0 0 8px 0;
}
.inner-page-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/* Inner page body */
.inner-page-body {
    padding: 60px 0 80px;
}

/* Info cards */
.info-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 32px 28px;
    height: 100%;
    transition: box-shadow 0.25s, transform 0.25s;
}
.info-card:hover {
    box-shadow: 0 12px 36px rgba(23,137,109,0.12);
    transform: translateY(-3px);
}
.info-card.info-card-accent {
    border-color: #17896d;
    border-width: 2px;
}
.info-card-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #17896d, #0d4d3d);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.info-card-icon i {
    color: #fff;
    font-size: 20px;
}
.info-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 10px;
}
.info-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Teal outline button */
.btn-teal-outline {
    display: inline-block;
    border: 2px solid #17896d;
    color: #17896d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 22px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-teal-outline:hover {
    background-color: #17896d;
    color: #fff;
}

/* Placeholder page content */
.inner-page-placeholder {
    text-align: center;
    padding: 80px 40px;
    max-width: 500px;
    margin: 0 auto;
}
.placeholder-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #17896d, #1e3a8a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}
.placeholder-icon i {
    color: #fff;
    font-size: 30px;
}
.inner-page-placeholder h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 12px;
}
.inner-page-placeholder p {
    font-size: 15px;
    color: #666;
    margin-bottom: 28px;
    line-height: 1.6;
}


