/* Home page premium visual layer */
:root {
    --home2-navy: #0b2345;
    --home2-blue: #174b78;
    --home2-ink: #20354d;
    --home2-muted: #617287;
    --home2-line: #dce7f1;
    --home2-gold: #c49a5a;
    --home2-ivory: #fbfaf7;
}

.home2-page {
    background: var(--home2-ivory);
}

i.fa-solid.fa-location-dot {
    line-height: inherit;
}

.home2-page .section_heading_title_small {
    color: var(--home2-gold);
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 700;
}

.home2-page .section_heading_title_big {
    color: var(--home2-navy);
    letter-spacing: .01em;
}

.home2-page .banner-section.style-three .content-box .inner {
    max-width: 720px;
}

.home2-page .banner-section.style-three .content-box h1 {
    text-shadow: 0 2px 18px rgba(0, 0, 0, .2);
}

.home2-page .banner-section.style-three .content-box .text {
    color: #2c2a49;
    max-width: 620px;
}

.home2-page .banner-section.style-three .btn-1:first-child {
    background: #0d4fa3;
    color: #fff;
}

.home2-page .footer-cta .btn-1 {
    background: var(--home2-gold);
    color: var(--home2-navy);
}

.home2-page .banner-section.style-three .btn-1:first-child:hover {
    background: #176ac4;
    color: #fff;
}

.home2-page .footer-cta .btn-1:hover {
    background: #e0bb7c;
    color: var(--home2-navy);
}

.home2-page .trust-stats-bar {
    background: var(--home2-navy) !important;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.home2-page .trust-stats-bar .trust-stat {
    padding: 8px 24px;
}

.home2-page .trust-stats-bar .trust-stat strong {
    color: #fff;
    font-family: 'Cormorant', serif;
    font-size: 38px;
    line-height: 1.1;
}

.home2-page .trust-stats-bar .trust-stat span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    line-height: 1.5;
}

.home2-page .premium-section {
    padding-top: 96px;
    padding-bottom: 96px;
}

.home2-page .premium-section--soft {
    background: #f3f7fa !important;
}

.home2-page .premium-panel {
    border: 1px solid var(--home2-line) !important;
    border-radius: 4px !important;
    box-shadow: 0 18px 40px rgba(11, 35, 69, .07) !important;
}

.home2-page .premium-service-card {
    border-radius: 4px !important;
    border-color: var(--home2-line) !important;
    box-shadow: 0 16px 35px rgba(11, 35, 69, .08) !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

.home2-page .premium-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(11, 35, 69, .14) !important;
}

.home2-page .premium-service-card h3 a,
.home2-page .premium-service-card h3 {
    color: var(--home2-navy) !important;
}

.home2-page .premium-service-card p,
.home2-page .premium-reason p {
    color: var(--home2-muted) !important;
}

.home2-page .premium-reason {
    border-radius: 4px !important;
    border-color: var(--home2-line) !important;
    box-shadow: 0 12px 28px rgba(11, 35, 69, .06) !important;
}

.home2-page .premium-proof-intro {
    max-width: 680px;
    margin: 14px auto 0;
    color: var(--home2-muted);
}

.home2-page .premium-proof-section {
    overflow: hidden;
    background: linear-gradient(135deg, #081a33 0%, #102f52 58%, #0b2345 100%) !important;
}

.home2-page .premium-proof-section::before,
.home2-page .premium-proof-section::after {
    position: absolute;
    content: '';
    width: 110px;
    height: 1px;
    background: var(--home2-gold);
    opacity: .75;
}

.home2-page .premium-proof-section::before {
    top: 72px;
    left: 7%;
}

.home2-page .premium-proof-section::after {
    right: 7%;
    bottom: 72px;
}

.home2-page .premium-proof-section .section_heading_title_small {
    color: #e0b875;
}

.home2-page .premium-proof-section .section_heading_title_big {
    color: #fff;
}

.home2-page .premium-proof-section .premium-proof-intro {
    color: rgba(255, 255, 255, .72);
}

.home2-page .premium-proof-card {
    height: fit-content;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--home2-line);
    border-radius: 4px;
    box-shadow: 0 16px 35px rgba(11, 35, 69, .07);
}

