/* General Styles */
@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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
}

/* Header Styles */
.header-main {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Logo Styles */
.navbar-brand {
    padding: 0;
}

.logo {
    height: 60px;
    width: auto;
}

/* Navigation Styles */
.navbar-nav {
    gap: 0;
}

.nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px !important;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-family: Poppins;
    line-height: 100%;
    letter-spacing: 0%;
}

.nav-link:hover {
    color: #0088cc;
}

.nav-link.active {
    color: #0088cc !important;
    font-weight: 500;
}

/* Phone Button Styles */
.phone-btn {
    background-color: #0088cc;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.phone-btn:hover {
    background-color: #fff!important;
    transform: translateY(-1px);
    border: 1px solid black;
}

.phone-btn svg {
    flex-shrink: 0;
}

/* Navbar Toggle Button */
.navbar-toggler {
    border: 1px solid #0088cc;
    padding: 6px 10px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}

.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(0, 136, 204, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
    .navbar-collapse {
        padding: 15px 0;
        margin-top: 10px;
        border-top: 1px solid #eeeeee;
    }

    .nav-item {
        text-align: left;
        padding: 5px 0;
    }

    .nav-link {
        padding: 10px 0 !important;
    }

    .phone-btn {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .logo {
        height: 40px;
    }
}

@media (max-width: 575px) {
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .logo {
        height: 35px;
    }

    .nav-link {
        font-size: 14px;
    }

    .phone-btn {
        font-size: 13px;
        padding: 9px 16px;
        margin-bottom:35px!important;
    }
    .quote-btnnn{
        display:none;
    }
    }
}

/* Large Desktop Styles */
@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1400px;
        margin: 0 auto;
    }
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Footer Main Styles */
.footer-main {
    background-color: #f8f9fa;
    padding: 60px 0 0;

}

/* Footer Logo */
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo-img {
    height: 100px;
    width: 350px;
}

/* Footer Headings */
.footer-heading {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    font-family: Montserrat;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 188%;
}

.footer-links li a:hover {
    color: #0088cc;
    padding-left: 5px;
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: #666666;
    font-size: 15px;
}

.footer-contact li i {
    color: #0088cc;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 16px;
    flex-shrink: 0;
}

.footer-contact li a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 188%;
}

.footer-contact li a:hover {
    color: #0088cc;
}

.footer-contact li span {
    line-height: 1.6;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 188%;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 26px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: #0088cc;
    color: #ffffff;
    border-color: #0088cc;
    transform: translateY(-3px);
}

/* Footer Bottom */
.footer-bottom {
    background-color: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
    margin-top: 40px;
}

.footer-bottom p {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: Montserrat;
    font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .footer-main {
        padding: 40px 0 0;
        margin-top: 0px;
    }

    .footer-heading {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .footer-logo-img {
        height: 50px;
    }
    .content-description{
        text-align:center!important;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 30px 0 0;
        margin-top: 0px;
    }

    .footer-heading {
        font-size: 16px;
        margin-top: 20px;
    }

    .footer-links li,
    .footer-contact li {
        margin-bottom: 10px;
    }

    .footer-logo {
        text-align: center;
    }

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

    .social-icons {
        justify-content: center;
    }
    .content-description {
font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2rem;
    max-width: 553px;
    text-align: center;  
    
}
}

@media (max-width: 575px) {
    .footer-main {
        padding: 20px 0 0;
    }

    .footer-logo-img {
        height: 75px;
    }

    .footer-links li a,
    .footer-contact li {
        font-size: 14px;
    }

    .social-icons a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .content-description{
        text-align:center!important;
    }
    .about-title{
        margin-bottom:20px!important;
    }
    }
}

/* About us */

.about-section {
    padding: 30px 0;
    background: #fff;
}

.abt-section {
    background-color: #fff !important;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0F78AF;
    margin-bottom: 0px;
}

.about-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-content {
    padding: 0 20px;
}

.content-title {
    font-size: 36px;
    font-weight: 600;
    color: #0F78AF;
    margin-bottom: 1rem;
    line-height: 100%;
       max-width: 100%;
       
}

.content-description {
font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2rem;
    max-width: 553px;
    text-align: justify;  
    text-justify: inter-word;
}

