.brand-directory-filter,
.brand-filter,
.brand-search-box input {
    transition: .2s;
    font-weight: 500
}

.brand-hero-content h1,
.brands-page {
    color: #10284c
}

.brand-eyebrow,
.brand-help-content>span,
.brand-hero-side-text {
    letter-spacing: 5px;
    font-weight: 500
}

.brand-directory-search i,
.brand-search i,
.brand-search-box i {
    top: 50%;
    transform: translateY(-50%)
}

.brand-card:hover,
.brand-directory-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    transform: translateY(-3px)
}

.ak-brand-contact-content h2,
.brand-help-content h2,
.brand-hero-content h1,
.brands-hero-content h1,
.brands-page,
.brands-page a,
.featured-brand-content h2,
.specific-brand-content h2 {
    font-family: Poppins, sans-serif
}

.ak-brand-contact-btn,
.brand-card,
.brand-help-btn,
.brands-page a,
.featured-brand-btn,
.specific-brand-btn {
    text-decoration: none
}

.brands-page {
    background: #fff;
    font-weight: 500
}

.brands-page a {
    font-weight: 500
}

.brand-page-hero {
    background: #f8f7f4
}

.brand-hero-content {
    height: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 65px;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)) 0 0/cover, url("../images/marble-bg.jpg") 0 0/cover
}

.brand-eyebrow {
    margin-bottom: 15px;
    color: #737981;
    font-size: 16px
}

.brand-hero-content h1 {
    margin: 0 0 20px;
    font-size: 54px;
    line-height: 1.02;
    font-weight: 500
}

.brand-hero-content p {
    max-width: 500px;
    margin: 0;
    color: #555b62;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500
}

.brand-hero-image {
    position: relative;
    height: 360px;
    overflow: hidden
}

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

.brand-hero-side-text {
    position: absolute;
    top: 80px;
    right: 65px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    color: #202020;
    font-size: 16px
}

.brand-trust-item {
    display: flex;
    align-items: center;
    gap: 17px
}

.brand-trust-last {
    border-right: 0
}

.brand-trust-item i {
    color: #133b73;
    font-size: 29px
}

.brand-card,
.brand-trust-item div {
    display: flex;
    flex-direction: column
}

.brand-trust-item strong {
    color: #142a49;
    font-size: 16px;
    font-weight: 500
}

.brand-trust-item span {
    margin-top: 3px;
    color: #73777d;
    font-size: 16px;
    font-weight: 500
}

.brand-directory {
    padding: 30px 0 45px;
    background: #fafafa
}

.brand-directory-filter-row,
.brand-filter-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px
}

.brand-search {
    width: 270px;
    min-width: 270px;
    position: relative
}

.brand-search i {
    position: absolute;
    left: 15px;
    color: #555e67;
    font-size: 16px
}

.brand-search input {
    width: 100%;
    height: 42px;
    padding: 0 15px 0 42px;
    border: 1px solid #dedede;
    border-radius: 30px;
    outline: 0;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 500
}

.brand-filter-buttons {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px
}

.brand-filter {
    padding: 11px 17px;
    border: 1px solid #dedfe2;
    border-radius: 25px;
    background: #f5f5f5;
    color: #3c4654;
    font-size: 16px;
    white-space: nowrap
}

.brand-directory-filter.active,
.brand-directory-filter:hover,
.brand-filter.active,
.brand-filter:hover {
    color: #fff;
    background: #0b315f;
    border-color: #0b315f
}

.brand-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    color: #50565d;
    font-size: 16px;
    font-weight: 500
}

.brand-directory-sort,
.brand-sort,
.brand-sort-box {
    display: flex;
    align-items: center;
    gap: 8px
}

.brand-sort select {
    border: 0;
    outline: 0;
    background: 0 0;
    color: #303741;
    font-size: 16px;
    font-weight: 500
}

.brand-logo-box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px
}

.brand-logo-box img {
    max-width: 125px;
    max-height: 55px;
    object-fit: contain
}

.brand-card-bottom {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px 10px
}

