
/* Reset default body and html padding/margin */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    overflow-x: hidden; /* Prevent sideways scroll */
}
 
/* Apply box-sizing border-box globally */
*, *::before, *::after {
    box-sizing: border-box;
}
.back-carl{
    position: relative;
    text-align: left;
    background-image: url(../images/banner/cmms.avif);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    color: #fff;
    min-height: 85vh;
    padding: 180px 20px 10px 20px;
    /* font-size: 2rem; */
}




.back-carl-one {
    position: relative;
    padding-top: 60px;
    background-image: url(../images/software/cmms.png); /* Replace with your image URL */
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width: 100%; /* Full width for responsiveness */
    height: 600px; /* 85% of the viewport height */
    display: flex; /* Use flexbox for better control of child positioning */
    align-items: center; /* Vertically centers the text */
    justify-content: flex-start; /* Aligns the text to the left */
    padding-left: 20px; /* Adds some padding for left alignment */
}

.back-carl-one h1 {
    font-size: 6.8rem;
    /* font-weight: bold;  */
    /* top: 55%; */

    /* padding: calc(300px/2) 20px 20px 20px; */
    margin-top: 200px;
    color: white; /* Adjust for readability */
    margin: 0; /* Removes default margin */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Optional: Adds text shadow for better visibility */
}

@media (max-width: 768px) {
    .back-carl-one h1 {
        font-size: 3.5rem; /* Adjust font size for tablets */
    }
}

@media (max-width: 480px) {
    .back-carl-one h1 {
        margin-top: 30px;
        /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
        font-weight: bold;
        /* text-shadow: 2px 2px 5px rgb(255, 255, 255); */
        font-size: 4.4rem; 
        /* Further adjustment for very small screens */
    }

    .back-carl-one{
        padding-top: 1px;
        margin-top: 5rem;
        /* background-image: url(../images/software/cmms2.png); */
        /* margin-bottom: 30px; */
        /* background-size: contain;  */
        height:180px; /* 85% of the viewport height */
    }
}

/* Overlay */
.back-carl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 3, 0.119);
    z-index: 1;
}

/* Text Styling */
.back-carl h1,
.back-carl h2,
.back-carl p {
    position: relative;
    z-index: 2; /* Content above overlay */
}

.back-carl h1 {
    font-size: 6.6rem;
    /* margin-top: 15rem; */
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: hsl(0, 0%, 100%);
}

.back-carl h2 {
    /* margin-top: 1rem; */
    font-size: 3rem;
    font-family: Arial;
    /* margin-right: 550px; */
    /* padding: 0.2em 0.5em; */
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .back-carl {
        padding: 50px 20px 10px 20px; 
        min-height: 78vh;
    }
    
    /* .back-carl h1 {
        margin-top: 15rem;
    }

    .back-carl h2 {
        margin-right: 400px;
    }

    .back-carl h3 {
        margin-right: 500px;
    } */
}

@media (max-width: 768px) {
    .back-carl {
        padding: 120px 20px 10px 20px; 
        min-height: 60vh;
        background-attachment: scroll; /* Better performance on smaller devices */
    }

    .back-carl h1 {
        /* margin-top: 10rem; */
        font-size: 6rem;
    }

    .back-carl h2 {
        /* margin-right: 0; */
        font-size: 3rem;
    }

    .back-carl h3 {
        /* margin-right: 0; */
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .back-carl {
        padding: 120px 20px 10px 20px;
        /* padding: 20px 10px; */
        min-height: 55vh;
        background-attachment: scroll; /* Better performance on smaller devices */
    }
    .back-carl h1 {
        
        font-size: 6rem;
        /* margin-top: 8rem; */
    }

    .back-carl h2,
    .back-carl h3 {
        font-size: 3rem;
        /* padding: 0.1em; */
    }
}


/*  */


/*  */
.section-container {
    font-family: Arial, sans-serif;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    /* background-color: #afe4ff; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0); 
    transition: all 0.3s ease-in-out; 
}

.section-title {
    font-size: 3.6rem;
    color: #2b5797;
    margin-bottom: 10px;
    border-bottom: 3px solid #2b972d;
    padding-bottom: 5px;
    display: inline-block;   
}

.section-content {
    line-height: 1.6;
    /* color: #333;  */
}

.section-content .highlight {
    font-weight: bold;
    color: #f39c12;
}

.section-content p {
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-align: justify;
}



.carl-section-container {
    font-family: Arial, sans-serif;
    margin: 20px;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carl-section-container.visible {
    opacity: 1;
}

/* .carl-section-title {
    font-size: 3.5rem;
    color: #2b5797;
    margin-bottom: 20px;
    border-bottom: 3px solid #2b972d;
    padding-bottom: 10px;
    display: inline-block;
} */

.carl-section-content {
    line-height: 1.6;
}

.carl-section-content .highlight {
    font-weight: bold;
    color: #f39c12;
}

.carl-section-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
    font-size: 1.6rem;
}

.carl-section-content ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    text-align: justify;
    position: relative;
    padding-left: 25px;
}

