@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);

.ak-category-image::after,
.ak-featured-bg,
.ak-featured-bg:after,
.ak-hero-overlay,
.ak-image-overlay,
.ak-solutions-bg,
.ak-solutions-bg:after,
.dream-bg-overlay,
.dream-overlay {
    inset: 0;
    inset: 0;
    inset: 0
}

.ak-eyebrow,
.ak-view-link:hover {
    color: var(--ak-gold)
}

.ak-hero-content h1,
.ak-section-head h2 {
    color: var(--ak-heading)
}

.ak-view-link,
.ak-view-link i,
.space-card {
    transition: .3s
}

.ak-featured-btn,
.ak-featured-menu a,
.home-page a {
    text-decoration: none
}

.ak-eyebrow,
.ak-featured-menu a {
    text-transform: uppercase;
    font-weight: 500
}

.ak-blog *,
.ak-brands *,
.ak-categories *,
.ak-cta *,
.ak-featured *,
.ak-featured-content h2,
.ak-hero *,
.ak-hero-caption,
.ak-hero-content h1,
.ak-inspiration *,
.ak-products *,
.ak-section *,
.ak-section-head h2,
.ak-solutions *,
.ak-solutions-left h2,
.ak-stat strong,
.ak-testimonials *,
.ak-trust *,
.best-seller-section *,
.brands-header h2,
.category-header h2,
.category-section,
.category-section *,
.dream-banner *,
.dream-banner-content h2,
.dream-content h2,
.dream-space-section *,
.end-solutions-section *,
.home-page,
.home-page *,
.inspiration-header h2,
.inspiration-section *,
.latest-blog-header h2,
.latest-blog-section *,
.seller-header h2,
.solution-content h2,
.trusted-brands-section * {
    font-family: Poppins, sans-serif
}

.ak-category-image,
.ak-featured,
.ak-featured-image,
.ak-hero,
.ak-hero-image,
.ak-product-card,
.ak-product-image,
.ak-solutions,
.brand-list,
.category-card,
.category-img,
.dream-banner,
.dream-space-section,
.latest-blog-card,
.product-card {
    overflow: hidden
}

:root {
    --ak-blue: #07395f;
    --ak-blue-2: #0b4d7a;
    --ak-dark: #032640;
    --ak-deep: #021a2e;
    --ak-gold: #bd9560;
    --ak-gold-light: #dfc59c;
    --ak-heading: #082f50;
    --ak-text: #586571;
    --ak-muted: #89939c;
    --ak-white: #ffffff;
    --ak-light: #f8fafb;
    --ak-cream: #f6f2eb;
    --ak-border: #e5e9ec;
    --ak-shadow: 0 15px 45px rgba(4, 45, 77, .08);
    --ak-shadow-hover: 0 24px 55px rgba(4, 45, 77, .14)
}

.home-page {
    overflow-x: hidden;
    background: #fff
}

.home-page img {
    display: block;
    max-width: 100%
}

.ak-section {
    padding: 88px 0
}

.ak-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 11px;
    font-size: 16px;
    letter-spacing: 2.5px
}

.ak-eyebrow::before {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--ak-gold)
}

.ak-light-eyebrow {
    color: rgba(255, 255, 255, .58)
}

.ak-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 38px
}

.ak-section-head h2 {
    margin: 0;
    font-size: clamp(34px, 3vw, 44px);
    line-height: 1.08;
    font-weight: 500
}

.ak-view-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ak-blue);
    font-size: 16px;
    font-weight: 500
}

.ak-view-link:hover i {
    transform: translateX(5px)
}

.ak-hero {
    background: linear-gradient(120deg, #faf8f4 0, #f5f0e8 100%)
}

.ak-hero-content {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 55px 20px max(40px, calc((100vw - 1320px)/ 2))
}

.ak-hero-content h1 {
    max-width: 580px;
    margin: 10px 0 24px;
    font-size: clamp(54px, 5vw, 78px);
    line-height: .98;
    font-weight: 500;
    letter-spacing: -2.4px
}

.ak-featured-icons span,
.ak-featured-menu a {
    letter-spacing: 1px;
    font-size: 16px
}

.ak-hero-content h1 span {
    display: block
}

.ak-hero-content>p {
    max-width: 500px;
    margin: 0 0 30px;
    color: var(--ak-text);
    font-size: 16px;
    line-height: 1.85
}

.ak-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 48px
}

