:root {
    --brown: #9b6048;
    --ink: #151515;
    --muted: #74716e;
    --soft: #f7f5f2;
    --line: #ddd7d2;
    --white: #fff;
    --max: 1350px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55
}

img {
    display: block;
    width: 100%
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(var(--max), calc(100% - 80px));
    margin: auto
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h2,
h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500
}

p {
    font-size: 14px;
    color: var(--muted)
}

.site-header {
    height: 78px;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 0
}

.nav-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 350px;
}

.brand-mark {
    font-size: 29px;
    font-weight: 300
}

.brand strong {
    display: block;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 1
}
.logo12{
    width: 60%;
}
.brand small {
    font-size:14px;
    letter-spacing: 3px
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 500;
    color: white;
    
}
.main-nav a{
    
    text-shadow: 0 4px 10px rgba(11, 0, 0, 0.3);
    color: #ffffff;
    text-shadow:
        1px 1px 2px #000000,
        2px 2px 6px rgba(0, 0, 0, 0.9);


}

.nav-cta {
    padding: 13px 22px;
    background: var(--brown);
    color: #fff
}

.menu-btn {
    display: none;
    border: 0;
    background: none;
    font-size: 26px
}

.hero {
    height: 650px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #fff 0%, #fff 38%, transparent 62%)
}

.hero-image {
    position: absolute;
    inset: 0 0 0 28%;
    background: url('./assets/hero.jpg') center/cover no-repeat;
    z-index: -2
}

.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 34%, rgba(255, 255, 255, .35) 58%, rgba(255, 255, 255, 0) 75%);
    z-index: -1
}

.hero-grid {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 265px;
    align-items: center
}

.hero-copy {
    width: 530px;
    padding-top: 58px
}

.eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
    color: #8a6a5d;
    margin-bottom: 22px;
    font-weight: 500;
}

.hero h1 {
    font-size: 46px;
    line-height: 1.13;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 22px
}

.short-line {
    display: block;
    width: 44px;
    height: 3px;
    background: var(--brown);
    margin: 0 0 25px
}

.hero-copy>p:not(.eyebrow) {
    max-width: 390px
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-top: 34px
}

.btn {
    height: 44px;
    padding: 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: .3px;
    border: 1px solid transparent;
    cursor: pointer
}

.btn-primary {
    background: var(--brown);
    color: #fff
}

.btn-outline {
    background: #fff;
    border-color: #bdb8b4
}

.hero-stats {
    background: rgba(255, 255, 255, .94);
    padding: 15px 22px;
    margin-top: 70px
}

.hero-stats div {
    display: grid;
    grid-template-columns: 36px 1fr;
    grid-template-rows: auto auto;
    padding: 19px 0;
    border-bottom: 1px solid #e8e2de
}

.hero-stats div:last-child {
    border: 0
}

.stat-icon {
    grid-row: 1/3;
    font-size: 24px;
    color: #aa7b67
}

.hero-stats strong {
    font-size: 18px
}

.hero-stats small {
    font-size: 10px;
    color: #777
}

.section {
    padding: 44px 0
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px
}

.section-head>div {
    display: flex;
    align-items: center;
    gap: 20px
}

.section-head span {
    font-size: 11px;
    letter-spacing: 2px
}

.section-head i {
    display: block;
    width: 150px;
    height: 1px;
    background: #bfb8b3
}

.section-head a {
    font-size: 9px;
    letter-spacing: .5px;
    color: #666
}

.compact {
    justify-content: flex-start;
    margin-bottom: 22px
}

.project-slider-wrap {
    position: relative
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.project-card {
    border: 1px solid #ece8e5;
    background: #fff
}

.project-card img {
    height: 210px;
    object-fit: cover
}

.card-body {
    padding: 13px 15px 16px
}

.card-body small {
    font-size: 8px;
    color: #a28679;
    letter-spacing: .5px
}

.card-body h3 {
    margin: 5px 0 4px
}

.card-body p {
    margin: 0;
    font-size: 11px
}

.slide-arrow {
    position: absolute;
    right: -23px;
    top: 39%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #c8c1bd;
    background: #fff;
    font-size: 26px
}

.about {
    padding-top: 10px
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 72px;
    align-items: center
}

.about-image {
    height: 320px;
    object-fit: cover
}

.about-copy {
    padding-right: 55px
}

.about-copy h2,
.featured-copy h2,
.contact h2 {
    font-size: 30px;
    margin-bottom: 12px
}

.about-copy>p:last-of-type {
    max-width: 620px
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px
}

.about-stats div {
    display: grid;
    gap: 4px;
    border-right: 1px solid #ddd;
    padding-right: 28px;
    margin-right: 28px
}

.about-stats div:last-child {
    border: 0
}

.about-stats b {
    color: #ad7d67;
    font-size: 22px
}

.about-stats strong {
    font-size: 18px
}

.about-stats small {
    font-size: 10px;
    color: #777
}
/* =====================================================
   SHULAB ARCHITECTURE - OUR SERVICES SECTION
   Theme matched with Hero and About Section
===================================================== */


/* =====================================================
   MAIN SECTION
===================================================== */

.archServices91 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 78px 20px 32px;

    background:
        radial-gradient(
            circle at 12% 10%,
            rgba(154, 103, 74, 0.045),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 88%,
            rgba(154, 103, 74, 0.035),
            transparent 30%
        ),
        #faf9f7;
}


