
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,500;1,700&display=swap');
@import url('base.css');

:root {
    /* Colors */
    --Smashed-Pumpkin: #FF6933;
    --Smashed-Pumpkin-90: #dc3545e6;
    --Gargoyle-Gas: #FCC129;
    --Kombu-Green: #2D4628;
    --Arsenic: #414141;
    --Cream: #FFFBD4;
    --Cultured: #F8F8F8;
    --Philippine-Silver: #B3B3B3;

    --color-primary: #FF6933;
    --color-secondary: #FCC129;
    --color-action: #2D4628;
    --color-dark: #414141;
    --color-light: #F8F8F8;
    --color-muted: #B3B3B3;
    --color-primary50: #FF693380;
    --color-secondary50: #FCC12980;
    --color-action50: #2D462880;
    --color-dark50: #41414180;
    --color-light50: #F8F8F880;
    --color-muted50: #B3B3B380;
    --color-primary25: #FF693340;
    --color-secondary25: #FCC12940;
    --color-action25: #2D462840;
    --color-dark25: #41414140;
    --color-light25: #F8F8F840;
    --color-muted25: #B3B3B340;

    /* Font Family */
    --fontPrimary: 'Manrope', sans-serif;
    --fontSecondary: 'Roboto', sans-serif;
    --fontAwasome: 'FontAwesome';
    --fontAwasomeFree: 'Font Awesome 6 Free';
    --fontAwasomeBrands: 'Font Awesome 6 Brands';

    --padX: clamp(0.75rem, 0.044rem + 3.080vw, 3.75rem);
    --padIn: clamp(0.625rem, 0.144rem + 2.98vw, 3.75rem);

    /* tuning variables */
    --scale-factor: 1.2;
    /* base multiplier for smaller/bigger steps */
    --min-base: 0.875rem;
    /* smallest body font-size */
    --max-base: 1.125rem;
    /* largest body font-size */
    --fluid-slope: 1.2vw;
    /* controls how aggressively size scales with viewport */

}


body {
    font-family: var(--fontSecondary);
    color: var(--color-dark);
    background-color: var(--color-light);
}

a:visited {
    color: var(--color-dark);
}

h1,
.site-title,
.fd-1 {
    --fs: 3.05rem;
    font-family: var(--fontPrimary);
}

h2,
.fd-2 {
    --fs: 2.25rem;
    font-family: var(--fontPrimary);
}

h3,
.fd-3 {
    --fs: 1.75rem;
    font-family: var(--fontPrimary);
}

h4,
.fd-4 {
    --fs: 1.5rem;
    font-family: var(--fontPrimary);
}

h5,
.fd-5 {
    --fs: 1.1rem;
    font-family: var(--fontPrimary);
}

p,
a,
code,
.fd-0 {
    --fs: 1rem;
    text-decoration: none;
}

a:hover {
    color: var(--color-primary);
}


section {
    border-top: 1px solid var(--color-muted25);
}


.section-bg {
   
    padding: 0 var(--padX);
}


.navbar.top-bar {
    background-color: var(--color-light);
    border-bottom: 2px solid transparent;
}

.navbar.top-bar.scrolling {
    background-color: var(--color-light);
    border-bottom: 2px solid var(--color-muted);
}

.navbar.top-bar .nav-link {
    color: var(--color-light);
    mix-blend-mode: difference;
}

.navbar .submenu {
    background-color: var(--color-light);
}

.contact-bar {
    z-index: 1031;
    color: var(--color-light);
    padding-top: 20px;
    top: -10px;
    margin: 0;
}

.contact-bar a {
    color: var(--color-light);
    background-color: var(--color-primary);
}

.contact-bar a:hover {
    background-color: var(--color-light);
    color: var(--color-primary);
}


/* Backgrounds */
.bg-o-primary {
    background-color: var(--color-primary);
    color: var(--color-light);
}

.bg-o-secondary {
    background-color: var(--color-secondary);
    color: var(--color-dark);
}

.bg-o-tertiary {
    background-color: var(--color-action);
    color: var(--color-light);
}