.brand-card-bottom h3 {
    margin: 0 0 3px;
    color: #222;
    font-size: 16px;
    font-weight: 500
}

.brand-card-bottom p {
    margin: 0;
    color: #747474;
    font-size: 16px;
    font-weight: 500
}

.brand-card-bottom>i {
    color: #222;
    font-size: 16px
}

.featured-brand-image img {
    object-fit: cover
}

.featured-brand-content,
.featured-brand-points {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.featured-brand-btn {
    display: inline-flex;
    align-items: center;
    gap: 25px
}

.featured-point {
    display: flex;
    align-items: center;
    gap: 25px
}

.featured-point:last-child {
    border-bottom: 0
}

.featured-point span {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f1ec;
    border-radius: 50%;
    color: #666;
    font-size: 16px;
    font-weight: 500
}

.brand-help-section {
    position: relative;
    min-height: 145px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.brand-help-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(246, 241, 233, .96) 0, rgba(246, 241, 233, .92) 70%, rgba(246, 241, 233, .25) 100%) right center/cover, url("../images/brands/brand-help.jpg") right center/cover
}

.brand-help-section .container {
    position: relative;
    z-index: 2
}

.brand-help-content>span {
    color: #6e7277;
    font-size: 16px
}

.brand-help-btn {
    display: inline-flex;
    align-items: center;
    gap: 35px
}

@media(max-width:1199px) {
    .brand-hero-content h1 {
        font-size: 46px
    }

    .brand-filter-row {
        flex-direction: column;
        align-items: flex-start
    }

    .brand-filter-buttons {
        flex-wrap: wrap
    }
}

@media(max-width:767px) {
    .brand-hero-content h1 {
        font-size: 40px
    }

    .brand-search {
        width: 100%;
        min-width: 0
    }

    .brand-filter-buttons {
        gap: 8px
    }

    .brand-filter {
        padding: 9px 14px
    }

    .brand-list-top {
        align-items: flex-start;
        gap: 15px;
        flex-direction: column
    }

    .brand-card {
        height: 145px
    }

    .brand-help-content {
        padding: 25px 0
    }
}

.brands-hero-section {
    width: 100%;
    overflow: hidden;
    background: #fff
}

.brands-hero-content {
    min-height: 455px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 45px 55px 95px;
    background: linear-gradient(rgba(255, 255, 255, .91), rgba(255, 255, 255, .91)) center/cover, url("../images/marble-bg.jpg") center/cover
}

.brands-hero-label {
    display: block;
    margin-bottom: 18px;
    color: #73787e;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 6px
}

.brands-hero-content h1 {
    margin: 0 0 22px;
    color: #102b52;
    font-size: 61px;
    line-height: 1.02;
    font-weight: 500
}

.brands-hero-content p {
    margin: 0;
    color: #4e5257;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500
}

.brands-hero-image {
    position: relative;
    width: 100%;
    height: 455px;
    overflow: hidden
}

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

.brands-hero-side-text {
    position: absolute;
    top: 130px;
    right: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 6px
}

.brand-grid,
.brand-search-box {
    position: relative
}

@media(min-width:1400px) {

    .brand-directory .container,
    .brand-help-section .container,
    .brand-trust-strip .container {
        max-width: 1450px
    }

    .brands-hero-content {
        padding-left: 95px
    }
}

@media(max-width:1199px) {
    .brands-hero-content {
        min-height: 420px;
        padding-left: 55px;
        padding-right: 35px
    }

    .brands-hero-content h1 {
        font-size: 51px
    }

    .brands-hero-image {
        height: 420px
    }

    .brands-hero-side-text {
        right: 45px;
        font-size: 16px;
        letter-spacing: 4px
    }
}

