/* HERO SECTION START */
#tec-page-hero .container-fluid {
    width: 100% !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
}

.tec-page-header-devider {
    width: 100%;
    height: 115px;
    background-color: #1E1462;
}

.tec-page-header-devider-text {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 1rem;
    opacity: 30%;
    text-transform: uppercase;
}

.tec-page-hero-image-wrapper {
    display: flex;
    justify-content: center;
    height: auto;
    gap: 0.5rem;
    padding-top: 3rem;
}

.tec-page-hero-image-container {
    width: 200px;
    height: 430px;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
    flex-direction: column;
}

.tec-page-hero-image-container .tec-page-hero-image-img-wrapper {
    position: relative;
}

.tec-page-hero-image-container .tec-page-hero-image-img-wrapper img {
    width: 100%;
}

.tec-page-hero-image-container .tec-page-hero-image-img-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    top: -100%;
    background: #D9D9D9;
    opacity: 30%;
    border-radius: 16px;
    margin-bottom: 10px;
    position: absolute;
    z-index: -1;
}

.tec-page-hero-image-container .tec-page-hero-image-img-wrapper:has(img:nth-child(2))::before {
    top: -50%;
}

.tec-page-hero-image-container:nth-child(3) {
    justify-content: flex-start !important;
}

.tec-page-hero-image-container:nth-last-child(3) {
    justify-content: flex-start !important;
}

.tec-page-hero-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -5rem;
}

.tec-page-hero-content-wrapper h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.15;
}

.tec-page-hero-content-wrapper .text-muted {
    font-size: 4rem;
    font-weight: bold;
    opacity: 50% !important;
    line-height: 1.15;
}

.tec-page-hero-content-wrapper p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    width: 50%;
}

.tec-page-hero-content-wrapper .tec-page-hero-content-button-wrapper {
    display: flex;
    gap: 1.85rem;
    margin: 1rem 0 0 0;
}

.tec-page-btn-primary {
    background-color: #1E1462;
    color: #fff;
    border: none;
    padding: 0.85rem 2.25rem;
    border-radius: 35px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: 0.3s ease;
}

.tec-page-btn-primary:hover {
    transform: scale(1.03);
}

/* Tablet Devices (below 1024px) */
@media (max-width: 1024px) {
    .tec-page-hero-image-wrapper {
        padding: 2rem 1.5rem 0 1.5rem !important;
    }

    .tec-page-hero-content-wrapper h1 {
        font-size: 3rem;
        line-height: 1;
    }

    .tec-page-hero-content-wrapper .text-muted {
        font-size: 3rem;
        line-height: 1;
    }

    .tec-page-hero-content-wrapper p {
        font-size: 1.15rem;
    }

    .tec-page-btn-primary {
        font-size: 1.15rem;
    }
}

/* Modern Smartphones (below 768px) */
@media (max-width: 768px) {
    .tec-page-header-devider {
        height: 80px;
    }

    .tec-page-hero-image-container {
        height: 200px;
    }

    .tec-page-hero-image-container:nth-child(1) .tec-page-hero-image-img-wrapper img:nth-child(2) {
        display: none;
    }

    .tec-page-hero-image-container:nth-child(7) .tec-page-hero-image-img-wrapper img:nth-child(2) {
        display: none;
    }

    .tec-page-hero-image-container .tec-page-hero-image-img-wrapper::before {
        display: none;
    }

    .tec-page-hero-image-container:nth-child(3) {
        display: none;
    }

    .tec-page-hero-image-container:nth-child(5) {
        display: none;
    }

    .tec-page-hero-content-wrapper {
        margin: 0;
    }
	.design-left,
	  .design-right {
		display: none;
	  }

}

/* Small Smartphones (below 600px) */
@media (max-width: 600px) {
    .tec-page-hero-content-wrapper h1 {
        font-size: 2.5rem;
    }

    .tec-page-hero-content-wrapper .text-muted {
        font-size: 2.5rem;
    }

    .tec-page-hero-content-wrapper p {
        font-size: 1rem;
        width: 80%;
    }

    .tec-page-hero-content-wrapper .tec-page-hero-content-button-wrapper {
        gap: 1rem;
    }

    .tec-page-btn-primary {
        font-size: 1rem;
    }
}

