﻿<style >
/* Add CSS styles for positioning and overlay */
.hero-section {
    position: relative;
}

.hero-section-full-height {
    height: 30vh;
    /* Set the height to 50% of the viewport height */
}

/* Additional styling for your content within the section can be added here */
.hero-content {
    padding: 10px;
    /* Example padding */
}


.hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(69, 69, 129, 0.7);
    /* Blueish background with 0.7 opacity */
    color: #fff;
    padding: 20px;
    z-index: 2;
    /* Increase the z-index to bring it to the top */
}

.align-left {
    text-align: left;
}

.vertical-divider {
    border-left: 1px solid #fff;
    height: 100%;
    margin: 0 20px;
}

/* Custom styles */
.featured-block-image {
    max-width: 50%;
    /* Reduced to make the icon smaller */
    /* transition: transform .2s; */
    margin: 10px 0;
}

/* .featured-block:hover .featured-block-image {
        transform: scale(1.05);
    } */

.featured-block {
    text-align: center;
    margin-bottom: 20px;
}

    .featured-block img {
        max-width: 100%;
        /* Make sure the image doesn't exceed its container */
        height: auto;
        /* Maintain aspect ratio */
    }

.featured-block-text {
    margin-top: 10px;
}

.section-padding {
    padding: 20px 15px;
    /* Reduced padding */
}

.featured-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    /* Add margin to create space between images */
    margin: 20px;
    /* You can adjust the value as needed */
}

.featured-block-image {
    float: left;
    /* Add max-width to ensure the images don't exceed their container */
    max-width: 100%;
}

.featured-block-text {
    pointer-events: none;
    cursor: default;
    font-size: 15px;
    float: right;
}


.cta-section {
    padding: 20px 20px;
}

    .cta-section h3 {
        border-bottom: 2px solid #333;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .cta-section ul {
        list-style-type: none;
        padding: 0;
    }

    .cta-section li {
        padding: 8px 0;
        font-size: 16px;
    }

.section-divider {
    border-left: 2px dotted #ccc;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}

h3 {
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

ul {
    list-style-type: none;
    /* Removing default bullet points */
    padding: 0;
    font-size: 18px;
    /* Increase font size */
}

li {
    padding: 21px 0;
    /* Spacing between items */
    border-bottom: 1px solid #eee;
    /* subtle line dividers between items */
}

    li:last-child {
        border-bottom: none;
        /* remove border for the last item */
    }

.custom-block-image {
    max-width: 70%;
    /* Adjusted to maintain a consistent size */
    display: block;
    margin: 0 auto;
}

.sector-card {
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform .2s, box-shadow .2s;
}

    .sector-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.sector-image {
    width: 50%;
    height: 50%;
    object-fit: cover;
    object-position: center center;
}

.sector-title {
    font-size: 16px;
    text-align: center;
}

.divider {
    border-top-width: 2px;
    border-style: solid;
    border-color: var(--divider-color);
    margin: 20px auto;
    width: 100px;
    /* Responsive */
    @media (min-width: 768px) {
        width: 200px;
    }
}

.featured-block {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 10px;
    /* padding: 60%; */
}

    .featured-block img {
        max-width: 100%;
        height: auto;
        margin-right: 20px;
        float: left;
    }

.featured-block-text {
    margin: 0;
    float: right;
}

.featured-block::after {
    content: "";
    clear: both;
    display: table;
}

.container {
    margin: 0 auto;
    /* Set left and right margins to "auto" */
    max-width: 1200px;
    /* Adjust the maximum width as needed */
}

.custom-image-size {
    max-width: 100px;
    /* Adjust the maximum width as needed */
    height: auto;
}

.custom-text-padding {
    padding: 20px;
    /* Adjust the padding as needed */
}

.custom-heading-size {
    font-size: 18px;
    /* Adjust the font size as needed */
    margin-bottom: 10px;
    /* Add margin to create space between heading and subheading */
}

.custom-subheading-size {
    font-size: 14px;
    /* Adjust the font size as needed */
    margin-bottom: 10px;
    margin-right: 10px;
    /* Add margin to create space between subheading and paragraph */
}

.custom-paragraph-size {
    font-size: 14px;
    /* Adjust the font size as needed */
    margin-bottom: 0;
    /* Remove default bottom margin for paragraphs */
}

/* Custom styles for team section */
.team .media {
    margin-bottom: 20px;
}

/* Add margin to create space between images */
.media-object {
    margin-right: 5px;
    /* Adjust the margin as needed */
}

/* Add space between columns */
/* Add space between columns */
.team [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
    /* Adjust the margin as needed */
    margin-right: 50px;
    /* Adjust the margin between columns */
}

    /* Remove right margin for the last column in a row */
    .team [class*="col-"]:last-child {
        margin-right: 0;
    }

.navbar-brand-with-margin {
    margin-right: 25%;
    /* Adjust the margin as needed */
}

.navbar-brand span {
    color: #020385;
    /* Change this to the desired color value */
}

.custom-button {
    min-width: 150px;
    overflow: hidden;
}

.custom-button-container {
    display: flex;
    justify-content: center;
}

.custom-button-spacing {
    margin-right: 10px;
}

.custom-button-green {
    background-color: #28a745;
    color: #fff;
}

.custom-button-orange {
    background-color: #fd7e14;
    color: #fff;
}

.custom-button-blue {
    background-color: #007bff;
    color: #fff;
}

.cta-section ul {
    list-style-type: none;
    /* Remove default list style */
    padding: 0;
}

.cta-section li {
    position: relative;
    padding-left: 20px;
    /* Adjust as needed */
    margin-bottom: 10px;
    /* Adjust as needed */
    font-weight: bold;
    /* Make the text bold */
}

    .cta-section li:before {
        content: '\2022';
        /* Unicode character for a bullet point */
        position: absolute;
        left: 0;
        color: #000000;
        /* Adjust the color as needed */
    }



</style>