@media(max-width:991px) {
    .brand-hero-content {
        min-height: auto;
        padding: 45px 30px
    }

    .brand-hero-image {
        height: 430px
    }

    .brand-trust-item {
        border-bottom: 1px solid #eee;
        padding: 20px
    }

    .featured-brand-image {
        height: 380px
    }

    .featured-brand-content {
        padding: 40px 30px
    }

    .featured-brand-points {
        border-left: 0;
        border-top: 1px solid #eee;
        padding: 30px
    }

    .brand-help-section {
        padding: 25px 0
    }

    .brands-hero-content {
        min-height: auto;
        padding: 50px 35px
    }

    .brands-hero-content h1 {
        font-size: 47px
    }

    .brands-hero-image {
        height: 450px
    }

    .brands-hero-side-text {
        top: 90px;
        right: 50px
    }
}

@media(max-width:575px) {
    .brand-hero-content {
        padding: 35px 20px
    }

    .brand-hero-content h1 {
        font-size: 35px
    }

    .brand-hero-image,
    .brands-hero-image {
        height: 360px
    }

    .brand-hero-side-text {
        right: 25px;
        top: 50px;
        font-size: 16px
    }

    .brand-trust-item {
        min-height: 110px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .brand-filter-buttons {
        overflow-x: auto;
        flex-wrap: nowrap;
        width: 100%;
        padding-bottom: 5px
    }

    .brand-filter {
        flex: 0 0 auto
    }

    .featured-brand-content h2 {
        font-size: 40px
    }

    .brand-help-content h2 {
        font-size: 30px
    }

    .brands-hero-content {
        padding: 40px 22px
    }

    .brands-hero-label {
        font-size: 16px;
        letter-spacing: 4px
    }

    .brands-hero-content h1 {
        font-size: 39px
    }

    .brands-hero-content p {
        font-size: 16px
    }

    .brands-hero-content p br {
        display: none
    }

    .brands-hero-side-text {
        top: 55px;
        right: 22px;
        gap: 8px;
        font-size: 16px;
        letter-spacing: 4px
    }
}

.brand-trust-strip {
    background: #fff;
    padding: 22px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.brand-trust-item {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 30px;
    border-right: 1px solid #e4e4e4
}

.brand-trust-item-last {
    border-right: none
}

.brand-trust-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.brand-trust-icon i {
    color: #123b73;
    font-size: 34px
}

.brand-trust-content {
    min-width: 0
}

.brand-trust-content h5 {
    margin: 0 0 5px;
    color: #14294a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2
}

.brand-trust-content p {
    margin: 0;
    color: #70757b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35
}

.brand-directory-search {
    position: relative;
    width: 270px;
    flex: 0 0 270px
}

.brand-directory-search i {
    position: absolute;
    left: 17px;
    color: #5c6269;
    font-size: 16px
}

.brand-directory-search input {
    width: 100%;
    height: 42px;
    padding: 0 18px 0 43px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 25px;
    outline: 0;
    color: #353a40;
    font-size: 16px;
    font-weight: 500
}

.brand-directory-search input::placeholder {
    color: #8d9298
}

.brand-directory-filters {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap
}

.brand-directory-filter {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid #dedfe2;
    border-radius: 25px;
    background: #f5f5f5;
    color: #394452;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer
}

.brand-directory-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px
}

.brand-directory-topbar>p {
    margin: 0;
    color: #4c535a;
    font-size: 16px;
    font-weight: 500
}

.brand-directory-sort>span {
    color: #64696f;
    font-size: 16px;
    font-weight: 500
}

.brand-directory-sort select {
    border: 0;
    outline: 0;
    background: 0 0;
    color: #252a31;
    font-size: 16px;
    font-weight: 500;
    padding-right: 5px;
    cursor: pointer
}

.brand-directory-card {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #222;
    text-decoration: none;
    transition: .3s
}

.brand-directory-card:hover {
    color: #222
}

.brand-directory-logo {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px
}

.brand-directory-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 135px;
    max-height: 60px;
    object-fit: contain
}

.brand-directory-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 12px 11px
}

.brand-directory-info h3 {
    margin: 0 0 3px;
    color: #23282d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15
}

.brand-card-info h3,
.brand-directory-info p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px
}

.brand-directory-info p {
    margin: 0;
    color: #74787d
}

