@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif !important;
}


.navs {
    background-color: #000 !important;
    position: sticky;
    top: 0px !important;
    z-index: 9;
}

.navs .nav-link {
    padding: 5px 20px !important;
    color: #fff;
}
.nav-item {
    z-index: 9;
}
.nav-item a:hover {
    color: #fff;
    font-weight: 600;
}

.navs .logo_img {
    width: 60px;
}

.toggler_btn {
    background-color: #fff;
    border-radius: 10px;
    padding: 3px 10px;
}

.close_btn {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
    border-radius: 10px;
}

.nav_1 {
    background-color: #FFFFFF40;
    /* border: 1px solid #ffffff4f; */
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.navs .active {
    background: #316FF6A1 !important;
    border: 1px solid #ffffff4f;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.navs .active::before, .nav_1::before {
    content: "";
    width: 100%;
    height: 50%;
    border-radius: 30px 0px 0px 0px;
    box-shadow: inset 1px 2px 3px -2px #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.navs .active::after, .nav_1::after {
    content: "";
    width: 100%;
    height: 50%;
    border-radius: 0px 0px 30px 0px;
    box-shadow: inset -1px -2px 3px -2px #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.get_quote_btn {
    border: 1px solid #316FF6;
    background: #316FF6;
    color: #fff;
    width: 130px;
    height: 40px;
    font-weight: 500;
    border-radius: 10px;
}

.hero-section {
    width: 100%;
    height: 100vh;
    background: url("./source//2256\ 1.svg") center/cover no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-content h5 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 15px;
    opacity: 0.9;
    max-width: 400px;
}

.hero-btn {
    margin-top: 20px;
    padding: 10px 28px;
    background: #1e6bff;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}


@media (max-width: 768px) {


    .hero-content,
    .hero-slider {
        width: 100%;
    }

    .hero-content {
        margin-bottom: 40px;
    }

}

.living-design {
    background: linear-gradient(90deg, #01281B 0%, #54942E 49.88%, #01281B 100%);
    padding: 80px 0;
    overflow: hidden;
}

.living-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.living-img {
    width: 45%;
    position: relative;
}

.living-img img {
    width: 100%;
    object-fit: cover;
}

.living-content {
    width: 55%;
    color: #fff;
}

.living-content h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
    font-style: italic;
}

.life-experience {
    font-weight: 400;
}

.living-stats {
    display: flex;
    flex-wrap: wrap;
}

.stat {
    padding: 10px 30px;
    height: 85px;
}

.stat h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat p {
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 992px) {
    .stat {
        padding: 10px 12px;
    }


    .living-img,
    .living-content {
        width: 100%;
    }

    .living-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .sqft-value {
        font-size: 14px;
    }

    .living-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .living-design {
        padding: 50px 15px;
    }

    .living-content h2 {
        font-size: 22px;
    }

    .stat h3 {
        font-size: 28px;
    }

    .stat {
        padding: 5px;
    }
}

.border-left {
    border-left: 1px solid white
}

.vision-section {
    padding: 60px 0;
    background: #fff;
}


.vision-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}


.vision-left img {
    width: 45px;
    height: auto;
}

.vision-left h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.vision-right p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

@media (max-width: 768px) {

    .vision-box {
        gap: 15px;
    }


    .vision-left {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .vision-left h6 {
        font-size: 17px;
    }

    .vision-right p {
        font-size: 15px;
    }
}

.highlight-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.highlight-box:hover {
    /* transform:translateY(-5px); */
    transform: scale(1.02);
    cursor: pointer;

}

.workflow {
    background-color: #FFF6EE;
}

.workflow-icon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #800000;
    font-size: 24px;
    margin: 0 auto 10px;
    border: 2px solid #800000;
    border-radius: 50%;
    width: 100px;
    padding: 25px;
    transition: all 0.5s ease;
}

.workflow-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 0.5s ease;
}

.workflow-icon.active {
    background-color: #800000;
    border-color: #800000;
}

.workflow-icon:hover {
    background-color: #800000;
    border-color: #800000;
}

.workflow-icon img:hover {
    filter: invert(1) brightness(100) !important;
}

.workflow-icon.active img {
    filter: invert(1) brightness(100) !important;
}