.bg-o-dark {
    background-color: var(--color-dark);
    color: var(--color-light);
}

.bg-o-light {
    background-color: var(--color-light);
    color: var(--color-dark);
}

#to-top-btn {
    background-color: var(--color-primary);
    color: var(--color-light);
    mix-blend-mode: difference;
}

#to-top-btn:hover {
    opacity: 1;
    background-color: var(--color-primary);
    color: var(--color-light);
    mix-blend-mode: unset;
}

.kit {
    padding: 10px 0;
}

.kit-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0;
}

.kit-header>* {
    background-color: var(--color-light);
}

.kit-header a {
    display: flex;
    padding: 16px 12px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    background-color: var(--color-light);
    color: var(--color-dark);
    border-radius: 6px;
    min-width: 200px;
    text-transform: capitalize;
}

.kit-header a i {
    color: var(--color-primary);
}

.kit-body .group {
    display: flex;
    justify-content: space-between;
}

.kit-body .item {
    width: calc((100% / 2) - 3%);
}

.kit-prod {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid rgb(0, 0, 0, 0.10);
    border-bottom: 4px solid lightblue;
    background: #FFF;
    margin-bottom: 10px;
}

.kit-prod .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
}

.kit-prod .top *:nth-child(1) {
    width: 30%;
}

.kit-prod .top *:nth-child(2) {
    width: 39%;
}

.kit-prod .top *:nth-child(3) {
    max-width: 10%;
}

.kit-prod .top img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.kit-prod .top :is(a, button) {
    font-size: 32px;
    text-align: center;
    width: min-content;
}

.kit-prod .top :is(a, button):active {
    box-shadow: none;
    border: none;
}

.kit-prod .top :is(a, button) .fa-plus {
    display: none;
}

.kit-prod .top :is(a, button).collapsed .fa-plus {
    display: block;
}

.kit-prod .top :is(a, button) .fa-minus {
    display: block;
}

.kit-prod .top :is(a, button).collapsed .fa-minus {
    display: none;
}

.kit-prod .bottom .accordion-button:not(.collapsed) {
    background-color: var(--color-light);
}

.is_pannel {
    border-color: var(--color-primary);
    border-width: 4px;
}

.is_inverter {
    border-color: var(--color-secondary);
    border-width: 4px;
}

.is_battery {
    border-color: var(--color-action);
    border-width: 4px;
}

.good-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    border: 2px solid var(--color-light);
}

.good-card-header {
    width: 100%;
}

.good-card-header img {
    height: clamp(250px, 250px + 3vw, 350px);
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    margin-bottom: 10px;
}