.carl-section-content ul li:before {
    content: '\25B6'; /* Triangle bullet */
    color: #2b5797;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    .carl-section-container {
        padding: 20px;
    }

    /* .carl-section-title {
        font-size: 2rem;
    } */

    .carl-section-content ul li {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .carl-section-container {
        padding: 15px;
    }
/* 
    .carl-section-title {
        font-size: 1.5rem;
    } */

    .carl-section-content ul li {
        font-size: 1.6rem;
    }
}

/* Highlight effect on the link */
.highlight2 {
    color: #007BFF;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s;
}

/* Style changes on hover */
.highlight2:hover {
    color: #0056b3;
    background-color: #e9f5ff;
}

.section-content3{
    flex: 1;
    max-width: 50%;
    padding-right: 30px;
    color: #1b425d;
    font-family: 'Arial', sans-serif;
    font-size: 1.6rem;
    text-align: justify;
}
.image-content {
    flex: 1;
    text-align: right;
}

.image-content img {
    max-width: 600px;
    height: auto;
    margin-top: -300px;
}
  
.image-content3 {
    flex: 1;
    text-align: right;
}

.image-content3 img {
    max-width: 600px;
    height: auto;
    margin-top: -200px;
}


.section-content2{
    flex: 1;
    max-width: 50%;
    padding-right: 30px;
    color: #1b425d;
    font-family: 'Arial', sans-serif;
    font-size: 1.6rem;
    text-align: justify;
}

  
.image-contentiot {
    flex: 1;
    text-align: right;
}

.image-contentiot img {
    max-width: 400px;
    height: auto;
    margin-top: -250px;
}



.image-contentlogo {
    flex: 1;
    text-align: right;
    margin-right: 100px;
}

.image-contentlogo img {
    max-width: 30%;
    height: auto;
    margin-top: -200px;
}

/* Responsive Design */

/* For tablets and smaller laptops (screens up to 1024px wide) */
@media (max-width: 1024px) {
    .section-content2 {
        max-width: 100%; /* Allow the text content to take the full width */
        padding-right: 20px; /* Reduce padding for smaller screens */
        font-size: 1.4rem; /* Slightly smaller text for readability */
    }

    .image-content {
        text-align: center; /* Center the image on smaller screens */
        margin-top: 20px; /* Remove negative margin */
    }

    .image-content img {
        max-width: 80%; /* Scale image to fit within the container */
        margin-top: 0; /* Remove negative margin */
    }
    .image-contentiot {
        text-align: center; /* Center the image on smaller screens */
        margin-top: 20px; /* Remove negative margin */
    }

    .image-contentiot img {
        max-width: 80%; /* Scale image to fit within the container */
        margin-top: 0; /* Remove negative margin */
    }
}

/* For mobile devices (screens up to 768px wide) */
@media (max-width: 768px) {
    .section-content2 {
        font-size: 1.3rem; /* Reduce font size for better readability on small screens */
        padding-right: 10px; /* Reduce padding further */
    }

    .image-content {
        margin-top: 15px; /* Add a small margin for spacing */
    }
    .image-contentiot {
        margin-top: 15px; /* Add a small margin for spacing */
    }
    .image-contentlogo {
        margin-top: 15px; /* Add a small margin for spacing */
    }

    .image-contentlogo img {
        max-width: 100%; /* Ensure the image takes up the full width */
        height: auto; /* Maintain the aspect ratio */
        margin-top: 1px;
    }


    .image-content img {
        max-width: 100%; /* Ensure the image takes up the full width */
        height: auto; /* Maintain the aspect ratio */
    }
    .image-contentiot img {
        max-width: 100%; /* Ensure the image takes up the full width */
        height: auto; /* Maintain the aspect ratio */
    }
}