.brand-directory-info>i {
    flex: 0 0 auto;
    color: #27323d;
    font-size: 16px
}

@media(max-width:991px) {
    .brand-trust-item {
        padding: 20px;
        border-bottom: 1px solid #eee
    }

    .brand-trust-icon i {
        font-size: 30px
    }

    .brand-directory-section {
        padding: 30px 0
    }

    .brand-directory-card {
        height: 165px
    }
}

.brand-directory-section {
    padding: 32px 0 45px;
    background: #fafafa;
    border-top: 1px solid #efefef
}

.brand-directory-section .container {
    width: 100%
}

.brand-filter-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px
}

.brand-search-box {
    width: 270px;
    min-width: 270px
}

.brand-search-box i {
    position: absolute;
    left: 16px;
    color: #364657;
    font-size: 16px;
    pointer-events: none
}

.brand-search-box input {
    width: 100%;
    height: 42px;
    padding: 0 18px 0 42px;
    border: 1px solid #d9dde1;
    border-radius: 30px;
    background: #fff;
    outline: 0;
    color: #27313e;
    font-size: 16px
}

.brand-search-box input::placeholder {
    color: #8c9299
}

.brand-search-box input:focus {
    border-color: #14365d;
    box-shadow: 0 0 0 2px rgba(20, 54, 93, .05)
}

.brand-filter-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    flex-wrap: nowrap
}

.brand-filter-btn {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.brand-result-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    color: #4d535a;
    font-size: 16px;
    font-weight: 500
}

.brand-sort-box>span {
    color: #656a70;
    font-size: 16px;
    font-weight: 500
}

.brand-sort-box select {
    border: none;
    outline: 0;
    background: 0 0;
    color: #252b32;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer
}

.brand-card {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e5e6;
    border-radius: 3px;
    color: #1d2733;
    transition: transform .25s, box-shadow .25s
}

.brand-card:hover {
    color: #1d2733;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .07)
}

.brand-logo-area {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 20px
}

.brand-logo-area img {
    display: block;
    width: auto;
    height: auto;
    max-width: 135px;
    max-height: 62px;
    object-fit: contain
}

.brand-card-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px 10px
}

.brand-card-info h3 {
    margin: 0 0 3px;
    color: #25292e
}

.brand-card-info p {
    margin: 0;
    color: #747a80;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25
}

.brand-card-info>i {
    flex: 0 0 auto;
    color: #202b36;
    font-size: 16px;
    transition: transform .2s
}

.brand-card:hover .brand-card-info>i {
    transform: translateX(3px)
}

.brand-empty-message {
    display: none;
    padding: 55px 20px;
    text-align: center;
    color: #5e6670
}

.brand-empty-message.show {
    display: block
}

.brand-empty-message i {
    display: block;
    margin-bottom: 12px;
    color: #0b315f;
    font-size: 28px
}

.brand-empty-message h4,
.brand-empty-message p,
.brand-filter-btn,
.brand-help-small,
.featured-brand-btn,
.featured-brand-content p,
.featured-brand-label,
.featured-point p,
.featured-point-number {
    font-size: 16px;
    font-weight: 500
}

.brand-empty-message h4 {
    margin-bottom: 7px;
    color: #122a4a
}

.brand-empty-message p {
    margin: 0
}

@media(min-width:1400px) {
    .brand-directory-section .container {
        max-width: 1450px
    }

    .brand-card {
        height: 162px
    }
}

@media(max-width:1199px) {
    .brand-directory-filter-row {
        align-items: flex-start;
        flex-direction: column
    }

    .brand-directory-search {
        width: 100%;
        max-width: 300px;
        flex: auto
    }

    .brand-directory-filters,
    .brand-filter-list {
        width: 100%;
        flex-wrap: wrap
    }

    .brand-filter-area {
        flex-direction: column;
        align-items: flex-start
    }

    .brand-search-box {
        width: 300px;
        min-width: 0
    }
}

