
.dm-sans-<uniquifier > {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}


body {
    font-family: "DM Sans", sans-serif;
}

body, div, p, li, ul, ol, span, strong, h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

button:focus, button:active, .btn-check:focus + .btn {
    outline: none;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

li, ul, ol {
    list-style: none;
}

button, button:focus, button:hover, button:active {
    outline: none;
}

img {
    max-width: 100%;
}


/* ===== Navbar Wrapper ===== */
.webnavbar {
    position: relative;
    z-index: 999;
}

html, body {
    overflow-x: clip;
}

.main-navbar {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    width: min(1400px, calc(100dvw - 32px));
    max-width: 100%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #4B4B4B;
    border-radius: 100px;
    padding: 8px 20px;
    box-sizing: border-box;
    overflow: hidden;
    will-change: transform;
}



/* ===== Logo ===== */
.logo {
    width: 180px;
}

/* ===== Nav Links ===== */
.navbar-nav {
    gap: 20px;
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 6px 14px;
    transition: color 0.3s ease;
}

    .nav-link:hover,
    .nav-link:focus {
        color: rgb(255 255 255 / 80%);
    }

/* ===== Animated Border ===== */
.animate-border {
    position: relative;
    text-decoration: none;
}

    .animate-border::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0%;
        height: 2px;
        background-color: #FFBC11;
        transition: width 0.4s ease;
    }

    .animate-border:hover::after,
    .animate-border.active::after {
        width: 100%;
    }

/* ===== Button ===== */
.yellow-btn {
    background: #FFBC11;
    color: #000;
    padding: 10px 26px;
    font-weight: 600;
    border: none;
}

/* ===== Toggler ===== */
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

/* ===== Mobile Styles ===== */
@media (max-width: 991px) {
    .logo {
        width: 110px;
    }

    .main-navbar {
        border-radius: 24px;
        padding: 12px;
    }

    .navbar-collapse {
        margin-top: 12px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 16px;
        padding: 12px;
    }

    .navbar-nav {
        gap: 12px;
    }

    .nav-link {
        font-size: 16px;
    }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(201 144 31);
}


/*Hero css */

.btn {
    padding: 16px 26px;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #28a8ea36;
}

.yellow-btn {
    background-color: #C9901F;
    border: none !important;
}

.gry-btn {
    background-color: #211F1F;
    border: none !important;
}

    .yellow-btn:hover, .gry-btn:hover {
        background-color: #000;
        color: #fff;
    }



.hero-swiper {
    margin-top: 0px;
    overflow: hidden !important;
    max-width: 100%;
    ;
}

