:root {
    --orange: #F15A22;
    --bg: #FAF7F5;
}

body {
    font-family: Poppins;
    color: #000;
}
@media(min-width:1401px){
    .container{
        width:1440px !important;
        max-width:1440px;
    }
}
img {
    width: 100%;
    object-fit: contain;
}
p{
    
}
a {
    text-decoration: none;
    color: unset;
	font-size: clamp(14px, 2vw,18px);
    line-height: clamp(18px, 2.1vw,28px);
}

p {
    font-size: clamp(14px, 2vw,18px);
    line-height: clamp(18px, 2.1vw,28px);
	color: #505050;
}

.p_100 {
    padding: 100px 0px;
}

.bg {
    background-color: var(--bg);
    border-radius: 64px 64px 0px 0px;
}

li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.mainHeading {
    margin-bottom: 48px;
    max-width: 80%;
}

.mainHeading h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 66px;
}

.mainHeading p {
    margin-top: 24px;
}


input.mainBtn, .mainBtn {
    padding: 14px 24px;
    background-color: var(--orange);
    color: #fff;
    position: relative;
    padding-right: 48px;
    width: max-content;
    display: inline-block;
	border:unset;
}
header.scrolled .mainBtn::after {
    filter: brightness(0);
}
a.mainBtn:hover::after {
    transform: rotate(45deg);
    top: 40%;
}
.formBox textarea {
    resize: none;
    max-height: 200px;
}
.mainBtn2 {
    padding: 14px 24px;
    background-color: #ffffff;
    color: var(--orange);
    position: relative;
    padding-right: 48px;
    width: max-content;
    display: inline-block;
}

input.mainBtn::after, .mainBtn2:after,
.mainBtn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5908 0.262986C10.471 0.148357 10.244 0.0689378 10.0971 0.0690678L1.77628 3.56316e-06C1.39316 0.000672856 1.07122 0.292424 1.05858 0.708642C1.04654 1.08266 1.39344 1.4237 1.76722 1.42634L8.44252 1.47549L0.197822 10.0938C-0.0742304 10.3782 -0.0642549 10.8283 0.220121 11.1004C0.504501 11.3724 0.95465 11.3624 1.2267 11.0781L9.4714 2.45977L9.81613 9.12635C9.83535 9.49966 10.1911 9.81548 10.5645 9.8025C10.9583 9.79065 11.2617 9.43833 11.2407 9.05413L10.8032 0.744568C10.8011 0.510045 10.7075 0.377638 10.5876 0.259879L10.5908 0.262986Z" fill="white"/></svg>');
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
	transition:0.5s;
}

.mainBtn2:after {
    background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9025 0.320411C12.7566 0.180759 12.4801 0.084003 12.301 0.0841613L2.16383 2.13728e-05C1.69709 0.000836632 1.30487 0.356276 1.28947 0.863351C1.2748 1.31901 1.69742 1.7345 2.15279 1.73771L10.2853 1.7976L0.240812 12.2972C-0.0906274 12.6437 -0.0784752 13.1921 0.267978 13.5235C0.614437 13.855 1.16285 13.8428 1.49429 13.4963L11.5387 2.99673L11.9587 11.1186C11.9822 11.5734 12.4155 11.9582 12.8705 11.9423C13.3503 11.9279 13.7199 11.4987 13.6942 11.0306L13.1612 0.907119C13.1587 0.621401 13.0446 0.46009 12.8986 0.316626L12.9025 0.320411Z" fill="%23F15A22"/></svg>');
}

.heroHeading h2 {
    font-weight: 300;
    font-size: 56px;
    line-height: 64px;
}

.heroHeading h2 span {
    font-weight: 600;
}

.scheduleBtn {
    background-color: #F15A224D;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    padding: 8px 15px;
    margin-bottom: 32px;
	border:1px solid #fff;
}


/* Header Style */

header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            transition: transform 0.3s ease, background-color 0.3s ease;
            background-color: transparent;
        }

        header.scrolled {
            background-color: var(--orange);
            backdrop-filter: blur(10px);
        }
.navbar-brand{
	width:25%;
}
.headerLogo {
            width: 250px;
        }



