@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir LT 45 Book.ttf') format('truetype'),
         url('../fonts/AvenirLTStd-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir LT 45 Book Oblique.ttf') format('truetype'),
         url('../fonts/Avenir-Next-LT-Pro-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenir-lt-65-medium.ttf') format('truetype'),
         url('../fonts/Avenir LT Std 65 Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenir-lt-65-medium.ttf') format('truetype'),
         url('../fonts/Avenir LT Std 65 Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir LT 85 Heavy.ttf') format('truetype'),
         url('../fonts/avenir-next-lt-pro-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --iacl-navy: #1a2b4a;
    --iacl-blue: #2c6e8a;
    --iacl-teal: #3a8fa8;
    --iacl-light-blue: #e8f2f6;
    --iacl-gray: #f5f5f5;
    --iacl-text: #333333;
    --iacl-text-muted: #666666;
    --iacl-font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* {
    scroll-behavior: smooth;
}

body {
    font-family: var(--iacl-font-family);
    color: var(--iacl-text);
    line-height: 1.7;
}

/* Header */
.site-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 1030;
}

.header-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.site-header .navbar {
    padding: 0;
}

.site-header .navbar-brand {
    padding: 0;
    margin-right: 1rem;
}

.logo-img {
    height: auto;
    width: auto;
    max-width: 230px;
    max-height: 130px;
    display: block;
}

.main-nav {
    flex-direction: row;
    align-items: center;
    gap: 0.1rem;
}

@media (min-width: 992px) {
    .main-nav {
        gap: 0.05rem;
    }

    .main-nav .nav-link {
        padding: 0.5rem 0.45rem !important;
    }
}

@media (min-width: 1200px) {
    .main-nav {
        gap: 0.1rem;
    }

    .main-nav .nav-link {
        padding: 0.5rem 0.6rem !important;
    }
}

.main-nav .nav-link {
    color: #616161;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
    padding: 0.5rem 0.55rem !important;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.nav-separator {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0 0.05rem;
    list-style: none;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus,
.main-nav .nav-link.active {
    color: var(--iacl-teal);
}

.main-nav .nav-link-static {
    cursor: default;
}

.main-nav .nav-link-static:hover,
.main-nav .nav-link-static:focus {
    color: #616161;
}

.site-header .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.15);
    padding: 0.35rem 0.6rem;
}

@media (max-width: 991.98px) {
    .main-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

    .main-nav .nav-link {
        padding: 0.6rem 0 !important;
    }
}

/* Hero */
.hero-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #ececec;
}

.hero-section img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
    height: 100%;
}

.hero-carousel .carousel-indicators [data-bs-target] {
    background-color: #fff;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    filter: invert(1);
}

/* Section Titles */
.section-title,
.content-heading,
.services-heading,
.service-content h3 {
    color: #464646;
}

.section-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
}

.section-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.section-header .section-title:only-child,
.section-header .section-title:last-child {
    margin-bottom: 0;
}

.section-header .page-tagline {
    margin-bottom: 0;
}

