body {
    padding-top: 100px;
}
.txtheaders {
color: #000;
font-family: "Madimi One";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;}

.txtheadersgold{color: var(--Gold, #BE8829);
font-family: "Madimi One";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;}

.nav-link,
 .dropdown-toggle {
            display: flex;
            flex-direction: column;
            align-items: center;
            color: var(--Dark-Green, #0A3323);
font-family: "Madimi One";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
        }

        .nav-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 3px;
            object-fit: contain;
        }
@media (min-width: 992px) {

    .center-nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        gap: 7rem;
    }

}

@media (max-width: 991.98px) {

    .center-nav {
        position: static;
        transform: none;
        gap: 0;
    }

}

 .navbar {
            min-height: 90px;
            background:rgba(255, 255, 255, 0.6);
             backdrop-filter: blur(10px);
             transition: all 0.3s ease;
        }
        
.navbar.scrolled {
    padding: 12px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.dropdown-toggle::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 5px;

    background-image: url('img/arrow_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    border: none;

    transition: transform 0.3s ease;
}
.dropdown.show .dropdown-toggle::after,
.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    font-family: 'Madimi One', sans-serif;
    border-radius: 15px;
    padding: 10px;
}

@media (max-width: 991.98px) {

    .dropdown-menu-end {
        right: auto !important;
        left: 0 !important;
    }

}

.dropdown-item {
    padding: 10px 20px;
}
/* default navbar */
.navbar {
    padding: 25px 20px;
    transition: all 0.3s ease;
}

.nav-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 4px;

    background: #839958;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.nav-link:hover::before,
.nav-link.active::before {
    transform: translateX(-50%) scaleX(1);
}

@media (max-width: 991.98px) {

    .nav-link::before {
        width: 40px;
        bottom: -4px;
        height: 2px;
    }

}
.nav-icon {
    transition: transform 0.3s ease;
}

.nav-link:hover .nav-icon {
    transform: translateY(-4px);
}

.dropdown-item:hover {
    background-color: rgba(46, 125, 50, 0.1);
    color: #839958;
}
.nav-link.active .nav-icon {
    transform: scale(1.1);
}


.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* Bottom align */
    gap: 50px;
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

/* Left Text */
.hero-heading {
    flex: 1;
    min-width: 300px;
}

.hero-heading h1 {
    font-family: 'Madimi One', sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    color: #111;
    margin: 0;
}

.hero-heading .highlight {
    color: #b58a3c;
}