header.scrolled .navbar-brand img{
	filter:brightness(100);
}
header.scrolled .mainBtn{
	background-color:var(--bg);
	color:#000;
}

        header.hide {
            transform: translateY(-100%);
        }

        header nav {
            padding: 24px 0px;
        }
#header nav .nav-link, .menu-item a{
    font-size: clamp(14px, 1.3vw, 18px);
    line-height: clamp(20px, 1.4vw, 28px);
    text-transform: capitalize;
}
.menu-item.current-menu-item a{
	font-weight:600;
	color:var(--orange);
}
#navbarTogglerDemo02{
	column-gap:20px;
}
header ul#menu-main-menu{
	display:flex;
	column-gap:48px;
}
header a{
	color: #fff;
	transition:0.5s;
}
header a:not(.mainBtn):hover{
	color: var(--orange);
}
header.scrolled ul#menu-main-menu a:hover{
	color:#fff;
}
header ul#menu-main-menu li{
	transition:0.5s;
}
header.scrolled ul#menu-main-menu li:hover{
	transform:translateX(5px);
}
        header nav a.nav-link, header .menu-item a,
        header nav a.nav-link.active,
        .navbar-nav .nav-link.show {
            color: #ffffff !important;
        }

        

        .navbar-toggler {
            border-color: rgba(255, 255, 255, 0.5);
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }


/* Hero Section  */
.heroSection {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

.carousel-item,
.carousel-item .carousel-inner,
.carousel-item img {
    height: 100vh !important;
    object-fit: cover;
}

.heroSection:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, #000, transparent);
}

.heroSection .contentBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heroSection h1 {
    font-weight: 300;
    font-size: 72px;
    line-height: 77px;
}

.heroSection h1 span, .heroSection h1 strong {
	font-style:normal;
    font-weight: 600 !important;
}

.heroSection h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
}

.heroSection .contentBox .captionContainer {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    color: #fff;
    width: 60%;
}
.heroSection .contentBox .captionContainer p{
	color:#fff;
}

.heroBtns {
    display: flex;
    column-gap: 20px;
}



/* What We Are Section */
.whatWeContent{
    padding:100px 0px 0px 80px ;
}
.overlapImg {
    position: relative;
    height: 100%;
    width: 100%;
}

.overlapImg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    z-index: 1;
    object-fit: cover;
}

.overlapImg img:first-child {
    right: 0;
    left: auto;
    width: 80%;
    height: 80%;
    aspect-ratio: 1/1;
}

.overlapImg img:last-child {
    bottom: 0;
    top: auto;
}

.whatHeading img {
    width: 60%;
}

.whatHeading {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom:140px;
}

.whatDesctiption {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position:relative;
    z-index:2;
}
.whatDesctiption:before {
    content: '';
    position: absolute;
    right: -5%;
    bottom: 8%;
    border: 2px solid var(--orange);
    width: 150%;
    height: 110%;
    z-index: 0;
}
.whatDesctiption:after {
    content: '';
    position: absolute;
    left: -47%;
    top: -22%;
    width: 5%;
    height: 10%;
    background: var(--orange);
    border-radius: 50%;
    z-index: 0;
}




/* Perfectly Aligned Section */
.alignedGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 24px;
    cursor: pointer;
    height: 400px;
    /* Fixed height is better for cards, adjust as needed */
}

.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Optional: Zoom image slightly on hover for better effect */
.feature-card:hover img {
    transform: scale(1.05);
}

/* Hide the separate title because we will use the one inside hover-content */
.feature-card .title {
    display: none;
}

/* The Growing Container */
.hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    /* Initial Width */
    /*height: 20%;*/
    /* Initial small height (Only Title visible) */
    background: #fff;
    color: #000;
    padding: 20px 24px;
	padding-left:0px;
    border-top-right-radius: 24px;
    overflow: hidden;
    /* Important: Hides the paragraph initially */
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    /* Smooth 'Ease' effect */
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Keep title at top */
}

/* Title Styling */
.hover-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 15px 0;
}


/* Paragraph Styling (Hidden initially) */
.hover-content p {
    display: none;
    transform: translateY(20px);
    /* Pushed down slightly */
    transition: all 0.5s ease;
}

/* --- HOVER EFFECTS --- */

/* Grow the box */
.feature-card:hover .hover-content {
    height: max-content;
    padding-top: 40px;
    justify-content: center;
    background: #fff;
}