/* Exact 1350px container */

.archServices91__container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}


/* =====================================================
   TOP INTRO AREA
===================================================== */

.archServices91__top {
    width: 100%;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 78px;
    margin-bottom: 48px;
}


/* Left content */

.archServices91__intro {
    max-width: 720px;
}

.archServices91__eyebrow {
    display: block;
    margin-bottom: 12px;

    color: #966348;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.7px;
    text-transform: uppercase;
}

.archServices91__smallLine {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 20px;
    background: #9a674a;
}

.archServices91__heading {
    margin: 0;

    color: #151515;
    font-size:30px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -2.4px;
}

.archServices91__description {
    max-width: 640px;
    margin: 20px 0 0;

    color: #66615d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}


/* =====================================================
   ARCHITECTURE DRAWING
===================================================== */

.archServices91__drawing {
    min-height: 255px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    padding-left: 58px;
}

.archServices91__drawingDivider {
    width: 1px;
    height: 220px;

    position: absolute;
    top: 50%;
    left: 0;

    background: #d8d1cb;
    transform: translateY(-50%);
}

.archServices91__houseSketch {
    width: 100%;
    max-width: 540px;
    height: auto;
    max-height: 270px;

    color: #8f8984;
    opacity: 0.94;
}


/* =====================================================
   SERVICE GRID
===================================================== */

.archServices91__grid {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 20px 30px;
}


/* =====================================================
   SERVICE CARD
===================================================== */

.archServices91__card {
    min-height: 200px;
    position: relative;

    padding: 15px;
 
    border: 1px solid #ded8d2;
    background: rgba(255, 255, 255, 0.48);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        background-color 0.35s ease;
}

.archServices91__card:hover {
    transform: translateY(-5px);

    border-color: rgba(154, 103, 74, 0.5);
    background: rgba(255, 255, 255, 0.88);

    box-shadow:
        0 18px 42px rgba(47, 31, 22, 0.07);
}


/* Number */

.archServices91__number {
    color: #936146;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

.archServices91__numberLine {
    display: block;

    width: 27px;
    height: 2px;

    margin-top: 10px;

    background: #9a674a;
}


/* Card inner content */

.archServices91__cardContent {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 21px;

    margin-top: 18px;
}


/* Icon circle */

.archServices91__iconCircle {
    width: 90px;
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #956449;

    background:
        radial-gradient(
            circle at center,
            #ffffff 0%,
            #f8f5f1 66%,
            #f0ebe6 100%
        );

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}
.archServices91__iconCircle img{
    width: 70%;
}

.archServices91__card:hover .archServices91__iconCircle {
    transform: scale(1.04);

    box-shadow:
        0 12px 28px rgba(82, 55, 39, 0.08);
}

.archServices91__iconCircle svg {
    width: 54px;
    height: 54px;
    stroke-width: 1.35;
}


/* Card typography */

.archServices91__text h3 {
    margin: 0;

    color: #181818;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.archServices91__subHeading {
    display: block;

    max-width: 225px;
    margin-top: 6px;

    color: #34302d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.archServices91__textLine {
    display: block;

    width: 27px;
    height: 2px;

    margin: 15px 0 12px;

    background: #9a674a;
}

.archServices91__text p {
    margin: 0;

    color: #69635f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}
.pro-icon{
    width: 80%;
}

/* =====================================================
   BOTTOM ARCHITECTURE DECORATION
===================================================== */

.archServices91__bottom {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    margin-top: 22px;
}

.archServices91__bottomLine {
    width: 215px;
    height: 1px;
    background: #a57960;
}

.archServices91__bottomIcon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #946247;
}

.archServices91__bottomIcon svg {
    width: 36px;
    height: 36px;
    stroke-width: 1.3;
}

.archServices91__tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    margin-top: -2px;

    color: #6c6661;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 5px;
}

.archServices91__tagline b {
    color: #9a674a;
    font-size: 7px;
}


/* =====================================================
   REVEAL ANIMATION
===================================================== */

.archServices91__reveal {
    opacity: 0;
    transform: translateY(30px);

    transition:
        opacity 0.75s ease,
        transform 0.75s ease;
}

.archServices91__reveal.archServices91__visible {
    opacity: 1;
    transform: translateY(0);
}

.archServices91__card:nth-child(2) {
    transition-delay: 0.07s;
}

.archServices91__card:nth-child(3) {
    transition-delay: 0.14s;
}

.archServices91__card:nth-child(4) {
    transition-delay: 0.07s;
}

.archServices91__card:nth-child(5) {
    transition-delay: 0.14s;
}

.archServices91__card:nth-child(6) {
    transition-delay: 0.21s;
}


/* =====================================================
   LARGE SCREEN
===================================================== */

@media (min-width: 1500px) {

    .archServices91 {
        padding-left: 0;
        padding-right: 0;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1150px) {

    .archServices91 {
        padding: 65px 24px 30px;
    }

    .archServices91__top {
        grid-template-columns: 1fr 0.85fr;
        gap: 42px;
    }

    .archServices91__heading {
        font-size: 44px;
    }

    .archServices91__drawing {
        padding-left: 35px;
    }

    .archServices91__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .archServices91__cardContent {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 18px;
    }

    .archServices91__iconCircle {
        width: 98px;
        height: 98px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {




    .archServices91 {
        padding: 50px 16px 28px;
    }

    .archServices91__top {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-bottom: 30px;
    }
    /* .hero-copy{
        padding-right:500px;
    } */

    .archServices91__intro {
        max-width: 100%;
    }

    .archServices91__eyebrow {
        font-size: 12px;
        letter-spacing: 2.2px;
    }

    .archServices91__smallLine {
        margin-bottom: 16px;
    }

    .archServices91__heading {
        font-size: 34px;
        line-height: 1.13;
        letter-spacing: -1.4px;
    }

    .archServices91__description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.7;
    }

    .archServices91__drawing {
        min-height: auto;

        padding: 18px 0 0;

        border-top: 1px solid #ddd6d0;
    }

    .archServices91__drawingDivider {
        display: none;
    }

    .archServices91__houseSketch {
        max-width: 100%;
        max-height: 220px;
    }

    .archServices91__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .archServices91__card {
        min-height: auto;
        padding: 21px 19px 22px;
    }

    .archServices91__cardContent {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 17px;
    }

    .archServices91__iconCircle {
        width: 86px;
        height: 86px;
    }

    .archServices91__iconCircle svg {
        width: 44px;
        height: 44px;
    }

    .archServices91__number {
        font-size: 23px;
    }

    .archServices91__text h3 {
        font-size: 18px;
    }

    .archServices91__text p {
        font-size: 14px;
    }

    .archServices91__bottom {
        gap: 12px;
        margin-top: 20px;
    }

    .archServices91__bottomLine {
        width: 90px;
    }

    .archServices91__tagline {
        flex-wrap: wrap;
        gap: 8px;

        font-size: 8px;
        letter-spacing: 3px;
    }
    .hero-stats{
        display: none;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {

    .archServices91__heading {
        font-size: 30px;
    }

    .archServices91__cardContent {
        grid-template-columns: 1fr;
    }

    .archServices91__iconCircle {
        width: 82px;
        height: 82px;
    }

    .archServices91__textLine {
        margin: 13px 0 11px;
    }

    .archServices91__bottomLine {
        width: 65px;
    }

}
.process {
    padding-top: 50px;
}

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

.process-row article {
    position: relative;
    padding-left: 67px;
    min-height: 80px
}

.process-row article:not(:last-child):after {
    content: "";
    position: absolute;
    top: 27px;
    right: -12px;
    width: 26px;
    height: 1px;
    background: #c6bfba
}

.process-row div {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    border: 1px solid #d6d0cc;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px
}

.process-row span {
    font-size: 12px;
    color: #9b8f88
}

.process-row h3 {
    font-size: 13px;
    margin: 1px 0
}

.process-row p {
    font-size: 9px;
    line-height: 1.4
}

.featured {
    padding-top: 10px
}

.featured-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    background: var(--soft)
}

.featured-grid>img {
    height: 520px;
    object-fit: cover
}

.featured-copy {
    padding: 52px
}

.featured-copy .location {
    font-size: 12px;
    color: #4f4b48
}
.featured-grid img{
    width: 100%;
}

.project-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0 28px;
    border-top: 1px solid #ddd;
    padding-top: 18px
}

.project-facts span {
    font-size: 10px
}

.project-facts b {
    display: block;
    font-size: 9px;
    color: #7f7772;
    margin-bottom: 5px
}

.testimonials {
    padding-bottom: 35px
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.testimonial-grid blockquote {
    margin: 0;
    background: var(--soft);
    padding: 24px 30px;
    min-height: 190px
}

.testimonial-grid blockquote>span {
    font-family: Georgia;
    font-size: 36px;
    color: #9a7b6e
}

.testimonial-grid p {
    font-size: 11px
}

.testimonial-grid footer {
    display: grid;
    margin-top: 20px
}

.testimonial-grid strong {
    font-size: 12px
}

.testimonial-grid small {
    font-size: 10px;
    color: #777
}

.contact {
    position: relative;
    /* background: url('assets/images/contact-bg.jpg') center/cover no-repeat; */
    color: #fff;
    padding: 38px 0
}

.contact-overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 18, 18, .82)
}

.contact-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr;
    gap: 50px;
    align-items: center
}

.eyebrow.light {
    color: #d6c5bd
}

.contact h2 {
    font-size: 34px
}

.contact form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.contact input,
.contact select,
.contact textarea {
    background: transparent;
    border: 1px solid #766d67;
    color: #fff;
    padding: 12px;
    font: inherit;
    font-size: 11px
}

.contact textarea {
    grid-column: 1/3;
    height: 65px;
    resize: none
}

.contact form .btn {
    width: max-content;
    height: 38px
}

.contact-info p {
    color: #eee;
    font-size: 14px;
    margin-bottom: 15px
}

.footer {
    background: #171717;
    color: #c8c8c8;
    padding: 32px 0 18px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .75fr 1fr 1fr 1.2fr;
    gap: 42px
}

.brand-light {
    color: #fff
}

.footer h4 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px
}

