   @media (min-width: 992px) {
            .header-logo img {
                max-width: 200px;
                position: absolute;
                top: 0;
                z-index: 999;
            }

            .about-1 .about-content {
                margin-left: 0 !important;
            }

            .about-1 .about-content .title {
                text-indent: 0 !important;
                max-width: 100% !important;
            }

            .about-1 .about-content .text {
                max-width: 100% !important;
            }

            .about-1 .about-content .info-area {
                grid-template-columns: repeat(2, 1fr) !important;
                max-width: 400px;
            }
        }

        @media (max-width: 1200px) {
            .offcanvas__logo img {
                max-width: 130px;
            }
        }

        @media (max-width: 991px) {
            .header-logo img {
                max-width: 120px;
            }

            .about-1 .about-content .title {
                text-indent: 0 !important;
                text-align: center;
            }

            .about-1 .about-content .text {
                max-width: 100% !important;
                text-align: center;
            }

            .about-1 .about-content .info-area {
                grid-template-columns: 1fr !important;
                text-align: center;
            }

            .offcanvas__logo img {
                max-width: 130px;
            }
        }

        /* Portfolio text always visible below images */
        .swiper-slide .infu {
            text-align: center;
            margin-top: 20px;
        }

        .swiper-slide .infu p {
            color: var(--text);
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .swiper-slide .infu h5 {
            color: var(--theme);
            font-size: 20px;
            font-weight: 400;
            margin: 0;
        }

        /* Footer menu styling */
        .footer-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px 20px;
        }

        .footer-menu li {
            margin-bottom: 0;
        }

        .footer-menu li a {
            color: var(--theme);
            font-size: 15px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: block;
        }

        .footer-menu li a:hover {
            color: var(--theme-2);
            padding-left: 5px;
        }

        /* Footer bottom social icons */
        .footer-bottom .social-icon a {
            width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: var(--theme);
            border-radius: 50%;
            margin: 0 5px;
            transition: all 0.3s ease;
        }

        .footer-bottom .social-icon a:hover {
            background-color: var(--theme-2);
            transform: translateY(-3px);
        }

        .footer-bottom .social-icon a i {
            color: var(--white);
            font-size: 16px;
        }


.hero-1 .hero-content .text, .hero-1 .hero-content .text2 {
    font-size: 50px;
    font-weight: 500;
}
.signle-footer-widgets{
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
 .hero-1 .hero-content .text, .hero-1 .hero-content .text2 {
        font-size: 30px;
        line-height: 100%;
    }
    
    .footer-bottom{
        padding: 20px 0px;
    }
    .signle-footer-widgets{
    margin-top: 20px;
}
}
@media (max-width: 1199px) {
.hero-1 .hero-content .text, .hero-1 .hero-content .text2  {
        font-size: 35px;
        line-height: 130%;
    }
    .portfolio-1 .single-portfolio-item{
        height: auto;
    }
}

/* Portfolio Image Background & Border Support */
.portfolio-1 .single-portfolio-item {
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0; /* Light border added as requested */
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-1 .single-portfolio-item:hover {
    background-color: #eeeeee;
}

.portfolio-1 .single-portfolio-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.section-title .cta-wrapper-title {
    color: var(--theme);
    font-size: 45px;
}
@media (max-width: 575px) {
    .section-title .cta-wrapper-title {
    font-size: 24px;
}
}
@media (max-width: 575px) {
    .hero-1 .hero-image .image img {
  border-radius: 50px;
}
.hero-wrapper .shape-3{
    display: none;
}
}

/* Fix Mobile Menu Layout Shift (FOUC) */
@media (max-width: 1199px) {
    .main-menu {
        display: none !important;
    }
}
.project-details-wrapper .content ul li i{
    padding-right: 10px;
}

.project-details-image img {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}

.about-counters .info-text {
    background: #fdfdfd;
    padding: 25px 15px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    flex: 1;
    min-width: 200px;
    transition: all 0.3s ease;
    text-align: center;
}

.about-counters .info-text:hover {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: var(--theme);
}

.about-counters .info-text h2 {
    font-size: 32px;
    color: var(--theme);
    margin-bottom: 5px;
}

.about-counters .info-text p {
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 575px) {
    .about-counters .info-text {
        flex: 1 1 100%;
    }
    .about-btn-center{
    text-align: center;
}
}

.stars {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    color: #ffb400;
}
.error_field {
    color: #de6f30;
    text-align: right;
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
}

/* Footer Font Styling */
.footer-label {
    font-family: "Marcellus", serif !important;
    font-weight: 400;
    font-size: 20px;
    color: var(--theme);
    display: block;
    margin-bottom: 5px;
}

.footer-contact-value, .footer-contact-value a {
    font-family: "Manrope", sans-serif !important;
    font-size: 15px;
    color: var(--theme);
    font-weight: 400;
    margin-bottom: 0;
}

.footer-contact-value a:hover {
    color: var(--theme-2);
}

/* Contact Page Info Styles */
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme);
    font-size: 20px;
    flex-shrink: 0;
}

.contact-info-text h4 {
    font-size: 22px;
    margin-bottom: 5px;
}

.contact-info-text p, .contact-info-text p a {
    font-size: 16px;
    color: var(--text);
    margin: 0;
}

.contact-info-text p a:hover {
    color: var(--theme);
}

@media (max-width: 1199px) {
    .contact-infu {
        margin-top: 50px;
    }
}

/* Black Button Style */
.theme-btn.black-btn {
    background-color: var(--black-2) !important;
    color: var(--white) !important;
}

.theme-btn.black-btn::after {
    background-color: var(--theme) !important;
}

.theme-btn.black-btn:hover {
    background-color: var(--theme) !important;
    color: var(--white) !important;
}
.footer-widgets-inner{
    position: relative;
    z-index: 1;
}
.project-image img {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}