/* Small Smartphones (below 480px) */
@media (max-width: 480px) {


    .tec-page-hero-image-wrapper {
        padding: 2rem 1.5rem 1rem 1.5rem !important;
        margin: 1rem 1rem 1rem 0;
    }


    .tec-page-hero-image-wrapper {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        scroll-behavior: smooth;
        padding-bottom: 10px;
    }

    .tec-page-hero-image-wrapper::-webkit-scrollbar {
        display: none;
    }

    .tec-page-hero-image-container {
        flex: 0 0 auto;
        width: 300px;
        height: 300px;
    }

    .tec-page-hero-image-wrapper {
        padding: 2rem 1.5rem 1rem 1rem !important;
    }

    .tec-page-hero-content-wrapper h1 {
        font-size: 4.0rem;
        text-align: center;
    }

    .tec-page-hero-content-wrapper .tec-page-hero-content-button-wrapper {
        flex-direction: column;
    }

}

/* Very Small / High-DPI Small Phones (below 360px) */
@media (max-width: 360px) {
    .tec-page-hero-image-container {
        flex: 0 0 auto;
        width: 290px;
        height: 290px;
    }

    .tec-page-hero-content-wrapper h1 {
        font-size: 3rem;
    }

    .tec-page-hero-content-wrapper .text-muted {
        font-size: 1.9rem;
    }
}

/* HERO SECTION END */



/* TECHNICAL EVENTS START */

.tec-page-section-title {
    text-align: center;
}

.tec-page-section-title p {
    font-size: 1.5rem;
    font-weight: 600;
    opacity: 60%;
    line-height: 1;
	margin-bottom: 0.5rem !important;
}

.tec-page-section-title h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
}

.technical-event-content-wrapper{
    background:#1E1462;
    padding:2rem;
    border-radius:20px;
    height:100%;
}

.technical-event-content-wrapper .technical-event-content-title{
    color:#FFC800;
    margin-bottom:10px;
}

.technical-event-content-wrapper .technical-event-content-text{
    color:#fff !important;
    line-height:1.6;
}

.technical-event-content-wrapper .technical-event-content-text p{
    color:#fff !important;
    line-height:1.6;
}

.technical-event-content-wrapper .technical-event-content-text li{
    margin-bottom:10px;
	  color:#fff !important;
	list-style: block !important;
}
.tec-page-hero-image-img-wrapper .mb-2{
	margin-bottom: .5rem !important;
}
.tec-page-technical-event-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
        width: 100%;
    max-width: 100%;

}

.technical-event-slider-track {
    display: flex;
    transition: transform 0.4s ease;
    height: 100%;
}

.technical-event-content-img-wrapper {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.technical-event-content-img-wrapper img {
    width: 100%;
	height: 250px;
    overflow: scroll;
    display: block;
    object-fit: cover;
    border-radius: 23px;
}

.technical-event-content-play-icon {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: white !important;
    background: rgba(255, 255, 255, 0.25);
    border: 1.5px solid rgba(255, 255, 255, 0.5);

    width: 60px;
    height: 60px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.technical-event-content-play-icon:hover {
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.426);
}

/* arrows */
.tec-page-technical-event-slider .slider-prev,
.tec-page-technical-event-slider .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

.tec-page-technical-event-slider .slider-prev {
    left: 10px;
}

.tec-page-technical-event-slider .slider-next {
    right: 10px;
}

/* Tablet Devices (below 1024px) */
@media (max-width: 1024px) {
    .tec-page-section-title h1 {
        font-size: 3rem;
    }

    .technical-event-content-wrapper {
        padding: 2rem !important;
    }
}

/* Modern Smartphones (below 768px) */
@media (max-width: 768px) {
    .tec-page-section-title h1 {
        font-size: 2.5rem;
    }

    .technical-event-content-wrapper {
        padding: 1.5rem !important;
    }
}

/* Small Smartphones (below 600px) */
@media (max-width: 600px) {
    .tec-page-section-title p {
        font-size: 1.25rem;
    }

    .tec-page-section-title h1 {
        font-size: 2.2rem;
    }

    .technical-event-content-wrapper h2 {
        font-size: 1.5rem;
    }

    .technical-event-content-wrapper p,
    .technical-event-content-wrapper ul {
        font-size: 0.95rem;
    }
    .technical-event-content-wrapper .technical-event-content-title {
        font-size: 1rem;
    }
    .technical-event-content-wrapper .technical-event-content-text {
        font-size: 0.8rem;
    }
}

/* Small Smartphones (below 480px) */
@media (max-width: 480px) {
    .tec-page-section-title h1 {
        font-size: 1.5rem !important;
    }

    .technical-event-content-wrapper {
        padding: 1.25rem !important;
    }
}

/* Very Small / High-DPI Small Phones (below 360px) */
@media (max-width: 360px) {
    .tec-page-section-title h1 {
        font-size: 1.8rem;
    }

    .tec-page-section-title p {
        font-size: 1.1rem;
    }
}

/* TECHNICAL EVENTS END */



/* OUR OBJECTIVES START */
.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.050);
}