.ak-btn-outline,
.ak-btn-primary {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 23px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s
}

.ak-btn-primary {
    color: #fff;
    border: 1px solid var(--ak-blue);
    background: linear-gradient(135deg, var(--ak-blue-2), var(--ak-dark));
    box-shadow: 0 12px 28px rgba(7, 57, 95, .18)
}

.ak-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(7, 57, 95, .26)
}

.ak-btn-outline {
    color: var(--ak-blue);
    border: 1px solid rgba(7, 57, 95, .3);
    background: rgba(255, 255, 255, .55)
}

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

.ak-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 620px
}

.ak-stat {
    position: relative;
    padding-right: 15px
}

.ak-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 3px;
    width: 1px;
    height: 42px;
    background: rgba(8, 47, 80, .12)
}

.ak-stat strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ak-heading);
    font-size: 23px;
    font-weight: 500
}

.ak-stat span {
    color: var(--ak-muted);
    font-size: 16px
}

.ak-hero-image {
    position: relative;
    width: 100%;
    height: 640px;
    background: #d9dde0
}

.ak-hero-image>img,
.ak-hero-main-img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 6s
}

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

.ak-hero-overlay {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(2, 26, 44, .02), rgba(2, 26, 44, .06) 45%, rgba(2, 26, 44, .34) 100%)
}

.ak-hero-bottom,
.ak-hero-caption {
    z-index: 3;
    display: flex;
    position: absolute
}

.ak-hero-caption {
    top: 88px;
    right: 45px;
    flex-direction: column;
    align-items: flex-end;
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .7px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .2)
}

.ak-featured-label,
.brand-small-title,
.inspiration-small,
.latest-label,
.seller-label {
    letter-spacing: 5px;
    font-weight: 500
}

.ak-hero-caption::after {
    content: "";
    width: 50px;
    height: 1px;
    margin-top: 17px;
    background: #fff
}

.ak-hero-bottom {
    right: 22px;
    bottom: 22px;
    align-items: center;
    gap: 17px
}

.ak-slide-count {
    color: #fff;
    font-size: 16px
}

.ak-slide-count strong,
.learn-btn i {
    font-size: 18px
}

.ak-slide-buttons {
    display: flex;
    gap: 7px
}

.ak-slide-buttons button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: var(--ak-blue);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
    transition: .3s
}

.ak-categories,
.ak-products,
.ak-trust,
.trusted-brands-section {
    background: #fff
}

.ak-slide-buttons button:hover {
    color: #fff;
    background: var(--ak-blue);
    transform: translateY(-2px)
}

.ak-trust {
    position: relative;
    z-index: 4;
    border-bottom: 1px solid var(--ak-border);
    box-shadow: 0 6px 24px rgba(5, 46, 78, .035)
}

.ak-trust-item {
    min-height: 82px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 17px 14px;
    border-right: 1px solid var(--ak-border)
}

.ak-no-border {
    border-right: 0
}

.ak-trust-item>i {
    color: var(--ak-gold);
    font-size: 23px
}

.ak-trust-item strong {
    display: block;
    color: var(--ak-heading);
    font-size: 18px;
    font-weight: 500
}

.ak-trust-item span {
    display: block;
    margin-top: 2px;
    color: var(--ak-muted);
    font-size: 16px
}

.ak-category-card {
    display: block;
    color: inherit
}

.ak-category-image {
    position: relative;
    height: 205px;
    border-radius: 8px;
    background: #eee
}

.ak-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s
}

.ak-category-image::after {
    content: "";
    position: absolute;
    opacity: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(2, 32, 54, .38));
    transition: .3s
}