.home2-page .premium-awards-card {
    max-width: 940px;
    margin: 0 auto;
    padding: 34px;
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(196, 154, 90, .55);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.home2-page .premium-awards-section .container {
    position: relative;
    z-index: 1;
}

.home2-page .premium-awards-copy {
    padding-right: 28px;
}

.home2-page .premium-awards-copy .section_heading_title_big {
    margin-top: 14px;
    font-size: 48px;
    line-height: 1.08;
}

.home2-page .premium-awards-copy .premium-proof-intro {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .76);
}

.home2-page .premium-awards-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 28px;
    border: 1px solid rgba(224, 184, 117, .75);
    border-radius: 50%;
    color: #e0b875;
    font-family: 'Cormorant', serif;
    font-size: 22px;
    letter-spacing: .08em;
}

.home2-page .premium-credential-list {
    margin-top: 30px;
    border-top: 1px solid rgba(224, 184, 117, .38);
}

.home2-page .premium-credential-list div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(224, 184, 117, .2);
}

.home2-page .premium-credential-list strong {
    color: #fff;
    font-family: 'Cormorant', serif;
    font-size: 21px;
    font-weight: 600;
}

.home2-page .premium-credential-list span,
.home2-page .premium-awards-note {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
}

.home2-page .premium-awards-note {
    margin-top: 22px;
}

.home2-page .premium-awards-display {
    position: relative;
    min-height: 590px;
    margin: 0 auto;
    max-width: 620px;
}

.home2-page .premium-awards-display::before {
    position: absolute;
    top: 56px;
    right: 0;
    width: 82%;
    height: 78%;
    content: '';
    border: 1px solid rgba(224, 184, 117, .32);
    transform: rotate(4deg);
}

.home2-page .premium-awards-display-label {
    position: absolute;
    top: 0;
    right: 18px;
    z-index: 3;
    padding: 9px 15px;
    background: var(--home2-gold);
    color: var(--home2-navy);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home2-page .premium-awards-display .premium-award-item {
    position: absolute;
    width: 52%;
    aspect-ratio: 3 / 4;
    padding: 9px;
    background: #f7f1e7;
    border: 1px solid rgba(224, 184, 117, .7);
    box-shadow: 0 22px 45px rgba(0, 0, 0, .3);
}

.home2-page .premium-awards-display .premium-award-item--one {
    top: 40px;
    left: 2%;
    z-index: 2;
    transform: rotate(-5deg);
}

.home2-page .premium-awards-display .premium-award-item--two {
    right: 3%;
    bottom: 20px;
    z-index: 1;
    transform: rotate(5deg);
}

.home2-page .premium-proof-card-heading {
    margin-bottom: 22px;
}

.home2-page .premium-proof-card-heading h3 {
    margin-top: 8px;
    color: var(--home2-navy);
    font-size: 28px;
}

.home2-page .premium-award-item,
.home2-page .premium-video-item {
    display: block;
    overflow: hidden;
    background: #eef3f7;
    border-radius: 3px;
}

.home2-page .premium-award-item {
    position: relative;
    aspect-ratio: 3 / 4;
    padding: 10px;
    background: #f5efe3;
    border: 1px solid rgba(196, 154, 90, .55);
    box-shadow: 0 8px 18px rgba(11, 35, 69, .12);
}

.home2-page .premium-award-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    transition: transform .35s ease;
}

.home2-page .premium-award-item:hover img {
    transform: scale(1.04);
}

.home2-page .premium-video-item video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #071a31;
    object-fit: cover;
}

.home2-page .premium-video-note {
    margin: 18px 0 0;
    color: var(--home2-muted);
    font-size: 13px;
    line-height: 1.6;
}

.home2-page .premium-gallery-preview {
    background: #fff;
}

