.ak-hero-image,
.ak-stat-card {
    position: relative;
    overflow: hidden
}

body {
    font-family: Poppins, sans-serif
}

* {
    transition: .35s
}

.ak-hero-content h1 {
    font-size: 55px
}

.ak-primary-btn {
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 15px 30px rgba(8, 40, 76, .25)
}

.ak-primary-btn:hover {
    box-shadow: 0 20px 40px rgba(8, 40, 76, .35)
}

.ak-mini-features {
    display: flex;
    gap: 35px
}

.ak-mini-features div {
    display: flex;
    gap: 15px;
    align-items: center
}

.ak-mini-features i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #08284c;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.ak-story-modern,
.ak-values-section {
    padding: 120px 0
}

.ak-story-img {
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15)
}

.ak-story-img:hover {
    transform: scale(1.03)
}

.ak-story-modern h2 {
    font-size: 35px;
    color: #08284c
}

.ak-story-modern p {
    font-size: 18px;
    color: #555
}

.ak-stat-card {
    padding: 45px 25px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8e8e8
}

.ak-stat-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #08284c;
    top: 0;
    left: 0
}

.ak-stat-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12)
}

.ak-stat-card h3 {
    font-size: 45px;
    color: #08284c
}

.ak-choice-section {
    padding: 14px 0;
    background: #f8f7f3
}

.ak-feature-card {
    padding: 45px 30px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #eee;
    height: 100%
}

.ak-feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12)
}

.ak-feature-card i {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #08284c;
    color: #fff;
    font-size: 32px
}

.ak-feature-card:hover i {
    transform: rotateY(180deg)
}

.ak-feature-card h4 {
    margin-top: 25px;
    color: #08284c;
    font-size: 22px
}

.ak-value-img {
    border-radius: 30px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .18)
}

.ak-values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px
}

.ak-values-grid div {
    padding: 25px;
    border-radius: 18px;
    border: 1px solid #eee;
    background: #fff
}

.ak-values-grid div:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.ak-values-grid i {
    color: #08284c;
    font-size: 35px
}

.ak-about-cta {
    padding: 90px 0;
    background: linear-gradient(120deg, #08284c, #031629)
}

.ak-about-cta h2 {
    font-size: 45px;
    color: #fff
}

.ak-about-cta p {
    font-size: 18px;
    color: #ddd
}

.ak-white-btn {
    background: #fff;
    padding: 18px 35px;
    border-radius: 10px;
    color: #08284c
}

.ak-white-btn:hover {
    transform: translateY(-5px)
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-80px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes zoomImage {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.08)
    }
}

@media(max-width:768px) {
    .ak-mini-features {
        flex-direction: column
    }

    .ak-values-grid {
        grid-template-columns: 1fr
    }

    .ak-about-hero .row {
        display: flex;
        flex-direction: column
    }

    .ak-hero-content {
        padding: 35px 15px !important
    }

    .ak-label {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 1.5
    }

    .ak-hero-content h1 {
        font-size: 30px;
        line-height: 1.2;
        margin: 18px 0
    }

    .ak-hero-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px
    }

    .ak-btn-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 25px 0
    }

    .ak-outline-btn,
    .ak-primary-btn {
        padding: 12px 18px;
        font-size: 14px;
        white-space: nowrap
    }

    .ak-mini-features {
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 18px
    }

    .ak-mini-features div {
        display: flex;
        align-items: center;
        gap: 15px
    }

    .ak-mini-features i {
        width: 38px;
        height: 38px;
        font-size: 16px;
        flex-shrink: 0
    }

    .ak-mini-features span {
        font-size: 14px
    }

    .ak-mini-features small {
        display: inline;
        margin-left: 4px;
        font-size: 13px
    }

    .ak-hero-image {
        margin-top: 25px
    }

    .ak-hero-image img {
        height: 350px;
        width: 100%;
        object-fit: cover
    }
}

@media(max-width:420px) {
    .ak-hero-content {
        padding: 30px 12px !important
    }

    .ak-hero-content h1 {
        font-size: 28px
    }

    .ak-outline-btn,
    .ak-primary-btn {
        width: 100%;
        justify-content: center
    }

    .ak-mini-features {
        gap: 15px
    }

    .ak-hero-image img {
        height: 280px
    }
}

.ak-about-hero {
    width: 100%;
    background: #f8f7f3;
    overflow: hidden
}

.ak-hero-wrapper {
    width: 100%;
    min-height: 680px;
    display: grid;
    grid-template-columns: 43% 57%;
    align-items: stretch
}