.ak-category-image span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 50%;
    color: var(--ak-blue);
    background: #fff;
    transform: translateY(8px);
    transition: .3s
}

.ak-category-card:hover .ak-category-image img {
    transform: scale(1.07)
}

.ak-category-card:hover .ak-category-image::after,
.ak-featured-menu a:hover i {
    opacity: 1
}

.ak-category-card:hover .ak-category-image span {
    opacity: 1;
    transform: translateY(0)
}

.ak-category-card h5 {
    margin: 14px 0 3px;
    color: var(--ak-heading);
    font-size: 18px;
    font-weight: 500
}

.ak-category-card p,
.ak-product-info p {
    margin: 0;
    color: var(--ak-muted);
    font-size: 16px
}

.ak-featured {
    position: relative;
    width: 100%;
    height: 560px;
    background: #f5f1e9
}

.ak-featured-bg,
.ak-solutions-bg {
    position: absolute;
    background-image: url("../images/showroom.jpg");
    background-size: cover;
    background-position: center
}

.ak-featured-bg:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(10, 10, 10, .9) 0, rgba(10, 10, 10, .3) 45%, rgba(0, 0, 0, .15) 100%)
}

.ak-featured-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 32% 48% 20%;
    height: 560px
}

.ak-featured-content {
    padding: 20px 45px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .35)
}

.ak-featured-label {
    color: #d7b06a;
    font-size: 16px;
    margin-bottom: 20px
}

.ak-featured-content h2 {
    font-size: 55px;
    line-height: 1.05;
    font-weight: 500;
    margin: 0 0 25px;
    color: #fff
}

.ak-featured-content h2 span {
    display: block;
    color: #e6c27a
}

.ak-featured-content p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 350px;
    color: #eee;
    margin: 25px 0
}

.ak-featured-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 35px
}

.ak-featured-icons div {
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding-right: 15px;
    text-align: center
}

.ak-featured-icons i {
    font-size: 22px;
    color: #d8b16b;
    display: block;
    margin-bottom: 8px
}

.ak-featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #e7bf7c;
    color: #111;
    padding: 15px 30px;
    width: max-content;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px
}

.ak-featured-btn:hover {
    background: #caa56a;
    color: #fff
}

.ak-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .7s
}

.ak-featured-image:hover img {
    transform: scale(1.04)
}

.ak-image-overlay {
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, .08), transparent)
}

.ak-featured-menu {
    background: #f8f1e5;
    padding: 45px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.ak-featured-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #27313b;
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    transition: .3s
}

.ak-featured-menu a span,
.brands-slider,
.dream-buttons {
    display: flex;
    align-items: center;
    gap: 18px
}

.ak-featured-menu a i:first-child {
    font-size: 22px;
    color: #b9955c
}

.ak-featured-menu a:hover {
    color: #b9955c
}

.ak-featured-menu a i {
    opacity: 0;
    transition: .3s
}

.ak-product-card {
    height: 100%;
    border: 1px solid var(--ak-border);
    border-radius: 8px;
    background: #fff;
    transition: transform .3s, box-shadow .3s
}

.ak-solution-card,
.learn-btn {
    border-radius: 4px;
    display: flex
}

.ak-product-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--ak-shadow-hover)
}

.ak-product-image {
    position: relative;
    height: 195px;
    background: #f4f4f4
}

.ak-product-image img,
.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.ak-product-card:hover .ak-product-image img {
    transform: scale(1.06)
}

.ak-product-image>a {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ak-blue);
    transition: .3s
}

.ak-solutions-left a,
.learn-btn {
    width: max-content;
    font-weight: 500;
    text-decoration: none
}

.ak-product-image>a:hover {
    color: #fff;
    background: var(--ak-gold);
    transform: rotate(45deg)
}

.ak-product-info {
    padding: 15px
}

.ak-product-info h5 {
    margin: 0 0 4px;
    color: var(--ak-heading);
    font-size: 18px;
    font-weight: 500
}