.btn-primary {
    background: #007bff;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 5px;
}

.btn-primary:hover {
    background: #0056b3;
}

.btn-black {
    
    border: none;
    padding: 13px 24px;
    margin-left: 10px;
    border-radius: 5px;
}

.knw-more{
   background: transparent!important;
    border: 1px solid #000;
    color: #000!important; 
}
.knw-more:hover{
    background-color: #0F78AF!important;
    color: #fff!important;
    border: none!important;
}

.btn-black:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}


/* Responsive */
@media (max-width: 768px) {
    .about-section {
        padding: 10px 0px;
    }

    .about-title {
        font-size: 2.2rem;
        font-weight:600;
        
    }

    .content-title {
        font-size: 1.7rem;
    }

    .about-content {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 568px) {
    .about-section {
        padding: 10px 0px !important;
    }
}

/* our projcets */

.about-section {
    padding: 30px 0;
    background-color: #f8f9fa;
}



.project-card {
    position: relative;
    overflow: hidden;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-10px);
}

.project-img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.project-card:hover .project-img {
    transform: scale(1.05);
    filter: brightness(0.7);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease;
    padding: 20px;
    text-align: center;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-title {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    transform: translateY(20px);
    transition: transform 0.5s ease;
}

.project-card:hover .project-title {
    transform: translateY(0);
}

.project-btn {
    background: #fff;
    border: none;
    color: #000;
    padding: 10px 25px;

    font-weight: 500;
    text-decoration: none;
    transform: translateY(20px);
    transition: all 0.5s ease;
    opacity: 0;
}

.project-card:hover .project-btn {
    transform: translateY(0);
    opacity: 1;
}

.project-btn:hover {
    background: linear-gradient(to right, #4a43d6, #3a35b8);
    color: white;
    box-shadow: 0 5px 15px rgba(108, 99, 255, 0.4);
}

/* Animation delay for button */
.project-card:hover .project-btn {
    transition-delay: 0.1s;
}

@media (max-width: 768px) {
    .project-card {
        position: relative;
    }

    .project-btn {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1 !important;
    }

    .project-card:hover .project-btn {
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 768px) {
    #projectCarousel .carousel-item .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* PHONE ONLY */
@media (max-width: 768px) {
    .my-prev,
    .my-next {
        top: 50% !important; /* change between 25% to 50% */
    }

    .my-prev {
        left: 3% !important;   /* optional adjustment */
    }

    .my-next {
        right: 3% !important;  /* optional adjustment */
    }
}



/* Renovation-section css */


.Renovation-section {
    padding: 0px 0px 30px;
    background-color: #fff;
}

.renovation-title {
    font-size: 48px;
    font-weight: 600;
    color: #0F78AF;
    margin-bottom: 20px;
}



.renovation-description {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2rem;
    max-width: 500px;
    text-align: justify;  
    text-justify: inter-word;
}




/* stats scetion */

.stats-section {
    padding: 80px 0;
    background-color: #fff;
}

.stats-color-section {
    padding: 20px 0px;
    background-color: #F0F0F0;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
}

.stat-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #0F78AF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0F78AF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-label {
    font-size: 24px;
    color: #0F78AF;
    font-weight: 600;
}

.plus-sign {
    color: #0F78AF;
    margin-left: 5px;
}

.percent-sign {
    color: #0F78AF;
    margin-left: 5px;
    font-size: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .stat-circle {
        width: 100px;
        height: 100px;
    }

    .stat-value {
        font-size: 1.5rem;
    }

    .percent-sign {
        font-size: 1.3rem;
    }
    .Renovation-section {
    padding: 0px 0px;
    background-color: #fff;
}
.service-quote{
    margin-bottom:25px;
}
}

@media (max-width: 576px) {
    .stat-circle {
        width: 120px;
        height: 120px;
    }

    .stat-value {
        font-size: 1.6rem;
    }

    .percent-sign {
        font-size: 1.2rem;
    }

    .stat-label {
        font-size: 1.8rem;
    }
    .renovation-button {
    display:none!important;
}
    .about-section{
        padding:0px!important;
    }
    .mobile-sticky-quote {
    position: fixed;
    right: 10px;     /* adjust left % here */
    bottom: 20px;   /* adjust vertical spacing */
    z-index: 9999;
    padding: 10px 18px;
    border-radius: 5px;
    background-color:#0F78AF;
}

    }
}

/* how it works  */





.step-card {
    padding: 30px;
    height: 100%;
    position:relative;
    max-height:300px;

}

.step-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    
}

.step-number {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin: 0;
    background: linear-gradient(to bottom, #0F78AF 5%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.step-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0;
    text-align: left;
    margin-left: 10px;

}

.step-text {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin: 0;
    background: linear-gradient(90deg, #ffffff 0%, #7ec8ff 250%)!important;;
    padding: 20px 30px;
    border-radius: 5px;
    min-height: 190px;
}

.step-arrow {
    position: absolute;
    top: 62%;
    right: 480px;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #000;
    z-index: 10;
}

.step-arrow-1st {
    position: absolute;
    top: 62%;
    right: 920px;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #000;
    z-index: 10;
}

/* Responsive */
@media (max-width: 768px) {
    .step-arrow {
        display: none !important;
    }
}

.cta-title {
    font-size: 1.5rem;
    color: #000;
    margin: 0;
}

.how-work-para {
    text-align: center;
    max-width: 650px;
    font-size: 16px;
    font-weight: 400;
}

.how-work-para-div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bottom-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

/* Testimonial-section */

.Testimonial-section {
    padding: 40px 0px;
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
}

.testimonials-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;

    margin-bottom: 30px;
}

.google-rating {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    margin: 0 auto;
}

.rating-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.stars {
    font-size: 1.8rem;
    color: #FFD700;
    margin-bottom: 5px;
}

.review-count {
    font-size: 1.1rem;
    color: #666;
}

/* Card Styling */
.testimonial-card {
    background: #F0F0F0;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.client-info {
    flex: 1;
}

.client-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.client-location {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.client-rating {
    font-size: 1rem;
    color: #FFD700;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 15px;
    height: 15px;
}

/* Write Review Section */
.write-review-section {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.review-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
}

.review-example {
    border-left: 4px solid #6c63ff;
    padding-left: 20px;
}

.google-rating-card {
    background: #F0F0F0;
    padding: 30px 60px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.review-button {
    padding: 7px 25px;
    background-color: #fff;
    border-radius: 19px;
    border: none;
    font-size: 16px;
    font-weight: 500;
}


.google-icon {
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rating-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.stars-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.stars {
    font-size: 2rem;
    color: #FFD700;
}

.rating-number {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.review-count {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

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

    .write-review-section {
        padding: 30px 20px;
    }

    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-next {
        right: 10px;
    }

    .google-rating {
        max-width: 250px;
    }

    .client-image {
        width: 40px;
        height: 40px;
    }

    .google-rating-card {
        background: #F0F0F0;
        padding: 30px 60px;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;

    }
    .carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    top: 25%;
    transform: translateY(-50%);
    opacity: 1;
}
}

/* banner */

#hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-img {
    height: 80vh;
    object-fit: cover;
}

.carousel-caption {
    left: 20 !important;
    right: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hero-center {
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.hero-text {
    font-size: 16px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .hero-img {
        height: 95vh;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-text {
        font-size: 1rem;
    }
}

/* FORM INPUTS */
.form-input {
    height: 45px;
    border-radius: 6px;
    font-size: 14px;
}

.quote-btn {
    height: 45px;
    background: #00649A;
    color: #fff;
    border-radius: 6px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 700;
}

/* FORM WRAPPER BELOW HERO */
.hero-form-wrapper {
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    padding: 20px 0;
    position: absolute;
    bottom: 0;
}

.hero-form-box {
    color: white;
    padding: 10px;
}

.form-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}


/* RESPONSIVE FIXES */
@media (max-width: 768px) {
    .hero-img {
        height: 65vh;
    }

    .hero-center h1 {
        font-size: 24px;
    }

    .hero-center p {
        font-size: 14px;
    }

    .hero-form-wrapper {
        position: relative;
    }

    .quote-btn {
        width: 100%;
    }
}

.btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid var(--bs-btn-hover-border-color);
}


/* our service  */

.services-section {
    padding: 40px 0 80px 0px;
}

.services-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0378b4;
    margin: 30px 0px;
}

.services-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.services-box {

    border-radius: 108px;
    overflow: hidden;
    padding: 0px;
    width: 90%;
}

.below-banner {
    width: 100%;
}

.service-item {
    border-right: 2px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background: linear-gradient(90deg, #ffffff 0%, #7ec8ff 250%)!important;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 300px;
    padding: 50px;

}

.icon-div {
    margin-right: 15px;
}

.service-item:nth-child(3),
.service-item:nth-child(5) {
    border-right: none;
}

.service-item:nth-child(4),
.service-item:nth-child(5) {
    border-bottom: none;
}

.service-icon {
    height: 80px;
    width: 80px;
    background: #0F78AF;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.service-heading {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.service-text {
    color: #444;
    margin: 10px 0 20px;
}

.details-btn {
    background: #0b7bbf;
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
}

.btn-icon {
    margin-left: 8px;
}

@media (max-width: 1024px){
      .service-item {
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        background: linear-gradient(90deg, #fff 0%, #737373 250%);
        display: flex;
        justify-content: center!important;
        align-items: center!important;
        min-height: 300px;
        flex-direction: column;
        margin-bottom: 15px;

    }
    .how-it-works{
        padding:0px;
    }
    .renovation-description {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2rem;
    max-width: 100%;
    text-align: justify;  
    text-justify: inter-word;
}
.how-it-works {
    padding:0px;
}
.content-title {
    font-size: 36px;
    font-weight: 600;
    color: #0F78AF;
    margin-bottom: 1rem;
    line-height: 100%;
    text-align:center!important;
}

.content-description {
font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2rem;
    max-width: 100%;
   
    
}
.abt-sectionn{
    padding:20px 0px!important;
}
.Renovation-section{
    margin-top:0px;
}
.renovation-section{
    padding:30px 0px!important;
}
}
    



/* Responsive Fixes */
@media (max-width: 821px) {
    
     .renovation-description {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2rem;
    max-width: 100%;
    text-align: center;  
    text-justify: inter-word;
}
.abt-sectionn{
    padding:20px 0px!important;
}
    .services-box {
        padding: 20px;
    }
    .Renovation-section{
    margin-top:0px!important;
}
.renovation-section{
    padding:30px 0px!important;
}

    .service-item {
        border-right: none !important;
        border-bottom: 1px solid #d5d5d5 !important;
    }

    .service-item:last-child {
        border-bottom: none !important;
    }

  
    .service-heading {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.service-text {
    color: #444;
    margin: 10px 0 20px;
    text-align: center;
}

.details-btn {
    background: #0b7bbf;
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 20%;
}
.renovation-title{
font-size: 34px;
text-align:center;
}
.step-text{
    min-width:230px;
}
.text-center{
    margin-top:0px;
}
}

.abt-sectionn{
    padding:30px 0px!important;
}



/* extent bar  */
/* EXTERNAL CSS: services-bar.css */

/* container bar */
.below-banner-bar {
    background: rgba(0, 0, 0, 0.85);
    /* dark background */
    color: #fff;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

/* inner row holding items */
.below-inner {
    min-height: 74px;
    /* adjust height like the image */
    align-items: center;
}

/* item divider (vertical line) - show only on md+ */
.col-divider {
    border-right: 1px solid #fff;
}

/* icon wrapper */
.icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

/* title style */
.item-title {
    font-weight: 700;
    font-size: 18px;
    color: #f5f5f5;
    white-space: normal;
    line-height: 100%;
    margin-right: 20px !important;
    font-family: Poppins;
}

/* spacing for smaller screens */
@media (max-width: 767.98px) {
    .below-inner {
        padding: 12px 8px;
    }

    .item-title {
        font-size: 14px;
    }

    .col-divider {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .icon-wrap {
        margin-right: 12px;
    }
}

/* medium+ screens: more padding and center align */
@media (min-width: 768px) {
    .below-inner {
        padding: 12px 0;
    }

    .col-6.col-md-3 {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.below-banner-bar .service-title {
    letter-spacing: 0.0em;
}

/* =====ABOUT US PAGE  */

.banner {
    position: relative;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Gradient layer */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

/* Title */
.banner h1 {
    position: relative;
    /* keeps text above gradient */
    color: #0b7bbf;
    font-size: 48px;
    font-weight: 700;

}

@media (max-width: 480px) {
    .banner {
        position: relative;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: top;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .text-center{
        margin:0px 0px!important;
    }
    }

    .banner h1 {
        position: relative;
        /* keeps text above gradient */
        color: white;
        font-size: 36px;
        font-weight: 700;
        text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
        text-align: center;
    }
    .services-section {
    padding: 5px 0 5px 0px;
}




/* consult section */

.consult-section {
    width: 100%;
}

.consult-left {
    background: #0F7DB5;
    padding: 40px 20px;
}

.consult-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.consult-phone {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.consult-phone i {
    font-size: 22px;
}

.consult-right {
    background: #F0F0F0;
    padding: 40px 30px;
}

.consult-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

/* --- Responsive Fixes --- */
@media (max-width: 767px) {

    .consult-left,
    .consult-right {
        text-align: center;
    }

    .consult-title {
        font-size: 24px;
    }

    .consult-phone {
        font-size: 20px;
    }

    .consult-text {
        font-size: 15px;
    }
    .about-section {
    padding: 30px 0!important;
}
.abt-sectionn {
    padding: 0px 0px;
    background-color: #fff !important;
}
.project-section{
  padding: 40px 0px!important;
}
}


/* ============================
   CONTACT SECTION
============================ */
.about-section {
    padding: 60px 0;
}

.choose-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    min-height: 250px !important;
}

.trading-li {
    list-style: none;
}

.choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.choose-us-image-card .icon {
    width: 55px;
    height: auto;
    margin-bottom: 15px;
}

.choose-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
    font-family: Poppins;
}

.choose-card p {
    font-size: 15px;
    margin: 0;
    color: #555;
    font-family: Poppins;
}

/* MAP */
.map-container {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}

.map {
    width: 100%;
    height: 350px;
    border: 0;
}

/* CONTACT FORM */
.contact-form {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}



.contact-form h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0c6997;
    font-family: Poppins;
}

.contact-form .form-control {
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 12px 14px;
    font-size: 15px;
}

.btn-contact {
    background: #0F7DB5;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.btn-contact:hover {
    background: #0c6997;
}

/* ============================
      RESPONSIVE CSS
============================ */
@media (max-width: 991px) {
    .map {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .choose-card {
        padding: 25px 15px;
    }

    .contact-form {
        padding: 25px 20px;
    }

    .contact-form h3 {
        font-size: 24px;
    }

    .map {
        height: 250px;
    }
}

/* Equal height row */
.equal-height {
    display: flex;
}

/* Make map fill height */
.map-container {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.map {
    width: 100%;
    height: 100%;
    border: none;
}

/* Fix for mobile so it doesn't break */
@media (max-width: 767px) {
    .equal-height {
        display: block;
        /* normal stacking */
    }

    .map {
        height: 260px;
        /* smaller mobile height */
    }
}

/* About us css */

/* Blog Section */
.blog-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    height: 350px;
}

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

.blog-img {
    width: 100%;
    min-width: 400px;
    max-width:400px;
}

.blog-content {
    padding: 20px;
}

.blog-category {
    display: inline-block;
    background: #0C76B9;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-excerpt {
    color: #666;
    margin-bottom: 20px;
}

.blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.read-more {
    color: #0C76B9;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
}

.read-more:hover {
    text-decoration: underline;
}

/* Sidebar */
.sidebar-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 2px solid #0C76B9;
    padding-bottom: 5px;
}

.category-list li {
    margin-bottom: 10px;
}

.category-list a {
    color: #333;
    text-decoration: none;
}

.category-list a:hover {
    color: #0C76B9;
}

/* Popular Posts */
.popular-post {
    margin-bottom: 25px;
}

.popular-post img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    margin-right: 10px;
}

.popular-post a {
    font-size: 15px;
    color: #0C76B9;
    font-weight: 600;
    text-decoration: none;
}

.popular-post a:hover {
    text-decoration: underline;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .blog-card {
        flex-direction: column;
    }

    .blog-img {
        max-width: 100%;
    }
    .blog-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    height: 581px;
}

}


/* Bathroom Banner */
.bathroom-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: flex-start;
}

/* LEFT → RIGHT gradient overlay (EXACT same as screenshot) */
.bathroom-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5));



    z-index: 1;
}

/* Text in front of overlay */
.banner-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.banner-subtitle {
    font-size: 16px;
    opacity: 0.9;
}

.banner-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.banner-text {
    font-size: 17px;
    margin: 20px 0;
    opacity: 0.9;
}

.banner-buttons .btn {
    padding: 12px 26px;
    font-size: 16px;
    border-radius: 8px;
}

/* Responsive for Mobile */
@media (max-width: 767px) {
    .bathroom-banner {
        height: 80vh;
        text-align: center;
        padding: 50px 0px;
        background-position: center;
        align-items: flex-start;
    }

    .banner-title {
        font-size: 24px;
    }

    .banner-text {
        font-size: 14px;
    }

    .banner-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .bathroom-image img {
        width: 100% !important;
        height: 400px !important;
        display: block;
    }

    .bathroom-image {
        width: 80%;
    }

    .unique-content-description {
        font-size: 14px !important;
        line-height: 100%;
        color: #000000;
        margin-bottom: 2rem;
        
    }

    .unique-content-title {
        font-size: 22px !important;
        font-weight: 500;
        color: #0F78AF;
        margin-bottom: 3rem;
        line-height: 100%;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .bathroom-banner {
        height: 80vh;
        text-align: center;
        padding: 50px 0px;
        background-position: center;
        align-items: flex-start;
    }

    .banner-title {
        font-size: 24px;
    }

    .banner-text {
        font-size: 14px;
    }

    .banner-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .bathroom-image img {
        width: 100% !important;
        height: 400px !important;
        display: block;
    }

    .bathroom-image {
        width: 100%;
    }

    .unique-content-description {
        font-size: 14px !important;
        line-height: 100%;
        color: #000000;
        margin-bottom: 2.8rem;
        text-align: center;
    }

    .unique-content-title {
        font-size: 28px!important;
        font-weight: 500;
        color: #0F78AF;
        margin-bottom: 3rem;
        line-height: 100%;
        text-align: center;
    }
    .content-title{
        font-size:34px!important;
        font-weight:600;
    }
}



.bathroom-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bathroom-image img {
    width: 100%;
    height: 600px;
    display: block;
}

.unique-content-description {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 3rem;
    text-align: center;
}

.unique-content-title {
    font-size: 48px;
    font-weight: 700;
    color: #0F78AF;
    margin-bottom: 3rem;
    line-height: 100%;
    text-align: center;
}

.new-backgroundcolor {
    background-color: #0F78AF17 !important;
}

/* Section Heading */
.servicee-heading {
    font-size: 38px;
    font-weight: 700;
    color: #000;
}

.servicee-heading span {
    color: #0073b6;
}

/* Service Box */
.servicee-box {
    padding: 20px 25px;
    position: relative;
    margin-top: 55px !important;
}

/* Icons */
.servicee-icon {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.servicee-icon img {
    width: 55px;
    height: 55px;
}

/* Titles */
.servicee-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 15px;
}

/* Paragraph */
.servicee-text {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    font-weight: 400;
}

/* Vertical Divider (Desktop Only) */
.middle-box {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

/* Mobile Responsive */
@media (max-width: 767px) {

    .servicee-heading {
        font-size: 22px;
        line-height: 1.4;
        padding: 0 15px;
    }

    .middle-box {
        border-left: none;
        border-right: none;
 
        padding-top: 15px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .servicee-title {
        font-size: 28px !important;
    }

    .servicee-text {
        font-size: 14px;
    }

    .servicee-icon {
        width: 90px;
        height: 90px;
    }

    .servicee-icon img {
        width: 45px;
        height: 45px;
    }
    .servicee-box{
        padding-top: 10px 0px!important;
        margin-top: 10px!important;
    }
}

.clgf {
    color: #0056b3;
    width: 70px;
    height: 70px;
}

/* seamless Renovation */
/* Background */
.renovation-section {
    background: #e9f5fc;
    padding: 70px 0;
}

/* Heading */
.renovation-heading {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.renovation-heading span {
    color: #0073b6;
}

/* Card Style */
.reno-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 6px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
}

/* Number Style */
.reno-number {
    font-size: 54px;
    font-weight: 700;
    color: #0073b6;
    margin-bottom: 15px;
}

/* Title */
.reno-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Text */
.reno-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@media (max-width: 767px) {
    .renovation-heading {
        font-size: 26px;
        padding: 0 10px;
    }

    .reno-card {
        margin-bottom: 25px;
    }

    .reno-number {
        font-size: 42px;
    }

    .reno-title {
        font-size: 18px;
    }
    .renovation-section {
    background: #e9f5fc;
    padding: 40px 0;
}
}

/* durable bathroom section */
/* Durable Section */
.durable-section {
    background: #0D79B2;
    /* exact blue from screenshot */
    color: #fff;
    padding: 80px 20px;
}

.durable-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.durable-text {
    max-width: 900px;
    margin: 0 auto 35px auto;
    font-size: 17px;
    line-height: 1.6;
}

.durable-btn {
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .durable-title {
        font-size: 26px;
    }

    .durable-text {
        font-size: 15px;
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .durable-title {
        font-size: 24px;
    }
}

/* luxury material */

/* 2-COLUMN MELBOURNE SECTION */
.melbourne-two-col {
    background: #fff !important;
    padding: 90px 0;
    position: relative;
}

.two-col-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.two-col-title span {
    color: #0B79B1;
    /* same blue as screenshot */
}

.two-col-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* VERTICAL DIVIDER ON DESKTOP */
.melbourne-two-col .row>div:first-child {
    border-right: 1px solid #d5d5d5;
}

.melbourne-two-col .row>div:last-child {
    padding-left: 40px;
    /* adjust as you like */
}

@media (max-width: 991px) {
    .melbourne-two-col .row>div:first-child {
        border-right: none;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .melbourne-two-col .row>div:last-child {
   border-right: none;
        border-bottom: 1px solid #d5d5d5;
       
}
}

/* Responsive text */
@media (max-width: 768px) {
    .two-col-title {
        font-size: 24px;
    }

    .two-col-text {
        font-size: 15px;
    }

    .melbourne-two-col .row>div:last-child {
        padding-left: 40px;
        border-bottom: 1px solid #d5d5d5;
    }
}

@media (max-width: 576px) {
    .two-col-title {
        font-size: 22px;
    }

    .melbourne-two-col .row>div:last-child {
        padding-left: 40px;
        border-bottom: 1px solid #d5d5d5;
        /* adjust as you like */
    }
}

/* comprehensive section */

/* Background & spacing */
.comprehensive-section {
    background: #e8f3fb;
    padding: 60px 0;
}

/* Title */
.comp-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}

.comp-title span {
    color: #0C6DAE;
    display: block;
}

/* Paragraph */
.comp-text {
    max-width: 850px;
    margin: 20px auto 40px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* Image styling */
.comp-image-wrapper {
    width: 100%;
    text-align: center;
}

.comp-image {
    width: 100%;
    border-radius: 4px;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .comp-title {
        font-size: 28px;
    }

    .comp-text {
        font-size: 15px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .comp-title {
        font-size: 24px;
    }

    .comp-text {
        font-size: 14px;
    }
}

/* FAQ SECTION */

.faq-title .blue {
    color: #0F78AF;
    font-weight: 700;
}

.faq-section {
    padding: 80px 0px !important;
}

.faq-title {
    font-size: 48px !important;
    font-weight: 700 !important;

}

.accordion-item {
    margin-bottom: 15px;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* Default Closed State */
.accordion-button {
    background: #e7f3fa !important;
    color: #000;
    font-weight: 600;
    padding: 18px;
}

/* Remove Bootstrap Arrow */
.accordion-button::after {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='14' width='14' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

/* When OPENED */
.accordion-button:not(.collapsed) {
    background: #00649A !important;
    /* DARK BLUE */
    color: #fff !important;
    box-shadow: none;
}

/* Body */
.accordion-body {
    background: #fff;
    padding: 20px 22px;
    color: #555;
    line-height: 1.6;
}

/* marquee */

.marquee-container {
    overflow: hidden;

    /* Dark background + shaded overlay */
    background: linear-gradient(rgba(0, 0, 0, 0.85));



    padding: 14px 0;
}

/* Track */
.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 25s linear infinite;
}

/* Group to duplicate */
.marquee-group {
    display: flex;
}

/* Each item */
.marquee-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 40px;
    white-space: nowrap;

    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* Remove border on very last one (optional) */
.marquee-group:last-child .marquee-item:last-child {
    border-right: none;
}

/* Icon */
.marquee-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/* Text */
.item-title {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

/* Animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .marquee-item {
        padding: 0 25px;
    }

    .item-title {
        font-size: 14px;
    }
}

.blog-detail-img img {
    width: 100%;
    border-radius: 10px;
}
.contact-bathroom{
    color: #fff!important;
    text-decoration: none;
}

.blog-detail-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666;
}

.detail-category {
    background: #0AA0C9;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 13px;
}

.blog-detail-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-detail-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.7;
}

.blog-detail-heading {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.blog-quote-box {
    background: rgba(0, 160, 201, 0.12);
    border-left: 4px solid #0AA0C9;
    padding: 18px 20px;
    border-radius: 6px;
    font-size: 16px;
    margin: 25px 0;
    color: #333;
}

.blog-detail-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
}

/* MOBILE */
@media (max-width: 767px) {
    .blog-detail-title {
        font-size: 24px;
    }

    .blog-detail-heading {
        font-size: 18px;
    }

    .blog-detail-meta {
        flex-direction: column;
        gap: 5px;
    }
    .dropdown-menu li{
        padding-left:10px;
    }
}


.client-card {

    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;

}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.client-card img {
    width: 100%;


    min-height: 280px!important;
}
/* Remove bottom border from tab container */
.nav-tabs {
    border-bottom: none !important;
}

/* Remove bottom border from buttons */
.nav-tabs .nav-link {
    border: none !important;
    background: #f5f5f5;
    margin: 0 5px;
    padding: 15px 22px!important;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s ease;
}

/* Active tab style */
.nav-tabs .nav-link.active {
    background: #0F78AF; /* your theme color */
    color: #fff !important;
}

/* Hover effect */
.nav-tabs .nav-link:hover {
    background: #e2e2e2;
}
/* Make carousel images take full width and height of modal */
#clientCarousel .carousel-item img {
    width: 90vh;
    height: 80vh; /* Adjust height as needed */
    object-fit: cover; /* Keep aspect ratio and cover container */
}
/* Close Button with background for modal */
#clientModal .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1051;
    background-color: #fff; /* dark background behind X */
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.5rem;
}

/* Make the "X" icon white */
#clientModal .btn-close::before,
#clientModal .btn-close::after {
    background-color: #fff;
}

.dropdown-menu{
    left:650px !important;
}
.gallery-card {
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.3s ease;
}

.gallery-card:hover img {
    transform: scale(1.06);
}

.filter-btn.active {
    background-color: #0f75bc;
    color: white;
}
.quote-btnn {
    height: 45px;
    background: transparent;
    color: #000;
    border-radius: 6px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #000;
}
@media (max-width: 576px) {
    .services-filter-section .text-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .services-filter-section .filter-btn {
        width: 100%;
        font-size: 15px;
        padding: 10px;
    }
}






.number_list{
    list-style:none;
}
.current-menu-item a{
    color:#0F78AF;
}
.blog-category a{
    color:snow;
    text-decoration:none;
}
.footer_right {
    display: flex;
    justify-content: space-between;
}
.footer_right a{
    text-decoration:none;
}



<---- Renovation service ---->
.renovation-image {
    display: flex;
    justify-content: center;
    gap: 0px;
}

.icon-img {
    height: auto;
    border-radius: 0px;
    transition: 0.3s ease-in-out;
    object-fit: contain;
}



.tilt-right {
    transform: rotate(6deg) scale(1.5);
    
}
/* 🔵 Tablet (768px – 991px) */


/* 🟢 Mobile (below 767px) */
@media (max-width: 767px) {
    .renovation-image {
        gap: 5px;
    }

    .icon-img {
        width: 120px !important;
    }
}

/* 🔴 Small Mobile (below 480px) */
@media (max-width: 480px) {
    .icon-img {
        width: 120px !important;
    }
    .renovation-image{
        margin:25px 0px;
    }
}