.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: ease-in-out 0.5s;
}

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

/* Tablet Devices (below 1024px) */
@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;
    }
}

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

    .tec-main-objectives-wrapper {
        padding: 2rem 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;
    }
}

/* Small Smartphones (below 600px) */
@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;
    }
}

/* Small Smartphones (below 480px) */
@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;
    }
}

/* Very Small / High-DPI Small Phones (below 360px) */
@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;
    }
}

/* OUR OBJECTIVES END */



/* WHY CHOOSE US START */
.tec-page-why-choose-title {
    font-size: 4rem;
}

.tec-page-why-choose-desc {
    font-size: 1.5rem;
}

.tec-page-why-choose-long-desc {
    text-align: center;
    color: #1E1462;
    font-size: 1.3rem;
    margin: 1.8rem 0;
}

.tec-page-why-choose-us-card {
    background-color: #F9F9FF;
    border: 2px solid grey;
    padding: 3rem;
    height: 400px;
    border-radius: 18px;
}

.tec-page-why-choose-us-card img {
    width: 65px;
    margin-bottom: 1.5rem;
}

.tec-page-why-choose-us-card h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.tec-page-why-choose-us-card p {
    font-size: 1rem;
    color: grey;
    font-weight: 400;
	margin-bottom: 1rem;
}

.tec-page-why-choose-us-card .tec-page-why-choose-us-card-devider {
    width: 100%;
    height: 6px;
    background-color: #1E1462;
    border-radius: 8px;
}

/* Tablet Devices (below 1024px) */
@media (max-width: 1024px) {
    .tec-page-why-choose-title {
        font-size: 3rem;
    }

    .tec-page-why-choose-us-card {
        padding: 2rem;
        height: auto;
        min-height: 400px;
    }
}

/* Modern Smartphones (below 768px) */
@media (max-width: 768px) {
    .tec-page-why-choose-title {
        font-size: 2.5rem;
    }

    .tec-page-why-choose-desc {
        font-size: 1.25rem;
    }

    .tec-page-why-choose-long-desc {
        font-size: 1.1rem;
    }

    .tec-page-why-choose-us-card {
        min-height: auto;
    }
}

/* Small Smartphones (below 600px) */
@media (max-width: 600px) {
    .tec-page-why-choose-title {
        font-size: 2.2rem;
    }

    .tec-page-why-choose-desc {
        font-size: 1.1rem;
    }

    .tec-page-why-choose-long-desc {
        font-size: 1rem;
    }
}

/* Small Smartphones (below 480px) */
@media (max-width: 480px) {
    .tec-page-why-choose-title {
        font-size: 2rem;
    }

    .tec-page-why-choose-us-card {
        padding: 1.5rem;
    }
}

/* Very Small / High-DPI Small Phones (below 360px) */
@media (max-width: 360px) {
    .tec-page-why-choose-title {
        font-size: 1.8rem;
    }

    .tec-page-why-choose-us-card h1 {
        font-size: 1.3rem;
    }
}

/* WHY CHOOSE US END */




/* OVERVIEW SECTION START */
/* TITLE */

.tec-page-overview-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* GRID */

.tec-page-overview-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 220px 220px 220px;
    gap: 20px;
}

/* GRID POSITION */

.tec-page-overview-card1 {
    grid-row: 1 / span 2;
    grid-column: 1;
}

.tec-page-overview-card2 {
    grid-row: 1;
    grid-column: 2;
}

.tec-page-overview-card3 {
    grid-row: 1 / span 2;
    grid-column: 3;
}

