.tec-page-our-objectives-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tec-page-our-objectives-wrapper .tec-page-objective-card {
    background-color: #1e1462;
    padding: 1.5rem;
    color: #fff !important;
    width: 259px;
    min-height: 230px;
    flex-wrap: wrap;
    border-radius: 24px;
    text-align: start;
}
.tec-page-our-objectives-wrapper .tec-page-objective-card p{
	 color: #fff !important;
}
.tec-main-objectives-wrapper {
    background-color: #1e1462;
    padding: 4rem 5rem;
    border-radius: 24px;
    background-image: url("https://www.paruluniversity.ac.in/wp-content/uploads/2026/03/tec-why-do-u-sign-for-bg.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 400px;
}

.tec-main-objectives-wrapper .tec-main-objectives-wrapper-title {
    color: #ffc800;
    font-weight: 800;
}

.tec-main-objectives-wrapper .tec-main-objective-card {
    background-color: #fff;
    color: #000;
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 400px;
    border-radius: 16px;
}

.tec-main-objectives-wrapper .tec-main-objective-card img {
    width: 85px;
    height: 85px;
}

.tec-main-objectives-wrapper .tec-main-objective-card img:hover {
    scale: calc(1.05);
}

.tec-main-objectives-wrapper .tec-main-objective-card h1 {
    font-weight: 800;
    font-size: 1.5rem;
}

.tec-main-objectives-wrapper .tec-main-objective-card p {
    font-weight: 400;
    font-size: 1rem;
}

.tec-main-objectives-wrapper .tec-main-objective-card .tec-page-objective-card-devider {
    width: 25%;
    height: 10px;
    background-color: #1e1462;
    border-radius: 8px;
    transition: 0.5s ease-in-out;
}

.tec-main-objectives-wrapper .tec-main-objective-card:hover > .tec-page-objective-card-devider {
    width: 100%;
}

@media (max-width: 1024px) {
    .tec-page-our-objectives-wrapper .tec-page-objective-card {
        width: calc(33.333% - 1rem);
        min-height: 200px;
    }

    .tec-main-objectives-wrapper {
        padding: 3rem 4rem;
        background-size: 300px;
    }

    .tec-main-objectives-wrapper .tec-main-objective-card {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .tec-page-our-objectives-wrapper .tec-page-objective-card {
        width: calc(50% - 1rem);
    }

    .tec-main-objectives-wrapper {
        padding: 2rem;
        background-size: 200px;
    }

    .tec-main-objectives-wrapper .tec-main-objective-card {
        min-height: auto;
        padding: 2rem;
    }

    .tec-main-objectives-wrapper .tec-main-objectives-wrapper-title {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .tec-page-our-objectives-wrapper .tec-page-objective-card {
        width: 100%;
        min-height: auto;
    }

    .tec-main-objectives-wrapper {
        padding: 2rem 1.5rem;
        background-image: none;
    }
}

@media (max-width: 480px) {
    .tec-main-objectives-wrapper .tec-main-objective-card {
        padding: 1.5rem;
    }

    .tec-main-objectives-wrapper .tec-main-objectives-wrapper-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 360px) {
    .tec-page-our-objectives-wrapper .tec-page-objective-card {
        padding: 1.25rem;
    }

    .tec-main-objectives-wrapper .tec-main-objectives-wrapper-title {
        font-size: 1.5rem;
    }
}