/* fonts family */

:root {
    --body-font : "Work Sans", sans-serif;
    --bs-btn-font-family : "Work Sans", sans-serif;
}

/* fonts color */

:root {
    --bs-blue: #4BA1A7;
    --bs-red: #F0756C;
    --bs-orange: #F5E9E9;
    --bs-yellow: #EFEAEA;
    --bs-green: #F5F8F1;
    --bs-teal: #EFE8EF;
    --bs-cyan: #F3F3F3;
    --bs-black: #111111; 
    --bs-white: #FFFFFF;
    --bs-gray: #777777; 
    
    --bs-link-color: #111111;
    --bs-link-color-rgb: 17, 17, 17;
    --bs-link-hover-color: #F0756C;
    --bs-link-hover-color-rgb: 240, 117, 108;
    
    --bs-primary: #F0756C;
    --bs-primary-rgb: 240, 117, 108;
    --bs-body-color: #111111;   
    --bs-info: #C3C3C3; 
    --bs-light-text-emphasis: #c3c3c3;
    
    --swiper-pagination-color: #F0756C;
}

body , body  [data-bs-theme=light] {
    --bs-blue: #4BA1A7;
    --bs-red: #F0756C;
    --bs-orange: #F5E9E9;
    --bs-yellow: #EFEAEA;
    --bs-green: #F5F8F1;
    --bs-teal: #EFE8EF;
    --bs-cyan: #F3F3F3;
    --bs-black: #111111; 
    --bs-white: #FFFFFF;
    --bs-gray: #777777;   
    --bs-info: #C3C3C3;
}

.btn-primary {
    --bs-btn-color: var(--bs-black);
    --bs-btn-bg: var(--bs-orange);
    --bs-btn-border-color: var(--bs-orange);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-black);
    --bs-btn-hover-border-color: var(--bs-black);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-bg: var(--bs-black); 
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-black);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: var(--bs-black);
    --bs-pagination-active-bg: #F5E9E9;
    --bs-pagination-active-border-color: #F5E9E9;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

.bg-gray {
    background-color: var(--bs-gray) !important;
}

.bg-yellow {
    background-color: var(--bs-yellow) !important;
}

.bg-green {
    background-color: var(--bs-green) !important;
}

.bg-teal {
    background-color: var(--bs-teal) !important;
}

.navbar-nav a.nav-link:hover {
    color: var(--bs-primary) !important;
}

.offcanvas-nav {
    width: 100%;
    align-items: flex-start;
}

.offcanvas-nav .nav-item {
    width: 100%;
}

.offcanvas-nav .nav-link {
    display: block;
    padding: 0.85rem 0;
    line-height: 1.2;
}

body {
    font-family: var(--body-font);
}

/* font size */
h2,h3,h4,h5,h6 {
    font-weight: 700;
}
.display-1 {
    font-size: calc(4.375rem + 4.5vw);
    font-weight: 900 ;
    font-family: var(--body-font); 
    line-height: 80%;
}
.display-2,
.display-3,
.display-4,
.display-5 {
    font-weight: 700 ;
}
.p-6 {
    padding: 4rem !important;
}

/* navbar */
.navbar svg {
    color: #111111;
}

/* banner color */

.banner {
    color: var(--bs-black);
    overflow: hidden;
}

.banner-hero-content {
    max-width: 100%;
}

.banner-stats .banner-stat-item {
    min-height: 100%;
}

@media (max-width: 991.98px) {
    #home .banner {
        padding: 1.75rem !important;
    }

    #home .banner-hero-content {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #home .banner-name {
        font-size: clamp(2.35rem, 11vw, 3.75rem);
        line-height: 1.08;
        letter-spacing: -0.02em;
    }

    #home .banner-greeting,
    #home .banner-role,
    #home .banner-desc {
        font-size: 1.05rem !important;
        line-height: 1.5;
    }

    #home .banner-role {
        margin-bottom: 0.75rem;
    }

    #home .banner-desc {
        margin-bottom: 0;
    }

    #home .banner-stats {
        margin-top: 1.75rem !important;
        padding: 1.25rem 1rem !important;
    }

    #home .banner-stats .banner-stat-item {
        gap: 1rem !important;
        padding: 0.65rem 0.25rem;
    }

    #home .banner-stats .display-2 {
        font-size: clamp(2rem, 8vw, 2.75rem);
        margin-bottom: 0;
        flex-shrink: 0;
    }

    #home .banner-stats p {
        font-size: 0.72rem;
        letter-spacing: 0.12rem;
    }
}

@media (max-width: 575.98px) {
    #home .banner {
        padding: 1.25rem !important;
    }

    #home .banner-name {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    #home .banner-stats {
        margin-top: 2rem !important;
        padding: 1rem 0.85rem !important;
        row-gap: 0.5rem;
    }

    #home .banner-stats .banner-stat-item {
        padding: 0.85rem 0.35rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    #home .banner-stats > .col-md-3:last-child .banner-stat-item {
        border-bottom: none;
    }
}

/* line height */