/* Reveal the text */
.feature-card:hover .hover-content p {
    display: block;
    transform: translateY(0);
    transition-delay: 0.1s;
    /* Wait slightly for box to start growing */
}

/* Handle Title wrapping on hover */
.feature-card:hover .hover-content h3 {
    white-space: normal;
}

/* Responsive */
@media (max-width: 991px) {
    .alignedGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .alignedGrid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        height: 300px;
    }
}



/* All Facades Section */

.allFacadesGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 140px;
    row-gap:30px;
}

.allFacadesGrid>div:nth-child(even) {
    transform: translateY(80px);
}

.allFacadesGrid .feature-card {
    height:100%;
}

.allFacadesContent {
    width: 90%;
    margin-top: -50px;
    background-color: var(--bg);
    border-top-right-radius: 24px;
    padding: 24px;
	padding-left:0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 9;
/*     height:100%; */
}
.allFacadesContent h3{
	font-weight:600;
	margin-bottom:8px;
	font-size: clamp(20px, 2.1vw , 28px);
	line-height: clamp(26px, 2.2vw , 38px);
}

.allFacadesContent h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin: unset;
}



/* How we Work Section */

.processContainer {
    position: relative;
}

.processContainer::before {
    content: '';
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #e0e0e0;
    transform: translateX(-50%);
    z-index: 0;
    height: 65%;
}

.timeline-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
}

.timeline-row.left-align {
    justify-content: flex-start;
}

.timeline-number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #f26522;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    line-height: 58px;
    padding: 32px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 0 0 10px #ffffff;
}

.timeline-content {
    width: 33%;
    position: relative;
}

.image-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

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

/* .timeline-row:not(.left-align) .image-box {
    border-radius: 24px 24px 24px 0;
} */

.timeline-row .image-box {
    border-top-left-radius: 24px;
}

.text-box {
    background: #fff;
    padding: 20px;
	padding-left:0px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    width: 90%;
	border-top-right-radius:24px;
}

/* .timeline-row:not(.left-align) .text-box {
    float: right;
    text-align: left;
    padding-left: 20px;
    border-top-left-radius: 24px;
    background: linear-gradient(135deg, transparent 0, #fff 0);
} */

/* .timeline-row.left-align .text-box {
    float: left;
    text-align: left;
    padding-right: 20px;
    border-top-right-radius: 24px;
} */

.text-box h3 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.timeline-content::after {
    content: "";
    display: table;
    clear: both;
}


/* Project Walkthrough Section */
.projectWalkthrough {
    height: 80vh;
    overflow: hidden;
    position: relative;
    align-content: center;
}

.projectWalkthrough video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}

.projectWalkthrough::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #000, transparent);
    z-index: -1;
}

.projectWalkthrough .heroHeading {
    margin-top: 32px;
    color: #ffffff;
}

.walkThroughContentBox {
    width: 40%;
}

@media screen and (max-width: 768px) {
    .container::before {
        left: 30px;
    }
    .about_img1 , .about_img {
    border-radius: 24px;
}

    .timeline-row,
    .timeline-row.left-align {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 60px;
        width: auto;
        margin-bottom: 50px;
    }

    .timeline-number {
        left: 30px;
        top: 0;
        transform: translate(-50%, 0);
        width: 40px;
        height: 40px;
        font-size: 16px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    .timeline-content {
        width: 100%;
        margin-top: 20px;
    }

    .image-box {24px !important;
        height: 220px;
    }

    .text-box {
        margin-top: 15px;
        width: 100%;
        float: none !important;
        border-radius: 0 !important;
        padding: 0;
    }
}


/* Standards Section */
.standards {
    background: #ffffff;
    padding: 80px 20px;
}

.standardGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 80px;
    column-gap: 140px;
    margin-bottom: 100px;
}

.standardGrid .card {
    background: var(--bg);
    position: relative;
    padding: 50px;
	border-color:transparent;
	border-radius:0px;
}

.standardGrid .card:nth-child(even) {
    /* margin-top: 50px; */
    transform: translateY(50px);
}

/* .standardGrid .card:last-child{
    margin-bottom: 50px;
} */