.ak-solutions {
    position: relative;
    min-height: 350px;
    padding: 0 0 90px;
    background: #fff
}

.ak-solutions-bg:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(7, 37, 65, .95) 0, rgba(250, 245, 235, .95) 45%, rgba(250, 245, 235, .95) 100%)
}

.ak-solutions-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 30% 70%;
    min-height: 350px
}

.ak-solutions-right,
.solution-cards {
    grid-template-columns: repeat(4, 1fr)
}

.ak-solutions-left {
    background: rgba(5, 35, 63, .92);
    padding: 45px 55px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff
}

.ak-solutions-left h2 {
    font-size: 45px;
    line-height: 1.05;
    font-weight: 500;
    margin-bottom: 18px
}

.ak-solutions-left p {
    font-size: 16px;
    line-height: 1.6;
    color: #eee;
    max-width: 300px;
    margin-bottom: 28px
}

.ak-solutions-left a {
    padding: 13px 28px;
    background: #fff;
    color: #073253;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px
}

.ak-solutions-right {
    display: grid;
    align-items: center;
    gap: 20px;
    padding: 45px
}

.ak-solution-card {
    background: #fff;
    height: 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s
}

.ak-solution-card:hover,
.latest-blog-card:hover {
    transform: translateY(-6px)
}

.ak-solution-card i {
    font-size: 30px;
    color: #073253;
    margin-bottom: 15px
}

.ak-solution-card h4 {
    color: #123452;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500
}

.ak-solution-card p {
    color: #777;
    font-size: 16px;
    margin: 0
}

.end-solutions-section {
    padding: 0;
    background: #f8f6f1
}

.solution-content {
    height: 100%;
    background: #092844;
    padding: 55px 45px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.solution-content h2 {
    font-size: 42px;
    line-height: 1.05;
    font-weight: 500;
    margin-bottom: 25px
}

.solution-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #dce4ec;
    max-width: 280px;
    margin-bottom: 35px
}

.learn-btn {
    background: #fff;
    color: #092844;
    padding: 15px 28px;
    font-size: 16px;
    align-items: center;
    gap: 12px
}

.solution-cards {
    height: 100%;
    display: grid;
    gap: 25px;
    padding: 55px 40px;
    align-items: center
}

.solution-card {
    background: #fff;
    height: 175px;
    border-radius: 5px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .3s
}

.product-card:hover,
.solution-card:hover,
.space-card:hover {
    transform: translateY(-5px)
}

.icon-box {
    font-size: 35px;
    color: #092844;
    margin-bottom: 15px
}

.solution-card h5 {
    font-size: 18px;
    color: #092844;
    font-weight: 500;
    margin-bottom: 8px
}

.solution-card p {
    font-size: 16px;
    color: #8a94a5;
    margin: 0
}

.brands-header,
.category-header,
.category-info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.brand-small-title {
    display: block;
    margin-bottom: 8px
}

.brand-arrow,
.view-brands {
    display: flex;
    color: #08284c
}

.brands-header h2 {
    margin: 0;
    font-weight: 500
}

.view-brands {
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px
}

.brand-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05)
}

.brand-list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 15px
}

.brand-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #edf0f4
}

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

.brand-item img {
    object-fit: contain
}

.category-card img,
.latest-blog-image img,
.product-image img,
.space-card img {
    width: 100%;
    object-fit: cover
}

.inspiration-section {
    background: #fff;
    padding: 45px 0
}

.inspiration-header,
.latest-blog-header,
.seller-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px
}

.inspiration-small {
    font-size: 16px;
    color: #8b96a8
}

.inspiration-header h2 {
    margin: 8px 0 0;
    font-size: 36px;
    font-weight: 500;
    color: #102843
}

.gallery-link,
.latest-blog-content a,
.view-all-blog {
    text-decoration: none;
    color: #102843;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px
}

.inspiration-grid,
.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px
}

.space-card img {
    height: 150px;
    border-radius: 8px;
    display: block
}