p.a {
    line-height: 10%;
}

.lh-small {
    line-height: 80%;
}

.ls-4 {
    letter-spacing: 0.2rem;
}

/* masonry */
.btn.is-checked {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
/* paragraph color */
.postf {
    color: var(--bs-gray);
}

.postg {
    color: var(--bs-info);
}

/* width of container */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1460px;
    }
}

/* testimonials */

.testimonials-section {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.testimonials-section-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 28, 20, 0.84) 0%, rgba(10, 34, 24, 0.9) 100%),
        url('../images/banner.png') center/cover no-repeat;
    transform: scale(1.02);
    z-index: 0;
}

.testimonials-section .container {
    position: relative;
    z-index: 1;
}

.testimonials-heading {
    margin-bottom: 2.5rem;
}

.testimonials-eyebrow {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0.65rem;
}

.testimonials-title {
    font-family: var(--body-font);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.15;
}

.testimonial-card {
    background: #f7f4ef;
    color: #222;
    border-radius: 1.25rem;
    padding: 2rem 1.75rem 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.testimonial-quote-mark {
    display: block;
    font-family: Georgia, serif;
    font-size: 2.4rem;
    line-height: 1;
    color: #0b3d2e;
    margin-bottom: 0.75rem;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #444;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.testimonial-author {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.85rem;
}

.testimonial-stars {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    color: #e8b020;
    line-height: 1;
}

.testimonials-section .swiper-slide {
    height: auto;
}

.testimonials-section .testimonial-swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    margin-top: 2rem;
}

.testimonials-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.85);
    opacity: 1;
    margin: 0 0.35rem !important;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.testimonials-section .swiper-pagination-bullet-active {
    background: #fff;
    border-color: #fff;
}



/* 3.5 FAQs
/*----------------------------------------------*/
.accordion-item{
    background: var(--bs-yellow);
  }
  h5 button.accordion-button{
    font-family: var(--body-font);
    background: var(--bs-yellow);
  }
  .accordion-button:focus {
    border: none;
    outline: 0;
    box-shadow: none;
  }
  .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
  }

  .accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E");
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
  }


/* styles page */
/* 
a {
    color: rgba(var(--bs-black), var(--bs-link-opacity, 1));
    text-decoration: none;
}

a:hover {
    --bs-black: var(--bs-link-hover-color-rgb);
} */

/* blog */

.page-link {
    color: var(--bs-black);
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

/* about section */
.about-section {
    background-color: #fff;
}

.about-image {
    border-radius: 1.25rem;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

.about-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #0b3d2e;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-leaf {
    color: #5e8b7e;
}

.about-title {
    font-family: var(--body-font);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0b3d2e;
}

.about-title em {
    font-style: italic;
    color: #0b3d2e;
}

.about-text {
    color: var(--bs-gray);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 40rem;
}

.about-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    background-color: #f5f7f6;
    border-radius: 0.85rem;
    padding: 1.1rem;
}

.about-feature-icon {
    flex-shrink: 0;
    color: #0b3d2e;
    margin-top: 0.15rem;
}

.about-feature-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b3d2e;
    margin-bottom: 0.35rem;
}

.about-feature-card p {
    font-size: 0.82rem;
    color: var(--bs-gray);
    margin-bottom: 0;
    line-height: 1.5;
}

.btn-about-resume {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background-color: #0b3d2e;
    color: #fff;
    border: 1px solid #0b3d2e;
    border-radius: 0.4rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-about-resume:hover {
    background-color: #082f23;
    border-color: #082f23;
    color: #fff;
}

@media (max-width: 991.98px) {
    .about-image {
        aspect-ratio: 16 / 11;
        max-height: 420px;
    }
}

/* services section */
.services-section {
    background-color: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #e8ece9;
}

.service-cell {
    border-right: 1px solid #e8ece9;
    border-bottom: 1px solid #e8ece9;
    padding: 2.5rem 2rem;
    transition: background-color 0.2s ease;
}

.service-cell:nth-child(2n) {
    border-right: none;
}

.service-cell:nth-last-child(-n+2) {
    border-bottom: none;
}

.service-cell:hover {
    background-color: #fafbfa;
}

.service-cell-inner {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    max-width: 22rem;
    margin: 0 auto;
}

.service-icon {
    flex-shrink: 0;
    color: #1a1a1a;
    margin-top: 0.15rem;
}

.service-cell h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.35rem;
    line-height: 1.3;
}

.service-cell p {
    font-size: 0.88rem;
    color: var(--bs-gray);
    margin-bottom: 0;
    line-height: 1.55;
}

@media (max-width: 767.98px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-cell {
        border-right: none;
        border-bottom: 1px solid #e8ece9;
        padding: 2rem 1.5rem;
    }

    .service-cell:nth-child(2n) {
        border-right: none;
    }

    .service-cell:last-child {
        border-bottom: none;
    }

    .service-cell-inner {
        max-width: none;
    }
}

/* consistent section spacing & alignment */
.site-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading h2 {
    margin-bottom: 0.75rem;
}