/* Right Image */
.hero-image {
    flex: 1;
    min-width: 300px;

    /* Right align image */
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    width: 50%;
    height: auto;
    display: block;
    border-radius: 18px;
    object-fit: cover;
}
.subheadish{color: var(--Midnight-Green, #105666);
font-family: "Madimi One";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.8px;}

.subheadishlg{color: var(--Midnight-Green, #105666);
font-family: "Madimi One";
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.8px;}

.subheadishfun{color: var(--Midnight-Green, #839958);
font-family: "Madimi One";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.8px;}

p {
font-family: "Fira Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
letter-spacing: 0.8px;}


.limited-text {
    max-width: 900px;
    margin: 0 auto;
}

 .custom-card {
            background-color: #D3968C;
            border: none;
            border-radius: 12px;
            overflow: hidden;
            position: relative;
        }

        .custom-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* green bottom line */
        .custom-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #839958;
        }

         .section-wrapper {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .split-container {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .image-box {
            flex: 0 0 20%;
        }

        .image-box img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            object-fit: cover;
        }

        .text-box {
            flex: 0 0 80%;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .split-container {
                flex-direction: column;
                text-align: center;
            }

            .image-box,
            .text-box {
                flex: 0 0 100%;
            }
        }

         .line-container {
        display: flex;
        justify-content: center;
        padding: 60px 20px;
    }

    .growing-line {
        height: 4px;
        background: #839958;
        border-radius: 2px;

        width: 100px;
        max-width: 900px;
        min-width: 100px;

        animation: growShrink 10s ease-in-out infinite;
    }

    /* animation cycle */
    @keyframes growShrink {
        0% {
            width: 100px;
        }
        50% {
            width: min(900px, 90vw);
        }
        100% {
            width: 100px;
        }
    }

        .contact-box {
        width: 100%;
        max-width: 900px;
        background: #D3968C;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        position: relative;
        margin: 0 auto;
        box-sizing: border-box;
        justify-content: center;

        }

        @media (max-width: 768px) {

    .contact-box {
        padding: 15px;
        border-radius: 10px;
    }

}
    .title {
        font-family: 'Madimi One', sans-serif;
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 5px;
        letter-spacing: 1px;
    }

    /* 200px line under EMAIL */
    .underline {
        width: 120px;
        height: 2px;
        background: #175866;
        margin: 10px auto;
    }

    .email {
        font-family: "Madimi One", sans-serif;
        color: #ffffff;
        margin-top: 5px;
        font-size: 14px;
        word-break: break-word;
    }

    .icons {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .icons a {
        color: #ffffff;
        font-size: 20px;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .icons a:hover {
        transform: translateY(-3px);
        color: #175866;
    }
    
    footer {
        background: #0A3323;
        padding: 10px 10px;
        text-align: center;
        max-height: 200px;
        font-family: 'Madimi One', sans-serif;
        color: #fff;
        font-size: 12px;
    }

    .footer-container {
        max-width: 100%;
        margin: 0 auto;
        justify-content: center;
    }
    a{
        color: #fff;
        text-decoration: none;
        font-family: 'Madimi One', sans-serif;
    }
 .abtimage-box {
    width: 35%;
}

.abttext-box {
    width: 65%;
}

.founder-email {
    display: inline-block;
    margin-top: 15px;

    font-family: "Madimi One", sans-serif;
    color: #105666;
    text-decoration: none;
}

.founder-email:hover {
    color: #BE8829;
}
.abtimage-box img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}
.abtsplit-container {
            display: flex;
            align-items: center;
            gap: 20px;
        }

.gallery-section {
    background: #fff;
    padding: 60px 0;
}

.gallery-container {
    max-width: 1600px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    gap: 20px;
}

.art-card {
    background: #E7D0B7;

    padding: 20px;

    position: relative;
}

.art-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 6px;

    background: #BE8829;
}

.art-card img {
    width: 100%;
    display: block;
}

.gallery-prev,
.gallery-next {

    background: transparent;
    border: none;

    cursor: pointer;

    flex-shrink: 0;
}

.gallery-prev img,
.gallery-next img {

    width: 80px;

    transition: transform .3s ease;
}
.gallery-prev:hover img,
.gallery-next:hover img {

    transform: scale(1.1);
}

.swiper-slide-active {
    transform: scale(1.05);
    transition: transform 0.4s ease;
}
.artSwiper {
    width: 100%;
    overflow: hidden;
}
.swiper-slide {
    height: auto;
}

.rdmore-btn {
    display: inline-block;
    margin-top: 15px;

    font-family: Fira Sans, sans-serif;
    color: #105666;
    text-decoration: none;
}

.rdmore-btn:hover {
    color: #BE8829;
}

.error-cards-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 20px;
}

.error-title {
    text-align: center;
    font-family: "Madimi One", sans-serif;
    font-size: 80px;
    color: #105666;
}

.error-subtitle {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
}
.error-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.error-card {
    background: #D3968C;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    position: relative;
}
.error-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #839958;
}
.error-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;

    margin-bottom: 15px;
}
.error-card h3 {
    font-family: "Madimi One", sans-serif;
    color: #105666;
    margin-bottom: 10px;
}
.error-card a {
    color: #105666;
    text-decoration: none;
    font-family: "Madimi One", sans-serif;
}

.error-card a:hover {
    color: #BE8829;
}
@media (max-width: 768px) {

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

}
.error-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.error-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 15px 30px rgba(0,0,0,0.12);
}

.button-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 0;
}

.green-button {
    flex: 1;
    background-color: #0A3323;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 12px;

    font-family: "Madimi One", sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;

    transition: transform 0.3s ease, background-color 0.3s ease;
}

.green-button.active {
    background-color: #839958;
    color: #ffffff;
}

.green-button:hover {
    background-color: #105666;
    transform: translateY(-3px);
}
.spacer {
    padding: 30px;
}

/* Style the main card box */
.card {
  background-color: #BE8829; /* Background for the entire box */
  border: 0px solid #BE8829; /* Optional: border color */
}


.card-text {
  color: #ffffff; /* Body text color */
  font-family: "Madimi One";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.8px;}
  /* background-color: #334155; Uncomment if you want a separate highlight box behind just the body text */

.case-study-prototype {
    width: 100%;
    padding: 60px 20px;
}

.prototype-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.prototype-container iframe {
    width: 100%;
    height: 1800px;
    display: block;

    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}