@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;
}
.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-radius: 30px;
}
.navs .active{
    background-color:#316FF6  !important;
    border-radius: 30px;
    color: #fff !important;
}
.get_quote_btn{
    border: 1px solid #316FF6;
    background: #316FF6;
    color: #fff;
    width: 130px;
    height: 40px;
    font-weight: 500;
    border-radius: 10px;
}


.main_hero {
    background-image: url(./source/hero_banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    position: relative;
    overflow: hidden;
}

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

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

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

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.contact-phone {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
}

.contact-phone i {
    color: #000;
}

.contact-whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    position: relative;
}

.contact-whatsapp i {
    color: #000;
}

.contact-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.contact-icon:hover, .contact-phone:hover, .contact-whatsapp:hover {
    background-color: #fff;
}

.main_hero h1 {
    font-size: 80px;
    font-weight: 600;
}

.hero-contact-icons a {
    width: 20px;
    background: transparent;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    gap: 15px;
    border-radius: 30px;
}

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

.next-btn {
    width: 130px !important;
    background-color: #316FF6;
    color: #fff;
    text-decoration: none;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-top: 30px;
    transition: all 0.3s ease;

}

.add_scorecard h3, .even_scorecard h3 {
    font-weight: 600;
}

.add_scorecard {
    color: #fff;
    font-weight: 600;
    background: #343434;
}

.even_scorecard {
    color: #000;
    font-weight: 600;
    background: #F5B01A;
}

.main_visioncard {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 12.6px 0px #00000026;
    border: 1px solid rgba(128, 0, 0, 1);
}

.main_visioncard img {
    width: 80px;
    margin-bottom: 20px;
}

.main_visioncard h4 {
    font-weight: 600;
}

.yellow_text {
    color: #F5B01A !important;
}