.standardGrid .card .cardTitle {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.standardGrid .card .cardTitle h3 {
    font-weight: 600;
    width: 70%;
    color: #000;
    word-wrap: break-word;
    font-size: clamp(20px, 2.1vw, 28px);
    line-height: clamp(26px, 2.2vw, 38px);
}

.standardGrid .card .cardTitle .icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}


.standardGrid .card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}



/* .standardGrid .icon {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 22px;
    color: #ff6a2a;
} */

/* Highlighted card (blue border one) */
.standardGrid .card:hover {
    border: 2px solid var(--orange);
    background: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .standardGrid {
        grid-template-columns: 1fr;
    }
}



/* ClIENT LOGOS SECTION */
.marquee-container {
    width: 100%;
    overflow: hidden;
    /* Hide scrollbar */
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
    display: flex;
    gap: 60px;
    width: max-content;
}

.marquee-track img {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.3s;
}

.marquee-track img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.1);
}

/* Animation Keyframes */
@keyframes scroll {
    to {
        transform: translateX(-50%);
    }
}



/* Review Section */
.reviewBox {
    border-radius: 24px;
    overflow: hidden;
}

.reviewBox .carousel-item,
.reviewBox .carousel-item .carousel-inner,
.reviewBox .carousel-item img {
    height: unset !important;
}

.reviewBox .carousel-control-next,
.reviewBox .carousel-control-prev {
    width: 5% !important;
}

.reviewBox .feature-card {
    margin: 0px 20px !important;
}

.alignedGrid.projects {
    display: block;
}

.alignedGrid.projects .slick-track {
    display: flex;
    column-gap: 20px !important;
}

/* Discuss Project Section */
.descussProjectBox {
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 50px;
}

.descussProjectBox img {
    border-radius: 24px;
    overflow: hidden;
}

.discussBtn {
    padding: 60px 40px;
    border: 1px solid var(--orange);
    border-radius: 24px;
/*     max-width: 75%; */
    margin: auto;
    transition: 0.5s;
}

.discussBtn:hover {
    background-color: var(--orange);
}

.discussBtn a {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
    max-height: max-content;
}



/* FAQ SECTION */
.faqContainer .accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faqContainer .accordion .accordion-item {
    border-radius: 24px 0px 24px;
    overflow: hidden;
    border: unset !important;
    padding: 36px 48px;
}

.faqContainer .accordion .accordion-item h3 button {
    font-weight: 600;
    font-size: clamp(18px,2.4vw,28px);
    line-height: clamp(28px,2.4vw,38px);
    background-color: unset !important;
    color: #000 !important;
    box-shadow: unset !important;
    padding: unset;
}

.faqContainer .accordion-body {
    padding: unset;
    padding-top: 24px;
}

.faqContainer .accordion-button:not(.collapsed)::after {
    background-image: url('https://metamask.co.in/wp-content/uploads/2026/01/minus-icon.webp');
}
.faqContainer .accordion-button.collapsed::after {
    background-image: url('https://metamask.co.in/wp-content/uploads/2026/01/plus-icon.webp');
}



/* GET QUOTE SECTION */
.getQuote .quoteContainer {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding: 250px 0px;
}

.getQuote .quoteContainer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, #ffffff, transparent);
    z-index: -1;
}

.getQuote .quoteContainer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.quoteContent {
    max-width: 40%;
}

.footer {
    /*border-top: 1px solid #CDCDCD;*/
	padding-bottom:50px;
}

.socialLiks {
    display: flex;
    justify-content: space-between;
	margin-bottom:30px;
}

footer ul {
    list-style-type: none;
    padding: unset;
    display: flex;
}

.footerMenu ul{
    column-gap: 20px;
}

.socialLiks ul li img {
    object-fit: contain;
    width: 25px;
    height: 25px;
}
.socialLiks ul {
    display: flex;
    column-gap: 10px;
}
.socialLiks ul li {
    border: 1px solid #CDCDCD;
    border-radius: 50%;
    padding: 10px;
    display: flex;
}
.socialLiks ul li a:hover{
	transform:translate(0px);
}
.socialLiks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}


@media (max-width: 767px) {
    .alignedGrid {
        grid-template-columns: 1fr;
    }
}


@media (max-width:1399px) {
    .heroSection .contentBox .captionContainer {
        row-gap: 24px;
        width: 80%;
    }
}