.home2-page .premium-gallery-intro {
    max-width: 620px;
    margin: 14px auto 0;
    color: var(--home2-muted);
}

.home2-page .premium-gallery-item {
    display: block;
    position: relative;
    height: 260px;
    overflow: hidden;
    background: var(--home2-navy);
    border-radius: 4px;
}

.home2-page .premium-gallery-item::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 55%, rgba(11, 35, 69, .38));
    opacity: 0;
    transition: opacity .25s ease;
}

.home2-page .premium-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.home2-page .premium-gallery-item:hover img {
    transform: scale(1.05);
}

.home2-page .premium-gallery-item:hover::after {
    opacity: 1;
}

.home2-page .premium-gallery-action {
    margin-top: 38px;
}

.home2-page .footer-cta {
    border-top: 0 !important;
}

.home2-page .footer-cta h2 {
    max-width: 720px;
    font-size: 44px !important;
}

.home2-page .footer-cta .footer-cta-contact {
    border-left-color: var(--home2-gold) !important;
}

.home2-page .four-item-carousel,
.home2-page .four-item-carousel .swiper-wrapper,
.home2-page .four-item-carousel .swiper-slide {
    height: auto;
}

.home2-page .blog-1-bottom-content {
    min-height: 190px;
    box-sizing: border-box;
}

.home2-page .blog-1-link-btn.alt {
    margin-top: 16px;
    transform: none;
}

@media only screen and (max-width: 991px) {
    .home2-page .premium-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .home2-page .banner-section.style-three .content-box .inner {
        max-width: 560px;
    }

    .home2-page .testimonial-2-slider-nav {
        position: relative;
        inset: auto;
        display: flex !important;
        width: 100%;
        height: 60px;
        margin-top: 20px;
        justify-content: space-between;
    }

    .home2-page .testimonial-2-slider-nav > .slider-button-prev,
    .home2-page .testimonial-2-slider-nav > .slider-button-next {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .home2-page .banner-section.style-three .content-box,
    .home2-page .banner-section.style-three .content-box .inner {
        box-sizing: border-box;
    }

    .home2-page .premium-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .home2-page .banner-section.style-three .content-box .inner {
        width: 100%;
        max-width: 100%;
    }

    .home2-page .banner-section.style-three .content-box h1 {
        font-size: 28px;
    }

    .home2-page .trust-stats-bar .trust-stat {
        padding: 18px 12px;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }

    .home2-page .trust-stats-bar .col-md-6:last-child .trust-stat {
        border-bottom: 0;
    }

    .home2-page .footer-cta h2 {
        font-size: 32px !important;
    }

    .home2-page .footer-cta .footer-cta-contact {
        margin-top: 12px;
    }

    .home2-page .premium-proof-card {
        padding: 22px;
    }

    .home2-page .premium-awards-card {
        padding: 22px 16px;
    }

    .home2-page .premium-awards-copy {
        padding-right: 0;
    }

    .home2-page .premium-awards-copy .section_heading_title_big {
        font-size: 38px;
    }

    .home2-page .premium-awards-display {
        min-height: 470px;
    }

    .home2-page .premium-awards-display .premium-award-item {
        width: 58%;
    }

    .home2-page .premium-proof-section::before,
    .home2-page .premium-proof-section::after {
        display: none;
    }

    .home2-page .premium-proof-card-heading h3 {
        font-size: 25px;
    }

    .home2-page .premium-gallery-item {
        height: 220px;
    }
}

@media only screen and (max-width: 575px) {
    .home2-page .banner-section.style-three .content-box h1 {
        font-size: 24px;
    }

    .home2-page .banner-section.style-three .content-box .text {
        font-size: 13px;
        line-height: 1.55;
    }

    .home2-page .premium-gallery-item {
        height: 210px;
    }

    .home2-page .banner-section.style-three .link-box .btn-1,
    .home2-page .about-1-btn .btn-1 {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 10px;
        text-align: center;
    }
}