.section-heading p {
    color: var(--bs-gray);
    max-width: 40rem;
    margin: 0 auto;
}

.post-item {
    background-color: #fff;
    transition: box-shadow 0.2s ease;
}

.post-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.post-item img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.project-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.project-badge {
    background-color: #0b3d2e;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border-radius: 0.25rem;
}

.post-item-content {
    min-height: 100%;
    padding-bottom: 0.25rem;
}

.project-view-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    margin-left: auto;
    padding-top: 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0b3d2e;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.project-view-link:hover {
    color: #082f23;
    gap: 0.65rem;
}

.project-view-arrow {
    display: inline-block;
    width: 1.25rem;
    height: 2px;
    background-color: currentColor;
    position: relative;
    flex-shrink: 0;
}

.project-view-arrow::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.btn-view-details {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: #0b3d2e;
    color: #fff;
    border: 1px solid #0b3d2e;
    border-radius: 0.4rem;
    padding: 0.55rem 1.1rem;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-view-details:hover {
    background-color: #082f23;
    border-color: #082f23;
    color: #fff;
}

.project-detail-page {
    background-color: #fafafa;
}

.project-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--bs-gray);
}

.project-breadcrumb a {
    color: #0b3d2e;
    text-decoration: none;
}

.project-breadcrumb a:hover {
    text-decoration: underline;
}

.project-detail-hero-image {
    background: #fff;
    border: 1px solid #e8ece9;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.project-detail-hero-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.project-tagline {
    font-size: 1.1rem;
    color: var(--bs-gray);
    line-height: 1.6;
}

.project-meta-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-gray);
    margin-bottom: 0.2rem;
}

.project-meta-value {
    font-weight: 600;
    color: #111;
}

.project-detail-card {
    background: #fff;
    border: 1px solid #e8ece9;
    border-radius: 1rem;
    padding: 1.75rem;
}

.project-detail-sidebar {
    position: sticky;
    top: 6.5rem;
}

.project-feature-list {
    padding-left: 1.1rem;
    color: var(--bs-gray);
}

.project-feature-list li {
    margin-bottom: 0.65rem;
    line-height: 1.55;
}

.project-feature-list li:last-child {
    margin-bottom: 0;
}

.project-tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.project-tech-tag {
    display: inline-block;
    background-color: #f5f8f1;
    border: 1px solid #dce5d8;
    color: #0b3d2e;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.4rem 0.75rem;
    border-radius: 2rem;
}

.project-not-found {
    background: #fff;
    border: 1px solid #e8ece9;
    border-radius: 1rem;
    padding: 2.5rem;
}

.site-section-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 991.98px) {
    .site-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .section-heading {
        margin-bottom: 1.5rem;
    }
}

/* contact section */

.contact-section {
    background-color: #f3efe8;
}

.contact-eyebrow {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0b3d2e;
    margin-bottom: 0.75rem;
}

.contact-title {
    font-family: var(--body-font);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #0b3d2e;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.contact-text {
    color: #555;
    line-height: 1.65;
    margin-bottom: 1.75rem;
    max-width: 22rem;
}

.contact-socials {
    display: flex;
    gap: 0.85rem;
}

.contact-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #fff;
    color: #0b3d2e;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.contact-social-btn:hover {
    background: #0b3d2e;
    color: #fff;
    transform: translateY(-2px);
}

.contact-input {
    border: none;
    border-radius: 0.85rem;
    padding: 0.95rem 1.1rem;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.contact-input:focus {
    border: none;
    box-shadow: 0 0 0 0.2rem rgba(11, 61, 46, 0.15);
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background-color: #0b3d2e;
    color: #fff;
    border: 1px solid #0b3d2e;
    border-radius: 0.85rem;
    padding: 0.9rem 1.25rem;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.contact-submit-btn:hover {
    background-color: #082f23;
    border-color: #082f23;
    color: #fff;
}

.contact-image-wrap {
    height: 100%;
    min-height: 320px;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    background-image: url('../images/footer.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* footer */

.site-footer {
    background-color: #0b3d2e;
    color: rgba(255, 255, 255, 0.88);
    padding: 4rem 0 2rem;
}

.site-footer-main {
    margin-bottom: 2.5rem;
}

.site-footer-brand {
    display: inline-block;
    font-family: var(--body-font);
    font-size: 1.85rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    margin-bottom: 1rem;
    line-height: 1;
}

.site-footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.site-footer-text {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin-bottom: 1.25rem;
    max-width: 18rem;
}

.site-footer-socials {
    display: flex;
    gap: 0.85rem;
}

.site-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-footer-socials a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: #fff;
}

.site-footer-links li {
    margin-bottom: 0.55rem;
}

.site-footer-links a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-links a:hover {
    color: #fff;
}

.site-footer-connect {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.site-footer-connect:hover {
    color: rgba(255, 255, 255, 0.85);
}

.site-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.site-footer-made {
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767.98px) {
    .site-footer-bottom {
        flex-direction: column;
    }

    .contact-image-wrap {
        min-height: 280px;
    }
}