* {
    --primary-font: "Jost", sans-serif;
    --red1: #bd304d;
    --red2: #dd3333;
    --gray1: #595959;
    --gray2: #8c8c8c;
    --lgray: #f9f9fb;
    --gap: 8rem;
}

html {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 62.5% !important;
}

body {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: var(--primary-font);
}

a {
    cursor: pointer !important;
    transition: all 0.3s;
}

.mos_navbar img {
    height: 8rem;
    width: auto;
}

.sec-padd-t {
    padding-top: var(--gap);
}

.sec-padd-b {
    padding-bottom: var(--gap);
}

.sec-padd {
    padding: var(--gap) 0 var(--gap) 0;
}

.mos_navbar {
    padding: 0.5rem 0;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 0 #e4e4e4;
    top: 0;
    position: sticky;
    z-index: 999;
}

.btn_nav {
    background: var(--red1);
    padding: 1rem 1.6rem;
    border-radius: 2rem;
    text-decoration: none;
    color: var(--bs-white);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.home-banner {
    background: url("https://www.matterofspace.in/wp-content/uploads/2025/02/very-high-detailed.jpg") center center/ cover no-repeat;
    position: relative;
}

.home-banner .row {
    position: relative;
    z-index: 1;
}

.home-banner::after {
    content: "";
    background-color: #00000040;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.home-banner h1 {
    font-weight: 700;
    font-size: 6rem;
    color: var(--bs-white);

}

.gradient_p {
    background: linear-gradient(90deg, #BA3145 37.88%, rgba(186, 49, 90, 0.00) 72.98%);
    padding: 1rem;
    color: var(--bs-white);
    font-size: 2.2rem;
    font-weight: 500;
    width: 90%;
}

.home-banner h2 {
    color: var(--bs-white);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.home-banner form {
    background: var(--bs-white);
    border-radius: 0.5rem;
    padding: 3rem;
}

.home-banner form h3 {
    color: #0a0a0a;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.home-banner form .form-label {
    color: var(--bs-black) !important;
    margin-bottom: 1rem;
}
.page-id-20746 footer#colophon {
    display: none !important;
}
.home-banner form input[type="submit"] {
    background: var(--red2);
    color: var(--bs-white);
    padding: 1.3rem 3rem;
    outline: none;
    border: none;
    border-radius: 2rem;
    width: 80% !important;
    margin: 0 10%;
    margin-top: 2rem;
    font-weight: 500;
}
.home-banner form input[type="submit"]:hover{
	background: var(--red1);
    color: var(--bs-white);
}

.home-banner form .form-select,
.home-banner form .form-control {
    box-shadow: none !important;
    border-radius: 0.5rem;
	    border-color: #dee2e6 !important;
}
.home-banner form input::placeholder {
  color: #848688 !important;
}
.home-banner form .input-group .form-select {
    font-size: 1.5rem;
}

.btn_nav:hover {
    background: var(--red2);
	color:#fff;
}
form .btn1-mos [type=radio]{
	position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
form .btn1-mos{
	    display: flex;
    width: 100%;
	gap:0.5rem;
	    margin-bottom: 6px;
    margin-top: 2px;
}
.home-banner form .input-group, .home-banner form .wpcf7-form-control-wrap{
	    width: 100%;
}
form .btn1-mos .wpcf7-list-item{
	margin-left:0;
}
.home-banner form select{
	    height: 48px;
    font-size: 15px;
    width: 100%;
    border-color: #dee2e6 !important;
	box-shadow:none !important;
}
.bhk-btn , form .btn1-mos .wpcf7-list-item-label{
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 8px 11px;
    font-size: 14px;
    background: #fff;
    color: #000 !important;
    transition: 0.2s;
}

.btn-check:checked+.bhk-btn, form .btn1-mos [type=radio]:checked+.wpcf7-list-item-label  {
    background: var(--red1) !important;
    color: #fff !important;
    border-color: var(--red1) !important;
}

.bhk-btn:hover {
    border-color: var(--bs-black) !important;
}

body .link_img {
    cursor: auto !important;
}

.input-box {
    height: 48px;
    font-size: 15px;
    border-radius: 8px;
}

.content_div {
    padding-left: 2rem;
}

.c_heading {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-wrap: wrap;
}
.content_div h3{
	font-weight:600;
	font-size:24px;
}
.content_div p , .content_div  ul li {
    font-size: 1.7rem;
    color: var(--gray1);
}

.stats-section .underline {
    background: var(--gray1);
    height: 0.5px;
    width: 100%;
    margin: 1rem 0;
}

.stats-section h2 {
    font-size: 4rem;
    font-weight: 600;
}

.stats-section p {
    font-size: 1.4rem;
    font-weight: 500;
}

/*  */

/* Basic Layout */
.process-section {
    text-align: center;
}

.process-header h4 {
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--gray2);
    font-weight: 500;
}

.process-header p {
    max-width: 70%;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 1.7rem;
    color: var(--bs-black);
    font-weight: 500;
}

.border_heading {
    position: relative;
}

.border_heading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 0.02rem;
    background: var(--gray2);
    width: 100%;
    z-index: -1;
}

.border_heading span {
    background: var(--bs-white);
    padding: 0 1rem;

}

.process-section .process-icon img {
    height: 7rem;
    width: auto;
}

/* ---- ROW ---- */
.process-row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* Horizontal line behind icons (Desktop only) */
.process-row::before {
    content: "";
    position: absolute;
    top: 55px;
    /* aligns to middle of icons */
    left: 0;
    right: 0;
    height: 2px;
    background: #d9d9d9;
    z-index: 1;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

/* ---- Each box ---- */
.process-item {
    width: 24%;
    padding: 0 20px;
}

/* ---- Icon Wrapper ---- */
.process-icon-wrap {
    position: relative;
    display: inline-block;
}

.process-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e6d6c9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    position: relative;
    z-index: 2;
    /* above line */
}

/* Step number top bubble */
.step-count {
    position: absolute;
    top: -3px;
    right: -6px;
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

/* Headings */
.process-item h5 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Text */
.process-item p {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.6;
    color: var(--gray1);
}


.interior-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.interior-desc {
    font-size: 2rem;
    margin-top: 18px;
    font-weight: 400;
    color: var(--gray1);
}

/* Navigation Buttons */
.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
}

.arrow_slider {
    padding-left: 15px;
    padding-right: 15px;
}

.arrow_slider .swiper-button-prev {
    left: 0;
}

.arrow_slider .swiper-button-next {
    right: 0;
}

.arrow_slider .swiper-button-prev,
.arrow_slider .swiper-button-next {
    background: var(--red1);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
}

.arrow_slider .swiper-button-prev:hover,
.arrow_slider .swiper-button-next:hover {
    background: var(--red2);
}


.arrow_slider .swiper-button-prev::after,
.arrow_slider .swiper-button-next::after {
    color: var(--bs-white);
    font-size: 2.5rem;

}

.logo-slider-section {
    background: #ffbe00;
    /* Yellow background */
    padding: 40px 0;
}

.logo-slide img {
    /* height: 100px; */
    width: 100%;
    object-fit: contain;
    filter: brightness(0) contrast(1);
    transition: 0.3s ease;
}

.logo-slide img:hover {
    transform: scale(1.05);
}

.myTestimonial .swiper-slide {
    text-align: center;
}

.myTestimonial .swiper-slide img {
    border-radius: 50%;
    margin-bottom: 22px;
}

.myTestimonial .swiper-slide p {
    color: #333;
    font-size: 1.8rem;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    opacity: 0.8;
}

.myTestimonial .swiper-slide .testimonial-name {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 1.4rem 0;
}

.myTestimonial .swiper-slide .stars {
    color: #ffb900;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 1px;
}

.myTestimonial .swiper-button-prev,
.myTestimonial .swiper-button-next {
    border: 1px solid #777777;
    width: 32px;
    height: 36px;
    background-color: var(--bs-white);
}

.myTestimonial .swiper-button-prev::after,
.myTestimonial .swiper-button-next::after {
    color: #777777;
    font-size: 2rem;
    font-weight: 600;
}

.myTestimonial .swiper-button-prev:hover,
.myTestimonial .swiper-button-next:hover {
    background: var(--red1);
}

.myTestimonial .swiper-button-prev:hover::after,
.myTestimonial .swiper-button-next:hover::after {
    color: var(--bs-white);
}

.logo-wrapper {
    background: #fff;
}

.logo-box {
    background: #f9f9fb;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
    height: 100%;
    /* fixed height for perfect alignment */
}

.logo-box:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.logo-box img {
    /* max-height: 45px; */
    object-fit: contain;
    mix-blend-mode: multiply;
}

.cursor {
    display: inline-block;
    font-weight: 200;
    color: #5f5f5f;
    animation: blink 0.7s infinite;
    font-size: 3rem;
}

.type-container {
    text-align: center;
    color: #5f5f5f;
    font-size: 3rem;
}

.type-container h3 span {
    font-size: 3rem;
    font-weight: 400;
}



@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.subtitle {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    color: #000c;
    width: 60%;
    margin: 0 auto;
    margin-top: 2rem;
}

.bottom_form {
    background-image: url("https://www.matterofspace.in/wp-content/uploads/2024/07/bb-04.jpg") !important;
}

.bottom_form::after {
    background-color: #0000007a;
}

.bottom_form form {
    background: transparent;
    position: relative;
    border-radius: 0;
    padding: 80px 22px 50px;
}

.bottom_form form::before,
.bottom_form form::after {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 50.1%;
    z-index: -1;
}

.bottom_form form::after {
    border-radius: 50px 12px 12px 0;
    right: 0;
}

.bottom_form form::before {
    border-radius: 12px 50px 0 12px;
    left: 0;
}

.bottom_form form .form-control,
.bottom_form form select {
     border-top: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.bottom_form form input[type="submit"] {
    border-radius: 0;
    width: 200px;
}

.land_footer {
    background: var(--red1);
    padding: 4rem 0;
}

.land_footer h3 {
    color: var(--bs-white);
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.land_footer ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 0;
    padding-left: 0;
}

.land_footer .contact_ul {
    display: block;
    list-style: square;
}

.land_footer .contact_ul li a {
    color: var(--bs-white);
    text-decoration: none;
}

.land_footer .contact_ul li {
    color: var(--bs-white);
    margin-bottom: 12px;
    font-weight: 500;

}

.land_footer .contact_ul li:last-child {
    margin-bottom: 0px;
}

.land_footer iframe {
    width: 100% !important;
}

.land_footer ul li img {
    height: 3rem;
    filter: brightness(0) invert(1);
    transition: all 0.3ms;
}

.land_footer ul li img:hover {
    opacity: .9;
    transform: scale(1.08);
}

.service_sec img {
    width: 100%;
}

.service-curve {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -1px;
    width: 80px;
    height: 40px;
    z-index: 1;
    filter: brightness(0) invert(1);
}

.service-box:before {
    background: linear-gradient(180deg, #0000, #000 90%);
    content: "";
    height: 50%;
    width: 100%;
}

.service-box {
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.service-box div,
.service-box:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.service-box .img-responsive {
    transition: transform .4s ease-in-out 0s;
    width: 100%;
}

.service-box div {
    border-top: 1.4px solid #fff;
    margin: 0 auto;
    padding: 15px 0 20px;
    text-align: center;
    width: 88%;
}

.service-box div h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.service-box div span {
    color: #b7aaa4;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .2s ease-In;
}

.service-box:hover .img-responsive {
    transform: scale(1.05);
}

.service-box div span:hover {
    letter-spacing: 3px;
}

.service_sec {
    margin-top: -4rem;
}

.service_sec .c_heading {
    padding-bottom: 2rem;
}
.btn_mid{
	text-align:center;
}
.btn_mid a{
	border-radius: 6px;
	    padding: 1.4rem 2rem;
}
/* ------- RESPONSIVE -------- */

@media (max-width: 991px) {
    .process-item {
        width: 50%;
        margin-bottom: 40px;
    }

    .process-row::before {
        display: none;
    }

    .process-row {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    * {
        --gap: 6rem;
    }

    .home-banner h1 {
        font-size: 3.5rem;
        text-align: center;

    }

    .c_heading {
        font-size: 3rem;
        margin-bottom: 2rem;
        text-align: center;
    }

    .gradient_p {
        font-size: 1.8rem;
    }

    .bhk-btn {
        padding: 8px 10px;
    }

    .stats-section h2 {
        font-size: 3rem;
    }

    .stats-box {
        margin-top: 2rem;
    }

    .process-row .process-item:nth-child(3),
    .process-row .process-item:nth-child(4) {
        margin-bottom: 0;
    }

    .subtitle,
    .process-header p {
        width: 95%;
        max-width: 95%;
    }

    .bottom_form form {
        padding: 70px 40px 40px;
    }

    .land_footer h3 {
        margin-top: 2rem;
    }

    .contact_ul li br {
        display: none;
    }
}

@media (max-width: 576px) {
    .process-icon {
        width: 90px;
        height: 90px;
        font-size: 32px;
    }
}