.tec-page-overview-card4 {
    grid-row: 2;
    grid-column: 2;
}

.tec-page-overview-card5 {
    grid-row: 3;
    grid-column: 1 / span 2;
}

.tec-page-overview-info-box {
    grid-row: 3;
    grid-column: 3;
}

.tec-page-overview-achievements-box {
    grid-row: 4;
    grid-column: 1;
}

.tec-page-overview-card6 {
    grid-row: 4;
    grid-column: 2 / span 2;
}

/* CARD */

.tec-page-overview-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.tec-page-overview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* GRADIENT */

.tec-page-overview-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

/* TEXT OVERLAY */

.tec-page-overview-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    z-index: 2;
}

.tec-page-overview-overlay span {
    width: 4px;
    height: 40px;
    background: #FFD000;
}

.tec-page-overview-overlay p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

/* PURPLE BOX */

.tec-page-overview-info-box,
.tec-page-overview-achievements-box {
    background: #2E2471;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 40px;
}

.tec-page-overview-achievements-box-2 {
    border: 2px solid rgba(161, 161, 161, 0.699);
    border-radius: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px !important;
}

.tec-page-overview-achievements-box-2 img {
    width: 80%;
}

.tec-page-overview-info-box h2,
.tec-page-overview-achievements-box h2 {
    color: white;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* Tablet Devices (below 1024px) */
@media (max-width:1024px) {
    .tec-page-overview-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .tec-page-overview-card1,
    .tec-page-overview-card2,
    .tec-page-overview-card3,
    .tec-page-overview-card4,
    .tec-page-overview-card5,
    .tec-page-overview-card6,
    .tec-page-overview-info-box,
    .tec-page-overview-achievements-box {
        grid-column: auto;
        grid-row: auto;
    }
}

/* Modern Smartphones (below 768px) */
@media (max-width:768px) {
    .tec-page-overview-grid {
        grid-template-columns: 1fr;
    }

    .tec-page-overview-title {
        font-size: 34px;
    }
}

/* Small Smartphones (below 600px) */
@media (max-width: 600px) {
    .tec-page-overview-title {
        font-size: 28px;
    }

    .tec-page-overview-info-box h2,
    .tec-page-overview-achievements-box h2 {
        font-size: 24px;
    }

    .tec-page-overview-overlay p {
        font-size: 16px;
    }
}

/* Small Smartphones (below 480px) */
@media (max-width: 480px) {

    .tec-page-overview-info-box,
    .tec-page-overview-achievements-box,
    .tec-page-overview-achievements-box-2 {
        padding: 30px !important;
    }
}

/* Very Small / High-DPI Small Phones (below 360px) */
@media (max-width: 360px) {

    .tec-page-overview-info-box,
    .tec-page-overview-achievements-box,
    .tec-page-overview-achievements-box-2 {
        padding: 20px !important;
    }
}

/* OVERVIEW SECTION END */










/* ANNOUNCEMENTS SECTION START */

.tec-page-announcement-wrapper {
    margin: 3.5rem 0;
    padding: 3rem !important;
    background: #1E1462;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

/* background shape */

.tec-page-announcement-wrapper::after {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 600px;
    height: 600px;
    background: url("https://www.paruluniversity.ac.in/wp-content/uploads/2026/03/tec-why-do-u-sign-for-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .25;
    pointer-events: none;
}

/* TITLE */

.tec-page-announcement-title {
    font-size: 3rem;
    color: #FFD000;
    font-weight: 800;
}

.tec-page-announcement-desc {
    font-size: 1.2rem;
    color: #e5e5e5;
    margin-bottom: 2rem;
}

/* LIST */

.tec-page-announcement-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* CARD */

.tec-page-announcement-card {
    background: #fff;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 18px;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
}

/* DATE */

.tec-page-announcement-card-date {
    font-size: 3rem;
    font-weight: 800;
    border-right: 1px solid #ddd;
    padding-right: 1rem;
    line-height: 1;
    min-width: 60px;
    text-align: center;
}

.tec-page-announcement-card-date span {
    font-size: .9rem;
    font-weight: 600;
    display: block;
    margin-top: 5px;
    color: #666;
}

/* CONTENT */

.tec-page-announcement-card-content {
    flex: 1;
    min-width: 0;

}

.tec-page-announcement-card-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tec-page-announcement-card-content p {
    font-size: .95rem;
    color: #666;
    margin: 0;
}

/* BUTTON */

.tec-page-announcement-btn {
    background: #1E1462;
    color: #fff;
    padding: .6rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.tec-page-announcement-btn:hover {
    background: #2f2391;
}

/* FOOTER TEXT */

.tec-page-announcement-footer {
    margin-top: 2rem;
    color: #ddd;
}

/* RESPONSIVE */

/* Tablet Devices (below 1024px) */
@media (max-width:1024px) {
    .tec-page-announcement-wrapper {
        padding: 2rem !important;
    }

    .tec-page-announcement-title {
        font-size: 2.5rem;
    }
}

/* Modern Smartphones (below 768px) */
@media (max-width:768px) {
    .tec-page-announcement-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .tec-page-announcement-card-date {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .tec-page-announcement-card-action {
        margin-top: 10px;
    }

    .tec-page-announcement-title {
        font-size: 2rem;
    }

    .tec-page-announcement-wrapper::after {
        width: 400px;
        height: 400px;
    }
}

/* Small Smartphones (below 600px) */
@media (max-width:600px) {
    .tec-page-announcement-wrapper {
        padding: 1.5rem !important;
    }

    .tec-page-announcement-title {
        font-size: 1.8rem;
    }

    .tec-page-announcement-desc {
        font-size: 1rem;
    }
}

/* Small Smartphones (below 480px) */
@media (max-width:480px) {
    .tec-page-announcement-card {
        padding: 1.25rem;
    }
}

/* Very Small / High-DPI Small Phones (below 360px) */
@media (max-width:360px) {
    .tec-page-announcement-title {
        font-size: 1.5rem;
    }

    .tec-page-announcement-wrapper::after {
        display: none;
    }
}

/* ANNOUNCEMENTS SECTION END */








/* OUR TEAM START */

/* SECTION */

.tec-page-our-team-section {
    padding: 80px 0;
    background: #f7f7f7;
}

/* TITLE */

.tec-page-our-team-title {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 60px;
}

/* GRID */

.tec-page-our-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (min-width:1400px) {
	.tec-page-our-team-grid {
		grid-template-columns: repeat(4, 1fr) !important;
		gap: 20px !important;
	}
	.tec-page-our-team-card {
		padding: 50px 15px !important;
	}
	
}
/* CARD */

.tec-page-our-team-card {
    background: #fff;
    border-radius: 26px;
    padding: 50px 30px;
    text-align: center;
    border: 3px solid #e9e9ef;
    position: relative;
    transition: all .3s ease;
}

.tec-page-our-team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* TOP CURVE EFFECT REMOVED */

/* IMAGE */

.tec-page-our-team-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.tec-page-our-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* NAME */

.tec-page-our-team-name {
    font-size: 20px;
    font-weight: 800;
    color: #1E1462;
    margin-bottom: 15px;
}

/* ROLE */

.tec-page-our-team-role {
    display: inline-block;
    background: #1E1462;
    color: #fff;
    padding: 6px 30px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 500;
}

/* DIVIDER */

.tec-page-our-team-divider {
    width: 100%;
    height: 1px;
    background: #eaeaea;
    margin: 20px auto;
}

/* EMAIL */

.tec-page-our-team-email {
    font-size: 12px;
    color: #555;
    margin-bottom: 6px;
    font-weight: 500;
}

/* PHONE */

.tec-page-our-team-phone {
    font-size: 12px;
    color: #555;
    font-weight: 500;
}


.apply-area {
  background: linear-gradient(
    90deg,
    #362b8d -13.85%,
    #9360a2 24.7%,
    #f9c474 84.1%
  );
  padding: 0.75rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.apply-area .apply-area-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.apply-area .apply-area-wrapper .apply-area-img {
  min-width: 40px;
  max-width: 40px;
  margin: 0 0.4375rem;
}
.apply-area .admission {
  padding-right: 1rem;
  border-right: 2px solid var(--white);
}
.font-color-white {
  color: var(--white) !important;
}
.apply-area .apply-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1rem;
  gap: 0.4375rem;
  transition: all 0.35s;
}


/* RESPONSIVE */

/* Tablet Devices (below 1024px) */
@media (max-width:1024px) {
    .tec-page-our-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .tec-page-our-team-title {
        font-size: 34px;
    }
}

/* Modern Smartphones (below 768px) */
@media (max-width:768px) {
    .tec-page-our-team-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tec-page-our-team-card {
        padding: 35px 25px;
    }
}

/* Small Smartphones (below 600px) */
@media (max-width:600px) {
    .tec-page-our-team-title {
        font-size: 28px;
    }
}

/* Small Smartphones (below 480px) */
@media (max-width:480px) {
    .tec-page-our-team-img {
        width: 100px;
        height: 100px;
    }

    .tec-page-our-team-name {
        font-size: 18px;
    }

    .tec-page-our-team-role {
        font-size: 13px;
    }
}

/* Very Small / High-DPI Small Phones (below 360px) */
@media (max-width:360px) {
    .tec-page-our-team-card {
        padding: 25px 15px;
    }

    .tec-page-our-team-title {
        font-size: 24px;
    }
}

/* OUR TEAM END */







/* FAQ START */
/* SECTION */

.tec-page-faq-section {
    padding: 80px 0;
    background: #f5f5f5;
}

/* TITLE */

.tec-page-faq-title {
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 50px;
    color: #000;
}

/* ACCORDION */

.tec-page-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tec-page-faq-accordion .accordion-item {
    border: none;
    margin-bottom: 0;
    border-radius: 12px;
    background: transparent;
}

/* QUESTION */

.tec-page-faq-question {
    font-weight: 800;
    font-size: 20px;
    padding: 30px 40px;
    background: #ffffff;
    color: #1E1462;
    border: 1px solid #e9e9ef;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* OPEN ITEM */

.tec-page-faq-item.active .tec-page-faq-question,
.tec-page-faq-question:not(.collapsed) {
    background: #1E1462;
    color: #FFC800;
    border-color: #1E1462;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 10px 25px rgba(30, 20, 98, 0.15);
}

/* ANSWER */

.tec-page-faq-answer {
    background: #1E1462;
    color: #fff;
    padding: 20px 40px 40px 40px;
    font-size: 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: 400;
    line-height: 1.6;
}

.tec-page-faq-answer p{
	color: #fff !important;
}

.tec-page-faq-answer ul,
.tec-page-faq-answer li {
    font-size: 14px;
    color: #fff;
}

/* REMOVE BOOTSTRAP ICON */

.accordion-button::after {
    display: none;
}

/* CUSTOM JS BEHAVIOR OVERRIDES */
.accordion-collapse {
    display: none;
}

.accordion-collapse.show {
    display: block;
}

/* RESPONSIVE */

/* Tablet Devices (below 1024px) */
@media (max-width:1024px) {
    .tec-page-faq-title {
        font-size: 38px;
    }
}

/* Modern Smartphones (below 768px) */
@media (max-width:768px) {
    .tec-page-faq-title {
        font-size: 32px;
    }

    .tec-page-faq-question {
        font-size: 16px;
    }
}

/* Small Smartphones (below 600px) */
@media (max-width:600px) {
    .tec-page-faq-title {
        font-size: 28px;
    }
}

/* Small Smartphones (below 480px) */
@media (max-width:480px) {
    .tec-page-faq-question {
        padding: 18px;
    }

    .tec-page-faq-answer {
        padding: 18px;
        font-size: 14px;
    }
}

/* Very Small / High-DPI Small Phones (below 360px) */
@media (max-width:360px) {
    .tec-page-faq-title {
        font-size: 24px;
    }

    .tec-page-faq-question {
        padding: 15px;
        font-size: 15px;
    }
}

/* FAQ END */

.tec-page-achievement{
	padding:30px 0px;
}
.tec-page-achievement-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
	margin-bottom:50px;
	
/*   gap: 20px; */
}

.tec-page-achievement-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

/* SVG Design */
.design-left,
.design-right {
  width: 90px;
  max-width: 100%;
}

/* Divider */
.achievement-divider {
  height: 1px;
  width: 250px;
  background: #1E1462;
  margin: 10px;
}

/* Typography */
.tec-page-achievement-title h2 {
  font-weight: 600;
  font-size: 42px;
}

.tec-page-achievement-title h5 {
  font-weight: 400;
  font-size: 32px;
}


.tec-page-achievement .achievement-item img {
    border-radius: 10px;
    margin-bottom: 20px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}