/* Internal Page Banner */
.banner_sec{
    position: relative;  
}
.banner_sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0,0,0,1);
    z-index: -1;
}
.banner_img{
   padding-top: 150px;
    z-index: 1;
}



/* ABout Page */
.gap{
    --bs-gutter-x: 5rem;
}
 .about_img{
   border-top-left-radius: 24px;
   position: sticky;
    top: 0;
}
.about_img1{
   border-bottom-right-radius: 24px;position: sticky;
    top: 0;
}
.believes_architecture .mainHeading{
    max-width:100%;
}

.believes_architecture_cont{
    display:flex;
    flex-direction:column;
    gap:24px;
}
.believes_architecture p ,.believes_architecture1 p{
    margin-bottom:unset !important;
}

.believes_architecture h3{
    margin-top:-16px;
    color:#505050;
font-weight: 500;
font-style: Italic;
font-size: 24px;
line-height: 34px;
/*margin-bottom: 24px;*/
display: inline-block;
}
.believes_architecture p:last-of-type {
  margin-bottom: 0;
}
.believes_architecture p:nth-of-type(2) {
  margin-bottom: 12px;
}
.believes_architecture1 p:last-of-type,.believes_architecture1 p:nth-of-type(3)  {
  margin-bottom: 0;
}

.meta_mask_sec h3{
    font-family: Poppins;
font-weight: 600;
font-size: 42px;
line-height: 52px;
margin-bottom: 36px;
width:80%;
}
.main_meta_mask{
    /*padding : 100px 50px 100px 0px;*/
    display:flex;
    flex-direction:column;
    display:flex;
    justify-content:center;
    height:100%;
    gap:20px;
}
.main_meta_mask p{
   margin-bottom:unset;
  
}
.main_meta_mask p:last-of-type {
  margin-bottom: 0;
}
.personal_note_sec{
background: rgba(250, 247, 245, 1);

}
.main_personal_note p{
    margin-bottom:unset;
}

.personal_img{
border-radius: 24px;
}

