* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {
    font-family: 'Montserrat';
    overflow-x: hidden;
    background-color: #ffffff;
    color: #333;
}

main {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.about-div {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
}

.about-div img {
    width: 100%;
    height: auto;
    display: block;
}

.about-content {
    position: absolute;
    top: 20%;
    left: 55%;
    color: #ffffff;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 990px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.about-content1 {
    position: absolute;
    top: 20%;
    left: 12%;
    transform: translate(-50%, -50%);
}

.about-content1 h2 {
    font-size: 34px;
    transform: rotate(270deg);
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}

.about-content p {
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
}

.carousel-container {
    width: 98%;
    margin: auto;
    height: 70vh;
    overflow: hidden;
    position: relative;
}

.carousel-inner {
    display: flex;
    transition: transform 60.0s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-item img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    display: block;
}


.carousel-caption4 {
    position: absolute;
    top: 60%;
    left: 17.5%;
    transform: translate(-50%, 0%);
    color: #030303;
    text-align: center;
    width: 25%;
}

.carousel-caption3 {
    position: absolute;
    top: 60%;
    right: 0%;
    transform: translate(-21%, 0%);
    color: #030303;
    text-align: center;
    width: 25%;
}

.carousel-caption2 {
    position: absolute;
    top: 13%;
    right: 31%;
    transform: translate(78%, -40%);
    color: #030303;
    text-align: center;
    width: 33%;
}

.carousel-caption1 {
    position: absolute;
    top: 18%;
    left: 5%;
    transform: translate(0%, -40%);
    color: #030303;
    text-align: center;
    width: 30%;
    height: 188px;
}

.carousel-caption5 {
    position: absolute;
    top: 18%;
    left: 5%;
    transform: translate(0%, -40%);
    color: #030303;
    text-align: center;
    width: 28%;
    height: 180px;
}

.content {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
    z-index: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

.content:hover {
    transform: translate(-10px, -10px) scale(1.1);
    color: rgba(255, 255, 255, 1);
}

.content h2 {
    font-weight: 500;
    color: #fff;
}

.content h2 span {
    font-family: millanova;
    font-weight: 100;
    font-size: 12;
}

.corner {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
    border-radius: 20px 0 0 0;
}

.top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
    border-radius: 0 15px 0 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 15px;
}

.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
    border-radius: 0 0 15px 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.mycontainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-right: 4rem;
    padding-left: 4rem;

}

.left-section {
    width: 50%;
    margin-top: 8rem;
    padding-right: 10px;
    text-align: justify;
    font-size: 0.785rem;
}

.right-section {
    margin-top: 1.7rem;
    width: 45%;
}