/* For small mobile devices (screens up to 480px wide) */
@media (max-width: 480px) {
    .section-title {
        font-size: 2.5rem; /* Smaller title for mobile screens */
    }

    .section-content2 {
        font-size: 1.2rem; /* Reduce font size further for readability */
        padding-right: 0; /* Remove padding */
    }
    .image-contentlogo {
        margin-top: 15px; /* Add a small margin for spacing */
    }

    .image-contentlogo img {
        max-width: 100%; /* Ensure the image takes up the full width */
        height: auto; /* Maintain the aspect ratio */
        margin-top: 1px;
    }

    .image-content img {
        max-width: 100%; /* Full width for the image */
        margin-top: 10px; /* Adjust margin for better spacing */
    }
    .image-contentiot img {
        max-width: 100%; /* Full width for the image */
        margin-top: 10px; /* Adjust margin for better spacing */
    }
}

/* Verticallization */


/* Verticalizations Grid Styling */
.verticalizations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px; /* Adds gaps between blocks */
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.verticalization-block {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.verticalization-block a {
    display: block;
    height: 100%;
    width: 100%;
    color: white;
    text-decoration: none;
}

.verticalization-block .overlay {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    box-sizing: border-box;
}
.verticalization-block h3 {
    font-size: 3rem;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    flex-grow: 1;
    z-index: 2;
    margin-top: -25rem;
}

.verticalization-block:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.box-image {
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 20px; /* Position at the bottom of the block */
    left: 60px;
    width: 220px;
    height: 220px;
    object-fit: cover; /* Ensures the image maintains its aspect ratio */
    border-radius: 10px /* Optional: makes the image round */
}
.box-image5 {
    position: absolute;
    bottom: 20px; 
    left: 100px;
    width: 70%;
    height:70%;
    object-fit: cover; /* Ensures the image maintains its aspect ratio */
    border-radius: 10px /* Optional: makes the image round */
}
.box-image4 {
    position: absolute;
    bottom: 20px; 
    left: 100px;
    width: 140px;
    height: 70%;
    object-fit: cover; /* Ensures the image maintains its aspect ratio */
    border-radius: 10px /* Optional: makes the image round */
}
.box-image1 {
    position: absolute;
    bottom: 20px; /* Position at the bottom of the block */
    left: 20px;
    width: 300px;
    height: 200px;
    object-fit: cover; /* Ensures the image maintains its aspect ratio */
    border-radius: 10px /* Optional: makes the image round */
}

.box-image2 {
    position: absolute;
    bottom: 40px; /* Position at the bottom of the block */
    left: -20rem;
    width: 100%;
    height: 200px;
    object-fit: cover; /* Ensures the image maintains its aspect ratio */
    border-radius: 10px /* Optional: makes the image round */
}

.box-image3 {
    position: absolute;
    bottom: 30px; /* Position at the bottom of the block */
    left: -1rem;
    width: 100%;
    height: 200px;
    object-fit: cover; /* Ensures the image maintains its aspect ratio */
    border-radius: 10px /* Optional: makes the image round */
}



/* Background Colors for each block */
.financial-services {
    background-color: #07edc7;
}

.insurance {
    background-color: #00acc1;
}

.factory {
    background-color: #d49f00;
}

.life-sciences {
    background-color: #ae00ff;
}

.industrial {
    background-color: #04125a;
}

.software-tech {
    background-color: #49bd01;
}

.telecom-media {
    background-color: #eead44;
}

.consumer-tech {
    background-color: #fb83b7;
}

.carl-cloud {
    background-color: #ffe57d;
}

/* Responsive Design */
@media (max-width: 768px) {
    .verticalization-block {
        height: 300px;
    }

    .verticalization-block h3 {
        font-size: 1.5rem;
    }

    .box-image {
        position: absolute;
        bottom: 20px; /* Position at the bottom of the block */
        left: 60px;
        width: 220px;
        height: 220px;
        object-fit: cover; /* Ensures the image maintains its aspect ratio */
        border-radius: 10px /* Optional: makes the image round */
    }
    .verticalization-block h3 {
        font-size: 2.3rem;
    }

}

@media (max-width: 480px) {
    .verticalization-block {
        height: 300px;
    }

    .verticalization-block h3 {
        font-size: 2.3rem;
    }

    .box-image {
        position: absolute;
        bottom: 20px; /* Position at the bottom of the block */
        left: 60px;
        width: 220px;
        height: 220px;
        object-fit: cover; /* Ensures the image maintains its aspect ratio */
        border-radius: 10px /* Optional: makes the image round */
    }
}
@media (max-width: 340px) {
    .verticalization-block {
        height: 300px;
    }

    .verticalization-block h3 {
        font-size: 2.3rem;
    }

    .box-image {
        position: absolute;
        bottom: 20px; /* Position at the bottom of the block */
        left: 60px;
        width: 220px;
        height: 220px;
        object-fit: cover; /* Ensures the image maintains its aspect ratio */
        border-radius: 10px /* Optional: makes the image round */
    }
}

/* Verticalizations Section Styling */
.verticalizations-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
}