.space-card h5 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #102843
}

.dream-space-section {
    position: relative;
    width: 100%;
    min-height: 210px;
    background-image: url("images/dream-space.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center
}

.btn-consult,
.btn-showroom,
.dream-action-buttons,
.dream-banner {
    display: flex;
    align-items: center
}

.dream-overlay {
    position: absolute;
    background: linear-gradient(90deg, rgba(5, 35, 63, .95), rgba(5, 35, 63, .75), rgba(5, 35, 63, .2))
}

.dream-content {
    position: relative;
    z-index: 2;
    padding: 35px 0;
    color: #fff
}

.dream-content h2 {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 15px
}

.dream-content p {
    color: #e5edf5;
    font-size: 16px;
    margin-bottom: 25px
}

.btn-consult,
.btn-showroom {
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    gap: 10px
}

.btn-consult {
    background: #fff;
    color: #092844
}

.btn-showroom {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff
}

.btn-consult:hover,
.btn-showroom:hover {
    opacity: .85
}

.latest-blog-section {
    background: #fff;
    padding: 55px 0
}

.latest-label {
    color: #8895a8;
    font-size: 16px
}

.latest-blog-header h2 {
    margin: 8px 0 0;
    font-size: 38px;
    font-weight: 500;
    color: #102843
}

.latest-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.latest-blog-card {
    background: #fff;
    border-radius: 7px;
    border: 1px solid #e7ebf0;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .1);
    transition: .3s
}

.latest-blog-image img {
    height: 150px;
    display: block
}

.latest-blog-content {
    padding: 18px 22px 22px
}

.blog-date {
    color: #6f7d8d;
    font-size: 16px;
    display: block;
    margin-bottom: 12px
}

.latest-blog-content h3 {
    color: #102843;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 18px;
    min-height: 48px
}

.dream-btn-primary,
.dream-btn-secondary,
.view-products {
    align-items: center;
    display: flex;
    font-size: 16px
}

.dream-banner-content {
    position: relative;
    z-index: 2;
    padding: 35px 0
}

.best-seller-section {
    background: #fff;
    padding: 50px 0
}

.seller-label {
    font-size: 16px;
    color: #8995a7
}

.product-content h5,
.seller-header h2,
.view-products {
    color: #102843;
    font-weight: 500
}

.seller-header h2 {
    margin: 8px 0 0;
    font-size: 38px
}

.view-products {
    text-decoration: none;
    gap: 10px
}

.product-card {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e8ebef;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
    transition: .3s
}

.product-image {
    position: relative;
    height: 140px
}

.product-image img {
    height: 100%
}

.cart-icon {
    position: absolute;
    right: 12px;
    bottom: -14px;
    width: 36px;
    height: 36px;
    background: #092844;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.product-content {
    padding: 22px 15px 15px
}

.product-content h5 {
    font-size: 18px;
    margin-bottom: 8px
}

.product-content p {
    margin: 0;
    color: #7c8796;
    font-size: 16px
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px
}

.category-card img {
    height: 150px;
    border-radius: 6px
}

.category-img {
    border-radius: 12px
}

.category-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px
}

.category-content h5,
.category-info h5 {
    margin: 0 0 6px;
    color: #102843;
    font-size: 18px;
    font-weight: 500
}

.category-content p,
.category-info p {
    margin: 7px 0 0;
    color: #78879a;
    font-size: 16px
}

.category-arrow,
.category-info a {
    width: 36px;
    height: 36px;
    background: #092844;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 16px
}