.main_personal_note p {
    padding: 40px 0px;
}
.main_architecture h2 {
    margin-bottom: 0px;
    
}
.main_architecture .mainHeading{
    width: 50%;
    margin-bottom:0px;
}
.main_architecture_desc{
    margin-bottom: 0px;
    width: 50%;
    margin-left:auto
}
.main_architecture_desc p{
  margin-bottom: 40px;
}
.custom-tabs {
    border-bottom: 1px solid #ccc;
    column-gap: 20px;
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
.custom-tabs .nav-link {
  border: none;
  font-size: 18px;
	font-weight:600;
  color: #000;
  padding: 20px 0;
/*   margin-right: 30px; */
}
.custom-tabs .nav-link.active {
  color: #F15A22;
    border-bottom: 2px solid #F15A22;
  background: transparent;
}
.img-title {
  font-size: 12px;
  margin-top: 8px;
  letter-spacing: 1px;
  color: #555;
}
.facade_collection{
background: rgba(250, 247, 245, 1);

}
.facade_collection h4{
font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 28px;
line-height: 38px;
}
.facade_collection h5{
font-family: Poppins;
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 34px;

}


.marquee{
  width:100%;
  overflow:hidden;
  margin-bottom:20px;
}

/* ===== Track ===== */
.marquee-track{
  display:flex;
  gap:20px;
  width:max-content;
}

/* ===== Card (3 visible) ===== */
 .marquee-wrapper .card{
  width:calc((100vw - 40px) / 3); /* 3 cards */
  /* max-width:420px; */
  /* height:220px; */
  background:#e0e0e0;
  border-radius:6px;
  overflow:hidden;
  flex-shrink:0;
}

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

/* ===== Animations ===== */
.marquee-left .marquee-track{
  animation: marqueeLeft 35s linear infinite;
}

.marquee-right .marquee-track{
  animation: marqueeRight 35s linear infinite;
}

@keyframes marqueeLeft{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

@keyframes marqueeRight{
  from{ transform: translateX(-50%); }
  to{ transform: translateX(0); }
}

/* ===== Hover Pause ===== */
.marquee:hover .marquee-track{
  animation-play-state: paused;
}

/* ===== Tablet (2 cards) ===== */
@media(max-width:991px){
 .marquee-wrapper .card{
    width:calc((100vw - 20px) / 2);
    height:190px;
  }
}

/* ===== Mobile (1 card) ===== */
@media(max-width:576px){
 .marquee-wrapper .card{
    width:50vw;
    height:120px;
  }
}




/* engineer */
.engineered-section{
  background:#fff;
}

.engineered-card{
  background:#faf7f4;
  padding:32px 28px;
  height:100%;
  position:relative;
}

.engineered-card h5{
  font-family: Poppins;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  width:60%;
}

 .mart > div:nth-child(2) {
        /* margin-top: 70px; */
    transform: translateY(50px);
}


.engineered-card p{
  font-size:18px;
  line-height:1.6;
  color:#555;
  margin-top:67px;
  margin-bottom:unset !important;
}

.mart .col-lg-4.col-md-6:nth-child(2) .engineered-card p{
    margin-top:100px;
    margin-bottom:unset !important;
}

.card-icon{
  position:absolute;
  top:40px;
  right:40px;
  color:#ff5a1f;
}
.card-icon img{
    height: 60px;
}

.offset-card{
  transform: translateY(50px);
}

.main_design_etnos a{
    margin-left: auto;
    display: flex;
}
.mart{
    margin-bottom: 72px;
}

.main_let_craft h5{
    font-family: Poppins;
font-weight: 600;
font-size: 28px;
line-height: 38px;
margin-bottom:16px;
}
.main_let_craft {
    padding: 80px 80px 80px 0px;
}

section.journey_meta .row {
    margin-bottom: 100px;
}
section.journey_meta .row:last-child{
	margin-bottom:0px;
}
section.journey_meta .row > div{
	padding:0px;	
}
section.journey_meta .row:nth-child(odd){
	flex-direction:row-reverse;
}
section.journey_meta .row:nth-child(odd) .journey_meta_content {
    transform: translateX(50px);
}
section.journey_meta .row:nth-child(even) .journey_meta_content {
    transform: translateX(-80px);
}
section.journey_meta .row:nth-child(even) img{
	border-top-left-radius:24px;
}
section.journey_meta .row:nth-child(odd) img{
	border-top-right-radius:24px;
}
.journey_meta_content {
    position: relative;
    height: 100%;
    margin-top: 100px;
    background: rgba(250, 247, 245, 1);
    padding: 80px;
    border-radius: 24px 24px 0px 0px;
    z-index: 1;
}

section.p_100.journey_meta {
     background: rgba(250, 247, 245, 1); 
}
 .journey_meta h5{ 
font-weight: 600;
font-size: 28px;
line-height: 38px;
letter-spacing: 0%;
margin-bottom:16px;
}
.mt_100{
    margin-top  :100px;
}
.journey_meta .mainHeading{
    max-width:100%;
}

.projects-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.project-card img{
  width: 100%;
/*   height: 350px; */
  object-fit: cover;
  display: block;
}

.project-card h3{
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.project-card p{
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #7a7a7a;
  text-align: center;
}

/* Responsive */
@media(max-width: 991px){
  .projects{
    padding: 60px 30px;
  }
  .projects-container{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px){
  .projects-container{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
    .main_personal_note p {
    margin: 30px 0px;
    padding:0px;
}
}
@media (max-width: 767px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .main_meta_mask{
      padding:20px 0px 20px 0px;
  }
  .meta_mask_sec h3 {
   
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-right: 0px;
}
.pt_0{
    padding-top:0px !important;
}
.meta_mask_sec .mainHeading {
    margin-bottom:0px;
}
.believes_architecture {
    padding-bottom:20px;
}
}


@media (min-width: 767px) and (max-width: 1024px) {
  .p_100 {
    padding: 75px 0px;
}

.believes_architecture .mainHeading , .believes_architecture1 .mainHeading{
    margin-bottom:32px;
}

.believes_architecture p ,.believes_architecture p{
    margin-bottom:10px;
}

.pt_0{
    padding-top:0px !important;
}
.main_meta_mask {
    padding: 0px 0px 0px 0px;
}
.meta_mask_sec h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    /* padding-right: 40px; */
}

}

@media (min-width: 1025px) and (max-width: 1440px) {
  /* yahan apna CSS likho */
  .main_meta_mask {
     padding: 0px; 
}.pt_0 {
    padding-top:  25px;
}
  
  
  
}

section.allFacades.aboutPage .feature-card img {
    height: unset;
}
.allFacadesGrid .feature-card img {
    height: unset;
}


 .scroll-wrap {
      overflow: hidden;
      background: var(--orange);
      padding: 18px 0;
      position: relative;
      margin-bottom:64px;
    }

    .scroll-track {
      display: inline-flex;
      align-items: center;
      gap: 64px; /* 🔥 exact gap */
      white-space: nowrap;
      will-change: transform;
    }

    .scroll-track span {
      font-family: 'Poppins', sans-serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 34px;
      color: #fff;
    }

    .scroll-dot {
      font-size: 22px;
    }
    
    .reviewContentBox h4{
        font-weight:600;
    }
    
    .review-card .topQuoteBox .star-rating {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f15a2291, transparent, #f15a227d);
    padding: 10px 0px;
    height: max-content;
    margin-block: auto;
}

.review-card .topQuoteBox .star-rating svg {
    fill: var(--orange);
}
@media (min-width: 768px) {
    .believes_architecture1 {
    width: 90%;
    margin-left: auto;
}
.believes_architecture{
    width: 90%;
}
.main_meta_mask p{
   width:90%;
}
.main_personal_note p {
    width:70%;
}

}
@media (max-width: 768px) {
.believes_architecture1{
    padding-bottom:20px;
}
.card-icon{
  top:30px;
  right:30px;
}
.engineered-card p{
    margin-top:40px;
}
.mart .col-lg-4.col-md-6:nth-child(2) .engineered-card p{
     margin-top:60px;
}
.engineered-card h5 , .journey_meta h5{
    font-size:22px;
    line-height:32px;
}
.scroll-wrap {
      padding: 10px 0;
      margin-bottom:32px;
    }
     .scroll-track span {
      font-size: 18px;
      line-height: 28px;
    }
     .scroll-track {
      gap: 32px; /* 🔥 exact gap */
    }

.believes_architecture_cont{
    gap:12px;
}

.believes_architecture h3{
    margin-top:-8px;
    font-size:18px;
    line-height:28px;
    margin-bottom:0px;
   
}
.main_meta_mask{
    gap:10px;
}


}

.discussBtn a{
font-size: clamp(22px, 2.1vw , 28px);
	line-height: clamp(28px, 2.2vw , 38px);
}

.allFacadesGrid>div:last-child .allFacadesContent {
    padding-bottom: 0px;
}

.mar1 .card{
    border-radius:0px !important;
}
.marquee-right .card{
    border-radius:0px !important;
}

ul.nav.custom-tabs::-webkit-scrollbar {
    display: none;
}



/*Space We Transform Section Style */
.doubleImgSection img {
    aspect-ratio: 4 / 2.5;
    object-fit: cover;
}
.doubleImgSectionContent .mainBtn {
    margin-top: 48px;
}
.doubleImgSectionContent {
    position: relative;
    width: 60%;
    margin: auto;
    padding: 60px;
    background: #fff;
    margin-top: -100px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 4fr 8fr;
	gap:20px;
}
.reviewImage img{
    border-radius:24px;
}
section.journey_meta.spaceWeTransfer, section.spaceWeTransfer .journey_meta_content {
    background: #fff;
}
.let_craft_sec.space .main_let_craft {
    padding: unset;
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.formBox .mainBtn{
	padding-right: 24px;
}


.coming-soon{
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    /* background:#f4f6fb; */
}

.coming-wrapper{
    background:#ffffff;
    padding:60px 50px;
    border-radius:16px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    text-align:center;
    max-width:520px;
    width:90%;
}

.badge{
    display:inline-block;
    background:#eef2ff;
    color:var(--orange);
    padding:6px 16px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:20px;
}

.coming-wrapper h1{
    font-size:48px;
    color:#111827;
    margin-bottom:15px;
}

.coming-wrapper p{
    font-size:16px;
    line-height:1.7;
    margin-bottom:30px;
}

.divider{
    width:60px;
    height:4px;
    background:var(--orange);
    margin:0 auto;
    border-radius:10px;
}
.reviewContentBox h4{
    margin-bottom:20px;
}