.footer a,
.footer p {
    display: block;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 7px
}

.mini-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px
}

.mini-gallery img {
    height: 65px;
    object-fit: cover
}

.copyright {
    margin-top: 22px;
    padding-top: 15px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    font-size: 12px
}

.toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    background: #1d1d1d;
    color: #fff;
    padding: 14px 18px;
    transform: translateY(120px);
    opacity: 0;
    transition: .3s;
    z-index: 99
}

.toast.show {
    transform: translateY(0);
    opacity: 1
}

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: .7s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:900px) {
    .container {
        width: min(100% - 36px, var(--max))
    }

    .site-header {
        position: fixed;
        background: rgba(255, 255, 255, .96);
        height: 65px
    }

    .main-nav {
        position: fixed;
        top: 65px;
        right: -100%;
        width: 78%;
        height: calc(100vh - 65px);
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 35px;
        transition: .3s
    }
    .main-nav a{
        text-shadow:none;
        color: black;
    }
 

    .main-nav.open {
        right: 0
    }

    .menu-btn {
        display: block
    }

    .hero {
        height: auto;
        padding: 125px 0 55px
    }

    .hero-image {
        inset: 0;
        background-position: 65% center;
        opacity: 50.23;
       
    }

    .hero:after {
        background: rgba(255, 255, 255, .72)
    }

    .hero-grid {
        display: block
    }

    .hero-copy {
        width: auto;
        padding: 0
    }

    .hero h1 {
        font-size: 32px
    }

    .hero-stats {
        margin: 35px 0 0
    }

    .project-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .project-card {
        min-width: 82%;
        scroll-snap-align: start
    }

    .slide-arrow {
        display: none
    }

    .about-grid,
    .featured-grid,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .about-copy {
        padding: 0
    }

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

    .process-row {
        grid-template-columns: 1fr 1fr
    }

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

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

    .featured-copy {
        padding: 30px
    }

    .contact form {
        grid-template-columns: 1fr
    }

    .contact textarea {
        grid-column: auto
    }

    .copyright {
        gap: 10px;
        flex-direction: column
    }
}

@media(max-width:560px) {
    .brand strong {
        font-size: 18px
    }

    .hero h1 {
        font-size: 30px
    }

    .hero-actions {
        flex-wrap: wrap
    }

    .section {
        padding: 34px 0
    }

    .section-head i {
        width: 60px
    }

    .project-card {
        min-width: 88%
    }

    .about-grid {
        gap: 28px
    }

    .about-image {
        height: 230px
    }

    .about-copy h2,
    .featured-copy h2,
    .contact h2 {
        font-size: 25px
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 16px;
        display: flex;
    }

    .about-stats div {
        border-right: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 12px
    }

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

    .process-row {
        grid-template-columns: 1fr
    }

    .process-row article:not(:last-child):after {
        display: none
    }

    .featured-grid>img {
        height: 280px
    }

    .project-facts {
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }

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

    .mini-gallery {
        grid-template-columns: repeat(4, 1fr)
    }

    .mini-gallery img {
        height: 55px
    }
}