.verticalizations-section h2 {
    font-size: 3rem;
    color: #003366;
    margin-bottom: 20px;
    animation: fadeInDown 1s ease-in-out;
}

.verticalizations-section p {
    font-size: 1.2rem;
    color: #1b425d;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease-in-out;
}

/* Initial state for elements */
.verticalization-block {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  /* Visible state for elements */
  .verticalization-block.visible {
    opacity: 1;
    transform: translateY(0);
  }

/* Keyframes for animations */
@keyframes fadeInDown {
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}




.box-image2 {
    /* width: 100%; */
    /* max-width: 500px; */
    height: auto;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease-out;

    margin-left: 150px;
}

.box-image2.visible {
    opacity: 1;
    transform: translateY(0);
}



/* Media query for screens less than or equal to 480px */
@media (max-width: 480px) {
    .box-image0 {
        width: 100%;  /* Ensures the image takes up the full width of its container */
        height: auto; /* Automatically adjusts height based on aspect ratio */
        object-fit: contain; /* Makes sure the entire image is visible without distortion */
    }
}
@media (max-width: 1200px) {
    .box-image0 {
        width: 100%;  /* Ensures the image takes up the full width of its container */
        height: auto; /* Automatically adjusts height based on aspect ratio */
        object-fit: contain; /* Makes sure the entire image is visible without distortion */
    }
}


/* Feature Section */
/* Base styling for the features section */
.features-section {
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

/* Title styling */
.features-section h4 {
    font-size: 2.5rem;
    color: #2b5797;
    text-align: center;
    margin-bottom: 40px;
}

/* Features container */
.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Feature column styling */
.feature-column {
    flex: 1 1 calc(50% - 20px); /* Two columns by default */
    padding: 20px;
    box-sizing: border-box;
}

/* Feature item styling */
.feature-item {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #9dc5eed8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* Heading inside each feature item */
.feature-item h2 {
    font-size: 1.6rem;
    color: #1b425d;
    margin: 0;
    /* background-color: #73747383; */
}
/* .feature-item h2:hover {
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0;
} */

/* Hover effect for feature items */
.feature-item:hover {
    transform: scale(1.05);
    /* background-color: #22455b;
    color: #ffffff; */
}

/* For tablets and smaller laptops (screens up to 1024px wide) */
@media (max-width: 1024px) {
    .features-container {
        gap: 15px; /* Reduce gap between items */
    }

    .feature-column {
        flex: 1 1 48%; /* Adjust columns to better fit the screen */
        padding: 15px;
    }

    .feature-item {
        padding: 15px; /* Adjust padding for better spacing */
    }
}

/* For mobile devices (screens up to 768px wide) */
@media (max-width: 768px) {
    .features-container {
        gap: 10px; /* Further reduce gap for small screens */
    }

    .feature-column {
        flex: 1 1 100%; /* Stack columns into a single column */
        padding: 10px;
    }

    .feature-item {
        padding: 10px; /* Less padding on mobile */
    }

    .feature-item h2 {
        font-size: 1.4rem; /* Smaller text for better readability on mobile */
    }
}

/* For small mobile devices (screens up to 480px wide) */
@media (max-width: 480px) {
    .feature-item h2 {
        font-size: 1.2rem; /* Further reduce font size for very small screens */
    }

    .features-section h4 {
        font-size: 2rem; /* Adjust the title size for mobile */
    }
}

.new-image-section-container {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center vertically */
    align-items: center;
    width: auto; /* Center horizontally */
    height: auto; /* Full viewport height for vertical centering */
    text-align: center; /* Center the text */
    padding: 10px; /* Add some padding */
    box-sizing: border-box; /* Ensure padding is included in width/height */
}

.new-image-section-title {
    font-size: 3.6rem;
    color: #2b5797;
    /* margin-bottom: 10px; */
    /* border-bottom: 3px solid #2b972d; */
    padding-bottom: 5px;
    display: inline-block;   
}

.new-image-box-image0 {
    max-width: 100%; /* Responsive image scaling */
    height: auto; /* Maintain aspect ratio */
    border-radius: 5px; /* Optional: Add rounded corners */
}

/* Media Queries for smaller screens */
@media (max-width: 768px) {
    .new-image-section-title {
        font-size: 2rem; /* Smaller font for tablets */
    }
}

@media (max-width: 480px) {
    .new-image-section-title {
        font-size: 2rem; /* Further reduce font size for mobile */
    }

    .new-image-section-container {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