@media(max-width:991px) {
    .brand-directory-section {
        padding: 30px 0 40px
    }

    .brand-card {
        height: 165px
    }

    .brand-logo-area {
        height: 108px
    }
}

@media(max-width:767px) {
    .brand-directory-search {
        max-width: none
    }

    .brand-directory-filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        scrollbar-width: none
    }

    .brand-directory-filters::-webkit-scrollbar {
        display: none
    }

    .brand-directory-filter {
        flex: 0 0 auto
    }

    .brand-directory-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px
    }

    .brand-card,
    .brand-directory-card {
        height: 155px
    }

    .brand-directory-logo {
        height: 98px
    }

    .brand-directory-logo img {
        max-width: 115px;
        max-height: 52px
    }

    .brand-search-box {
        width: 100%
    }

    .brand-filter-list {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 7px;
        scrollbar-width: none
    }

    .brand-filter-list::-webkit-scrollbar {
        display: none
    }

    .brand-filter-btn {
        flex: 0 0 auto;
        padding: 0 16px
    }

    .brand-result-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .brand-logo-area {
        height: 100px
    }

    .brand-logo-area img {
        max-width: 115px;
        max-height: 55px
    }
}

@media(max-width:480px) {

    .brand-card,
    .brand-directory-card {
        height: 145px
    }

    .brand-directory-logo,
    .brand-logo-area {
        height: 90px;
        padding: 15px 10px
    }

    .brand-directory-logo img {
        max-width: 100px;
        max-height: 48px
    }

    .brand-card-info,
    .brand-directory-info {
        padding: 7px 9px 9px
    }

    .brand-directory-section .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px
    }

    .brand-logo-area img {
        max-width: 100px;
        max-height: 46px
    }

    .brand-card-info h3,
    .brand-card-info p {
        font-size: 16px
    }
}

.brand-item.brand-hidden {
    display: none !important
}

.brand-filter-btn {
    border: 1px solid #dde1e5;
    background: #f8f8f8;
    color: #17304e;
    padding: 13px 22px;
    border-radius: 30px;
    cursor: pointer;
    white-space: nowrap;
    transition: .25s;
    user-select: none
}

.brand-filter-btn.active,
.brand-filter-btn:hover {
    background: #0b3565;
    border-color: #0b3565;
    color: #fff
}

.featured-brand-section {
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.featured-brand-image {
    width: 100%;
    height: 320px;
    overflow: hidden
}

.featured-brand-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center
}

.featured-brand-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 52px;
    background: #fff
}

.featured-brand-label {
    display: block;
    margin-bottom: 12px;
    color: #777c82;
    letter-spacing: 5px
}

.featured-brand-content h2 {
    margin: 0 0 18px;
    color: #10294f;
    font-size: 48px;
    line-height: 1;
    font-weight: 500
}

.featured-brand-content p {
    max-width: 440px;
    margin: 0 0 23px;
    color: #555a60;
    line-height: 1.7
}

.featured-brand-btn {
    width: max-content;
    min-width: 245px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 14px 25px;
    background: #073264;
    border: 1px solid #073264;
    border-radius: 3px;
    color: #fff;
    transition: .25s
}

.featured-brand-btn:hover {
    background: #051f42;
    color: #fff
}

.featured-brand-points {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 30px;
    border-left: 1px solid #e6e6e6;
    background: #fff
}

.featured-point {
    min-height: 63px;
    display: flex;
    align-items: center;
    gap: 27px;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.featured-point:last-child {
    border-bottom: none
}

.featured-point-number {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f1ed;
    border-radius: 50%;
    color: #666b70
}

.brand-help-btn,
.brand-help-wrapper {
    position: relative;
    align-items: center
}

.featured-point p {
    margin: 0;
    color: #3e4348;
    line-height: 1.4
}

.brand-help-section {
    width: 100%;
    background: #f5f0e8
}

.brand-help-wrapper {
    min-height: 180px;
    display: flex;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(248, 244, 237, .98) 0, rgba(248, 244, 237, .96) 72%, rgba(248, 244, 237, .78) 100%) center/cover, url("../images/brands/brand-help-bg.jpg") center/cover
}

