/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    margin-top: 50px;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3 {
    color: #0056b3;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
  }

/* Hero Section */
.hero-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: #f8f9fa;
    text-align: center;
}

.hero-section .hero-content {
    flex: 1;
    padding: 20px;
}

.hero-section .hero-image {
    flex: 1;
    padding: 20px;
}

.hero-section h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.hero-section h3 {
    font-size: 1.5rem;
}

/* BIM Info Section */
.bim-info {
    padding: 40px;
    background-color: #e2edf8;
    text-align: center;
}

.bim-info h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.bim-info p {
    /* max-width: 800px; */
    /* margin: 0 auto 20px; */
    line-height: 1.6;
}

.bim-info img {
    margin: 20px 0;
}

/* Why Choose BIM Section */
.why-bim {
    padding: 40px;
    background-color: #e2edf8ff;
    text-align: center;
}

.why-bim ul {
    list-style: none;
    padding: 0;
}

.why-bim ul li {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    /* display: table-cell; */
    /* border-right: 2px solid black; */
    padding-right: 5px;
}

.centered-list {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the list items horizontally */
}

.centered-list li {
    position: relative;
    padding-left: 15px; /* Space for the arrow */
    margin: 5px 0; /* Add some vertical spacing */
    font-size: 14px; /* Adjust font size as needed */
}

/* Add an arrow or custom point before each list item */
.centered-list li::before {
    /* content: "→"; Choose an arrow symbol or customize */
    content: "•"; /* Use a dot symbol */
    position: absolute;
    left: 0; /* Position it on the left of the text */
    font-size: 15px; /* Adjust size as needed */
    color: #000; /* Set arrow color */
}

.centered-ordered-list {
    list-style: none; /* Remove default numbering */
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the list items horizontally */
}

.centered-ordered-list li {
    position: relative;
    padding-left: 10px; /* Space for the point */
    margin: 3px; /* Add some vertical spacing */
    font-size: 14px; /* Adjust font size as needed */
}

/* Add a dot before each list item */
.centered-ordered-list li::before {
    content: "•"; /* Use a dot symbol */
    position: absolute;
    left: 0; /* Position it on the left of the text */
    font-size: 15px; /* Adjust size as needed */
    color: #333; /* Set point color */
}


.why-bim img {
    margin: auto;
}
ps{
    font-family: "Barlow", sans-serif;
    color: #333;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}

.parentwmbim{
    display:flex;
    padding:10px 100px
}

.wmbim{
    font-size: 12px;
    color: #333;
    border-right:2px outset;
    padding: 10px 10px;
}

@media (max-width: 768px) {
    .parentwmbim {
        display: flex;
        flex-direction: column; 
        padding: 0px;
        border-right: none !important; /* Force removal of the border */
    }
}



/* Services Section */
.our-services {
    padding: 40px;
    background-color: #f0f8ff;
}

.our-services h2 {
    text-align: center;
    margin-bottom: 30px;
}

.service-item {
    margin-bottom: 30px;
}

.service-item h3 {
    font-size: 1.5rem;
}

.service-item img {
    margin-top: 20px;
    width: 40%;
}

/* How We Work Section */
.how-we-work {
    padding: 40px;
    background-color: #fff;
    text-align: center;
}

.how-we-work ol {
    margin: 0 auto;
    padding-bottom: 10px;
    /* max-width: 800px; */
    font-size: 14px;
    /* text-align: start; */
    color: #333;
    /* padding-left: 58px; */
}

.how-we-work ol li {
    font-size: 14px;
    font-weight:normal;
    color: #333;
    display: inline;
    padding-right: 3px;
}

/* Contact Section */
.contact-us {
    padding: 40px;
    background-color: #e2edf8;
    text-align: center;
}

.contact-button {
    padding: 10px 20px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-button:hover {
    background-color: #003f8a;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        padding: 10px;
    }

    .hero-content, .hero-image {
        flex: none;
    }

    h1 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .bim-info h2, .why-bim h2, .our-services h2, .how-we-work h2 {
        font-size: 1.8rem;
    }
}

/* General styling for the section */
.bim-process {
    padding: 50px;
    background: linear-gradient(45deg, #00a8ff, #00eaff, #a0f7ff);
    font-family: Arial, sans-serif;
}


/* Title Styling */
.section-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}

/* Styling for each process step */
.process-step {
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.process-step h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Image styling */
.process-image {
    text-align: center;
    margin-top: 40px;
}

.process-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bim-process {
        padding: 30px 15px;
    }

    .section-title {
        font-size: 28px;
    }

    .process-step h3 {
        font-size: 20px;
    }

    .process-step p {
        font-size: 15px;
    }
}


/* General styling for the section */
.why-choose-bimagine {
    padding: 50px;
    background-color: #f0f8ff;
    font-family: Arial, sans-serif;
}

/* Title Styling */
.section-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}