@media (max-width:1199.98px) {
    .ak-section {
        padding: 75px 0
    }

    .ak-hero-content {
        padding: 55px 35px
    }

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

@media (max-width:991.98px) {

    .ak-featured-wrapper,
    .ak-solutions-wrapper {
        grid-template-columns: 1fr
    }

    .ak-section {
        padding: 65px 0
    }

    .ak-hero-content {
        min-height: auto;
        padding: 60px 35px
    }

    .ak-hero-image {
        height: 500px
    }

    .ak-brand,
    .ak-trust-item {
        border-bottom: 1px solid var(--ak-border)
    }

    .ak-featured,
    .ak-featured-wrapper {
        height: auto
    }

    .ak-featured-image {
        height: 400px
    }

    .ak-featured-menu {
        padding: 35px
    }

    .ak-solutions-right,
    .latest-blog-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ak-solutions-left,
    .solution-content {
        padding: 45px 35px
    }

    .ak-solutions {
        padding-bottom: 65px
    }

    .ak-brand-grid,
    .brand-list,
    .category-grid,
    .inspiration-grid,
    .product-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .ak-brand:nth-child(3n) {
        border-right: 0
    }

    .ak-cta-actions {
        justify-content: flex-start
    }

    .solution-cards {
        grid-template-columns: repeat(2, 1fr);
        padding: 35px
    }
}

@media (max-width:767.98px) {

    .ak-brand-grid,
    .ak-featured-menu,
    .ak-stats,
    .inspiration-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ak-section {
        padding: 55px 0
    }

    .ak-section-head {
        align-items: flex-start
    }

    .ak-section-head h2 {
        font-size: 32px
    }

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

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

    .ak-stats {
        gap: 18px 0
    }

    .ak-stat:nth-child(2)::after {
        display: none
    }

    .ak-featured-content {
        padding: 50px 30px
    }

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

    .ak-brand:nth-child(3n) {
        border-right: 1px solid var(--ak-border)
    }

    .ak-brand:nth-child(2n) {
        border-right: 0
    }

    .ak-gallery-card {
        height: 200px
    }
}

@media (max-width:576px) {

    .ak-featured-menu,
    .ak-solutions-right,
    .category-grid,
    .inspiration-grid,
    .latest-blog-grid,
    .product-grid {
        grid-template-columns: 1fr
    }

    .ak-section {
        padding: 45px 0
    }

    .ak-section-head {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 26px
    }

    .ak-section-head h2,
    .brands-header h2,
    .category-header h2,
    .dream-banner-content h2,
    .dream-content h2,
    .inspiration-header h2,
    .latest-blog-header h2,
    .seller-header h2 {
        font-size: 30px
    }

    .ak-hero-content {
        padding: 45px 18px
    }

    .ak-hero-content h1 {
        font-size: 42px;
        letter-spacing: -1.5px
    }

    .ak-blog-category,
    .ak-blog-link,
    .ak-brand,
    .ak-category-card p,
    .ak-featured-menu a,
    .ak-hero-content>p,
    .ak-product-info p,
    .ak-review-user span,
    .ak-review-user strong,
    .ak-solution-card p,
    .ak-trust-item span,
    .ak-trust-item strong,
    .dream-banner-content p,
    .dream-content p,
    .solution-card p {
        font-size: 16px
    }

    .ak-btn-outline,
    .ak-btn-primary {
        min-height: 44px;
        padding: 0 16px;
        font-size: 16px
    }

    .ak-stat strong {
        font-size: 20px
    }

    .ak-hero-caption,
    .ak-stat::after {
        display: none
    }

    .ak-hero-image {
        height: 330px
    }

    .ak-hero-bottom {
        right: 12px;
        bottom: 12px
    }

    .ak-trust-item {
        min-height: 70px;
        padding: 11px 5px
    }

    .ak-trust-item>i {
        font-size: 19px
    }

    .ak-category-image {
        height: 155px
    }

    .ak-category-card h5,
    .ak-product-info h5,
    .ak-solution-card h4,
    .solution-card h5,
    .space-card h5 {
        font-size: 18px
    }

    .ak-featured-content,
    .ak-solutions-content {
        padding: 42px 20px
    }

    .ak-featured-content h2 {
        font-size: 38px
    }

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

    .ak-featured-menu {
        padding: 20px
    }

    .ak-product-image,
    .space-card img {
        height: 220px
    }

    .ak-product-info {
        padding: 15px
    }

    .ak-solutions {
        padding-bottom: 45px
    }

    .ak-solutions-left h2,
    .solution-content h2 {
        font-size: 34px
    }

    .ak-solutions-right {
        padding: 25px
    }

    .ak-solution-card {
        min-height: 155px
    }

    .ak-brand {
        min-height: 76px;
        padding: 10px
    }

    .ak-gallery-card {
        height: 165px
    }

    .ak-cta {
        padding: 52px 0
    }

    .ak-cta h2 {
        font-size: 32px
    }

    .ak-cta-primary,
    .ak-cta-secondary {
        width: 100%;
        font-size: 16px
    }

    .ak-review {
        padding: 22px
    }

    .ak-review>p {
        min-height: auto;
        font-size: 16px
    }

    .ak-blog-img {
        height: 190px
    }

    .ak-blog-body h4 {
        min-height: auto;
        font-size: 18px
    }

    .brands-header,
    .category-header,
    .inspiration-header,
    .latest-blog-header,
    .seller-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .dream-banner,
    .dream-space-section {
        min-height: 350px
    }

    .dream-banner-content,
    .dream-content {
        padding: 40px 20px
    }

    .dream-action-buttons,
    .dream-buttons {
        flex-direction: column;
        align-items: flex-start
    }

    .btn-consult,
    .btn-showroom,
    .dream-btn-primary,
    .dream-btn-secondary {
        width: max-content;
        font-size: 16px
    }

    .solution-card {
        height: auto
    }
}

@media (max-width:360px) {
    .ak-hero-content h1 {
        font-size: 38px
    }

    .ak-featured-content h2 {
        font-size: 34px
    }

    .footer-policy a,
    .footer-policy span {
        font-size: 16px
    }
}

.dream-banner {
    position: relative;
    width: 100%;
    min-height: 230px;
    background-image: url("../images/dream-banner.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center
}

.dream-bg-overlay {
    position: absolute;
    background: rgba(5, 35, 70, .65);
    z-index: 1
}

.dream-banner .container {
    position: relative;
    z-index: 2
}

.dream-banner-content {
    color: #fff
}

.dream-banner-content h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 18px
}

.dream-banner-content p {
    font-size: 16px;
    margin-bottom: 28px;
    color: #fff
}

.dream-action-buttons {
    display: flex;
    gap: 18px
}

.dream-btn-primary,
.dream-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s
}

