/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */
/* @import 'node_modules/bootstrap-icons/font/bootstrap-icons.css'; */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/***
====================================================================
    Color
====================================================================
 ***/

:root {
    --primary-color: #FFBE33;
    --secondary-color: #ccad6e;
    --heading-color: #0384AC;
}

/***
====================================================================
    Reset
====================================================================
 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/***
====================================================================
    Global Settings
====================================================================
 ***/

body {
    font-family: "Rubik", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.g-recaptcha {
    width: 100% !important;
    /* Make the widget take full width of its container */
    max-width: 100% !important;
    /* Ensure it doesn't exceed the container width */
}

@media (max-width: 768px) {
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
        margin: 0 auto;
    }
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar a {
    text-decoration: none;
    color: #454447;

}

.navbar a:hover {
    text-decoration: none;
    color: #454447;
}

/* For Mobile */
.hero-background {
    background-image: url('../images/8.webp');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

.hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* z-index: 1;  */
}



.navbar1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(3%, -50%);
    color: white;
}

.navbar1 .navbar-collapse {
    background-color: #6159599d;
}

.navbar1 .navbar-collapse .navbar-nav .nav-link {
    color: #fff;
}

.navbar1 .navbar-collapse .navbar-nav .nav-link:hover {
    color: #1e30d4;
}

.navbar1 .navbar-toggler {
    border-color: white;
    background-color: #242323;
}

/* .navbar1 .navbar-toggler-icon {
    background-color: #454447af;
} */

/* Footer */

.footer a {
    color: #242323;
    text-decoration: none;
}

.footer a:hover {
    color: #1e30d4;
    cursor: pointer;
}

.footer h1 {
    font-size: 48px;
}

.footer h3 {
    display: inline-block;
    position: relative;
    color: white;
    font-size: 24px;
}

.footer h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #4d4949;
}