/* Styling for each reason */
.why-choose {
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.why-choose h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.why-choose p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* CTA section styling */
.cta-section {
    text-align: center;
    padding: 30px;
    background-color: #e2edf8ff;
    color: white;
    margin-top: 40px;
    border-radius: 8px;
}

.cta-section h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-btn {
    padding: 10px 25px;
    padding-top: 8px;
    margin-top: 20px;
    background-color: #0080ff;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.contact-btn:hover {
    background-color: #ff0000;
    color: white;
}

/* Image styling */
.process-image {
    text-align: center;
    margin-top: 40px;
}

.process-image img {
    max-width: 100%;
    height: auto;
    margin: auto;
    border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .why-choose-bimagine {
        padding: 30px 15px;
    }

    .section-title {
        font-size: 28px;
    }

    .why-choose h3 {
        font-size: 20px;
    }

    .why-choose p {
        font-size: 15px;
    }

    .cta-section h3 {
        font-size: 22px;
    }
}

/* General Section Styling */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    padding: 50px;
    background-color: #f9f9f9;
}

.section-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}

/* BIM Process Step Styling */
.bim-process .bim-step {
    background-color: #ffffff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
}

.bim-step h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.bim-step p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Image Styling */
.process-image, .team-image {
    text-align: center;
    margin-top: 40px;
}

.process-image img, .team-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Industries We Serve Section */
.industries-serve ul {
    max-width: 700px;
    margin: 0 auto;
    padding-left: 20px;
    font-size: 18px;
    color: #555;
    list-style-type: disc;
}

.industries-serve ul li {
    margin-bottom: 10px;
}

.industries-serve p {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

/* Why Choose Us Section */
.why-choose-us .choose-list {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 20px;
    font-size: 18px;
    color: #555;
    list-style-type: disc;
}

.why-choose-us .choose-list li {
    margin-bottom: 15px;
}

.cta {
    text-align: center;
    margin-top: 30px;
}

.cta h3 {
    font-size: 24px;
    color: #0056b3;
    margin-bottom: 10px;
}

.cta p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.cta-button {
    background-color: #0056b3;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #003d80;
}

/* Image Placeholder Styling */
.team-image img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 20px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    section {
        padding: 30px 15px;
    }

    .section-title {
        font-size: 28px;
    }

    .bim-step h3 {
        font-size: 20px;
    }

    .bim-step p {
        font-size: 15px;
    }

    .industries-serve ul, .why-choose-us .choose-list {
        font-size: 16px;
    }

    .cta h3 {
        font-size: 22px;
    }

    .cta p {
        font-size: 16px;
    }
}
/* General Section Styling */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    padding: 50px;
    background-color: #f9f9f9;
}

/* Section Title Styling */
.section-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}