.ak-hero-left {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8f7f3 0, #fff 100%)
}

.ak-hero-content {
    animation: 1s slideLeft;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    padding: 75px 60px 75px 40px
}

.ak-label {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 3px;
    color: #6c7075;
    margin-bottom: 25px
}

.ak-hero-content h1 {
    margin: 0 0 28px;
    font-size: clamp(46px, 4vw, 68px);
    line-height: 1.1;
    letter-spacing: -1.5px;
    font-weight: 700;
    color: #08284c
}

.ak-hero-content p {
    max-width: 570px;
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
    color: #555d66
}

.ak-btn-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px
}

.ak-outline-btn,
.ak-primary-btn {
    min-height: 58px;
    padding: 0 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .3s, color .3s, border-color .3s, transform .3s, box-shadow .3s
}

.ak-primary-btn {
    background: #08284c;
    border: 1px solid #08284c;
    box-shadow: 0 12px 28px rgba(8, 40, 76, .18)
}

.ak-primary-btn:hover {
    background: #061f3c;
    border-color: #061f3c;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(8, 40, 76, .25)
}

.ak-outline-btn {
    background: 0 0;
    border: 1px solid #08284c;
    color: #08284c
}

.ak-outline-btn:hover {
    background: #08284c;
    color: #fff;
    transform: translateY(-3px)
}

.ak-mini-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 50px
}

.ak-mini-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px
}

.ak-feature-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #08284c;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08)
}

.ak-hero-image,
.ak-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 680px
}

.ak-feature-icon i {
    font-size: 18px
}

.ak-feature-text {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.ak-feature-text strong {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #08284c;
    white-space: nowrap
}

.ak-feature-text span {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.4;
    color: #626b74
}

.ak-hero-right {
    position: relative;
    min-width: 0
}

.ak-hero-image img {
    object-fit: cover;
    animation: 8s infinite alternate zoomImage;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 1s
}

.ak-hero-image:hover img {
    transform: scale(1.025)
}

@media (max-width:1200px) {

    .ak-hero-image,
    .ak-hero-image img,
    .ak-hero-wrapper {
        min-height: 620px
    }

    .ak-hero-wrapper {
        grid-template-columns: 47% 53%
    }

    .ak-hero-content {
        padding: 65px 40px
    }

    .ak-hero-content h1 {
        font-size: 50px
    }

    .ak-mini-features {
        gap: 15px
    }

    .ak-feature-text strong {
        white-space: normal
    }
}

@media (max-width:991px) {
    .ak-hero-wrapper {
        display: flex;
        flex-direction: column;
        min-height: auto
    }

    .ak-hero-left,
    .ak-hero-right {
        width: 100%
    }

    .ak-hero-content {
        max-width: 720px;
        margin: 0 auto;
        padding: 65px 30px
    }

    .ak-hero-content h1 {
        font-size: 48px
    }

    .ak-hero-image,
    .ak-hero-image img {
        min-height: 500px;
        height: 500px
    }
}

@media (max-width:767px) {
    .ak-hero-content {
        padding: 45px 20px
    }

    .ak-label {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 2px;
        margin-bottom: 18px
    }

    .ak-hero-content h1 {
        font-size: 38px;
        line-height: 1.15;
        letter-spacing: -.5px;
        margin-bottom: 20px
    }

    .ak-hero-content p {
        font-size: 15px;
        line-height: 1.75
    }

    .ak-btn-group {
        margin-top: 25px
    }

    .ak-outline-btn,
    .ak-primary-btn {
        min-height: 52px;
        padding: 0 22px;
        font-size: 14px
    }

    .ak-mini-features {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 35px
    }

    .ak-feature-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px
    }

    .ak-hero-image,
    .ak-hero-image img {
        height: 400px;
        min-height: 400px
    }

    .ak-feature-text strong {
        font-size: 14px
    }

    .ak-feature-text span {
        font-size: 13px
    }

    .ak-hero-image img {
        object-position: center
    }
}

@media (max-width:480px) {
    .ak-hero-content {
        padding: 38px 16px
    }

    .ak-hero-content h1 {
        font-size: 34px
    }

    .ak-btn-group {
        flex-direction: column;
        align-items: stretch
    }

    .ak-outline-btn,
    .ak-primary-btn {
        width: 100%
    }

    .ak-hero-image,
    .ak-hero-image img {
        height: 320px;
        min-height: 320px
    }
}