 * { box-sizing: border-box; margin: 0; padding: 0; }
        body, html {
            width: 100%;
            height: 100%;
            /*font-family: 'Poppins', sans-serif !important;*/
            background: #f6f8fa;
            clear: both;
            font-family: "Beausite Fit Light", sans-serif !important;
            font-weight: 400;
        }
        .navbar {
            width: 100%;
            background-color: rgb(195 184 184 / 85%);
            box-shadow: 0 0 10px rgba(0, 0, 0, .9);
            color: #fff;
            display: flex;
            align-items: center;
            padding: 0 8vw;
            height: 80px;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            /* width: 100vw; */
            z-index: 1000;
            transition: background 0.4s;
        }
        .navbar__logo {
            display: flex;
            align-items: center;
            margin-right: 32px;
        }
        .navbar__logo img {
            height: 46px;
            width: auto;
            margin-right: 10px;
            display: block;
        }
        .navbar__links {
            display: flex;
            gap: 24px;
            margin-left: auto;
            align-items: center;
            transition: right 0.35s;
        }
        .navbar__link {
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            opacity: 0.87;
            transition: color 0.2s, opacity 0.2s;
            position: relative;
            padding: 8px 12px;
        }
        .navbar__link.active, .navbar__link:hover {
            color: #ffd700;
            opacity: 1;
        }
        .navbar__icon {
            width: 28px; height: 28px; margin-left: 16px; opacity: 0.82; transition: opacity 0.2s;
        }
        .navbar__icon:hover { opacity: 1; }
        .navbar__toggle {
            display: none;
            flex-direction: column;
            justify-content: center;
            cursor: pointer;
            margin-left: auto;
            height: 36px;
            width: 36px;
        }
        .navbar__toggle span {
            height: 4px;
            width: 28px;
            background: #fff;
            margin: 3px 0;
            border-radius: 2px;
            transition: all 0.4s;
            display: block;
        }
        .navbar__close {
            display: none;
            position: absolute;
            top: 20px;
            right: 26px;
            font-size: 30px;
            background: none;
            border: none;
            color: #fff;
            cursor: pointer;
            z-index: 99;
            padding: 2px 10px;
        }
        @media (max-width: 900px) {
            .navbar { padding: 0 4vw; }
            .navbar__logo img { height: 32px; }
        }
        @media (max-width: 768px) {
            .navbar { height: 62px; }
            .navbar__links {
                position: fixed;
                top: 0;
                right: -100vw;
                width: 68vw;
                max-width: 290px;
                height: 100vh;
                background: rgba(50, 80, 110, 0.97);
                box-shadow: -2px 2px 20px rgba(0,0,0,0.19);
                flex-direction: column;
                gap: 18px;
                padding-top: 82px;
                padding-left: 40px;
                align-items: flex-start;
                transition: right 0.35s;
                z-index: 20;
            }
            .navbar__links.open {
                right: 0;
            }
            .navbar__toggle {
                display: flex;
            }
            .navbar__close {
                display: block;
            }
        }
        @media (max-width: 480px) {
            .navbar {
                padding: 0 7px;
            }
            .navbar__logo img {
                height: 50px;
            }
            .slider-container { height: 160px; }
            .navbar__links {
                width: 100vw;
                max-width: 100vw;
                padding-left: 26px;
                padding-top: 54px;
            }
            .navbar__close {
                top: 14px;
                right: 14px;
                font-size: 27px;
            }
        }
        .slider-container {
            width: 100%;
            height: 560px;
            position: relative;
            overflow: hidden;
            background: #222;
        }
        .slider-track {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.7s cubic-bezier(.72,.3,.38,.81);
            will-change: transform;
        }
        .slider-slide {
            min-width: 100vw;
            width: 100vw;
            height: 100%;
            flex-shrink: 0;
            position: relative;
        }
        .slider-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .slider-controls {
            position: absolute;
            bottom: 36px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 20px;
            z-index: 4;
        }
        .slider-dot {
            width: 13px; height: 13px;
            border-radius: 50%;
            background: rgba(255,255,255,0.6);
            cursor: pointer;
            border: 1.5px solid #fff;
            transition: background 0.3s, border 0.3s;
        }
        .slider-dot.active {
            background: #ffd700;
            border: 1.5px solid #ffd700;
        }
        .aboutus-main {
    width: 100%;
    background: #fff;
    padding: 70px 0 45px 0;
    border-top: 1px solid #e5e5e5;
}
.aboutus-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.aboutus-content h1 {
    font-size: 2.40rem;
    font-weight: 600;
    margin-bottom: 36px;
    color: #192536;
}
.aboutus-content h2 {
    font-size: 1.31rem;
    font-weight: 500;
    margin: 32px 0 10px 0;
    color: #263441;
    letter-spacing: 0;
}
.aboutus-content h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #263441;
    margin: 2.2em 0 6px 0;
    text-align: left;
}
.aboutus-content p {
    text-align: left;
    color: #000;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 24px;
    margin-top: 0;
}
.aboutus-content ul {
    text-align: left;
    color: #263441;
    font-size: 1.08rem;
    margin-bottom: 24px;
    margin-left: 22px;
    line-height: 1.6;
}
.aboutus-content ul li {
    margin-bottom: 6px;
    /* list-style-type: disc; */
    list-style: none;
}
.aboutus-buttons {
    margin-top: 34px;
    display: flex;
    gap: 17px;
    justify-content: center;
}
.about-btn {
    display: inline-block;
    background: #17394d;
    color: #fff;
    border-radius: 5px;
    padding: 10px 34px;
    font-weight: 500;
    font-size: 1.08rem;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background 0.21s;
    border: none;
    outline: none;
    cursor: pointer;
}
.about-btn:hover {
    background: #115e8c;
}