/* Industries We Serve Styling */
.industries-serve {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.industries-serve:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.industries-serve h3 {
    font-size: 28px;
    text-align: center;
    color: #0056b3;
    margin-bottom: 30px;
}

.industries-serve ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.industries-serve ul li {
    background-color: #f0f0f0;
    padding: 15px 20px;
    margin: 10px;
    border-radius: 8px;
    font-size: 18px;
    color: #333;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.industries-serve ul li:hover {
    background-color: #807979;
    color: #ffffff;
    transform: translateY(-5px);
}

/* Why Choose BIMagine Interiors Section */
.why-choose-us {
    background-color: #77b6f5;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 50px auto;
    color: #fff;
    transition: all 0.3s ease;
}

.why-choose-us:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.why-choose-us h3 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.why-choose-us .choose-list {
    list-style-type: none;
    padding: 0;
}

.why-choose-us .choose-list li {
    background-color: rgb(0 0 0 / 40%);
    padding: 15px 20px;
    margin: 10px 0;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.why-choose-us .choose-list li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* CTA Button Styling */
.cta {
    text-align: center;
    margin-top: 30px;
}

.cta h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.cta p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.cta-button {
    background-color: #fff;
    color: #0056b3;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #003d80;
    color: #fff;
}

/* Responsive Styling */
@media (max-width: 768px) {
    section {
        padding: 30px 15px;
    }

    .section-title {
        font-size: 28px;
    }

    .industries-serve ul {
        flex-direction: column;
        align-items: center;
    }

    .industries-serve ul li, .why-choose-us .choose-list li {
        width: 100%;
    }

    .cta h3 {
        font-size: 22px;
    }

    .cta p {
        font-size: 16px;
    }
}

section {
    padding: 50px;
    background-color: #f9f9f9;
}

/* Section Title Styling */
.section-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}

/* Subsection Styling */
.subsection {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.subsection:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.subsection-content {
    max-width: 60%;
}

.subsection h4 {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: normal;
}

.subsection p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

.subsection img {
    max-width: 35%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 4D Scheduling Specific Styling */
.subsection-4d {
    background-color: #fff;
    color: #000;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* .subsection-4d h4 {
    color: #0056b3;
} */

.subsection-4d p {
    color: #000;
}

.subsection-4d img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    section {
        padding: 30px 15px;
    }

    .section-title {
        font-size: 28px;
    }

    .subsection, .subsection-4d {
        flex-direction: column;
        text-align: center;
    }

    .subsection-content, .subsection img {
        max-width: 100%;
    }

    .subsection img {
        margin-top: 20px;
    }
}

/* Call-to-Action Section Styling */
.cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #fff, #00a8ff);
    color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 20px auto;
    max-width: 800px;
}

.cta-section h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 90%;
}

.cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #0070f3;
    font-size: 18px;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #0070f3;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .cta-section {
        padding: 40px 15px;
    }

    .cta-section h3 {
        font-size: 24px;
    }

    .cta-section p {
        font-size: 16px;
    }

    .cta-button {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.styled-paragraph {
    text-align: center; /* Center the text */
    font-size: 1.2em; /* Increase font size */
    font-weight: 500; /* Medium weight for readability */
    color: #333; /* Dark color for better contrast */
    padding: 15px 20px; /* Add padding for spacing around text */
    margin: 20px auto; /* Center paragraph with auto margins */
    max-width: 80%; /* Set a max-width for readability */
    background-color: #f9f9f9; /* Light background color for contrast */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    line-height: 1.6; /* Improved line spacing */
}

.contact-us {
    text-align: center; /* Center-align text and button */
    padding: 40px 20px; /* Add padding to the section */
    background-color: #f5f5f5; /* Light background for the section */
}

.contact-us h2 {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 20px; /* Space between heading and button */
}

.contact-button {
    background: linear-gradient(135deg, #0078ff, #00c6ff); /* Gradient background */
    color: white; /* Text color */
    font-size: 1.1em; /* Font size for readability */
    padding: 15px 30px; /* Padding around the button text */
    border: none; /* Remove default border */
    border-radius: 30px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth animation */
}

.contact-button:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0 6px 12px rgb(0, 0, 0); /* Deeper shadow on hover */
}

.contact-button:active {
    transform: scale(0.98); /* Shrink slightly on click */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Lower shadow on click */
}