.dream-btn-primary {
    background: #fff;
    color: #17375e
}

.dream-btn-secondary {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

.dream-btn-primary:hover,
.dream-btn-secondary:hover {
    opacity: .85;
    transform: translateY(-2px)
}

@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
    }
}

@media (max-width:1024px) {
    .navbar>.container {
        min-height: 72px;
        display: flex;
        align-items: center
    }

    .menu,
    .quote-btn,
    .search-box {
        display: none !important
    }

    .header-actions {
        display: flex;
        align-items: center;
        margin-left: auto
    }

    .mobile-toggle {
        display: flex
    }
}

@media (max-width:768px) {
    .navbar {
        min-height: 70px
    }

    .navbar>.container {
        min-height: 70px;
        padding-left: 20px;
        padding-right: 20px
    }

    .logo img {
        width: 165px
    }

    .mobile-menu {
        width: 310px;
        max-width: 85vw
    }
}

@media (max-width:412px) {
    .navbar {
        min-height: 68px
    }

    .navbar>.container {
        min-height: 68px;
        padding-left: 15px;
        padding-right: 15px
    }

    .logo img {
        width: 155px
    }

    .mobile-toggle {
        width: 42px;
        height: 42px;
        margin-left: 8px
    }

    .mobile-menu {
        width: 300px;
        max-width: 88vw
    }

    .mobile-menu-top {
        min-height: 70px;
        padding: 10px 14px
    }

    .mobile-menu-top img {
        width: 150px
    }

    .mobile-menu-links a {
        min-height: 50px;
        padding-left: 18px;
        padding-right: 18px
    }
}