.mission {
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.vision {
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #1a1818;

    font-weight: 600;
}

.mission-image,
.vision-image {


    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mission-image {
    margin-top: 1.7rem;
    width: 100%;
    height: 45vh;
    object-fit: cover;
    object-position: 10% 42%;
}

.vision-image {
    width: 100%;
    height: 58vh;
    object-fit: cover;
}

.bottom-container {
    display: flex;
    justify-content: center;
    margin-top: -10rem;
    /* Pulls the container up to overlap */
    position: relative;
    z-index: 2;
    /* Higher than the container */
    height: 80vh;
    padding-right: 4rem;
    padding-left: 4rem;
}

.bottom-image {
    border: 175rem solid white;
    width: 40%;
    height: auto;
    margin-left: 20rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.bottom-vision {
    width: 40%;
    padding: 20px;
    margin-top: 8rem;
    /* Overlaps the image */
    z-index: 3;
    /* Highest z-index */
    position: relative;
    font-size: 0.785rem;
    text-align: justify;
}

.about-core {
    position: relative;
    margin-top: 0%;
    width: 100%;
    margin-top: 5%;

    overflow: hidden;
}

.about-core img {
    margin-top: 10px;
    width: 100%;

    display: block;
    object-fit: fill;
    transform: translateX(-8%);
}

.about-corecontent,
.about-corecontent1 {
    position: absolute;
    top: 0px;
    color: #000000;
    background: rgba(255, 255, 255, 0);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    max-width: 45%;
}

.about-corecontent {
    left: 50px;
    text-align: left;
}

.about-corecontent1 {
    right: 40px;
}

.core-values {
    width: 60%;
    padding: 1rem 2rem;
}

.vision-nutshell {
    width: 48%;
    padding: 1rem 2rem;
}

/* New sections for core image background with overlay */
.values-section {
    position: relative;
    margin-top: 2rem;
    height: 55vh;
    display: flex;
    width: 100%;
    align-items: center;
}

.core-image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    z-index: 1;
}

.values-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}


.values-section h2 {
    color: #0066cc;
    margin-bottom: 1.5rem;
}

.values-section ul {
    list-style-type: disc !important;
    padding: 0;
}

.values-section li {
    display: list-item !important;
    list-style-type: disc !important;

    margin-bottom: 1.5rem;
    font-size: 0.78rem;
    line-height: 1.5;
    position: relative;
    left: 1.2rem;
}

.values-section li:before {
    color: #0066cc;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: -0.5rem;
}

@media (width > 1920px) {

    .about-content {
        max-width: 1100px;
    }

    .about-content p {
        font-size: 14px;
        max-width: 1100px;
        font-weight: 500;
    }

    .carousel-container {
        position: relative;
        height: 70vh;
    }

    .carousel-item img {
        height: 80vh;
    }

    .carousel-caption4 {
        position: absolute;
        top: 61%;
        width: 20%;
        left: 15.3%;
        transform: translate(-50%, 0%);
        color: #030303;
        text-align: center;
    }

    .carousel-caption3 {
        position: absolute;
        top: 61%;
        right: 0.5%;
        transform: translate(-21%, 0%);
        color: #030303;
        text-align: center;
        width: 22%;
    }

    .carousel-caption2 {
        position: absolute;
        top: 7rem;
        right: 28.5%;
        transform: translate(78%, -40%);
        color: #030303;
        text-align: center;
        width: 30%;
    }

    .carousel-caption1 {
        position: absolute;
        top: 7rem;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 28%;
        height: 170px;
    }

    .carousel-caption5 {
        position: absolute;
        top: 7rem;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 26%;
        height: 150px;
    }

    .mycontainer {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        padding-right: 4rem;
        padding-right: 4rem;
        padding-left: 4rem;

    }

    .left-section {
        width: 42%;
        padding-right: 10px;
        margin-top: 4rem;
    }

    .right-section {
        width: 48%;
    }

    .mission {
        padding: 15px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .vision {
        padding: 15px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }


    .mission-image,
    .vision-image {

        margin-top: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .mission-image {
        margin-top: 1.7rem;
        width: 100%;
        height: 45vh;
        object-fit: cover;
        object-position: 10% 42%;
    }

    .vision-image {
        width: 100%;
        height: 58vh;
        object-fit: cover;
    }

    .bottom-container {
        display: flex;
        justify-content: center;
        margin-top: -13rem;
        /* Pulls the container up to overlap */
        position: relative;
        z-index: 2;
        /* Higher than the container */
        height: 63vh;
        padding-right: 3rem;
        padding-left: 4rem;
    }

    .bottom-image {
        border: 28px solid white;
        width: 40%;
        height: auto;
        margin-left: 20rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

    .bottom-vision {
        width: 48%;
        padding: 20px;
        margin-top: 11rem;
        /* Overlaps the image */
        z-index: 3;
        /* Highest z-index */
        position: relative;
    }


    .core-values {
        width: 60%;
        padding: 1rem 2rem;
    }

    .vision-nutshell {
        width: 48%;
        padding: 1rem 2rem;
    }

    /* New sections for core image background with overlay */
    .values-section {
        position: relative;
        margin-top: 2rem;
        height: 44vh;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .core-image-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        z-index: 1;
    }

    .values-overlay {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }


    .values-section h2 {
        color: #0066cc;
        margin-bottom: 1.5rem;
    }

    .values-section ul {
        list-style-type: none;
        padding: 0;
    }

    .values-section li {
        margin-bottom: 1.5rem;
        font-size: 0.78rem;
        line-height: .5;
        position: relative;
    }

    .values-section li:before {
        color: #0066cc;
        font-size: 2rem;
        position: absolute;
        left: 0;
        top: -0.5rem;
    }
}


/* Large Desktops (1920px to 2559px) */
@media (max-width: 1920px) {
    .about-content {
        max-width: 1100px;
    }

    .about-content p {
        font-size: 14px;
        max-width: 1100px;
        font-weight: 500;
    }

    .carousel-container {
        position: relative;
        height: 70vh;
    }

    .carousel-item img {
        height: 80vh;
    }

    .carousel-caption4 {
        position: absolute;
        top: 61%;
        width: 20%;
        left: 15.3%;
        transform: translate(-50%, 0%);
        color: #030303;
        text-align: center;
    }

    .carousel-caption3 {
        position: absolute;
        top: 61%;
        right: 0.5%;
        transform: translate(-21%, 0%);
        color: #030303;
        text-align: center;
        width: 22%;
    }

    .carousel-caption2 {
        position: absolute;
        top: 7rem;
        right: 28.5%;
        transform: translate(78%, -40%);
        color: #030303;
        text-align: center;
        width: 30%;
    }

    .carousel-caption1 {
        position: absolute;
        top: 7rem;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 28%;
        height: 170px;
    }

    .carousel-caption5 {
        position: absolute;
        top: 7rem;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 26%;
        height: 150px;
    }

    .mycontainer {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        padding-right: 4rem;
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .left-section {
        width: 42%;
        padding-right: 10px;
        margin-top: 4rem;
    }

    .right-section {
        width: 48%;
    }

    .mission {
        padding: 15px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .vision {
        padding: 15px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }


    .mission-image,
    .vision-image {

        margin-top: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .mission-image {
        margin-top: 1.7rem;
        width: 100%;
        height: 45vh;
        object-fit: cover;
        object-position: 10% 42%;
    }

    .vision-image {
        width: 100%;
        height: 58vh;
        object-fit: cover;
    }

    .bottom-container {
        display: flex;
        justify-content: center;
        margin-top: -13rem;
        /* Pulls the container up to overlap */
        position: relative;
        z-index: 2;
        /* Higher than the container */
        height: 63vh;
        padding-right: 3rem;
        padding-left: 4rem;
    }

    .bottom-image {
        border: 28px solid white;
        width: 40%;
        height: auto;
        margin-left: 20rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

    .bottom-vision {
        width: 48%;
        padding: 20px;
        margin-top: 11rem;
        /* Overlaps the image */
        z-index: 3;
        /* Highest z-index */
        position: relative;
    }


    .core-values {
        width: 60%;
        padding: 1rem 2rem;
    }

    .vision-nutshell {
        width: 48%;
        padding: 1rem 2rem;
    }

    /* New sections for core image background with overlay */
    .values-section {
        position: relative;
        margin-top: 2rem;
        height: 44vh;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .core-image-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        z-index: 1;
    }

    .values-overlay {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }


    .values-section h2 {
        color: #0066cc;
        margin-bottom: 1.5rem;
    }

    .values-section ul {
        list-style-type: none;
        padding: 0;
    }

    .values-section li {
        margin-bottom: 1.5rem;
        font-size: 0.78rem;
        line-height: .5;
        position: relative;
    }

    .values-section li:before {
        color: #0066cc;
        font-size: 2rem;
        position: absolute;
        left: 0;
        top: -0.5rem;
    }
}

/* Standard Desktops (1440px) */
@media (max-width: 1440px) {
    .about-content {
        max-width: 900px;
    }

    .about-content p {
        font-size: 12px;

        font-weight: 500;
    }

    .carousel-container {
        height: 64vh;
    }

    .carousel-item img {
        height: 70vh;
    }

    .carousel-caption4 {
        position: absolute;
        top: 58.5%;
        width: 25.5%;
        left: 18%;
        transform: translate(-50%, 0%);
        color: #030303;
        text-align: center;
    }

    .carousel-caption3 {
        position: absolute;
        top: 58.5%;
        right: 0%;
        transform: translate(-21%, 0%);
        color: #030303;
        text-align: center;
        width: 24.7%;
    }

    .carousel-caption2 {
        position: absolute;
        top: 13%;
        right: 30%;
        transform: translate(78%, -40%);
        color: #030303;
        text-align: center;
        width: 32%;
    }

    .carousel-caption1 {
        position: absolute;
        top: 17%;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 30%;
        height: 170px;
    }

    .carousel-caption5 {
        position: absolute;
        top: 11%;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 36.5%;
        height: 110px;
    }

    .mycontainer {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .left-section {
        margin-top: 44px;
        width: 42%;
        padding-right: 10px;
    }

    .right-section {
        width: 48%;
    }

    .mission {
        padding: 15px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .vision {
        padding: 15px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .mission-image,
    .vision-image {

        margin-top: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .mission-image {
        margin-top: 1.7rem;
        width: 100%;
        height: 45vh;
        object-fit: cover;
        object-position: 10% 42%;
    }

    .vision-image {

        width: 100%;
        height: 58vh;
        object-fit: cover;
    }

    .bottom-container {
        display: flex;
        justify-content: center;
        margin-top: -15rem;
        /* Pulls the container up to overlap */
        position: relative;
        z-index: 2;
        /* Higher than the container */
        height: 80vh;
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .bottom-image {
        border: 28px solid white;
        width: 40%;
        height: auto;
        margin-left: 20rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

    .bottom-vision {
        width: 40%;
        padding: 20px;
        margin-top: 8rem;
        /* Overlaps the image */
        z-index: 3;
        /* Highest z-index */
        position: relative;
    }

    .about-core {
        position: relative;
        margin-top: 0%;
        width: 100%;
        margin-top: 5%;

        overflow: hidden;
    }

    .about-core img {
        margin-top: 10px;
        width: 100%;

        display: block;
        object-fit: fill;
        transform: translateX(-8%);
    }

    .about-corecontent,
    .about-corecontent1 {
        position: absolute;
        top: 0px;
        color: #000000;
        background: rgba(255, 255, 255, 0);
        padding: 20px;
        border-radius: 10px;
        text-align: left;
        max-width: 45%;
    }

    .about-corecontent {
        left: 50px;
        text-align: left;
    }

    .about-corecontent1 {
        right: 40px;
    }

    .core-values {
        width: 60%;
        padding: 1rem 2rem;
    }

    .vision-nutshell {
        width: 48%;
        padding: 1rem 2rem;
    }

    /* New sections for core image background with overlay */
    .values-section {
        position: relative;
        margin-top: 2rem;
        height: 55vh;
        display: flex;
        align-items: center;
    }

    .core-image-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        z-index: 1;
    }

    .values-overlay {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .values-section h2 {
        color: #0066cc;
        margin-bottom: 1.5rem;
    }

    .values-section ul {
        list-style-type: none;
        padding: 0;
    }

    .values-section li {
        margin-bottom: 1.5rem;
        font-size: 0.78rem;
        line-height: 1.5;
        position: relative;
    }

    .values-section li:before {
        color: #0066cc;
        font-size: 2rem;
        position: absolute;
        left: 0;
        top: -0.5rem;
    }
}

/* Small Laptops (1336px) */
@media (max-width: 1336px) {
    .carousel-container {
        height: auto;
    }

    .carousel-item img {
        height: auto;
    }

    .carousel-caption4 {
        position: absolute;
        top: 41rem;
        width: 21%;
        left: 15.5%;
        transform: translate(-50%, 0%);
        color: #030303;
        text-align: center;
        height: 150px;
    }

    .carousel-caption3 {
        position: absolute;
        top: 41rem;
        right: 0%;
        transform: translate(-21%, 0%);
        color: #030303;
        text-align: center;
        width: 24.7%;
        height: 150px;
    }

    .carousel-caption2 {
        position: absolute;
        top: 8rem;
        right: 31%;
        transform: translate(78%, -40%);
        color: #030303;
        text-align: center;
        width: 33%;
    }

    .carousel-caption1 {
        position: absolute;
        top: 8rem;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 30%;
        height: 188px;
    }

    .carousel-caption5 {
        position: absolute;
        top: 8rem;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 28%;
        height: 150px;
    }
}

@media (max-width: 1250px) {
    .values-section {
        position: relative;
        margin-top: 2rem;
        height: auto;
        display: flex;
        align-items: center;
    }

    .carousel-container {
        height: auto;
    }

    .carousel-item img {
        height: auto;
    }

    .carousel-caption4 {
        position: absolute;
        top: 38rem;
        width: 21%;
        left: 15.5%;
        transform: translate(-50%, 0%);
        color: #030303;
        text-align: center;
        height: 150px;
    }

    .carousel-caption3 {
        position: absolute;
        top: 38rem;
        right: 0%;
        transform: translate(-21%, 0%);
        color: #030303;
        text-align: center;
        width: 20rem;
        height: 150px;
    }

    .carousel-caption2 {
        position: absolute;
        top: 8rem;
        right: 31%;
        transform: translate(78%, -40%);
        color: #030303;
        text-align: center;
        width: 20rem;
    }

    .carousel-caption1 {
        position: absolute;
        top: 8rem;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 25rem;
        height: 188px;
    }

    .carousel-caption5 {
        position: absolute;
        top: 8rem;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 25rem;
        height: 150px;
    }

    .bottom-container {
        display: flex;
        justify-content: center;
        margin-top: -15rem;
        /* Pulls the container up to overlap */
        position: relative;
        z-index: 2;
        /* Higher than the container */
        height: auto;
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .left-section {
        margin-top: 44px;
        width: 40%;
        padding-right: 10px;
    }

    .right-section {
        width: 45%;
    }
}

@media (max-width: 1024px) {
    .about-content {
        max-width: 750px;
    }

    .about-content p {
        font-size: 10px;
        font-weight: 500;
    }

    .carousel-container {
        height: auto;
    }

    .carousel-item img {
        height: auto;
    }

    .bottom-container {
        display: flex;
        justify-content: center;
        margin-top: -15rem;
        /* Pulls the container up to overlap */
        position: relative;
        z-index: 2;
        /* Higher than the container */
        height: auto;
        padding-right: 4rem;
        padding-left: 0rem;
    }

    .bottom-image {
        border: 28px solid white;
        width: 40%;
        margin-left: 18rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

    .bottom-vision {
        width: 80%;
        padding: 20px;
        margin-top: 10.5rem;
        /* Overlaps the image */
        z-index: 3;
        /* Highest z-index */
        position: relative;
    }

    .carousel-caption4 {
        position: absolute;
        top: 30rem;
        width: 30%;
        left: 13rem;
        transform: translate(-50%, 0%);
        color: #030303;
        text-align: center;
        height: 110px;
    }

    .carousel-caption3 {
        position: absolute;
        top: 30rem;
        right: 0rem;
        transform: translate(-21%, 0%);
        color: #030303;
        text-align: center;
        width: 20rem;
        height: 110px;

    }

    .carousel-caption2 {
        position: absolute;
        top: 8rem;
        right: 19rem;
        transform: translate(78%, -40%);
        color: #030303;
        text-align: center;
        width: 20rem;
    }

    .carousel-caption1 {
        position: absolute;
        top: 8rem;
        left: 5%;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 25rem;
        height: 188px;
    }

    .carousel-caption5 {
        position: absolute;
        top: 8rem;
        left: 3.5rem;
        transform: translate(0%, -40%);
        color: #030303;
        text-align: center;
        width: 25rem;
        height: 150px;
    }
}


@media (width<1024px) {
    .about-content {
        position: relative;
        top: auto;
        left: 13%;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
        padding: 15px;
        width: 100%;
        margin-top: -50px;
        color: #fff;
    }



    .about-content1 {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .about-content1 h2 {
        font-size: 24px;
        transform: rotate(0deg);
    }

    .carousel-container {
        height: auto;
    }

    .carousel-item img {
        height: auto;
    }

    .carousel-caption1 {
        width: 50%;
        top: 15rem;
        left: 2%;
        transform: translate(50%, -50%);
        height: 200px;
        background-color: rgba(173, 165, 165, 0.4);
        border-radius: 15px;
    }

    .carousel-caption5 {
        width: 50%;
        top: 15rem;
        left: 5%;
        transform: translate(50%, -50%);
        height: 150px;
        background-color: rgba(173, 165, 165, 0.4);
        border-radius: 15px;
    }

    .carousel-caption2 {
        top: 15rem;
        left: 5%;
        transform: translate(50%, -50%);
        width: 50%;
        background-color: rgba(173, 165, 165, 0.4);
        border-radius: 15px;
    }

    .carousel-caption3 {
        top: 15rem;
        left: 5%;
        transform: translate(50%, -50%);
        width: 50%;
        background-color: rgba(173, 165, 165, 0.4);
        border-radius: 15px;
        height: 110px;

    }

    .carousel-caption4 {

        width: 45%;
        top: 15rem;
        left: 5%;
        transform: translate(50%, -50%);
        background-color: rgba(173, 165, 165, 0.4);
        border-radius: 15px;
        height: 110px;
    }

    .content_Mission,
    .content_vision {
        position: relative;
        max-width: 100%;
        left: 0;
        right: 0;
        top: 0;
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
        margin-bottom: 20px;
    }

    .content_vision {
        top: -10%;

    }

    .mycontainer {
        flex-direction: column;
        align-items: center;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .left-section,
    .right-section {
        margin-top: 0;
        width: 100%;

    }

    .left-section {
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 1rem;
    }

    .mission-image,
    .vision-image {
        display: none;
    }

    .bottom-container {
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-top: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .bottom-image {
        display: none;
    }

    .bottom-vision {
        width: 100%;
        margin-top: 0;
        padding: 15px;
    }

    .core-image-bg {
        position: relative;
        width: 100%;
        margin-bottom: 1rem;
    }

    .values-section {
        flex-direction: column;
        height: auto;
        margin-top: 2rem;
        width: 100%;
    }

    .values-overlay {
        flex-direction: column;
        padding: 0 1rem;
    }

    .values-section li {
        line-height: 1.5;
        margin-bottom: 2%;
    }

    .core-values,
    .vision-nutshell {
        width: 100%;
        text-align: left;
    }

    .core-values {
        order: 1;
        margin-bottom: 1rem;
    }

    .vision-nutshell {
        order: 2;
    }
}

@media (width<950px) {
    .about-content {
        position: relative;
        top: auto;
        left: 10%;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
        padding: 15px;
        width: 100%;
        margin-top: -50px;
        color: #fff;
    }

    .about-content p {
        font-size: 14px;


    }
}

@media (width<900px) {
    .about-content {
        position: relative;
        top: auto;
        left: 5%;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
        padding: 15px;
        width: 100%;
        margin-top: -50px;
        color: #fff;
    }

}

@media (width<830px) {
    .about-content {
        position: relative;
        top: auto;
        left: 2%;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
        padding: 15px;
        width: 100%;
        margin-top: -50px;
        color: #fff;
    }

}

@media (width<=768px) {

    .about-div {

        margin-top: 10%;
    }

    .about-content {
        position: relative;
        top: auto;
        left: 1%;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
        padding: 15px;
        width: 100%;
        margin-top: -50px;
        color: #fff;
    }
}

@media (width<760px) {
    .about-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
        padding: 15px;
        width: 100%;
        margin-top: -50px;
        color: #fff;
    }

    .content h2 {
        font-size: 24px;
    }
}

@media (width<593px) {

    .content h2 {
        font-size: 22px;
    }
}



@media (max-width: 576px) {
    .about-div {
        margin-top: 15%;
    }

    .about-content {
        position: relative;
        left: 0%;
    }

    .about-content1 h2 {
        font-size: 20px;
        margin-bottom: 3rem;

    }

    .about-content p {
        font-size: 14px;
    }

    .carousel-container {
        height: 35vh;
    }

    .carousel-item img {
        height: 40vh;
    }

    .content h2 {
        font-size: 18px;
    }

    .content_Mission h3,
    .content_vision h3 {
        font-size: 24px;
    }

    .content_Mission p,
    .content_vision p {
        font-size: 12px;
    }

    .about-core {
        margin-top: -30%;
    }

    .about-core img {
        height: 35vh;
    }

    .content_Mission,
    .content_vision {
        position: relative;
        max-width: 100%;
        left: 0;
        right: 0;
        top: 0;
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
        margin-bottom: -20%;
    }

    .content_vision {
        top: 10%;
    }

    .carousel-caption4,
    .carousel-caption3,
    .carousel-caption5 {
        height: 90px;
    }

    .carousel-caption2 {
        height: 80px;
    }

    .carousel-caption1 {
        height: 117px;
    }


    .about-corecontent h3,
    .about-corecontent1 h3 {
        font-size: 24px;
    }

    .carousel-caption1,
    .carousel-caption2,
    .carousel-caption3,
    .carousel-caption4,
    .carousel-caption5 {
        top: 10rem;
    }
}

/* Medium Phones (480px) */
@media (max-width: 480px) {
    .about-div {
        margin-top: 28%;
    }

    .about-content1 {
        top: 10%;
    }

    .carousel-container {
        height: auto;
    }

    .carousel-item img {
        height: 35vh;
    }

    .content h2 {
        font-size: 16px;
    }

    .carousel-caption5 {
        width: 50%;
        top: 50%;
        left: 2%;
        transform: translate(50%, -50%);
        height: 100px;
        background-color: rgba(173, 165, 165, 0.4);
        border-radius: 15px;
    }
}

/* 430px Breakpoint (Added for specific mid-range phones) */
@media (width<=430px) {


    .about-content1 h2 {
        font-size: 19px;
    }

    .carousel-container {
        height: 38vh;
    }

    .carousel-item img {
        height: 38vh;
    }

    .carousel-caption1,
    .carousel-caption2,
    .carousel-caption3,
    .carousel-caption4,
    .carousel-caption5 {
        width: 60%;
        left: -10%;
    }
}