/*modify class*/

.border {
    border: 1px solid #BE8966;
    margin: 5px auto;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.border:hover {
    border-color: #BE8966;
    box-shadow: 0 0 15px rgba(190, 137, 102, 0.4);
    transform: translateY(-5px);
    background-color: #fdf9f8;
}

.border h1,
.border h3 {
    text-align: center;
    color: #053664;
    transition: color 0.3s ease;
}

.border:hover h1,
.border:hover h3 {
    color: #BE8966;
}

.border p,
.border ul {
    text-align: center;
    color: #053664;
}

/* paragraph text shadow effect */
/*.border p {*/
/*    text-shadow: 1px 1px 2px rgba(202, 171, 177, 0.6);*/
/*}*/




/*modifyclass end*/

@media (max-width: 900px) {
    .aboutus-content { padding: 0 4vw; }
}
@media (max-width: 600px) {
    .aboutus-main { padding: 36px 0 24px 0; }
    .aboutus-content h1 { font-size: 1.32rem; margin-bottom: 20px; }
    .aboutus-content { padding: 0 8px; }
    .about-btn { padding: 8px 20px; font-size: 0.97rem; }
}

/* ===== PROJECTS SECTION ===== */

.projects-section {
    width: 100%;
    background: #fff;
    padding: 64px 0 48px 0;
    border-top: 1px solid #e5e5e5;
}

/* Section heading and intro */
.projects-heading {
    text-align: center;
    font-size: 2.4rem;
    color: #1c2834;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.projects-intro {
    text-align: center;
    color: #223344;
    font-size: 1.09rem;
    margin-bottom: 38px;
}

/* Projects grid layout */
.projects-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    gap: 32px 0;
    /* vertical gap only */
    box-sizing: border-box;
}

/* Individual project cards */
.project-card {
    flex: 0 0 50%;
    width: 50vw;
    min-width: 250px;
    max-width: 100vw;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    background: #f4f6f7;
    display: flex;
    align-items: stretch;
}

/* remove side padding for edge cards */
.project-card:nth-child(2n+1) {
    padding-left: 0;
}

.project-card:nth-child(2n) {
    padding-right: 0;
}

/* Image styling */
.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Image hover effect */
.project-card:hover img {
    filter: brightness(0.62);
    transform: scale(1.045) rotate(-0.5deg);
}