.footer .social-links .circle {
    border-radius: 50%;
    border-style: solid;
    border-color: #ffae00;
    border-width: 1px;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    background-color: none;

    /* Flexbox to center the image */
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .social-links .circle i {
    width: 24px;
    height: 24px;
}

.footer .list-unstyled {
    margin-top: 32px;
}

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

.footer .list-unstyled li a {
    color: white;
}

.banner-section {
    background-image: url("../images/home/banner.webp");
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-section .card {
    margin-top: 40px;
    padding: 20px;
}

.banner-section .card h4 {
    color: #0384AC;
    margin-bottom: 20px;
}

.counter-section {
    background-color: var(--primary-color);
}

.image-container {
    display: flex;
    padding: 20px;
    align-items: center;
}

.circle {
    background: rgba(255, 255, 255, 0.48);
    border-radius: 72px;
    border-style: solid;
    border-color: #ffae00;
    border-width: 1px;
    width: 68px;
    height: 68px;
    margin: 10px;
}

.circles img {
    width: 68px;
    height: 68px;
    margin-left: 10px;
    margin-right: 12px;
}


.image-container .content .span1 {
    color: #757374;
    font-size: 28px;
    font-weight: 300;
}

.image-container .content .span2 {
    color: #757374;
    font-size: 14px;
    font-weight: 300;
}

.image-container .content .text {
    color: #757374;
    font-size: 16px;
    font-weight: 400;
}

.transform-section {
    margin: 50px 0 50px 0;
}

.transform-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* For larger screens */
}

@media (max-width: 768px) {
    .transform-section {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .transform-section .row {
        justify-content: center;
        /* Center the cards horizontally */
    }
}

.transform {
    display: flex;
    margin-bottom: 50px;
}

.transform-section .card {
    padding: 0;
    margin: 0;
}

.transform-section .card .card-body {
    padding: 0 15px 20px 15px;
}

.transform-section .circle {
    background: rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    border-style: solid;
    border-color: #ffae00;
    border-width: 1px;
    width: 100px;
    height: 100px;
    margin-top: 30px;
}

.transform-section .circle-img {
    width: 100px;
    height: 100px;
    margin-top: 30px;
}

.transform-section .circle img {
    width: 60px;
    height: 60px;
    margin-top: 10px;
}

.transform .heading {
    font-size: 40px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .transform .heading {
        margin-top: 10px;
        font-size: 30px;
        font-weight: 500;
    }
}

.transform-section .card-title {
    font-size: 25px;
}

.transform-section .card-text {
    font-size: 14px;
}

/* transform Mobile */
.transform-mobile .card {
    background-color: #E8E8E8;
    margin: 10px;
    border-color: #ffae00;
    padding: 0;
}

/* .transform-mobile .circle {
    background: rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    border-style: solid;
    border-color: #ffae00;
    border-width: 1px;
    width: 70px;
    height: 70px;
    margin-top: 20px;
} */

.transform-mobile .circle2 img {
    width: 70px;
    height: 70px;

}

.transform-mobile .card-title {
    font-size: 16px;
    font-weight: 600;
}

/* transformation */

.transformation {
    background-color: #FFF4DD;
    margin-top: 50px;
    padding-bottom: 50px;
}

.transformation .video-container {
    height: 480px;
    width: 340px;
}

.transformation-mobile {
    background-color: #0384AC;
}

.transformation-mobile .heading {
    color: white;
    font-size: 32px;
    font-weight: 400;
}

.transformation-mobile .heading1 h1 {
    padding: 12px;
    padding-bottom: 20px;
    color: white;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
}

.slider-five .video-container {
    height: 310px;
    width: 220px;
}

@media (max-width: 768px) {
    .slider-five .video-container {
        height: 300px;
        width: 220px;
        margin: 10px;
    }
}

.transformation .card {
    background-image: url('../images/BG.webp');
    height: 500px;
}


/* google review */
.google-review-sec {
    background-color: #FAFAFA;
    padding-top: 40px;
    padding-bottom: 30px;
}

.google-review-sec .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.google-review-sec .stars {
    display: flex;
    gap: 15px;
    color: orange;
    font-size: 50px;
}

.google-review-sec .content i {
    font-size: 25px;
}

.google-review-sec .footer {
    display: flex;
}

.google-review-sec .logo1 {
    background: rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    border-style: solid;
    border-color: #107cbb;
    border-width: 1px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google-review-sec .logo1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google-review-sec .name {
    margin-top: 10px;
    margin-left: 10px;
    font-style: italic;
    font-weight: bold;
}

/* Design section */
.design-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.design-section .part1 {
    background-color: var(--primary-color);
    text-align: center;

    display: flex;
    flex-direction: column;
    /* Stack elements vertically */
    justify-content: center;
    /* Vertically center content */
    align-items: center;
    height: 380px;
}

.design-section .part1 .heading {
    font-size: 36px;
    margin-bottom: 20px;
}

/* Mobile */
.design-mobile img {
    height: 220px;
    width: 100%;
    padding: 8px;
}

.design-mobile .card {
    padding: 0;
    width: 100%;
    height: auto;
}

.design-mobile .card h4 {
    color: #0384AC;
    margin-top: 10px;
    font-size: 16px;
}

.design-mobile .card p {
    margin: 0;
    font-size: 14px;
}

.design-mobile .design h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.design-mobile .design h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .design-section .part1 .heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

.design-section .part2 {
    background-image: url('../images/fram.webp');
    background-repeat: no-repeat;
    height: 380px;

}

/* logo slider */
.logo-slider {
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .logo-slider {
        background-color: #fbac1854;
    }
}

.logo-slider .logos img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    /* border: 1px solid #5754549c; */
    /* ensures logos fit inside the box without distortion */
}

/* gallery */
.gallery {
    margin-top: 50px;
    margin-bottom: 20px;
}

.gallery .heading h1 {
    font-size: 48px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .gallery .heading h1 {
        font-size: 24px;
    }
}

.gallery img {
    width: 100%;
    height: auto;
    /* object-fit: contain; */
}

/* .gallery .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
} */

@media (max-width: 768px) {
    .gallery img {
        width: 100%;
        height: auto;
    }
}

/* blogs */
.blogs {
    margin-top: 50px;
    margin-bottom: 20px;
}

.contact-form {
    /* padding-bottom: 20px; */
    background-image: url("../images/home-banner.webp");
    /* height: 65vh; */
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 245, 245, 0.904);
    z-index: 1;
}

.contact-form .container {
    padding-top: 80px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    height: 100%;
}

@media (max-width:768px) {
    .contact-form {
        height: auto;
    }

    .contact-form .container {
        padding-top: 30px;
    }

    .contact-form h1 {
        padding-top: 70px;

    }
}

.contact-form .form-control {
    height: 50px;
    background-color: rgba(245, 245, 245, 0.76);
}


/* Blog Page */
.blog-section {
    background-image: url('../images/banner_02.webp');
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.blog-section h1 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

/* all Card */
.blogs .card .card-text,
.trending .card .card-text,
.all-blogs .card .card-text {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.blogs .card img,
.trending .card img,
.all-blogs .card img {
    width: 100%;
    height: 250px;
}

@media (max-width: 768px) {

    .blogs .card .card-text,
    .trending .card .card-text {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .blogs .card img,
    .trending .card img {
        width: 100%;
        height: 150px;
    }
}



/* For Mobile */
.blog-background {
    background-image: url('../images/banner_02.webp');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

.blog-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* z-index: 1;  */
}

.blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* z-index: 1;  */
}

.trending {
    margin-top: 20px;
}

.trending h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.all-blogs {
    margin-top: 20px;
    margin-bottom: 30px;
}

.all-blogs h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.all-blogs .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .all-blogs .row {
        justify-content: center;
    }
}

/* Blog Details */
.details-section {
    background-image: url('../images/banner_02.webp');
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.details-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* z-index: 1;  */
}

.details-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.details-section h1 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

/* For Mobile */
.blog-details {
    background-image: url('../images/news.webp');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

.blog-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* z-index: 1;  */
}

.content-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-section .head {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.content-section .head::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 7px;
    background-color: #0384AC;
}

.content-section .card {
    width: 100%;
}

.content-section .list {
    margin-top: 20px;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.content-section .list::-webkit-scrollbar {
    display: none;
}

.content-section .list ul {
    list-style-type: none;
    padding-left: 0;
}

.content-section .list2 {
    margin-top: 20px;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 5px;
}

.content-section .list2::-webkit-scrollbar {
    display: none;
}

.content-section .list2 ul {
    list-style-type: none;
    padding-left: 0;
}

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

.content-section .description {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .content-section {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .content-section .card {
        width: 100%;
    }

    .content-section img {
        width: 100%;
        height: auto;
    }
}


.under-construction {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.under-construction img {
    height: 450px;
}

@media (max-width: 768px) {
    .under-construction img {
        height: 300px;
    }
}


/* Project Delivered */
.delivered-section {
    background-image: url('../images/deliver.webp');
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .delivered-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
} */

.delivered-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.delivered-section h1 {
    color: white;
    font-size: 2rem;
    margin: 0;
    backdrop-filter: blur(8px);
    padding: 20px;
}

/* For Mobile */
.project-delivered {
    background-image: url('../images/Rectangle.webp');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

/* .project-delivered::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
} */

.project-design {
    margin: 60px 0 60px 0;
}

.project-design .heading {
    font-size: 48px;
}

.project-design .content {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.project-design .design1 .card {
    width: 270px;
    height: 50px;
    margin-bottom: 40px;
    border-color: #ffae00;
    background-color: #F8F8F8;
}

.project-design .design1 .card h3 {
    font-size: 18px;
    margin: 0 0 0 0;
}

.project-design .circle {
    border-radius: 50%;
    border-style: solid;
    border-color: #ffae00;
    border-width: 1px;
    width: 350px;
    height: 350px;

    /* Flexbox to center the image */
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-design .circle img {
    width: 190px;
    height: 180px;
}

/* For Mobile */
.project-design-mobile {
    margin: 30px 0 30px 0;
}

.project-design-mobile .heading {
    font-size: 24px;
}

.project-design-mobile .content {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 28px;
}

.project-design-mobile .design1 .card {
    width: 160px;
    height: 35px;
    margin-bottom: 40px;
    border-color: #ffae00;
    background-color: #F8F8F8;
}

.project-design-mobile .design1 .card h3 {
    font-size: 12px;
    margin: 0 0 0 0;
}

.video-section {
    margin: 30px 0 30px 0;
}

.video-section .heading {
    font-size: 48px;
    margin-bottom: 40px;
}

.vid-slider .heading {
    font-size: 48px;
}

.video-section .video-container,
.vid-slider .video-container {
    height: 500px;
    width: 400;
}

@media (max-width: 768px) {
    .video-section .heading {
        font-size: 24px;
    }

    .vid-slider .heading {
        font-size: 24px;
        padding: 0 20px 0 20px;
    }

    .video-section .video-container,
    .vid-slider .video-container {
        height: 300px;
        width: 300;
    }
}

.video-section .video-design {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 200px;
}

/* How We Work */
.icons-section {
    margin: 60px 0 60px 0;

}

/* .icons-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.icons-section .card {
    border: none;

}

/* .icons-section .circle1 {
    background: rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    border-style: solid;
    border-color: #ffae00;
    border-width: 1px;
    width: 70px;
    height: 70px;
    margin-top: 20px;
} */

.icons-section .circle1 img {
    width: 100px;
    height: 100px;
    margin: 8px 0 0 0;

}

.icons-section .card-title {
    font-size: 14px;
    font-weight: 500;
}


@media (max-width: 768px) {
    .icons-section {
        margin: 25px 0 25px 0;
    }

    .icons-section .card {
        background-color: #E8E8E8;

    }

    .icons-section .circle1 img {
        width: 65px;
        height: 65px;
        margin: 16px 0 0 0;

    }

    .icons-section .card-title {
        font-size: 14px;
        font-weight: 500;
    }
}

/* renovate */
.renovate {
    background-color: #F6F6F6;
}

.renovate .heading h2 {
    padding-top: 60px;
    margin-bottom: 30px;
}

.renovate img {
    height: 380px;
    width: 100%;
}

.renovate .row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.renovate .card {
    padding: 34px 24px 34px 24px;
    /* margin-left: 10px; */
    width: 100%;
    height: 380px;
}

.renovate .card h4 {
    color: #0384AC;
    margin-top: 10px;
    font-weight: 450;
}

.renovate .card p {
    margin: 0;
    padding: 0;
}

/* Mobile */

.renovate-mobile img {
    height: 300px;
    width: 100%;
    padding: 8px;
}

.renovate-mobile .card {
    padding: 0;
    width: 100%;
    height: auto;
}

.renovate-mobile .card h4 {
    color: #0384AC;
    margin-top: 10px;
    font-size: 16px;
}

.renovate-mobile .card p {
    margin: 0;
    font-size: 14px;
}

.renovate-mobile .design h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.renovate-mobile .design h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}


/* Contact Us Page*/
.contact-section {
    background-image: url('../images/deliver.webp');
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
} */

.contact-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.contact-section h1 {
    color: white;
    font-size: 2rem;
    margin: 0;
}


/* For Mobile */
.contact-us {
    background-image: url('../images/deliver.webp');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

.contact-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* z-index: 1;  */
}

.contact-design {
    padding: 80px 0 80px 0;
    background-color: #F6F6F6;
}

.contact-design p {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .contact-design p {
        margin-top: 20px;
        font-size: 32px;
        font-weight: 500;
    }
}

.get-in-touch {
    margin: 60px 0 60px 0;
}

.get-in-touch h2 {
    margin-top: 24px;
    font-size: 24px;
    color: var(--heading-color);
}

.get-in-touch p {
    font-size: 18px;
}

.get-in-touch .form-control {
    height: 50px;
    background-color: rgba(245, 245, 245, 0.76);
}


/* Home Page */
.owl-carousel1 {
    margin: 10px;
}

.owl-carousel1 .video-container {
    height: 300px;
    width: 400px;
}


/* Bathroom Renovation Page*/
.bathroom-section {
    background-image: url('../images/Rectangle.webp');
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .bathroom-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
} */

/* .bathroom-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/deliver.ebp');
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    z-index: 0;
} */

/* .bathroom-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.219);
    z-index: 1;
} */

.bathroom-section .card {
    margin-top: 40px;
    padding: 20px;
}

.bathroom-section .card h4 {
    color: #0384AC;
    margin-bottom: 20px;
}

.bathroom-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.bathroom-section h1 {
    color: white;
    font-size: 48px;
    margin: 0;
}

.bathroom-content {
    margin: 60px 0 60px 0;
}

.bathroom-content .heading1 {
    margin: 0 0 15px 0;
    font-size: 32px;
    color: #0384AC;
}

.bathroom-content .pera {
    font-size: 24px;
    font-weight: 600;
    color: #757674;
}

.bathroom-content .heading2 {
    font-size: 32px;
    font-weight: 500;
}

.bathroom-content .heading3 {
    margin: 0 0 30px 0;
    font-size: 32px;
    font-weight: 500;
    color: #0384AC;
}

.bathroom-content .pera1 {
    font-size: 20px;
    color: #454447;
}

.bathroom-content img {
    width: 452px;
    height: 364px;
}


@media (max-width: 768px) {
    .bathroom-content {
        margin: 25px 0 0 0;
        padding: 0;
    }

    .bathroom-content .heading1 {
        font-size: 32px;
        color: #0384AC;
    }

    .bathroom-content .pera {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 700;
    }

    .bathroom-content .heading2 {
        font-size: 22px;
        font-weight: 600;
    }

    .bathroom-content .heading3 {
        font-size: 22px;
        font-weight: 600;
        color: #0384AC;
    }

    .bathroom-content .pera1 {
        font-size: 18px;
        font-weight: 500;
    }

    .bathroom-content img {
        width: 100%;
        height: 294px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .bathroom-content1 {
        margin: 25px 0 25px 0;
    }

    .bathroom-content1 .heading1 {
        font-size: 32px;
        color: #0384AC;
    }

    .bathroom-content1 .pera {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 700;
    }

    .bathroom-content1 .heading2 {
        font-size: 22px;
        font-weight: 600;
    }

    .bathroom-content1 .heading3 {
        font-size: 22px;
        font-weight: 600;
        color: #0384AC;
    }

    .bathroom-content1 .pera1 {
        font-size: 18px;
        font-weight: 500;
    }

    .bathroom-content1 img {
        width: 100%;
        height: 294px;
    }
}


/* Content2 */
.content2 {
    background-color: #F4F5F5;
    padding: 60px 0 60px 0;
}

.content2 h1 {
    font-size: 36px;
    color: #0384AC;
}

.content2 p {
    font-size: 22px;
    color: #757374;
    line-height: 1.6;
}

.content2 h2 {
    font-size: 24px;
    color: #0384AC;
}

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

.content2 li {
    font-size: 16px;
    font-weight: 600;
    color: #5C5A5C;
    line-height: 2.5;
}

@media (max-width: 768px) {
    .content2 {
        padding: 25px 0 25px 0;
    }

    .content2 h1 {
        font-size: 32px;
        font-weight: 500;
        color: #0384AC;
    }

    .content2 p {
        font-size: 16px;
        color: #757374;
    }

    .content2 h2 {
        font-size: 24px;
        color: #0384AC;
    }

    .content2 li {
        font-size: 12px;
        font-weight: 700;
        line-height: 2;
    }
}

/* Card Section */
.card-section {
    margin: 60px 0 60px 0;
}

.card-section .heading {
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 500;
    color: #0384AC;
}

.card-section .image-bathrooms {
    position: relative;
    margin: 15px;
    overflow: hidden;
    height: 350px;
    width: 260px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.card-section .image-bathrooms img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.card-section .bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    backdrop-filter: blur(2px);
    color: white;
    text-align: center;
}

.card-section .bottom-content p {
    margin: 0;
}


@media (max-width: 786px) {
    .card-section {
        margin: 25px 0 25px 0;
    }

    .card-section .heading {
        margin-bottom: 25px;
        font-size: 32px;
        color: #0384AC;
    }

    .card-section .row {
        padding: 0 10px 0 10px;
    }

    .card-section .image-bathrooms {
        height: 200px;
        width: 165px;
        margin: 5px;
        position: relative;
        overflow: hidden;

    }

    .card-section .image-bathrooms img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: opacity 0.3s ease;
    }

    .card-section .bottom-content {
        position: absolute;
        bottom: 0;
        left: 0;
        /* width: 100%; */
        height: 30px;
        /* background-color: rgba(0, 0, 0, 0.5); */
        backdrop-filter: blur(2px);
        /* 50% opacity */
        color: white;
        text-align: center;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
}

/* Design Catelouge */
.image-gallery {
    margin: 30px 0 30px 0;
}

.return-policy {
    background-color: #F4F5F5;
    padding: 60px 0 60px 0;
}

.return-policy h1 {
    color: #0384AC;
    font-size: 36px;
    margin-bottom: 24px;
}

.return-policy h5 {
    color: #0384AC;
    font-size: 22px;
    margin: 0;
}

.return-policy p {
    color: #757374;
    font-size: 22px;
}

.return-policy li {
    color: #757374;
    font-size: 22px;
}

.mobile-code1 {
    margin: 25px 0 25px 0;
}

.mobile-code1 p {
    margin: 12px 0 0 0;
}

.mobile-code {
    margin: 60px 0 0 0;
}

.mobile-code p {
    margin: 24px 0 0 0;
}

.returns-icons {
    margin-bottom: 24px;
}

.returns-icons .card {
    width: 100px;
    border: none;
    padding: 0;
    margin: 0;
}

.returns-icons .card img {
    width: 70px;
}

.returns-icons .card h3 {
    margin-top: 12px;
    font-size: 10px;
    font-weight: 600;
}

.returns-icon {
    margin-bottom: 60px;
}

.returns-icon .card {
    border: none;
}

.returns-icon .card img {
    width: 160px;
    height: 160px;
}

.returns-icon .card h3 {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 600;
}


@media(max-width: 768px) {
    .return-policy h5 {
        color: #0384AC;
        font-size: 16px;
        margin: 0;
        font-weight: 550;
    }

    .return-policy p {
        color: #757374;
        font-size: 16px;
    }

    .return-policy li {
        color: #757374;
        font-size: 16px;
    }
}

.icon-section2 {
    background-color: #0384AC;
    padding: 28px 0 28px 0;
}

/* .icon-section2 h4 {
    font-size: 24px;
    color: #E7E7E7;
} */

.icon-section2 .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.icon-section2 .col-3 img {
    max-height: 100px;
    object-fit: contain;
    margin-bottom: auto;
}

.icon-section2 .col-3 h4 {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    color: #E7E7E7;
}

.mobile-section2 {
    background-color: #0384AC;
    padding: 20px 0 20px 0;
}

.mobile-section2 .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.mobile-section2 .col-4 img {
    max-height: 50px;
    object-fit: contain;
    margin-bottom: auto;
}

.mobile-section2 .col-4 h4 {
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
    color: #E7E7E7;
}

.design-ideas {
    margin: 50px 0 50px 0;
}

.design-ideas h1 {
    font-size: 36px;
    color: #0384AC;
    margin-bottom: 50px;
}

.design-ideas img {
    border-radius: 8px;
    margin-bottom: 15px;
    width: 340px;
}

.design-ideas1 {
    margin: 60px 0 60px 0;
}

.design-ideas1 h1 {
    font-size: 32px;
    color: #0384AC;
    margin-bottom: 60px;
}

.design-ideas1 .img-stack {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.design-ideas1 .img-stack img {
    margin: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    width: 250px;
}

.design-ideas1-mobile {
    margin: 25px 0 25px 0;
}

.design-ideas1-mobile h1 {
    font-size: 24px;
    color: #0384AC;
    margin-bottom: 15px;
}

.design-ideas1-mobile .img-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.design-ideas1-mobile .img-stack img {
    margin: auto;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 210px;
    width: 180px;
}

@media(max-width: 768px) {}

.icon-section3 {
    background-color: #F1F1F1;
    padding: 60px 0 60px 0;
}

/* Service Page */
.service-banner {
    background-image: url('../images/service-banner.webp');
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.service-banner .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.service-banner h1 {
    color: white;
    font-size: 2rem;
    margin: 0;
    backdrop-filter: blur(8px);
    padding: 20px;
}

/* For Mobile */
.service-banner1 {
    background-image: url('../images/service-banner.webp');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

.service-banner1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.service-content {
    background-color: #F8F8F8;
    padding: 50px 0 80px 0;
}

.service-content h1 {
    margin-bottom: 50px;
}

.service-content .card {
    padding: 45px 0 45px 0;
    border-color: #0384AC;
}

.service-content .card h4 {
    padding: 16px 0 16px 0;
    font-size: 28px;
    color: white;
    background-color: #0384AC;
}

.service-content .card .content {
    margin: 32px 0 32px 0;
}

.service-content .card p {
    color: #0384AC;
}


.icons-section2 {
    margin: 60px 0 60px 0;

}

.icons-section2 .card {
    border: none;

}

.icons-section2 .circle1 img {
    width: 100px;
    height: 100px;
    margin: 8px 0 0 0;

}

.icons-section2 .card-title {
    font-size: 14px;
    font-weight: 500;
}


@media (max-width: 768px) {
    .icons-section2 {
        margin: 25px 0 25px 0;
    }

    .icons-section2 .circle1 img {
        width: 65px;
        height: 65px;
        margin: 16px 0 0 0;

    }

    .icons-section2 .card-title {
        font-size: 14px;
        font-weight: 500;
    }
}


/* Landing Page */
.landing-page {
    background-image: url('../images/landingPage/landing-Banner.webp');
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
}

.landing-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(235, 229, 229, 0.363);
    z-index: 1;
}

.landing-page>* {
    position: relative;
    z-index: 2;
    /* Ensure content appears above blur */
}

/* For Mobile */
.hero-background1 {
    background-image: url('../images/landingPage/landing-Banner.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

.hero-background1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(235, 229, 229, 0.452);
    /* z-index: 1; */
}

.landing-page .content h1 {
    font-size: 36px;
    font-weight: 600;
    color: white;
}

.landing-page .content p {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.landing-page .card {
    margin-top: 40px;
    padding: 20px;
}

.landing-page .card h4 {
    color: #0384AC;
    margin-bottom: 20px;
}

.icons-section3 {
    padding: 36px 0 36px 0;
    background-color: #FAFAFA;

}

.icons-section3 h2 {
    margin-bottom: 24px;

}

.icons-section3 .card {
    border: none;
    background-color: #FAFAFA;

}

.icons-section3 .circle1 img {
    width: 75px;
    height: 75px;
    margin: 8px 0 0 0;

}

.icons-section3 .card-title {
    font-size: 18px;
}


@media (max-width: 768px) {
    .icons-section3 {
        margin: 25px 0 25px 0;
    }

    .icons-section3 .circle1 img {
        width: 65px;
        height: 65px;
        margin: 16px 0 0 0;

    }

    .icons-section3 .card-title {
        font-size: 14px;
        font-weight: 500;
    }
}

.returns-icon1 {
    margin-bottom: 60px;
}

.returns-icon1 .card {
    border: none;
}

.returns-icon1 .card img {
    width: 160px;
    height: 160px;
}

.returns-icon1 .card h5 {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

/*  */

.project-design-mobile {
    margin: 0;
}

.project-design-mobile .heading {
    font-size: 26px;
}

.project-design-mobile .content {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.project-design-mobile .design1 .card {
    width: 168px;
    height: 35px;
    border-color: #ffae00;
    background-color: #F8F8F8;
}

.project-design-mobile .design1 .card h3 {
    font-size: 12px;
    margin: 0 0 0 0;
}

/* Card Section */
.card-section1 {
    margin: 60px 0 60px 0;
}

.card-section1 .heading {
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 500;
    color: #0384AC;
}

.card-section1 .image-bathrooms {
    margin: 15px;
    height: 350px;
    width: 260px;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.card-section1 .image-bathrooms img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


@media (max-width: 786px) {
    .card-section1 {
        margin: 25px 0 25px 0;
    }

    .card-section1 .heading {
        margin-bottom: 25px;
        font-size: 24px;
        color: #0384AC;
    }

    .card-section1 .row {
        padding: 0 10px 0 10px;
    }

    .card-section1 .image-bathrooms {
        height: 200px;
        width: 165px;
        margin: 5px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .card-section1 .image-bathrooms img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* FAQ Section  */
.faq-section {
    margin: 36px 0 0 0;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #f8f7f6;
}

.faq-section .accordion-item {
    background-color: #f8f7f6;
    border: none;
    margin-bottom: 10px;
}

.accordion-button {
    font-size: 1rem;
    font-weight: 500;
    background-color: #F7F6F5;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .faq-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 600;
}

.faq-section .faq-border {
    border-top: 36px solid #f2b500;
    margin-top: 40px;
}

/* transform Mobile */
.transform-mobile1 {
    background-color: #F7F6F5;
    padding: 45px 0 45px 0;

}

.transform-mobile1 h2 {
    margin-bottom: 30px;

}

.transform-mobile1 .card {
    margin: 10px;
    border-color: #ffae00;
    padding: 0;
}

.transform-mobile1 .circle2 img {
    width: 70px;
    height: 70px;

}

.transform-mobile1 .card-title {
    font-size: 16px;
    font-weight: 600;
}

/* Video Section */
.video-section1 {
    margin: 30px 0 30px 0;
}

.video-section1 .heading {
    font-size: 36px;
    margin-bottom: 40px;
}

.vid-slider .heading {
    font-size: 48px;
}

.video-section1 .video-container,
.vid-slider .video-container {
    height: 320px;
    width: 245px;
}

@media (max-width: 768px) {
    .video-section1 .heading {
        font-size: 24px;
    }

    .vid-slider .heading {
        font-size: 24px;
        padding: 0 20px 0 20px;
    }

    .video-section1 .video-container,
    .vid-slider .video-container {
        height: 300px;
        width: 300;
    }
}

.video-section1 .video-design {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 200px;
}

.icons-section3-mobile {
    background-color: #E8E8E8;
    padding: 20px 0 20px 0;
    margin-bottom: 25px;
}

.icons-section3-mobile p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
}

.image-gallery {
    margin: 60px 0 60px 0;
}

.image-gallery .heading{
    font-size: 32px;
    color: #0384AC;
}

.image-gallery .gallery-images .image-bathrooms {
    margin: 15px;
    height: 350px;
    width: 260px;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.image-gallery .gallery-images .image-bathrooms img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.gallery-mobile .image-bathrooms {
    margin-left: 10px;
    height: 310px;
    width: 220px;
    margin-bottom: 15px;
    overflow: hidden;
}

.gallery-mobile .image-bathrooms img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


@media (max-width: 786px) {
    .image-gallery {
        margin: 25px 0 25px 0;
    }

    .image-gallery .heading {
        margin-bottom: 25px;
        font-size: 24px;
        color: #0384AC;
    }

    .image-gallery .row {
        padding: 0 10px 0 10px;
    }

    .image-gallery .image-bathrooms {
        height: 200px;
        width: 165px;
        margin: 5px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .image-gallery .image-bathrooms img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