.section-desc {
    color: var(--iacl-text-muted);
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 2rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.section-subtitle,
.page-tagline,
.intro-subtitle {
    color: var(--iacl-teal);
    font-size: 1.15rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.page-body,
.intro-text,
.content-text {
    color: var(--iacl-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.page-body p,
.intro-text p,
.content-text p {
    margin-bottom: 1rem;
}

.page-body p:last-child,
.intro-text p:last-child,
.content-text p:last-child {
    margin-bottom: 0;
}
.highlight-text {
    color: var(--iacl-text);
    font-weight: 600;
}
.investment-heading {
    font-size: 1.25rem;    
    font-weight: 700;   
    color: #1F2A60;     
}

.intro-text {
    margin-left: auto;
    margin-right: auto;
}

.page-intro,
.page-content {
    width: 100%;
}

.page-body > p:first-of-type::first-letter,
p.page-body:first-of-type::first-letter,
.content-text > p:first-of-type::first-letter,
.intro-text > p:first-of-type::first-letter {
    float: none;
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    color: var(--iacl-text);
    padding: 0;
    margin-right: 0.02em;
    vertical-align: baseline;
}

.page-art-investment .page-body > p:first-of-type::first-letter {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    margin-right: 0;
}

.page-body .read-more-link {
    display: inline-block;
    margin-top: 0.5rem;
}
.collection-gallery {
    column-count: 3;
    column-gap: 1rem;
}

@media (max-width: 991.98px) {
    .collection-gallery {
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .collection-gallery {
        column-count: 1;
    }
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 1rem;
    border-radius: 4px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.03);
}

.btn-iacl {
    background-color: var(--iacl-navy);
    color: #fff;
    border: none;
    padding: 0.65rem 2rem;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.btn-iacl:hover {
    background-color: var(--iacl-blue);
    color: #fff;
}

/* Content Sections */
.section-gray {
    background-color: var(--iacl-gray);
}

.section-light-blue {
    background-color: var(--iacl-light-blue);
}

.content-heading {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.content-text {
    color: var(--iacl-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.content-text ul {
    padding-left: 1.25rem;
}

.content-text ul li {
    margin-bottom: 0.5rem;
}

.read-more-link {
    color: var(--iacl-teal);
    font-weight: 500;
    font-style: italic;
    text-decoration: none;
}

.read-more-link:hover {
    color: var(--iacl-blue);
    text-decoration: underline;
}

.section-image {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 4px;
}

.section-carousel {
    border-radius: 4px;
    overflow: hidden;
}

.section-carousel .carousel-item {
    min-height: 280px;
}

.section-carousel .carousel-indicators [data-bs-target] {
    background-color: var(--iacl-navy);
}

.section-carousel .carousel-control-prev-icon,
.section-carousel .carousel-control-next-icon {
    filter: invert(1);
}

.csr-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: unset;
    display: block;
    border-radius: 4px;
}

.csr-image-row {
    align-items: stretch;
}

.csr-image-row > [class*="col-"] {
    display: flex;
}

.csr-image-row .csr-image-matched {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Footer */
.site-footer {
    margin-top: 10%;
    background-color: #1c1c5a;
    color: #c8dce9;
}

.footer-main {
    padding: 2.75rem 0 2.5rem;
}

.footer-inner {
    min-height: 130px;
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    padding-right: 1.5rem;
}

.footer-logo {
    height: auto;
    max-height: 98px;
    width: auto;
    max-width: 209px;
    display: block;
}

.footer-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2rem;
    gap: 1.35rem;
    border-left: 1px solid rgba(147, 197, 220, 0.45);
    border-right: 1px solid rgba(147, 197, 220, 0.45);
}

.footer-contact-col {
    display: flex;
    align-items: flex-start;
    padding-left: 1.5rem;
    color: #7979c2;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    width: 100%;
}

.footer-nav-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-nav a {
    color: #e8f2f7;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.2s ease;
}

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

.footer-nav-sep {
    color: rgba(232, 242, 247, 0.55);
    margin: 0 0.55rem;
    font-size: 0.8125rem;
    flex-shrink: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #7979c2;
}

.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background-color: rgba(74, 145, 175, 0.65);
    color: #fff;
    font-size: 0.8rem;
    margin-top: 0.05rem;
}

.social-icons {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-color: rgba(74, 145, 175, 0.4);
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0;
    transition: background-color 0.2s ease, background 0.2s ease;
}

.social-icons a i {
    line-height: 1;
}

.social-icons a:hover {
    color: #fff;
}

.social-icons a[aria-label="Instagram"]:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icons a[aria-label="Facebook"]:hover {
    background-color: #1877f2;
}

.social-icons a[aria-label="YouTube"]:hover {
    background-color: #ff0000;
}

.footer-bottom {
    border-top: 1px solid rgba(147, 197, 220, 0.25);
    padding: 0.9rem 0;
    font-size: 0.78rem;
    color: #9ebecf;
}

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

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

@media (max-width: 1199.98px) {
    .footer-nav-row {
        row-gap: 0.35rem;
    }
}

@media (max-width: 991.98px) {
    .footer-brand {
        justify-content: center;
        padding-right: 0;
        padding-bottom: 1.5rem;
    }

    .footer-center {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(147, 197, 220, 0.25);
        border-bottom: 1px solid rgba(147, 197, 220, 0.25);
        padding: 1.5rem 0;
    }

    .footer-contact-col {
        padding-left: 0;
        padding-top: 1.5rem;
        padding-bottom: 0.25rem;
    }

    .footer-contact li {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Inner Pages */
.legacy-image {
    filter: grayscale(100%);
    border-radius: 4px;
}

.legacy-caption {
    font-size: 0.8rem;
    color: var(--iacl-text-muted);
    font-style: italic;
    line-height: 1.5;
}

.services-heading {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.service-list {
    margin-bottom: 0;
}

.service-item {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    align-items: flex-start;
}

.service-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.service-content h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.service-content p {
    margin-bottom: 0;
    color: var(--iacl-text-muted);
    font-size: 0.95rem;
}

.contact-list li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-list i {
    color: var(--iacl-teal);
    font-size: 1.25rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.contact-list p {
    margin-bottom: 0;
    color: var(--iacl-text-muted);
    font-size: 0.95rem;
}

.contact-form .form-control {
    border-color: #ddd;
    border-radius: 4px;
}

.contact-form .form-control:focus {
    border-color: var(--iacl-teal);
    box-shadow: 0 0 0 0.2rem rgba(58, 143, 168, 0.15);
}

.scroll-top {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: var(--iacl-text-muted);
    text-decoration: none;
    z-index: 1020;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.scroll-top:hover {
    background-color: var(--iacl-teal);
    color: #fff;
}