/* Overlay setup */
.project-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(180deg, rgba(10, 14, 32, 0.09) 30%, rgba(24, 28, 51, 0.82) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.41s cubic-bezier(.58, .13, .48, .99);
}

/* Overlay visible on hover */
.project-card:hover .project-overlay {
    opacity: 1;
    pointer-events: auto;
}

/* Info box inside overlay */
.project-info {
    width: 100%;
    background: rgba(30, 38, 54, 0.85);
    color: #fff;
    padding: 1.2em 1.3em 1.7em 1.3em;
    border-radius: 10px;
    box-shadow: 0 3px 22px rgba(15, 12, 40, 0.15);
    text-align: left;
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%) translateY(30px);
    opacity: 0;
    transition: all 0.38s cubic-bezier(.82, 0, .19, 1);
}

/* Info box animation on hover */
.project-card:hover .project-info {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Heading inside info */
.project-info h3 {
    font-size: 1.32rem;
    margin-bottom: 0.3em;
    color: #BE8966;
    /* brand color */
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* Paragraph styling */
.project-info p {
    font-size: 1.07rem;
    color: #e6e6e6;
    margin: 0;
    line-height: 1.57;
}

/* Link styling inside paragraph */
.project-info p a {
    color: #BE8966;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.project-info p a:hover {
    color: #fff;
    text-shadow: 0 0 6px rgba(190, 137, 102, 0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .project-card {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }

    .project-info {
        padding: 1em;
        bottom: 18px;
    }

    .project-info h3 {
        font-size: 1.15rem;
    }

    .project-info p {
        font-size: 1rem;
    }
}

.footer {
    background: #23262b;
    color: #f7f7f7;
    padding: 54px 0 18px 0;
    font-size: 1.08rem;
    margin-top: 32px;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    max-width: 1250px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0 28px;
}
.footer-col {
    flex: 1 1 220px;
    min-width: 200px;
    margin-bottom: 32px;
}
.footer-col h3 {
    font-size: 1.21rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0.01em;
}
.footer-col p, .footer-col ul, .footer-col a {
    font-size: 0.97em;
    color: #d3d7dc;
    margin: 0;
}
.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 10px;
}
.footer-col ul li a {
    color: #d3d7dc;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-col ul li a:hover {
    color: #ffd700;
}
.footer-social {
    margin-top: 18px;
}
.footer-social a {
    color: #d3d7dc;
    margin-right: 18px;
    font-size: 1.32em;
    transition: color 0.2s;
    display: inline-block;
}
.footer-social a:hover {
    color: #ffd700;
}

.footer-col.newsletter input[type="email"] {
    padding: 10px 15px;
    border-radius: 4px 0 0 4px;
    border: none;
    outline: none;
    font-size: 1em;
    margin-right: 0;
    width: 67%;
    background: #181a1e;
    color: #fff;
}
.footer-col.newsletter button {
    padding: 10px 16px;
    border-radius: 0 4px 4px 0;
    border: none;
    background: #289df5;
    color: #fff;
    font-size: 1.15em;
    cursor: pointer;
    transition: background 0.24s;
}
.footer-col.newsletter button:hover {
    background: #185e96;
}
.footer-bottom {
    color: #bfbfc0;
    font-size: 0.97rem;
    border-top: 1px solid #31343b;
    text-align: center;
    margin-top: 18px;
    padding-top: 14px;
    letter-spacing: 0.02em;
}
.footer-bottom a {
    color: #289df5;
    text-decoration: underline;
    margin-left: 3px;
    transition: color 0.2s;
}
.footer-bottom a:hover { color: #ffd700; }

@media (max-width: 1010px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 0 7vw;
    }
    .footer-col { min-width: 0; width: 100%; margin-bottom: 24px; }
}
@media (max-width: 700px) {
    .footer { padding: 32px 0 6px 0; }
    .footer-container { padding: 0 2vw; }
    .footer-col h3 { margin-bottom: 11px; }
}
/* process */
.banner-process {
    width: 100%;
    height: 540px;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    background-image: url('https://images.unsplash.com/photo-1564013799919-ab600027ffc6?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80'); /* Place your image here */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-top: 0;
}
.banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(31,40,52,0.40); */
    z-index: 2;
}
.banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: flex-end;      /* Move content towards bottom */
    justify-content: center;
    height: 100%;
    padding-bottom: 150px;       /* Adjust this value to control vertical distance from bottom */
}