.brand-help-content {
    position: relative;
    z-index: 3;
    padding: 35px 0
}

.brand-help-small {
    display: block;
    margin-bottom: 13px;
    color: #72777d;
    letter-spacing: 5px
}

.brand-help-content h2 {
    margin: 0 0 10px;
    color: #10284c;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 500
}

.brand-help-content p {
    margin: 0;
    color: #555b61;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.brand-help-btn {
    z-index: 4;
    min-width: 230px;
    display: inline-flex;
    justify-content: center;
    gap: 25px;
    padding: 14px 25px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #163655;
    border-radius: 3px;
    color: #142c4d;
    font-size: 16px;
    font-weight: 500;
    transition: .25s
}

.brand-help-btn:hover {
    background: #0c315d;
    border-color: #0c315d;
    color: #fff
}

.brand-help-plant {
    position: absolute;
    right: 10px;
    bottom: -5px;
    width: 145px;
    height: auto;
    z-index: 2;
    pointer-events: none
}

.specific-brand-cta {
    position: relative;
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #f6f1e9;
    background-image: linear-gradient(90deg, #f9f6f0 0, #f7f2ea 65%, #f2ebe1 100%)
}

.ak-brand-contact-content>span,
.specific-brand-label {
    display: block;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 500
}

.specific-brand-cta .container {
    position: relative;
    z-index: 3
}

.specific-brand-row {
    min-height: 180px
}

.specific-brand-content {
    padding-left: 25px
}

.specific-brand-label {
    margin-bottom: 14px;
    color: #74777b;
    font-size: 16px
}

.specific-brand-content h2 {
    margin: 0 0 8px;
    color: #11294b;
    font-size: 35px;
    line-height: 1.05;
    font-weight: 500
}

.specific-brand-content p {
    margin: 0;
    color: #585d62;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55
}

.specific-brand-action {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: flex-end
}

.specific-brand-btn {
    width: 225px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 27px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid #173757;
    border-radius: 3px;
    color: #152b48;
    font-size: 16px;
    font-weight: 500;
    transition: .25s
}

.specific-brand-btn i {
    font-size: 16px;
    transition: transform .25s
}

.ak-brand-contact-btn:hover,
.specific-brand-btn:hover {
    background: #0b315f;
    border-color: #0b315f;
    color: #fff
}

.specific-brand-btn:hover i {
    transform: translateX(4px)
}

.specific-brand-plant {
    position: absolute;
    right: 15px;
    bottom: -4px;
    width: 130px;
    height: auto;
    object-fit: contain;
    z-index: 2;
    pointer-events: none
}

@media(min-width:1400px) {
    .featured-brand-image {
        height: 325px
    }

    .brand-help-section .container,
    .specific-brand-cta .container {
        max-width: 1450px
    }

    .specific-brand-content {
        padding-left: 15px
    }

    .specific-brand-plant {
        right: 25px;
        width: 140px
    }
}

.ak-brand-contact {
    width: 100%;
    background: #f7f2ea
}

.ak-brand-contact-inner {
    position: relative;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, #f8f4ed 0, #f7f2ea 65%, #f3ede4 100%)
}

.ak-brand-contact-content {
    position: relative;
    z-index: 3;
    width: 58%;
    padding-left: 75px
}

.ak-brand-contact-content>span {
    margin-bottom: 13px;
    color: #6e747c;
    font-size: 16px
}

.ak-brand-contact-content h2 {
    margin: 0 0 8px;
    font-size: 35px;
    line-height: 1.05;
    font-weight: 500;
    color: #10294d
}

.ak-brand-contact-content p {
    margin: 0;
    color: #545a61;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.ak-brand-contact-action {
    position: relative;
    z-index: 5;
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center
}

.ak-brand-contact-btn {
    width: 225px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    background: 0 0;
    border: 1px solid #173654;
    border-radius: 3px;
    color: #142d4c;
    font-size: 16px;
    font-weight: 500;
    transition: .25s
}

.ak-brand-contact-btn i {
    font-size: 16px;
    margin-left: 20px
}

.ak-brand-contact-plant {
    position: absolute;
    right: 16px;
    bottom: -5px;
    width: 125px;
    height: auto;
    object-fit: contain;
    z-index: 2;
    pointer-events: none
}

@media(max-width:1199px) {
    .featured-brand-content {
        padding: 35px
    }

    .featured-brand-content h2 {
        font-size: 42px
    }

    .featured-brand-btn {
        min-width: 220px
    }

    .featured-brand-points {
        padding: 20px
    }

    .featured-point {
        gap: 18px
    }

    .ak-brand-contact-content h2,
    .brand-help-content h2,
    .specific-brand-content h2 {
        font-size: 32px
    }

    .brand-help-plant {
        width: 125px
    }

    .specific-brand-content {
        padding-left: 0
    }

    .specific-brand-plant {
        width: 115px
    }

    .ak-brand-contact-content {
        width: 60%;
        padding-left: 45px
    }

    .ak-brand-contact-action {
        width: 26%
    }

    .ak-brand-contact-plant {
        width: 105px
    }
}

@media(max-width:991px) {
    .featured-brand-image {
        height: 400px
    }

    .featured-brand-content {
        padding: 40px 30px
    }

    .featured-brand-points {
        padding: 20px 30px 35px;
        border-left: none;
        border-top: 1px solid #e6e6e6
    }

    .featured-point {
        min-height: 60px
    }

    .brand-help-wrapper {
        min-height: auto
    }

    .brand-help-content {
        padding: 35px 0 20px
    }

    .brand-help-btn {
        margin-bottom: 35px
    }

    .brand-help-plant {
        right: 25px;
        width: 120px
    }

    .specific-brand-cta,
    .specific-brand-row {
        min-height: 170px
    }

    .specific-brand-action {
        justify-content: flex-start
    }

    .specific-brand-btn {
        width: 210px
    }

    .specific-brand-plant {
        right: 5px;
        width: 100px
    }

    .ak-brand-contact-inner {
        height: auto;
        min-height: 190px;
        padding: 35px 25px
    }

    .ak-brand-contact-content {
        width: 65%;
        padding-left: 0
    }

    .ak-brand-contact-action {
        width: 35%
    }

    .ak-brand-contact-plant {
        display: none
    }
}

@media(max-width:767px) {
    .specific-brand-cta {
        padding: 35px 0
    }

    .specific-brand-row {
        min-height: auto
    }

    .specific-brand-content {
        padding-right: 0
    }

    .specific-brand-content h2 {
        font-size: 30px
    }

    .specific-brand-content p {
        max-width: 90%;
        font-size: 16px
    }

    .specific-brand-action {
        margin-top: 25px
    }

    .ak-brand-contact-btn,
    .specific-brand-btn {
        width: 220px
    }

    .specific-brand-plant {
        right: -20px;
        width: 100px;
        opacity: .65
    }

    .ak-brand-contact-inner {
        display: block;
        padding: 35px 20px
    }

    .ak-brand-contact-content {
        width: 100%
    }

    .ak-brand-contact-content h2 {
        font-size: 29px
    }

    .ak-brand-contact-content p {
        font-size: 16px
    }

    .ak-brand-contact-action {
        width: 100%;
        margin-top: 25px;
        justify-content: flex-start
    }
}

@media(max-width:575px) {
    .brand-trust-strip {
        padding: 10px 0
    }

    .brand-trust-item {
        min-height: 120px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 20px 15px;
        border-right: none
    }

    .brand-help-content p,
    .brand-trust-content h5,
    .brand-trust-content p,
    .featured-brand-content p {
        font-size: 16px
    }

    .featured-brand-image {
        height: 300px
    }

    .featured-brand-content {
        padding: 35px 20px
    }

    .featured-brand-content h2 {
        font-size: 39px
    }

    .featured-brand-btn {
        width: 100%;
        min-width: 0;
        justify-content: space-between
    }

    .featured-brand-points {
        padding: 20px
    }

    .brand-help-wrapper {
        padding: 0 10px
    }

    .brand-help-content h2 {
        font-size: 30px
    }

    .brand-help-btn {
        width: 100%;
        justify-content: space-between
    }

    .brand-help-plant,
    .specific-brand-plant {
        display: none
    }

    .ak-brand-contact-content>span,
    .specific-brand-label {
        font-size: 16px;
        letter-spacing: 3px
    }

    .specific-brand-content h2 {
        font-size: 28px
    }

    .specific-brand-content p {
        max-width: 100%
    }

    .ak-brand-contact-btn,
    .specific-brand-btn {
        width: 100%
    }
}

@media (max-width:1180px) {
    .container {
        max-width: 960px
    }

    .main-header .menu {
        gap: 18px
    }

    .menu a {
        font-size: 14px
    }

    h1 {
        font-size: 48px !important
    }

    h2 {
        font-size: 36px !important
    }

    .row {
        row-gap: 40px
    }
}

@media (max-width:1024px) {
    .container {
        max-width: 720px
    }

    .top-header {
        display: none
    }

    .navbar {
        padding: 15px 20px
    }

    .logo img {
        width: 170px
    }

    .menu {
        display: none !important
    }

    .header-actions {
        margin-left: auto
    }

    .about-hero,
    .ak-story-section,
    .faq-title-area,
    .values-section,
    .why-choose-section {
        padding-left: 20px;
        padding-right: 20px
    }

    img {
        max-width: 100%;
        height: auto
    }

    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8 {
        width: 100%
    }

    a,
    button {
        font-size: 15px
    }
}

@media(max-width:768px) {
    body {
        overflow-x: hidden
    }

    .logo img {
        width: 150px
    }

    .search-box {
        display: none
    }

    .quote-btn {
        padding: 10px 15px;
        font-size: 13px
    }

    h1 {
        font-size: 34px !important;
        line-height: 1.15
    }

    h2 {
        font-size: 28px !important
    }

    h3 {
        font-size: 22px
    }

    .faq-btn,
    p {
        font-size: 15px
    }

    p {
        line-height: 1.7
    }

    .about-hero-container,
    .faq-hero-container {
        display: block;
        height: auto
    }

    .about-hero-content,
    .faq-hero-content {
        width: 100%;
        padding: 35px 20px
    }

    .about-hero-image,
    .faq-hero-image {
        width: 100%;
        height: 350px
    }

    .faq-new-item {
        padding: 16px;
        gap: 12px
    }

    .faq-number {
        width: 34px;
        height: 34px
    }

    .card,
    .faq-help-card,
    .faq-side-card {
        margin-bottom: 25px
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        text-align: left
    }

    .footer-logo img {
        width: 180px
    }

    .floating-contact {
        right: 15px;
        bottom: 80px
    }

    .floating-contact a {
        width: 48px;
        height: 48px;
        font-size: 20px
    }
}

@media(max-width:430px) {
    .container {
        padding-left: 18px;
        padding-right: 18px
    }

    .logo img {
        width: 135px
    }

    .quote-btn {
        display: none
    }

    h1 {
        font-size: 32px !important
    }

    h2 {
        font-size: 26px !important
    }

    .faq-answer p {
        font-size: 14px
    }
}

@media(max-width:390px) {
    .logo img {
        width: 120px
    }

    h1 {
        font-size: 28px !important
    }

    h2 {
        font-size: 24px !important
    }
}
.ak-brand-contact-action {
    display: flex;
    align-items: center;
}

.ak-brand-contact-btn {
    width: 280px;
    min-height: 58px;
    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    border: 1px solid #0b3565;
    border-radius: 4px;

    color: #0b3565;
    background: transparent;

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none;
    white-space: nowrap;

    transition: all 0.3s ease;
}

.ak-brand-contact-btn i {
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.ak-brand-contact-btn:hover {
    color: #fff;
    background: #0b3565;
}

.ak-brand-contact-btn:hover i {
    transform: translateX(5px);
}