.hero-slide {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

/* COMMON LAYER */
.layer {
    position: absolute;
    inset: 0;
}

/* 1. Main BG */
.bg-main {
    background: url('../images/main-bg1.jpg') center/cover no-repeat;
    z-index: 1;
}

.vlassa-text {
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18vw;
    font-weight: 1000;
    text-transform: uppercase;
    pointer-events: none;
    background: #2D2D2F;
    background: linear-gradient(to bottom, #515151 0%, #2d2d2f00 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: vlassaFloat 2s ease-in-out infinite alternate;
    letter-spacing: 60px;
    margin-top: -366px;
    margin-left: 65px;
}

/* 3. BUILDING */
.building-layer {
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

    .building-layer img {
        width: 100%;
    }

/* 4. TEXTURE */
.texture-layer {
    background: url('../images/texture.png') center/cover no-repeat;
    z-index: 1;
    pointer-events: none;
    background-blend-mode: overlay;
    opacity: 50%;
}

/* 5. BLACK GRADIENT */
.gradient-layer {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgb(0 0 0 / 39%) 40%, rgb(0 0 0 / 0%) 100%);
    z-index: 5;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: end;
    height: 100vh;
    padding-bottom: 96px;
}

/* ANIMATION */
@keyframes vlassaFloat {
    from {
        transform: translateY(20px);
    }

    to {
        transform: translateY(-20px);
    }
}

.hero-swiper h1 {
    letter-spacing: 2px;
    font-size: 56px;
    font-weight: 800;
}

.hero-swiper p {
    font-size: 20px;
}

/* Bottom Controls Wrapper */
.slider-controls {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 77%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.slider-progress {
    width: 92%;
    height: 2px;
    background: rgba(255,255,255,0.25);
    position: relative;
    overflow: hidden;
}

.progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #C9901F;
    transition: width 0.4s ease;
}

/* Buttons */
.slider-buttons {
    display: flex;
    gap: 12px;
}

    .slider-buttons button {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #f3c77a;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.25s ease;
    }

        .slider-buttons button:hover {
            background: #ffd88c;
        }

    .slider-buttons img {
        width: 14px;
    }

.animate__animated {
    animation-duration: 0.8s !important;
    animation-delay: 0s !important;
}

/* who we are section */

.who-we-are {
    background-color: #fffbf1;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

    .who-we-are h2 {
        font-size: 50px;
        font-weight: 700;
        line-height: 58px;
        margin: 10px 0;
    }

    .who-we-are p {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }

    .who-we-are span {
        color: #C9901F;
        font-size: 22px;
        font-weight: 600;
    }

.design-arc-img img {
    height: 270px;
}

.who-we-are-img {
    position: absolute;
    right: 0;
}

    .who-we-are-img img {
        height: 600px;
    }

.design-arc-img {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

/* wow manage */
.reveal {
    opacity: 0;
    transition: all 0.9s ease;
}

    .reveal.active {
        opacity: 1;
        transform: translate(0, 0);
    }

/* Directions */
.fade-up {
    transform: translateY(60px);
}

.fade-bottom {
    transform: translateY(-60px);
}

.fade-left {
    transform: translateX(-60px);
}

.fade-right {
    transform: translateX(60px);
}


/* achivemet */
.stats-cta-section {
    background-color: #F4E7BF;
    min-height: 64px;
}

/* Section */
.stats-cta-section {
    background: #f8edc8;
    padding: 35px 30px;
}


.stat-item h2 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin-bottom: 4px;
}

    .stat-item h2 span {
        color: #d89b1e;
    }

.stat-item p {
    font-size: 16px;
    color: #2b2b2b;
    margin: 0;
}

/* Divider (desktop only) */
.stat-border {
    border-left: 3px solid #d89b1e;
}

/* Buttons */


.btn-watch {
    background: transparent;
    color: #000;
    font-weight: 500;
    border: none;
}

.cta-buttons {
    display: flex;
}

.request-demo {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
}

a.btn.yellow-btn.rounded-pill.w-lg-auto {
    height: fit-content;
}


.services-section {
    background: #000;
    color: #fff;
}

.section-tag {
    color: #f5b301;
    font-size: 14px;
    font-weight: 600;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
}

p {
    font-size: 18px;
    line-height: 27px;
}

/* -------servises accordion--------- */
.services-accordion {
    background: #000;
}

.accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #222;
    padding-bottom: 14px;
    ;
}

/* Button */
.service-btn {
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding: 24px 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

    .service-btn:not(.collapsed) {
        color: #f5b301;
    }

/* Remove default background */
.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

/* Left */
.service-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 200px;
}

.service-icon {
    width: 34px;
    height: 34px;
}

.service-left h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

/* Center text */
.service-desc {
    flex: 1;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    max-width: 500px;
}

.accordion-button::after {
    display: none !important;
}

.toggle-icon {
    width: 40px;
    margin-left: auto;
    transition: transform 0.3s ease;
}


.card-heading h3 {
    font-size: 20px;
    font-weight: 700;
}

.card-heading p {
    font-size: 18px;
    font-weight: normal;
}

ul.services-list li {
    font-size: 18px;
    color: #000000;
    list-style: disc;
    margin-left: 20px;
}



.services-accordion .accordion-body {
/*    background-image: url(../images/arc-bg.jpg);*/
    border-radius: 20px;
    padding: 14px;
}

.services-card {
    background: rgb(255 255 255 / 74%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 18px;
}

.our-projects {
    background-image: url(../images/project-bg.png);
    padding: 50px 0;
}

img.project-cover {
    border-radius: 16px;
    text-align: center;
    position: relative;
}

.project-col {
    background-color: #ffffff9e;
    padding: 10px;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

img.arrow-top {
    position: absolute;
    z-index: 9999;
    bottom: -30px;
    right: 24px;
}

.cover-banner-project {
    position: relative;
    margin-bottom: 20px;
}

.card-heading {
    padding: 10px;
}

/* ---------faq-section---------- */

.faq-section {
    background-color: #F3F3F3;
    padding: 50px 0;
}

    .faq-section .accordion-item {
        background: #ffff;
        border-bottom: 1px solid #ffffff61;
        padding-bottom: 14px;
        background: linear-gradient(90deg, rgb(255 255 255 / 48%) 0%, rgb(255 255 255 / 33%) 51%, rgb(255 255 255 / 86%) 100%);
    }

    .faq-section button.accordion-button.collapsed.service-btn, .faq-section .accordion-button:not(.collapsed) {
        padding: 16px;
        padding-bottom: 0;
    }

    /* Default (Closed) */
    .faq-section .accordion-item {
        border-radius: 100px;
        transition: border-radius 0.3s ease;
    }

        /* Open Accordion Item */
        .faq-section .accordion-item:has(.accordion-button:not(.collapsed)) {
            border-radius: 16px;
            background-color: #fff;
        }


.accordin-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.service-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

/* Rotate icon when accordion is open */
.accordion-button:not(.collapsed) .toggle-icon {
    transform: rotate(180deg);
}

/* -------contact-form----------- */

.contact-form {
    background: rgba(239, 239, 239, 0.6); /* semi-transparent */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* Safari support */
    padding: 8px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}


/* Underline Inputs */
.form-control,
.form-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0;
    padding-left: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
}

    .form-control:focus {
        background-color: #ffffff5b;
    }

    .form-control:focus,
    .form-select:focus {
        box-shadow: none;
        border-bottom-color: #000;
    }

textarea.form-control {
    resize: none;
}

.form-select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background-color: transparent;
}


.file-box {
    background: #ffffff6e;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}

    .file-box small {
        color: #f5a623;
    }

.file-name {
    font-size: 13px;
    color: #555;
    margin-top: 5px;
}
/* Hide file input */
#fileInput {
    display: none;
}

.contact-us {
    background-image: url(../images/contact-bg1.jpg);
    padding: 10px 0;
    background-repeat: no-repeat;
}

    .contact-us h2 {
        font-weight: 700;
        background: #ffffff;
        background: linear-gradient(90deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 34%) 51%, rgb(255 255 255 / 0%) 100%);
        padding: 12px;
        border-radius: 11px;
        font-size: 28px;
        margin-bottom: 15px;
    }

form {
    padding: 20px;
    padding-top: 4px;
}

/* -------contact-info----------- */

.contact-info-bar {
    background: #000;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    text-align:center;
}

    .info-item p {
        margin: 0;
        line-height: 1.5;
    }

.info-icon {
    display: flex;
    align-items: center;
}


.info-item.border-start,
.info-item.border-end {
    border-color: #dee2e638 !important;
    height: 120px;
}

/* Mobile */
@media (max-width: 767px) {
    .info-item {
        justify-content: center;
        text-align: center;
        padding: 15px 0;
    }

        .info-item.border-start,
        .info-item.border-end {
            border: none !important;
        }
}

/* ---------Processing-section----------- */

.process-section {
    background-image: url(../images/process-section-bg.jpg);
    padding: 44px 0;
    background-repeat: no-repeat;
}


/* ----------Footer-------------- */

footer {
    background-image: url(../images/Footer-bg.jpg);
    padding: 50px 0;
}

    footer a {
        color: #d5d5d5 !important;
        font-size: 20px !important;
        font-weight: 500 !important;
    }

ul.footer-menu li {
    display: inline-block;
    margin: 0 8px;
}


ul.footer-menu {
    border: 1px solid #ffffff1c;
    border-right: 0;
    border-left: 0;
    padding: 16px 0;
}

.copyright p {
    color: #e4e4e4a1;
}

/* -------partner-slider--------- */

.partners-section {
    background: linear-gradient(90deg, #2b1f05, #000);
    padding: 25px 0;
    overflow: hidden;
}

.partners-title h3 {
    color: #f5a623;
    font-weight: 600;
    margin: 0;
    padding-left: 20px;
}

.partners-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-slider img {
    max-height: 40px;
    width: auto;
    opacity: 0.9;
    filter: brightness(0) invert(1);
}

/* Mobile */
@media (max-width: 768px) {
    .partners-title {
        text-align: center;
        margin-bottom: 15px;
    }
}


.inner-hero {
    background-image: url(../images/about-us/inner-bg.jpg);
}

    .inner-hero h1 {
        font-size: 44px;
        font-weight: 700;
    }

.inner-hero {
    background-image: url(../images/about-us/inner-bg.jpg);
    padding: 270px 0 62px 0;
}

.project-list {
    background-color: #FFFDE7;
}

.about-us {
    background-image: url(../images/about-us/abt-g.jpg);
    padding: 40px 0;
}

.about-text-img .stats-cta-section {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border-radius: 20px;
}

.our-process {
    background-image: url(../images/about-us/process-bg.jpg);
    padding: 50px 0;
    min-height: 100vh;
}

.our-process {
    position: relative;
    margin-top: -8px;
}

.vlsaas-img {
    position: absolute;
    left: 10%;
    top: 0;
}

.home-img {
    position: absolute;
    right: 0;
    top: -170px;
}

.our-process .section-heading {
    padding-top: 158px;
}

.card-work-process {
    background-color: #fff;
    padding: 14px;
    border-radius: 14px;
    position: relative;
}

    .card-work-process img {
        border-radius: 10px;
    }

    .card-work-process strong {
        font-size: 62px;
        opacity: 0.1;
        position: absolute;
        right: 12px;
        bottom: 0;
    }

.margin-col .mt-2 {
    margin-top: 60px !important;
}

.margin-col .mt-3 {
    margin-top: 100px !important;
}

.margin-col .mt-4 {
    margin-top: 140px !important;
}

.testimonial-section {
    background-image: url(../images/about-us/testimonial-bg.jpg);
    padding: 40px 0;
}

.swiper.testimonialSwiper .testimonial-card .testimonial-col {
    background-color: #ffff;
    padding: 28px;
    border-radius: 20px;
    max-width: 60%;
    margin: auto;
}

.project-client-dt .stat-item h2 {
    font-size: 18px;
}

.project-client-dt .stats-cta-section {
    background: #f8edc8;
    padding: 16px 20px;
}

img.project-img {
    height: 250px;
    width: auto;
    object-fit: cover;
    border-radius: 14px;
}

.faq-section {
    position: relative;
}

    .faq-section .faq-building {
        position: absolute;
        bottom: -96px;
        max-width: 588px;
    }


.info-item {
    display: flex;
    flex-direction: column; /* image upar, text niche */
    align-items: center; /* center horizontally */
    text-align: center;
}

.info-icon img {
    max-width: 40px;
}

@media (max-width: 767px) {
    .info-item {
        border: none !important;
    }
}