@media (max-width: 992px) {
    .hero-image {
        object-position: center;
    }

    .hero-contact-icons {
        right: 15px;
    }

    .contact-phone,
    .contact-whatsapp {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .contact-email {
        width: 45px;
        height: 40px;
    }

    .contact-email .quotes {
        font-size: 22px;
        letter-spacing: -2px;
    }
}

@media (max-width: 768px) {
    .hero-image {
        height: 100%;
        min-height: 500px;
    }

    .hero-contact-icons {
        right: 10px;
    }

    .contact-phone,
    .contact-whatsapp {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .contact-email {
        width: 40px;
        height: 35px;
    }

    .contact-email .quotes {
        font-size: 20px;
        letter-spacing: -1.5px;
    }

}

@media (max-width: 576px) {
    .space_architect {
        padding-right: 40px;
    }

    .main_hero h1 {
        font-size: 24px;
    }

    .hero-image {
        min-height: 400px;
        object-position: center;
    }

    .hero-contact-icons {
        right: 5px;
    }

    .contact-phone,
    .contact-whatsapp {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .contact-email {
        width: 38px;
        height: 33px;
    }

    .contact-email .quotes {
        font-size: 18px;
        letter-spacing: -1px;
    }

}

.common-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    background: linear-gradient(135deg, #316FF6 0%, #2d6cff 100%);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(45, 108, 255, 0.3);
}

.common-btn:hover {
    background: linear-gradient(135deg, #1f55d0 0%, #316FF6 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 108, 255, 0.4);
}

.common-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(45, 108, 255, 0.3);
}

.common-btn i {
    font-size: 14px;
}

@media (max-width: 768px) {
    .common-btn {
        padding: 12px 28px;
        font-size: 15px;
    }
}

.fs-12 {
    font-size: 12px !important;
}

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

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

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

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

.subtitle {
    color: #F5B01A;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #000000;
    letter-spacing: -0.5px;
}

.description {
    color: #666666;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 520px;
    font-size: 16px;
}

.view-btn {
    background: #316FF6;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    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, .next-btn:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(49, 111, 246, 0.4);
}

.main_visioncard {
    transition: 0.3s ease;
}

.main_visioncard img {
    transition: 0.3s ease;
}

.main_visioncard:hover img {
    transform: scale(1.08);
}

.main_visioncard:hover  {
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
    background-image: url("../assets/source/hover-bg.jpg");
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(67, 69, 73, 0.4);
}
.main_visioncard:hover img  {
  filter: brightness(0) invert(1);
 
}
 .main_visioncard:hover h4  , .main_visioncard:hover span {
 color: #fff;
 
}


.view-btn:active {
    transform: translateY(0);
}

.about-image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    background-image: url(./source/bg_working_sustainable.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-image img {
    position: relative;
    display: flex;
    justify-self: center;
    width: 85%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

@media (max-width: 992px) {


    .about-title {
        font-size: 48px;
    }

    .about-image {
        min-height: 400px;
    }
}

@media (max-width: 768px) {

    .about-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .description {
        margin: 0 auto 30px;
        font-size: 15px;
    }

    .subtitle {
        font-size: 14px;
    }

    .view-btn {
        display: flex;
        padding: 12px 28px;
        font-size: 15px;
    }

    .about-image {
        min-height: 350px;
    }
}

@media (max-width: 576px) {

    .renovation-container {
        flex-direction: column-reverse;
        gap: 0px !important;
    }

    .about-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .description {
        font-size: 14px;
        line-height: 1.7;
    }

    .view-btn {
        padding: 10px 24px;
        font-size: 14px;
    }

    .about-image {
        min-height: 300px;
    }
}

.package-offers-section {
    background: #fff;
}

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

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

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

.project-image-wrapper, .gallery-card-hover {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-image-wrapper img, .gallery-card-hover img {
    width: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    backface-visibility: hidden;
}

.project-image-wrapper:hover, .gallery-card-hover:hover {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.project-image-wrapper:hover img, .gallery-card-hover:hover img {
    transform: scale(1.06);
}

.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 (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;
    }
}


.services-section {
    background: #fff;
    font-family: Arial, sans-serif;
}


.services-header {
    margin-bottom: 40px;
}

.services-header h2 {
    font-size: 50px;
    color: #f5b01a;
    margin-bottom: 10px;
    font-weight: 600;
}

.services-header p {
    font-size: 35px;
    font-weight: 800;
    color: #000;
}


.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


.service-card {
    background: #f7f7f7;
    padding: 28px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    will-change: transform;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.service-card .icon img {
    width: 60px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

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

.service-card.highlight {
    background: #f5b01a;
}


.icon {
    height: 50px;
    margin-bottom: 15px;
    color: darkred;
}

.icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}


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

.service-card p {
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    flex-grow: 1;
}


.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.card-footer span {
    font-size: 14px;
    font-weight: 500;
}

.card-footer button {

    width: 50px;
    height: 50px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;

}

.card-footer-buttondiv {
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: #fff;
    border-top-left-radius: 10px;
    padding: 10px;
}

.card-footer button:hover {
    background: #333;
}

@media (max-width: 992px) {
    .package-offer-price-strike {
        font-size: 12px;
        color: #2d2c2c;
        text-decoration: line-through;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {

    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-header h2 {
        font-size: 30px;
    }

    .services-header p {
        font-size: 16px;
    }

    .service-card {
        padding: 22px;
    }

    .icon {
        font-size: 30px;
    }
}

.how-we-work {
    padding: 80px 0;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.work-header {
    margin-bottom: 60px;
    text-align: left;
}

.work-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #f5b01a;
    margin-bottom: 12px;
    line-height: 1.2;
}

.work-header h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    margin: 0;
}

.work-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.work-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.work-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: rgba(251, 243, 226, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
    padding: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.work-item p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin: 0;
    text-align: left;
}

.work-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.work-image img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .work-content {
        gap: 40px;
    }

    .icon-box {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .work-item p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .how-we-work {
        padding: 60px 0;
    }

    .work-header {
        margin-bottom: 40px;
    }

    .work-header h2 {
        font-size: 36px;
    }

    .work-header h3 {
        font-size: 24px;
    }

    .work-content {
        gap: 35px;
    }

    .work-image img {
        max-height: 400px;
    }

    .icon-box {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }
}

@media (max-width: 768px) {
    .how-we-work {
        padding: 50px 0;
    }

    .work-header {
        margin-bottom: 35px;
    }

    .work-header h2 {
        font-size: 32px;
    }

    .work-header h3 {
        font-size: 22px;
    }

    .work-content {
        gap: 30px;
    }

    .work-image img {
        max-height: 350px;
    }

    .work-column {
        gap: 22px;
    }

    .work-item {
        gap: 14px;
    }

    .icon-box {
        width: 50px;
        height: 50px;
        min-width: 50px;
        padding: 10px;
    }

    .work-item p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .how-we-work {
        padding: 40px 0;
    }

    .work-header {
        margin-bottom: 30px;
        text-align: left;
    }

    .work-header h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .work-header h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .work-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .work-image {
        order: -1;
        margin-bottom: 15px;
        text-align: left;
        justify-content: center;
    }

    .work-image img {
        max-height: 280px;
    }

    .work-column {
        gap: 20px !important;
        align-items: flex-start;
        margin-left: 50px;
    }

    .work-item {
        gap: 12px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .icon-box {
        width: 45px;
        height: 45px;
        min-width: 45px;
        padding: 8px;
        border-radius: 6px;
    }

    .work-item p {
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
    }
}

@media (max-width: 400px) {
    .work-header {
        text-align: left;
    }

    .work-header h2 {
        font-size: 24px;
    }

    .work-header h3 {
        font-size: 16px;
    }

    .icon-box {
        width: 40px;
        height: 40px;
        min-width: 40px;
        padding: 6px;
    }

    .work-item p {
        font-size: 12px;
    }

    .work-image img {
        max-height: 250px;
    }
}

.brands-section {
    display: flex;
    width: 100%;
    align-items: center;
    background: #fff;
    overflow: hidden;
}

.brand-title {
    background: black;
    color: white;
    padding: 30px;
    min-width: 180px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.marquee-box {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-box img {
    height: 70px;
    margin: 0 25px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .brand-title {
        min-width: 130px;
        font-size: 18px;
        padding: 20px;
    }

    .marquee-box img {
        height: 60px;
        margin: 0 20px;
    }
}

@media (max-width: 480px) {

    .marquee-box img {
        height: 45px;
        margin: 0 15px;
    }
}

.work-column {
    gap: 90px;
}

.Our_Project {
    min-height: 500px;
    padding: 60px 20px;
    background: rgba(245, 176, 26, 1) url(./source/ourorderbg.png) left bottom no-repeat;

    position: relative;
    overflow: hidden;
}

.Our_Project::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.Our_Project .container {
    position: relative;
    z-index: 2;
}

.Our_Project {
    padding: 60px 20px;
    background-color: #F5B01A;
    position: relative;
    overflow: hidden;
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 20px;
}

.project-header-text h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.project-header-text p {
    font-size: 18px;
    font-weight: 500;
}

.project-card-wrapper {
    position: relative;
}

.project-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    transition: 0.3s;

}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.project-overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    background: #fff;
    padding: 16px 20px;
    width: 80%;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.project-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.learn-more-link {
    color: #F5B01A;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 992px) {
    .main_visioncard img {
        width: 75px;
        margin-bottom: 20px;
    }

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

@media (max-width: 768px) {
    .project-overlay {
        width: 85%;
        bottom: -18px;
    }
}

@media (max-width: 576px) {
    .view-more-btn {
        width: 100%;
        text-align: center;
    }

    .project-header {
        flex-direction: column;
    }


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

    .project-overlay {
        width: 90%;
        padding: 14px;
    }

    .project-title {
        font-size: 16px;
    }
}

.brand-strip {
    background: #000;
    overflow: hidden;
    padding: 20px 0;
}

.brand-move {
    display: flex;
    width: max-content;
    animation: brandFlow 18s linear infinite;
}

.brand-move img {
    height: 50px;
    margin: 0 40px;
}

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

.review-zone {
    padding: 40px 0;
}

.review-title h2 {
    font-size: 42px;
    color: #f4a300;
}

.review-title p {
    font-size: 20px;
    font-weight: 600;
}

.review-box {
    border-radius: 22px;
}

.review-photo img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    height: 400px;

}

@media (min-width: 768px) and (max-width: 1024px) {
    .review-photo img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

.review-stars {
    color: #f4a300;
    font-size: 20px;
}

.review-info h3 {
    font-size: 24px;
    margin: 15px 0;
}

.review-info p {
    color: #555;
}

.review-user {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.review-user img {
    width: 46px !important;
    height: 46px;
    border-radius: 50%;
}

.gallery .card-img-top {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

@media (max-width: 992px) {
    .gallery .card-img-top {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .gallery .card-img-top {
        height: 280px;
    }
}

@media (max-width: 576px) {
    .review-title p {
        font-size: 16px;
        font-weight: 600;
    }

    .gallery .card-img-top {
        height: 250px;
    }
}

.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-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 13px;
    color: #777;
}

.blog-meta i {
    margin-right: 5px;
    color: rgba(128, 0, 0, 1);
}

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

.main-footer {
    background: #000;
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding-top: 50px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-left h2 {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 600;
}

.footer-left p {
    color: #bbb;
    margin: 0;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}

.footer-social a:hover {
    background: #f5b01a;
    border-color: #f5b01a;
    color: #000;
}

.main-footer hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 30px 0 20px 0;
}

.footer-middle {
    padding-bottom: 30px;
}

.footer-box {
    display: flex;
    flex-direction: column;
}

.footer-box h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.footer-box p {
    color: #ccc;
    margin-bottom: 14px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.footer-box i {
    margin-right: 12px;
    color: #fff;
    font-size: 16px;
}

.footer-logo {
    width: 80px;
    margin-bottom: 15px;
    height: auto;
    object-fit: contain;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-box ul li {
    margin-bottom: 5px;
}

.footer-box ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
}

.footer-box ul li a:hover {
    color: #f5b01a;
}

.company-box {
    text-align: right;
}

.footer-bottom {
    background: #f5b01a;
    color: #000;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
}

.bottom-box {
    margin-top: auto;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bottom-box .footer-logo {
    margin-bottom: 10px;
    width: 120px;
}

.bottom-box p {
    margin: 0;
    text-align: right;
}

@media (max-width: 992px) {
    .main-footer {
        padding-top: 40px;
    }

    .footer-top {
        margin-bottom: 25px;
    }

    .footer-left h2 {
        font-size: 24px;
    }

    .footer-middle {
        padding-bottom: 25px;
    }

    .company-box {
        text-align: left;
    }

    .bottom-box {
        text-align: left;
        align-items: flex-start;
    }

    .bottom-box p {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding-top: 35px;
    }

    .footer-top {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 25px;
        margin-bottom: 30px;
    }

    .footer-left {
        text-align: center;
        width: 100%;
    }

    .footer-left h2 {
        font-size: 22px;
    }

    .footer-left p {
        font-size: 13px;
    }

    .footer-social {
        justify-content: center;
        width: 100%;
    }

    .main-footer hr {
        margin: 25px 0 0 0;
    }

    .footer-middle {
        padding-bottom: 20px;
    }

    .footer-box {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-box:last-child {
        margin-bottom: 0;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-box p {
        justify-content: center;
        text-align: center;
    }

    .footer-box ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .company-box {
        text-align: center;
        align-items: center;
    }

    .bottom-box {
        text-align: center;
        align-items: center;
        width: 100%;
    }

    .bottom-box .footer-logo {
        margin-left: auto;
        margin-right: auto;
        width: 120px;
    }

    .bottom-box p {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-logo, .bottom-box .footer-logo {
        margin-left: 0;
        margin-right: auto;
    }

    .footer-box p {
        justify-content: start;
    }

    .footer-box h4 {
        text-align: left;
    }

    .footer-box ul {
        align-items: baseline;
    }

    .main-footer {
        padding-top: 30px;
    }

    .footer-top {
        gap: 20px;
        margin-bottom: 25px;
    }

    .footer-left h2 {
        font-size: 20px;
        text-align: left;

    }

    .footer-left p {
        font-size: 12px;
        text-align: left;

    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .main-footer hr {
        margin: 20px 0 0 0;
    }

    .footer-middle {
        padding-bottom: 15px;
    }

    .footer-box {
        margin-bottom: 25px;
    }

    .footer-box h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .footer-box p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .footer-logo {
        width: 100px;
        margin-bottom: 12px;
    }

    .footer-box ul li {
        margin-bottom: 8px;
    }

    .footer-bottom {
        padding: 10px;
        font-size: 12px;
    }
}

.building-renovation-section {
    width: 100%;
    background: #111;
    padding: 80px 20px;
    margin-top: 165px;
}

.renovation-container {
    margin: auto;

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

.renovation-content {
    flex: 1;
    color: #fff;
}

.renovation-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.renovation-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ddd;
}

.renovation-btn {
    padding: 12px 26px;
    background: #f5b01a;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.35s ease-in-out,
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s ease-in-out;

    will-change: transform;
}

.renovation-btn:hover {
    background: #d99915;
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.renovation-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}


.renovation-image {
    flex: 1;
    text-align: right;
    position: relative;
}

.renovation-image img {
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: -200px;
    right: -20px;
}


@media (max-width: 992px) {

    .renovation-image img {
        width: 84%;
        max-width: 400px;
        height: 370px;
        object-fit: cover;
        position: absolute;
        bottom: -165px;
        right: -20px;
    }

    .building-renovation-section {
        width: 100%;
        background: #111;
        padding: 15px 20px 15px 20px;
        margin-top: 65px;
    }


    .renovation-container {
        text-align: center;
    }


    .renovation-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .building-renovation-section {
        margin-top: 80px;
    }

    .renovation-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        position: relative;
        bottom: 75px;
        right: 0px;
        margin-top: 0px;
    }

    .building-renovation-section {
        padding: 0px 15px 20px 15px;
    }

    .renovation-content h1 {
        font-size: 24px;
    }

    .renovation-content p {
        font-size: 14px;
    }

    .renovation-btn {
        padding: 10px 22px;
        font-size: 13px;
    }
}

.br-25 {
    border-radius: 25px;
}

@media (min-width: 780px) and (max-width: 1199px) {
    .about-title {
        font-size: 40px !important;
    }
}

.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: orange;
    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: orange;
    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 #8b0000;
    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: #8b0000;
    color: #fff;
    border: none;
}

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

.feature-circle h3 {
    font-size: 18px;
    color: #8b0000;
    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;
    }
}

.gallery-carousel .card img {
    height: 300px;
    object-fit: cover;
}


.testimonial-carousel .owl-dots {
    margin-top: 20px;
}

.bg-review {
    background-color: rgba(245, 245, 245, 1);
    padding: 20px 10px;
    border-radius: 30px;
}

.bg-litegray {
    background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 1024px) {
    .review-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}



/* About Us */

.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 #F5B01A;
}

.content_aboutus h2 {
    font-weight: 600;
}

/* Our Projects */


.content_tabs .active {
    border-bottom: 4px solid #F5B01A !important;
    color: #F5B01A !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;
}


/* Gallery */

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

/* Contact us */

.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;
}

.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);
}

@media (min-width: 768px) and (max-width: 992px) {
    .main_hero h1 {
    font-size: 50px;
    font-weight: 600;
}
    .project-card {
        padding: 0;
        padding: 0px 10px 0px 10px;
        gap: 10px;
    }

    .Serenity {
        font-size: 14px;
    }
}
.owl-carousel{
    display: block !important;
}
button.navbar-toggler.toggler_btn {
    background: #fff !important;
}
.nav-link:focus, .nav-link:hover{
    color: #fff !important;
}