.good-card-header h5 {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

.good-card-body {
    width: 100%;
}

.good-card-body p {
    margin-bottom: 10px;
}

.good-card-footer {
    width: 100%;
}

.good-card code {
    display: inline-block;
    color: var(--color-dark);
    font-weight: 500;
    margin-bottom: 10px;
}

.good-card .price p span:first-child {
    font-weight: 500;
    color: var(--color-dark);
}

.good-card .price p span:last-child {
    color: var(--color-muted);
}

.good-card .sep {
    font-weight: 500;
    margin: 0 6px;
}

.good-card .price:has(.special) .current {
    color: var(--color-primary);
    text-decoration: line-through;
}

.good-card-footer {
    text-align: center;
}

.good-card-footer .submit {
    background-color: var(--color-primary);
    color: var(--color-light);
}

@media screen and (max-width: 1282px) {
    .good-card-header img {
        object-fit: contain;
    }
}


/* Section: hero */
.hero {
    --col-gap: 20px;
    --row-gap: 20px;
    padding-top: 150px;
    margin-top: -100px;
    color: var(--color-light);
}

.hero .section-bg {
    padding: 0;
    height: 100%;
    width: 100%;
}

.hero .section-bg img {
    object-position: top center;
    object-fit: cover;
}

.hero .section-bg::after {
    content: '';
    width: 100%;
    height: clamp(20px, 20%, 44px);
    background-color: var(--color-light);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.hero-title span:first-child {
    color: var(--color-primary);
}

.hero-card {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.hero-card li {
    padding: 18px;
    border-bottom: 2px solid var(--color-light);
    text-align: start;
    font-size: clamp(0.95rem, calc(0.9rem + 0.8vw), 1.1rem);
    width: clamp(200px, 50%, 400px);
    list-style: none;
    margin-left: auto;
    text-transform: capitalize;
}

.hero-card li:first-child {
    border-top: 2px solid var(--color-light);
}

.hero-card-group {
    position: relative;
}

.hero-card-group .card {
    flex-direction: row;
    padding: .5rem;
    justify-content: center;
    align-items: center;
}

.hero-card-group .card-body {
    flex: 0 0 auto;
    width: fit-content;
}

.hero-card-group .card .h5 {
    font-size: calc(1rem + .3vw);
}

.hero-card-group .card p {
    margin-bottom: 0;
}

.hero-card-group .icon {
    width: clamp(24px, 30%, 48px);
    height: auto;
}

.hero-card-group .card-text {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: whitesmoke;
    padding: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
    display: none;
    z-index: 1;
}

.hero-card-group .card:hover {
    cursor: pointer;
    background-color: var(--color-primary);
    color: var(--color-light);
}

.hero-card-group .card:hover .card-text {
    display: block;
    color: var(--color-dark);
}

/* Section: main-elements */
.main-elements {
    padding: min(60px, 3.080vw) 0;
}

.main-elements .section-bg .cover {
    top: 0;
    left: var(--padIn);
    right: var(--padIn);
    width: auto;
    background: transparent;
}

.main-elements .section-header {
    justify-content: center;
}

.main-elements .section-body .group {
    column-gap: 3%;
    padding: 0 var(--padIn);
}

.main-elements .section-body .card {
    width: 100%;
    padding: 20px;
    border-radius: 22px;
    background: var(--color-light);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.main-elements .section-body .block:nth-child(1) .card {
    border-bottom: 10px solid var(--tertiary-background, var(--color-secondary));
}

.main-elements .section-body .block:nth-child(2) .card {
    border-bottom: 10px solid var(--hover-active-text, var(--color-primary));
}

.main-elements .section-body .block:nth-child(3) .card {
    border-bottom: 10px solid var(--hover-active-text, var(--color-action));
}

.main-elements .section-body .card .icon {
    width: clamp(64px, 50%, 120px);
    margin: 0 auto;
}

.main-elements .section-body .card :is(h4, h5) {
    text-transform: capitalize;
    text-align: center;
}

@media screen and (max-width: 0786px) {
    .main-elements .section-body .card {
        padding: 10px 10px 10px 20px;
    }

    .main-elements .section-body .card :is(h4, h5) {
        font-size: calc(var(--fs) - 80%);
    }
}

@media screen and (max-width: 0560px) {
    .main-elements .section-body .card {
        padding: 10px;
        margin-bottom: 10px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Section: services */
.services {
    padding: min(60px, 3.080vw) var(--padX);
    margin-bottom: 0;
}

.services .section-bg .cover {
    top: 0;
    left: 0;
    background-color: var(--color-light);
}

.services .section-header {
    padding: 20px var(--padIn);
    text-align: center;
    justify-content: center;
    width: 100%;
}

.services .section-body {
    padding-bottom: 20px;
}

.services .section-body .group {
    column-gap: 3%;
    padding: 0 var(--padIn);
    align-items: flex-start;
}

.services .section-body .card {
    width: 100%;
    border-color: transparent;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 2px;
}

.services .section-body .block:first-child .card {
    padding: 40px 80px;
    overflow: hidden;
    position: relative;
    background-color: var(--color-light);
    width: 100%;
    height: auto;
    aspect-ratio: 8/7;
}

.services .section-body .block:first-child .card::before {
    content: " ";
    position: absolute;
    top: -15%;
    left: -15%;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: var(--color-secondary);
}

.services .section-body .block:first-child .card img:not(.stamp) {
    position: relative;
    width: 100%;
    height: 100%;
    margin-inline: auto;
    z-index: 5;
    object-fit: cover;
}

.services .section-body .card img.stamp {
    width: 65px;
    height: 65px;
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 5;
}

.services .section-body .card :is(h4, h5) {
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

@media screen and (max-width: 1602px) {
    .services .section-body .block:first-child .card {
        padding: 35px 70px;
    }
}

@media screen and (max-width: 1440px) {
    .services .section-body .block:first-child .card {
        padding: 30px 60px;
    }
}

@media screen and (max-width: 1282px) {
    .services .section-body .block:first-child .card {
        padding: 25px 50px;
    }
}

@media screen and (max-width: 1024px) {
    .services .section-body .block:first-child .card {
        padding: 20px 40px;
    }
}

@media screen and (max-width: 0786px) {
    .services .section-body .group {
        --col-gap: 2%;
        --row-gap: 2%;
        column-gap: var(--col-gap);
        flex-direction: column;
    }

    .services .section-body .block {
        height: min-content;
    }

    .services .section-body .card {
        width: 100%;
        gap: 5px;
    }

    .services .section-body .block:first-child .card {
        padding: 16px;
        width: 100%;
        height: 50%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 0560px) {
    .services .section-body .card {
        margin-top: -2rem;
    }

    .services .section-body .block:first-child .card {
        padding: 16px;
        overflow: hidden;
        position: relative;
        background-color: var(--color-light);
        width: 100%;
        height: auto;
    }
}

/* Section: complex */
.complex {
    padding: 0 0;
    overflow-x: hidden;
    overflow-y: clip;
    display: none;
}

.complex .section-bg::after {
    content: " ";
    position: absolute;
    top: -4%;
    right: -10%;
    width: 32%;
    height: 34%;
    background-size: 15px 15px;
    background-image: linear-gradient(to right, white 1px, transparent 1px),
        linear-gradient(to bottom, white 1px, transparent 1px);
    background-color: var(--color-secondary);
    opacity: .65;
    transform: rotate(-44deg);
    border-radius: 12px;
    z-index: -1;
}

.complex .section-body .nav-tabs {
    justify-content: center;
    column-gap: 22px;
}

.complex .section-body .nav-tabs :is(h3, h4, h5) {
    margin-bottom: 0;
}

.complex .section-body .nav-tabs a {
    color: var(--color-dark);
    text-transform: uppercase;
    padding: 20px;
}

.complex .section-body .nav-tabs a.active {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary) !important;
    color: var(--color-light);
}

.complex .section-body .tab-content {
    border-radius: 12px;
    border: 2px solid var(--color-primary);
    padding: 1rem;
    overflow: hidden;
}

.complex .section-body .kit .card {
    padding: 20px;
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--color-light);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.complex .section-body .kit .card::after {
    content: " ";
    position: absolute;
    top: -70px;
    left: -10px;
    width: 90%;
    height: 130%;
    background-size: 20px 20px;
    background-image: linear-gradient(to right, white 1px, transparent 1px),
        linear-gradient(to bottom, white 1px, transparent 1px);
    background-color: var(--color-primary);
    opacity: .65;
    transform: rotate(-12deg);
    border-radius: 12px;
    z-index: -1;
}

.complex .section-body .kit .card :is(h3, h4, h5) {
    font-family: var(--fontPrimary);
    font-weight: 700;
    line-height: 42px;
}

.complex .section-body .kit .card p {
    margin-top: 10px;
}

.complex .kit-prod .top *:nth-child(2) {
    width: 39%;
    font-size: calc(var(--fs) - 17%);
}

@media screen and (max-width: 0786px) {
    .complex .kit-header a {
        padding: 12px;
        min-width: 150px;
    }

    .complex .section-body .kit .item {
        width: 100%;
    }

    .complex .section-body .kit .item:first-child {
        padding: 0;
    }

    .complex .section-body .kit .card {
        padding: 16px;
    }

    .complex .section-body .kit .card :is(h3, h4, h5) {
        line-height: normal;
    }

    .complex .section-body .kit .card p {
        margin-top: 5px;
    }

    .complex .kit-prod .top *:nth-child(3) {
        max-width: 100%;
    }
}

@media screen and (max-width: 0560px) {
    .complex .section-body .nav-tabs {
        justify-content: flex-start;
        column-gap: 10px;
        row-gap: 5px;
        margin-bottom: 5px;
    }

    .complex .section-body .nav-tabs .nav-item {
        width: 100%;
        padding: 0 12px;
    }

    .complex .section-body .nav-tabs :is(h3, h4, h5) {
        width: 100%;
        text-align: center;
        background-color: var(--color-light);
        margin-bottom: 5px;
    }

    .complex .section-body .nav-tabs a {
        padding: 12px;
        border: 1px solid;
    }

    .complex .kit {
        padding: 0;
    }

    .complex .kit-header {
        padding: 10px 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .complex .kit-header h2 {
        text-align: center;
    }

    .complex .kit-header a {
        margin-inline: auto;
    }

    .complex .kit-body .group {
        flex-direction: column;
    }

    .complex .section-body .kit .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .complex .kit-body .item {
        width: 100%;
    }

    .complex .kit-prod {
        margin-bottom: 20px;
        border-top: 1px solid rgba(128, 128, 128, 0.3);
        border-left: 1px solid rgba(128, 128, 128, 0.3);
        border-right: 1px solid rgba(128, 128, 128, 0.3);
    }

    .complex .kit-prod .top {
        gap: 2%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .complex .kit-prod .top *:nth-child(1) {
        width: 80%;
        margin-inline: auto;
    }

    .complex .kit-prod .top *:nth-child(2) {
        width: 78%;
    }

    .complex .kit-prod .top *:nth-child(3) {
        width: 20%;
        text-align: center;
        align-self: center;
        font-size: 1rem;
    }
}

/* Section: brands */
.brands {
    padding: min(60px, 3.080vw) var(--padX);
}

.brands .section-header {
    text-align: center;
    justify-content: center;
    width: 100%;
}

.brands .card {
    width: 100%;
    height: calc(200px - 2.4vw);
    aspect-ratio: 16/9;
    border-width: 2px;
    background-color: transparent;
    mix-blend-mode: multiply;
}

.brands .card img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.brands .section-bg {
    overflow: hidden;
}

.brands .section-bg::after {
    content: " ";
    position: absolute;
    bottom: 4%;
    right: -10%;
    width: 15%;
    height: 30%;
    background-size: 10px 10px;
    background-image: linear-gradient(to right, var(--color-light) 1px, transparent 1px),
        linear-gradient(to bottom, var(--color-light) 1px, transparent 1px);
    background-color: var(--color-light);
    opacity: 1;
    border-radius: 50%;
    z-index: -1;
}

.brands .section-bg::before {
    content: " ";
    position: absolute;
    top: 2%;
    left: -14%;
    width: 16%;
    height: 60%;
    background-size: 10px 10px;
    background-image: linear-gradient(to right, var(--color-light) 1px, transparent 1px),
        linear-gradient(to bottom, var(--color-light) 1px, transparent 1px);
    background-color: var(--color-light);
    opacity: 1;
    transform: rotate(30deg);
    border-radius: 12px;
    z-index: -1;
}

@media screen and (max-width: 0786px) {
    .brands .card img {
        height: 80px;
        object-fit: contain;
    }
}

@media screen and (max-width: 0560px) {
    .brands .card img {
        aspect-ratio: 4/3;
    }
}

/* Section: advs - ads(advertisements) */
.advs {
    padding: min(10px, 2.080vw) 0;
}

.advs .section-header {
    padding: 20px var(--padIn);
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}

.advs .section-body {
    padding: 10px;
}

.advs .card {
    text-align: center;
    border: none;
    background-color: transparent;
}

.advs .card img {
    object-fit: cover;
}

.advs .card :is(h3, h4, h5) {
    margin: 20px 0;
}

@media screen and (max-width: 0786px) {
    .advs .card :is(h3, h4, h5) {
        margin: 10px 0 0 0;
    }

    .advs .card .card-title {
        margin: 0;
    }
}

@media screen and (max-width: 0560px) {}

/* Section: footer */
.footer-wrapp {
    padding: min(40px, 2.080vw) 0 0;
    background-color: var(--color-action);
    color: var(--color-light);
    position: relative;
}

.footer-wrapp :is(a, p) {
    font-size: clamp(0.75rem, 100%, 0.875rem);
    color: var(--color-light);
}

.footer-wrapp .row {
    align-items: center;
}

.footer-wrapp ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    color: var(--color-light);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-menu li a {
    color: inherit;
}

.footer-menu li::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: var(--color-primary);
    position: relative;
    top: 0;
    left: -10px;
}

.footer-wrapp .contact-bar {
    justify-content: flex-start;
    font-size: 0.8125rem;
}

.footer-wrapp .contact-bar a {
    color: var(--color-light);
    text-transform: capitalize;
    background-color: transparent;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out .15s;
    border-radius: 0;
    font-size: 0.8125rem;
    gap: 4px;
}
.footer-wrapp .contact-bar a:hover {
    color: var(--color-primary);
}

.footer-bottom {
    border-top: 2px solid var(--color-action50);
    opacity: .8;
    padding: 20px 0;
}

.footer-bottom:hover {
    opacity: 1;
}

.footer-bottom p {
    margin-bottom: 0;
}



/* Single page */
.header-page {
    padding: min(40px, 2.5vw) 0;
    position: relative;
    text-align: center;
    color: var(--color-light);
    position: relative;
    --image-url: '';

}

.header-page::before {
    content: attr(data-bg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--image-url);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 1;
    filter: brightness(0.8);
}

.body-page {
    min-height: 20vw;
    position: relative;
    margin-top: 20px;
}

.body-page .section {
    padding: min(20px, 2.08vw) 0 !important;
}

.body-page .brands .section-body {
    padding: 20px 0;
}

.mini-banner:not([style]) {
    border-radius: 6px;
    background-color: var(--color-light);
    padding: 32px;
}

.mini-banner {
    position: relative;
}

.body-page p:not([style*="text-align"]) {
    text-align: justify;
}

.contact-table {
    margin-bottom: 1rem;
}

.contact-table h5 {
    --fs: 1.25rem;
    font-weight: bold;
}

.contact-table h5 a {
    font-weight: bold;
}

.contact-table .icon-box {
    width: clamp(40px, 40px + 2vw, 80px);
    height: clamp(40px, 40px + 2vw, 80px);
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-light);
    font-size: clamp(.8rem, 1.8rem + 1vw, 2rem);
    margin-right: 12px;
    margin-bottom: 10px;
}

@media screen and (width < 600px) {
    .contact-table h5 {
        font-size: clamp(0.8rem, var(--fs) - 2.5vw, var(--fs));
    }

    .contact-table tr:not(:first-child) {
        border-top: 1px solid var(--color-muted);
    }
}

/* Single kit  */
.page-kit .img-box {
    width: 100%;
    height: 260px;
}

.page-kit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-kit .card-title {
    --fs: 2.05rem;
}

.page-kit h2 {
    margin-bottom: 16px;
}

.page-kit .price {
    --fs: 1.5rem;
    display: block;
    text-align: center;
    border-radius: .35rem;
    padding: 12px 16px;
}

.page-kit .kit-products {
    margin-bottom: 40px;
}

.page-kit .kit-builders {
    margin-bottom: 40px;
}

.page-kit .kit-services {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .page-kit img {
        object-fit: contain;
        aspect-ratio: 4/3;
    }
}



/* Archive page  */

.archive-item {
    border: 2px solid var(--color-light);
}

.archive-item .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.archive-item .card-text {
    font-weight: 400;
    max-height: 76px;
}

.archive-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 4 / 3;
}

.archive-item h5 {
    font-size: 1.5rem;
    color: var(--color-dark);
    font-weight: bold;
    margin-top: 15px;
}

.archive-item .btn {
    margin-top: 15px;
    background-color: var(--color-primary);
    padding: 16px;
    color: var(--color-light);
    text-transform: uppercase;
    font-weight: 500;
}

.archive-item .btn:hover {
    background-color: var(--color-light);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}
