/* 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;
}

/* Feature Item Styling */
.feature-item {
    background: #fff;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Heading Styling */
.feature-item h2 {
    color: #007BFF;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 3px solid #007BFF;
    display: inline-block;
    padding-bottom: 5px;
}

/* Paragraph Styling */
.feature-item p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* Strong Text Styling */
.feature-item p strong {
    color: #000;
}

/* Alternate Paragraph Background */
.feature-item p:nth-child(even) {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}

/* Highlight for Special Sections */
.feature-item p:nth-child(odd) {
    background-color: #eaf2fd;
    padding: 10px;
    border-radius: 5px;
}

/* Data Scroll Animation */
[data-scroll] {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-in-out forwards;
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.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-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-content {
    flex: 1;
    text-align: right;
}

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

.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 */
    }
}

/* 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-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 */
    }
}

/* 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 */
    }
}

/* 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.6rem;
    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: 3.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 */
    }
}