.banner-content h1 {
    color: #fff;
    font-size: 3.15rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 0 6px 20px rgba(11,21,23,0.20);
    margin: 0;
    text-align: center;
}
@media (max-width: 700px) {
    .banner-process { height: 180px; }
    .banner-content h1 { font-size: 1.5rem; }
    .banner-content { padding-bottom: 22px; }
}

.aboutus-content h1, projects-section h2 {
    position: relative;
    display: inline-block; /* Ensures underline width is based on the h1 */
    margin-bottom: 14px;
}
.aboutus-content h1::after, .projects-section h2::after {
    content: "";
    display: block;
    width: 55px;           /* Length of the underline */
    height: 3px;           /* Thickness */
    background: rgb(195 184 184 / 85%);   /* Brand color gold, can use your accent */
    margin: 7px auto 0 auto;
    border-radius: 2px;
}

.contactus-section {
    width: 100%;
    background: #fff;
    padding: 48px 0 48px 0;
    border-top: 1px solid #e6e8ee;
}
.contactus-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    gap: 0;
    background: #fff;
    border: 1.5px solid #e6e8ee;
    border-radius: 0;
    overflow: hidden;
    min-height: 420px;
    box-shadow: 0 3px 25px rgba(0,0,0,0.06);
}
.contactus-info, .contactus-form {
    flex: 1 1 50%;
    padding: 44px 44px 36px 44px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contactus-info {
    gap: 44px;
    border-right: 1.5px solid #e6e8ee;
}
.contactus-row {
    display: flex;
    gap: 40px;
    margin-bottom: 17px;
}
.contactus-item {
    flex: 1 1 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}
.contactus-item i {
    font-size: 1.38em;
    color: #1a2432;
    margin-bottom: 11px;
}
.contactus-item h3 {
    font-size: 1.07em;
    font-weight: bold;
    color: #192232;
    margin-bottom: 7px;
    margin-top: 0;
}
.contactus-item p {
    margin: 0;
    color: #3a4a51;
    font-size: 1em;
}
.contactus-item a {
    color: #3a4a51;
    font-size: 1.25em;
    margin-right: 8px;
    text-decoration: none;
    transition: color 0.18s;
}
.contactus-item a:hover { color: #101b3b; }

.contactus-form {
    border-left: none;
    gap: 17px;
    justify-content: flex-start;
}
.contactus-form-row {
    width: 100%;
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}
.contactus-form input[type="text"] {
    flex: 1 1 120px;
    font-size: 1em;
    padding: 12px 14px;
    border: 1.5px solid #b7bbc8;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 0;
}
.contactus-form input[type="email"],
.contactus-form textarea {
    width: 100%;
    font-size: 1em;
    padding: 12px 14px;
    border: 1.5px solid #b7bbc8;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 16px;
}
.contactus-form textarea {
    resize: vertical;
    min-height: 80px;
}
.contactus-form button {
    width: 100%;
    background: #053664;
    color: #fff;
    padding: 12px 0;
    border: none;
    border-radius: 3px;
    font-size: 1.09em;
    font-weight: bold;
    transition: background 0.21s;
    cursor: pointer;
    margin-top: 8px;
}
.contactus-form button:hover {
    background: #1b8bd9;
}

@media (max-width: 900px) {
    .contactus-container {
        flex-direction: column;
        border-radius: 0;
    }
    .contactus-info, .contactus-form { padding: 28px 16px 24px 16px; }
}
@media (max-width: 620px) {
    .contactus-container { min-width: 0; }
    .contactus-form-row { flex-direction: column; gap: 8px; }
}