@media (max-width:375px) {
    .logo img {
        width: 145px
    }

    .mobile-toggle {
        width: 40px;
        height: 40px
    }

    .mobile-menu {
        width: 285px
    }

    .mobile-menu-top img {
        width: 140px
    }
}

@media (max-width:320px) {
    .navbar>.container {
        padding-left: 12px;
        padding-right: 12px
    }

    .logo img,
    .mobile-menu-top img {
        width: 130px
    }

    .mobile-toggle {
        width: 38px;
        height: 38px;
        margin-left: 5px
    }

    .mobile-toggle span {
        width: 18px
    }

    .mobile-menu {
        width: 275px;
        max-width: 90vw
    }

    .mobile-menu-links a {
        font-size: 11px;
        min-height: 48px
    }
}

.category-section {
    padding: 90px 0;
    background: #fff
}

.category-section .container-fluid {
    width: 100%;
    padding: 0 80px
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 55px
}

.category-label {
    letter-spacing: 6px;
    font-size: 14px;
    letter-spacing: 5px;
    color: #687b92;
    font-weight: 500
}

.category-header h2 {
    margin-top: 15px;
    font-size: 48px;
    font-weight: 600;
    color: #082b55;
    line-height: 1.2
}

.view-category {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #082b55;
    font-size: 16px;
    font-weight: 500
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px
}

.category-card {
    box-shadow: 0 5px 18px rgba(7, 57, 95, .08);
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e7edf5;
    transition: .35s
}

.category-card:hover {
    border-color: #07395f;
    box-shadow: 0 12px 28px rgba(7, 57, 95, .16);
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(8, 43, 85, .12)
}

.category-img {
    height: px
}

.category-card:hover img {
    transform: scale(1.08)
}

.category-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px
}

.category-info h5 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #082b55
}

.category-info p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #687b92
}

.category-info a {
    width: 42px;
    height: 42px;
    background: #082b55;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s
}

.category-info a:hover {
    background: #d49a45;
    transform: rotate(45deg)
}

@media(max-width:1400px) {
    .category-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:992px) {
    .category-section .container-fluid {
        padding: 0 35px
    }

    .category-header {
        display: block
    }

    .view-category {
        margin-top: 20px
    }

    .category-header h2 {
        font-size: 38px
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:576px) {
    .category-section .container-fluid {
        padding: 0 20px
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .category-header h2 {
        font-size: 32px
    }

    .category-img {
        height: px
    }
}

.trusted-brands-section {
    padding: 80px 0;
    overflow: hidden
}

.brands-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px
}

.brand-small-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #777
}

.brands-header h2 {
    font-size: 32px;
    color: #08284c;
    margin-top: 10px
}

.view-brands {
    font-size: 15px
}

.brands-slider {
    display: flex;
    align-items: center;
    gap: 15px
}

.brand-list {
    display: flex;
    flex: 1;
    gap: 20px
}

.brand-item {
    min-width: 180px;
    height: 100px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 12px
}

.brand-item img {
    max-width: 120px;
    max-height: 55px;
    object-fit: contain
}

.brand-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center
}

@media(max-width:768px) {
    .trusted-brands-section {
        padding: 50px 0
    }

    .brands-header {
        display: block;
        margin-bottom: 25px
    }

    .brands-header h2 {
        font-size: 24px
    }

    .view-brands {
        display: inline-block;
        margin-top: 10px
    }

    .brands-slider {
        gap: 8px
    }

    .brand-arrow {
        width: 30px;
        height: 30px;
        flex-shrink: 0
    }

    .brand-list {
        gap: 12px;
        overflow: hidden
    }

    .brand-item {
        min-width: 120px;
        height: 80px;
        border-radius: 10px
    }

    .brand-item img {
        max-width: 85px;
        max-height: 40px
    }
}

@media(max-width:420px) {
    .brand-arrow {
        display: none
    }

    .brand-list {
        overflow-x: auto;
        scroll-behavior: smooth
    }

    .brand-item {
        min-width: 110px
    }
}