@media (max-width: 768px) {
    .workflow-line {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {

    .workflow-line {
        position: absolute;
        top: 50px;
        width: 35% !important;
        height: 2px;
        background-color: #c3bdbd;
        left: 95% !important;
    }

    .highlight-box {
        padding: 15px;
    }
}

.red {
    color: #800000;
}

.services-section {
    padding: 30px 0;
    background: #f8f8f8;
}

.services-row {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.service-card,
.service-info,
.more-box {
    border-radius: 15px;
}

.service-card {
    height: 220px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.55);
    background-blend-mode: overlay;
    color: white;
    text-align: center;
    padding: 15px;
    transition: 0.3s ease;
}

.service-card:hover {
    cursor: pointer;
    transform: scale(1.02);
    overflow: hidden;
}

.service-card h5 {
    font-size: 18px;
    margin-bottom: 6px;
}

.service-card p {
    font-size: 14px;
    opacity: 0.9;
}


.service-info {
    padding: 20px;
}

.service-info h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.service-info p {
    font-size: 15px;
    color: #555;
}

.more-box {
    background: #8b0000;
    height: 220px;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.more-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.more-content p {
    font-size: 18px;
    margin: 0;
}

.arrow-btn {
    width: 42px;
    height: 42px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s ease;
}

.arrow-btn:hover {
    transform: translateX(4px);
}

@media (max-width: 576px) {

    .more-box {
        height: 180px;
        padding: 20px;
    }

    .more-content h1 {
        font-size: 36px;
    }

    .more-content p {
        font-size: 16px;
    }

}

@media (max-width: 576px) {

    .services-row {
        flex-direction: column;
    }

    .service-info h2 {
        font-size: 26px;
    }

}

.package-offers-section {
    background: #ffffff;
    padding: 40px 0;
}

.package-offers-title {
    font-size: 36px;
    font-weight: 700;
    color: #f5a200;
}

.package-offers-arrow-btn {
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.package-offers-arrow-btn:hover {
    background: #f5a200;
    color: #fff;
    border-color: #f5a200;
}

.package-offer-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.package-offer-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.package-offer-image-wrapper {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.package-offer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.package-offer-card:hover .package-offer-image {
    transform: scale(1.07);
}

.package-offer-image-txt {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.package-offer-content {
    padding: 20px 16px;
    text-align: center;
}

.package-offer-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.package-offer-price-strike {
    font-size: 14px;
    color: #777;
    text-decoration: line-through;
}

.package-offer-price-current {
    font-size: 18px;
    font-weight: 600;
    color: #e53935;
}

.package-offer-description {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 991px) {

    .package-offers-title {
        font-size: 30px;
    }

    .package-offer-image-wrapper {
        height: 230px;
    }
}

.fs-14 {
    font-size: 14px;
}

.view-btn {
    background: #316FF6;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(49, 111, 246, 0.3);
}

.view-btn:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(49, 111, 246, 0.4);
}

.badge {
    background-color: rgba(255, 255, 255, 0.662);
    width: 200px;
}

.projects {
    background: #fff;
}

.project-card {
    position: relative;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.project-card.tall {
    height: 550px;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.project-card:hover img {
    transform: scale(1.1);
}

.project-card span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease;
}

.project-card:hover span {
    text-shadow: 0 0 25px rgb(80, 207, 253),
    0 0 50px rgba(94, 178, 220, 0.9),
    0 0 75px rgba(124, 137, 190, 0.7),
    0 2px 5px rgba(0, 0, 0, 0.8);
    transform: scale(1.05);
    color: #fff;
}

.testimonial-section {
    background: linear-gradient(90deg, #01281B 0%, #54942E 50%, #01281B 100%);
    color: #fff;
    padding: 40px 0;
}

.testimonial-title small {
    font-size: 14px;
    letter-spacing: 2px;
    opacity: .8;
}

.testimonial-title h2 {
    font-size: 38px;
    font-weight: 700;
}

.testimonial-img img {
    width: 300px;
    height: 350px;
    object-fit: cover;
    border-radius: 20px !important;
}


.testimonial-content {
    max-width: 650px;
}

.testimonial-content i {
    color: gold;
    font-size: 14px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;
    text-align: left;
}

.testimonial-name {
    margin-top: 15px;
    font-weight: 600;
}

.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.owl-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: #fff !important;
    color: #333 !important;
    margin: 5px;
}

.owl-nav button:hover {
    background: #f5a200 !important;
    color: #fff !important;
}


@media (max-width: 768px) {

    .testimonial-title h2 {
        font-size: 28px;
    }

    .testimonial-content {
        text-align: center;
        margin-top: 25px;
    }

    .testimonial-img img {
        width: 180px;
        height: 350px !important;
    }
}

.blog-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-8px);
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 18px;
}

.blog-content h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-content p {
    font-size: 14px;
    color: #666;
}

.blog-carousel .item {
    padding: 10px;
}

.contact-section {
    padding: 40px 0px;
    background: url(./source/finalsection.jpg) center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.contact-content-text {
    position: relative;
    z-index: 2;
}

.glass-form {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.glass-form input,
.glass-form textarea {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
}

.glass-form input::placeholder,
.glass-form textarea::placeholder {
    color: #ddd;
}

.glass-form input:focus,
.glass-form textarea:focus {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    color: #fff;
}

.connect-section {
    background: #000;
    color: #fff;
    padding: 40px 0 30px;
    font-family: Arial, sans-serif;
}

.connect-section h2 {
    font-size: 36px;
    font-weight: 600;
}

.connect-section p {
    color: #aaa;
    margin-top: 5px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
    transition: 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    background: #7fff00;
    color: #000;
}

.logo h3 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
}

.logo img {
    width: 100px;
}

.logo span {
    color: #7fff00;
}

.logo small {
    color: #aaa;
}

.footer-menu .nav-link {
    color: #fff;
    font-size: 15px;
}

.footer-menu .nav-link:hover {
    color: #7fff00;
}

.contact-info i {
    color: #7fff00;
    margin-right: 6px;
}

.connect-section hr {
    border-color: #fff;
}

.footer-bottom {
    font-size: 14px;
    color: #aaa;
}

.hero-section {
    min-height: 100vh;
    background: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c") center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: #fff;
}

.hero-text {
    width: 30%;
}

.hero-text h6 {
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 15px;
}

.hero-text h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 25px;
}

.hero-btn {
    background: #1f6bff;
    border: none;
    color: white;
    padding: 10px 35px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}

.hero-btn:hover {
    background: #124dd9;
}


.hero-slider {
    width: 50%;
    position: relative;
}

.package-offer-image-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.package-offer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

.package-offer-image-txt {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 280px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #2d2c2c;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.package-offer-content {
    padding: 20px 16px;
}


.package-offer-price {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.package-offer-price-strike {
    font-size: 14px;
    color: #2d2c2c;
    text-decoration: line-through;
}

.package-offer-price-current {
    font-size: 18px;
    font-weight: 600;
    color: #e53935;
}

.package-offer-description {
    font-size: 15px;
    color: #242424;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}

@media (min-width: 1100px) {
    .hero-text {
        margin-left: 80px;
    }
}

@media (max-width: 991px) {
    .package-offers-title {
        font-size: 32px;
    }

    .package-offer-image-wrapper {
        height: 250px;
    }

    .package-offer-image-txt {
        font-size: 13px;
        padding: 8px 14px;
        bottom: 15px;
    }
}

@media (max-width: 768px) {
    .residental-column {
        display: flex;
        flex-direction: column;
    }

    .package-offer-image-wrapper {
        height: 220px;
    }

    .package-offer-image-txt {
        font-size: 12px;
        padding: 8px 12px;
        max-width: 240px;
        bottom: 12px;
    }

    .package-offer-content {
        padding: 16px 12px;
    }
}

@media (max-width: 576px) {
    .package-offers-title {
        font-size: 20px;
        text-align: center;
    }

    .package-offers-arrow-btn {
        width: 30px;
        height: 30px;
        margin: auto;
    }

    .package-offer-image-wrapper {
        height: 200px;
    }

    .package-offer-image-txt {
        font-size: 11px;
        padding: 6px 10px;
        max-width: 200px;
        bottom: 10px;
        width: calc(100% - 30px);
    }

    .package-offer-content {
        padding: 14px 12px;
    }

    .package-offer-price {
        gap: 8px;
        flex-wrap: wrap;
    }

    .package-offer-price-strike {
        font-size: 12px;
    }

    .package-offer-price-current {
        font-size: 16px;
    }

    .package-offer-description {
        font-size: 14px;
    }
}

.package-house-image-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.package-house-image-txt {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 280px;
    padding: 10px 16px;
    background: rgb(255 255 255 / 64%);
    backdrop-filter: blur(1px);
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #2d2c2c;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.package-card {
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.package-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #222;
}

.package-section {
    margin-bottom: 25px;
}

.package-section h4 {
    color: #c70000;
    font-size: 16px;
    margin-bottom: 10px;
}

.package-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.space-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.space-list span {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    color: #333;
}

.space-list span::before {
    content: "➤";
    position: absolute;
    left: 0;
    color: #76B451;
    font-size: 13px;
}

.inclusion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inclusion-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.inclusion-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    color: #76B451;
    font-size: 13px;
}

.package-btn {
    text-align: center;
    margin-bottom: 30px;
}

.package-btn button {
    background: #1e5eff;
    color: #fff;
    border: none;
    padding: 8px 28px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
}

.package-btn button:hover {
    transform: translateY(-2px);
    background: #003bd1;
}

@media (max-width: 768px) {

    .package-card {
        padding: 25px 20px;
    }

    .package-title {
        font-size: 20px;
    }

    .space-list {
        gap: 12px 20px;
    }

}

@media (max-width: 480px) {

    .package-card {
        padding: 20px 15px;
    }

    .package-title {
        font-size: 18px;
    }

    .space-list {
        flex-direction: column;
        gap: 10px;
    }

    .package-btn button {
        width: 100%;
    }

}

.feature-section {
    padding: 60px 20px;
    background: #fff;
}

.feature-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-circle {
    width: 160px;
    height: 160px;
    border: 2px solid #76B451;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    transition: all 0.3s ease;
}

.feature-circle.active {
    background: #76B451;
    color: #fff;
    border: none;
}

.feature-circle h2 {
    font-size: 32px;
    margin-bottom: 5px;
}

.feature-circle h3 {
    font-size: 18px;
    color: #76B451;
    margin-top: 10px;
}

.feature-circle p {
    font-size: 14px;
    letter-spacing: 1px;
}

.feature-circle:hover {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .package-offer-price-current {
        font-size: 16px;
    }

    .feature-container {
        justify-content: center;
    }

    .feature-circle {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 576px) {
    .feature-container {
        flex-direction: column;
        gap: 20px;
    }

    .feature-circle {
        width: 140px;
        height: 140px;
    }

    .feature-circle h2 {
        font-size: 26px;
    }

    .feature-circle h3 {
        font-size: 16px;
    }

    .feature-circle p {
        font-size: 13px;
    }
}


.interior-carousel .owl-item {
    opacity: 0.4;
    transform: scale(0.8) translateY(40px);
    transition: all 0.4s ease;
    z-index: 1;
}

.interior-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale(1.15) translateY(0);
    z-index: 5;
}

.interior-carousel .owl-item.active:not(.center) {
    opacity: 0.7;
    transform: scale(0.9) translateY(25px);
    z-index: 2;
}

.interior-carousel img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.interior-carousel .owl-stage {
    padding: 40px 0;
}

.slider-controls {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-size: 15px;
    z-index: 10;
}


.slider-controls .count {
    font-weight: 600;
    color: #ffc107;
}

.slider-controls .line {
    width: 50px;
    height: 2px;
    background: #fff;
    opacity: 0.6;
}

.slider-controls .arrows button {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 2px 6px;
    transition: 0.3s;
}

.slider-controls .arrows button:hover {
    color: #ffc107;
}


@media (max-width: 992px) {
    .package-offer-price {
        flex-direction: column !important;
    }

    .slider-controls {
        bottom: -40px !important;
    }

    .hero-section {
        height: fit-content;
    }

    .hero-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        width: 50%;
    }

    .hero-slider {
        width: 100%;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .slider-controls {
        bottom: 0px;
    }
}

@media (max-width: 576px) {
    .vision-box {
        flex-direction: column;
    }

    .hero-text {
        width: 100%;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .interior-carousel img {
        height: 250px;
    }

    .slider-controls {
        bottom: 0px;
    }
}

.hero-contact-icons {
    position: absolute;
    right: 20px;
    top: 65%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 10000;
    position: fixed;
    background: #ffffff9e;
    gap: 25px;
    padding: 20px 10px;
    border-radius: 50px;
}

.hero-contact-icons a img {
    width: 30px;
}

.marque-right {
    height: 130px;
}

.aboutus_mainhead {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.aboutus_mainhead h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.border_left_orange {
    border-left: 2px solid #76B451;
}

.content_aboutus h2 {
    font-weight: 600;
}


.content_tabs .active {
    border-bottom: 4px solid #316FF6 !important;
    color: #316FF6 !important;
}

.content_tabs button {
    background-color: #fff !important;
    border: none;
    border-bottom: 4px solid transparent !important;
    color: #808080;
    width: max-content !important;
    padding: 5px 10px;
    font-weight: 600;
}

.product_show img {
    border-radius: 10px;
    padding: 0px;
    width: 100%;
}

.main_prodmodal i {
    color: #800000;
    margin-right: 10px;
}

.main_prodmodal span {
    font-weight: 500;
}

.main_prodmodal img {
    border-radius: 20px;
}

.submit_btn {
    width: 100%;
    background-color: #316FF6;
    color: #fff;
    height: 45px;
    border-radius: 100px;
    border: 2px solid #316FF6;
    transition: all 0.3s ease;
}

.submit_btn:hover {
    transform: translateY(-2px);
}

.hover_img, .img-hover, .package-offer-image {
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.hover_img:hover {
    transform: scale(1.02);
    filter: brightness(1.1);
    box-shadow: 0 12px 25px rgba(65, 65, 65, 0.25);
}

.img-hover:hover, .package-offer-image:hover {
    transform: scale(1.02);
}

.main_galleryimg img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


.yellow_contactform {
    background: #FFF4DC;
    border-radius: 30px 8px 30px 8px;
}

.yellow_contactform i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #800000;
}

.yellow_contactform .flex_contactus {
    width: calc(100% - 30px);
}

.flex_contactus h5 {
    margin-bottom: 0px !important;
}

.main_contactform {
    background: #F5F5F5;
    border-radius: 20px;
}

.main_contactform label small {
    color: red;
    font-size: medium;
    font-weight: 400;
}

.main_contactform label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: smaller;
    color: #6C7275;
}

.main_contactform input {
    height: 45px !important;
    border: 1px solid #6C7275;
    margin-bottom: 10px;
}

.hover_img, .img-hover, .package-offer-image {
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.hover_img:hover {
    transform: scale(1.02);
    filter: brightness(1.1);
    box-shadow: 0 12px 25px rgba(65, 65, 65, 0.25);
}

.img-hover:hover, .package-offer-image:hover {
    transform: scale(1.02);
}

@media (min-width: 768px) and (max-width: 992px) {
    .project-card {
        padding: 0;
        padding: 0px 10px 0px 10px;
        gap: 10px;
    }

    .Serenity {
        font-size: 14px;
    }
}

.yellow_contactform {
    background: #F1FFE8;
    border-radius: 30px 8px 30px 8px;
}

.yellow_contactform i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #800000;
}

.yellow_contactform .flex_contactus {
    width: calc(100% - 30px);
}

.flex_contactus h5 {
    margin-bottom: 0px !important;
}

.main_contactform {
    background: #F5F5F5;
    border-radius: 20px;
}

.main_contactform label small {
    color: red;
    font-size: medium;
    font-weight: 400;
}

.main_contactform label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: smaller;
    color: #6C7275;
}

.main_contactform input {
    height: 45px !important;
    border: 1px solid #6C7275;
    margin-bottom: 10px;
}

.active_nav_BHK {
    background: linear-gradient(180deg, #76B451 0%, #334E23 100%);
    color: #fff;
}

.color_green {
    border: 1px solid #76B451;
    color: #76B451;
}

.workflow-line {
    position: absolute;
    top: 50px;
    width: 78%;
    height: 2px;
    background-color: #c3bdbd;
    left: 72%;

}

.workflow-line::after {
    content: "";
    position: absolute;
    right: -6px;
    top: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #c3bdbd;
}

.col-lg-2:last-child .workflow-line {
    display: none !important;
}

@media (max-width: 567px) {
    .workflow-p {
        position: relative;
        z-index: 2;
        background-color: #fff;
    }

    .workflow-line {
        top: 99px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 64px;
    }

    .workflow-line::after {
        top: auto;
        bottom: -8px;
        left: -4px;
        right: auto;

        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #c3bdbd;
        border-bottom: none;
    }

    .col-6,
    .col-md-4,
    .col-lg-2 {
        width: 100% !important;
    }

}

.btn_hover {
    cursor: pointer;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(49, 111, 246, 0.3);
}

.btn_hover:hover {
    background: #2563eb;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(49, 111, 246, 0.4);
}


.sqft-range-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sqft-range-container input {
    width: 60%;
}


.card-shine {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transition: left 0.5s ease;
    z-index: 1;
    pointer-events: none;
}

.card-shine:hover::before {
    left: 100%;
}

.card-shine:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1025) and (max-width: 1200px) {
    .workflow-line {

        position: absolute;
        top: 60px;
        width: 42%;
        height: 2px;
        background-color: #c3bdbd;
        left: 90%;
    }
}

@media (min-width: 1024px) {
    .workflow-icon {
        height: 125px;
        width: 125px;
        padding: 30px;

    }

    .workflow-line {
        position: absolute;
        top: 60px;
        width: 60%;
        height: 2px;
        background-color: #c3bdbd;
        left: 82%;
    }
}

