.home-info-section {
    background: #f8fafc;
}

.at-latest-news-shell,
.at-vision-mission-shell {
    background: #fff;
    border: 1px solid rgba(11, 45, 91, 0.1);
    border-radius: 0.5rem;
    box-shadow: 0 14px 32px rgba(2, 6, 23, 0.08);
    overflow: hidden;
}

.at-home-panel-heading {
    background: linear-gradient(90deg, var(--primary-color), color-mix(in srgb, var(--primary-color) 82%, #ffffff));
    color: #fff;
    padding: 1rem 1.25rem;
}

.at-home-panel-heading h2 {
    color: #fff;
    font-weight: 700;
}

.at-home-panel-subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.55;
    margin-top: 0.35rem;
}

.at-latest-news-window {
    height: 430px;
    overflow: hidden;
    position: relative;
}

.at-latest-news-window:focus {
    outline: 3px solid color-mix(in srgb, var(--secondary-color) 35%, transparent);
    outline-offset: -3px;
}

.at-latest-news-track {
    display: flex;
    flex-direction: column;
    animation: atLatestNewsScroll 28s linear infinite;
    will-change: transform;
}

.at-latest-news-window:hover .at-latest-news-track,
.at-latest-news-window:focus .at-latest-news-track,
.at-latest-news-window:focus-within .at-latest-news-track {
    animation-play-state: paused;
}

.at-latest-news-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.15rem;
}

.latest-news-card-link {
    color: inherit;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.latest-news-card-link:hover,
.latest-news-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.latest-news-card-link:focus-visible {
    border-radius: 0.5rem;
    outline: 3px solid color-mix(in srgb, var(--secondary-color) 42%, transparent);
    outline-offset: 3px;
}

.at-latest-news-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.at-latest-news-card.no-image {
    grid-template-columns: 1fr;
}

.latest-news-card-link:hover .at-latest-news-card,
.latest-news-card-link:focus-visible .at-latest-news-card,
.at-latest-news-card:hover {
    border-color: color-mix(in srgb, var(--secondary-color) 55%, transparent);
    box-shadow: 0 12px 26px rgba(2, 6, 23, 0.08);
    transform: translateY(-2px);
}

.at-latest-news-card__media {
    width: 86px;
    height: 86px;
    border-radius: 0.45rem;
    overflow: hidden;
    background: #eff6ff;
}

.at-latest-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.at-latest-news-card__body {
    min-width: 0;
}

.at-latest-news-card__highlight {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
}

.at-latest-news-card__title {
    margin: 0 0 0.35rem;
    color: var(--primary-color);
    font-family: var(--at-head-font);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.at-latest-news-card__text {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.at-latest-news-card__text p {
    margin: 0;
}

.at-vision-mission-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.15rem;
}

.at-vision-mission-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 1.2rem;
    min-height: 190px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.at-vision-mission-card:hover {
    border-color: color-mix(in srgb, var(--secondary-color) 55%, transparent);
    box-shadow: 0 12px 26px rgba(2, 6, 23, 0.08);
    transform: translateY(-2px);
}

.at-vision-mission-card__icon {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    border-radius: 0.5rem;
    background: #eff6ff;
    overflow: hidden;
}

.at-vision-mission-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.at-vision-mission-card__title {
    margin: 0 0 0.55rem;
    color: var(--primary-color);
    font-family: var(--at-head-font);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
}

.at-vision-mission-card__text {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.65;
}

.at-vision-mission-card__text p:last-child {
    margin-bottom: 0;
}

.at-about-college-section {
    background: #fff;
}

.at-about-college-content {
    max-width: 760px;
}

.at-about-college-title {
    color: var(--primary-color);
    font-family: var(--at-head-font);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 1rem;
}

.at-about-college-intro {
    color: #0f172a;
    font-size: clamp(1.1rem, 1.5vw, 1.35rem);
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.at-about-college-description {
    color: #475569;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.at-about-college-description p:last-child {
    margin-bottom: 0;
}

.at-about-college-button {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 0.45rem;
    font-weight: 700;
    padding: 0.78rem 1.45rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.at-about-college-button:hover,
.at-about-college-button:focus {
    background: color-mix(in srgb, var(--primary-color) 82%, #ffffff);
    border-color: color-mix(in srgb, var(--primary-color) 82%, #ffffff);
    color: #fff;
    transform: translateY(-2px);
}

.at-about-college-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    min-height: 420px;
    box-shadow: 0 18px 38px rgba(2, 6, 23, 0.14);
}

.at-about-college-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.at-about-college-image-wrap:hover .at-about-college-image {
    transform: scale(1.06);
}

.at-principal-desk-section {
    background: #f8fafc;
}

.at-principal-desk-panel {
    background: #fff;
    border: 1px solid rgba(11, 45, 91, 0.1);
    border-radius: 0.75rem;
    padding: clamp(1.25rem, 3vw, 2.25rem);
    box-shadow: 0 16px 36px rgba(2, 6, 23, 0.08);
}

.at-principal-desk-image-wrap {
    overflow: hidden;
    border-radius: 0.75rem;
    min-height: 390px;
    background: #eff6ff;
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.12);
}

.at-principal-desk-image {
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.at-principal-desk-image-wrap:hover .at-principal-desk-image {
    transform: scale(1.04);
}

.at-principal-desk-content {
    max-width: 900px;
}

.at-principal-desk-title {
    color: var(--primary-color);
    font-family: var(--at-head-font);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 1rem;
}

.at-principal-desk-message {
    color: #475569;
    font-size: 1rem;
    line-height: 1.75;
}

.at-principal-desk-message p:last-child {
    margin-bottom: 0;
}

.at-principal-desk-meta {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.at-principal-desk-name {
    color: #0f172a;
    font-family: var(--at-body-font);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}

.at-principal-desk-designation {
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0;
}

.at-why-choose-section {
    background: #fff;
}

.at-why-choose-content {
    max-width: 720px;
}

.at-why-choose-title {
    color: var(--primary-color);
    font-family: var(--at-head-font);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 1rem;
}

.at-why-choose-intro {
    color: #0f172a;
    font-size: clamp(1.08rem, 1.4vw, 1.28rem);
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.at-why-choose-description {
    color: #475569;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.3rem;
}

.at-why-choose-description p:last-child {
    margin-bottom: 0;
}

.at-why-choose-features {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.6rem;
}

.at-why-choose-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: #1e293b;
    font-weight: 700;
    line-height: 1.45;
}

.at-why-choose-feature-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--secondary-color) 14%, #ffffff);
    color: var(--secondary-color);
    font-size: 1rem;
}

.at-why-choose-button {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 0.45rem;
    font-weight: 700;
    padding: 0.78rem 1.45rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.at-why-choose-button:hover,
.at-why-choose-button:focus {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    transform: translateY(-2px);
}

.at-why-choose-media {
    position: relative;
    padding: 0 0 2rem 2rem;
}

.at-why-choose-image-wrap {
    overflow: hidden;
    border-radius: 0.85rem;
    min-height: 470px;
    background: #eff6ff;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.13);
}

.at-why-choose-image {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.at-why-choose-image-wrap:hover .at-why-choose-image {
    transform: scale(1.05);
}

.at-why-choose-stats-card {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 190px;
    padding: 1.15rem 1.25rem;
    border-radius: 0.75rem;
    background: #fff;
    border-left: 5px solid var(--secondary-color);
    box-shadow: 0 16px 34px rgba(2, 6, 23, 0.16);
}

.at-why-choose-stats-card strong {
    display: block;
    color: var(--primary-color);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.at-why-choose-stats-card span {
    display: block;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.at-skills-features-section {
    background: #f8fafc;
    overflow: hidden;
}

.at-skills-features-header {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.at-skills-features-subtitle {
    display: inline-flex;
    margin-bottom: 0.75rem;
    color: var(--secondary-color);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.at-skills-features-title {
    color: var(--primary-color);
    font-family: var(--at-head-font);
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 0;
}

.at-skills-feature-card {
    --skills-card-bg: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 1.5rem;
    border-radius: 1rem;
    background: var(--skills-card-bg);
    border: 1px solid rgba(11, 45, 91, 0.08);
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.at-skills-feature-card:hover {
    transform: translateY(-9px);
    border-color: color-mix(in srgb, var(--secondary-color) 45%, transparent);
    box-shadow: 0 22px 46px rgba(2, 6, 23, 0.13);
}

.at-skills-feature-media {
    width: 100%;
    height: 150px;
    margin-bottom: 1.2rem;
    border-radius: 0.85rem;
    overflow: hidden;
    background: #eff6ff;
}

.at-skills-feature-carousel {
    position: relative;
    margin-bottom: 1.2rem;
}

.at-skills-feature-carousel .at-skills-feature-media {
    margin-bottom: 0;
}

.at-skills-feature-carousel .carousel-item {
    height: 150px;
}

.at-skills-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.42s ease;
}

.at-skills-feature-card:hover .at-skills-feature-image {
    transform: scale(1.07);
}

.at-skills-feature-indicators {
    right: 0.65rem;
    bottom: 0.55rem;
    left: auto;
    justify-content: flex-end;
    margin: 0;
    gap: 0.3rem;
}

.at-skills-feature-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background-color: #fff;
    opacity: 0.65;
}

.at-skills-feature-indicators .active {
    background-color: var(--secondary-color);
    opacity: 1;
}

.at-skills-feature-icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    border-radius: 1rem;
    background: #fff;
    color: var(--primary-color);
    font-size: 2rem;
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.08);
    animation: atSkillsIconFloat 3.4s ease-in-out infinite;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.at-skills-feature-card:hover .at-skills-feature-icon {
    background: var(--primary-color);
    color: #fff;
    transform: scale(1.06);
}

.at-skills-feature-title {
    color: #0f172a;
    font-family: var(--at-head-font);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.7rem;
}

.at-skills-feature-description {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.at-skills-feature-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    margin-top: auto;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 800;
    line-height: 1.35;
    transition: color 0.2s ease, gap 0.2s ease;
}

.at-skills-feature-link:hover,
.at-skills-feature-link:focus {
    color: var(--secondary-color);
    gap: 0.7rem;
}

@keyframes atSkillsIconFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes atLatestNewsScroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, -50%, 0);
    }
}

@media (max-width: 767.98px) {
    .at-latest-news-window {
        height: 390px;
    }

    .at-latest-news-group {
        padding: 0.9rem;
    }

    .at-latest-news-card {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 0.8rem;
        padding: 0.85rem;
    }

    .at-latest-news-card__media {
        width: 68px;
        height: 68px;
    }

    .at-latest-news-card__title {
        font-size: 0.98rem;
    }

    .at-latest-news-card__text {
        font-size: 0.9rem;
    }

    .at-about-college-image-wrap,
    .at-about-college-image {
        min-height: 300px;
    }

    .at-about-college-button {
        width: 100%;
        max-width: 260px;
    }

    .at-principal-desk-panel {
        padding: 1rem;
    }

    .at-principal-desk-image-wrap,
    .at-principal-desk-image {
        min-height: 320px;
    }

    .at-why-choose-button {
        width: 100%;
        max-width: 260px;
    }

    .at-why-choose-media {
        padding: 0 0 4.75rem;
    }

    .at-why-choose-image-wrap,
    .at-why-choose-image {
        min-height: 320px;
    }

    .at-why-choose-stats-card {
        left: 1rem;
        right: 1rem;
        bottom: 0;
        min-width: 0;
    }

    .at-skills-features-header {
        margin-bottom: 1.75rem;
    }

    .at-skills-feature-card {
        min-height: auto;
        padding: 1.25rem;
    }

    .at-skills-feature-media {
        height: 180px;
    }

    .at-skills-feature-carousel .carousel-item {
        height: 180px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .at-latest-news-track {
        animation: none;
    }

    .at-latest-news-window {
        overflow-y: auto;
    }

    .at-skills-feature-icon {
        animation: none;
    }
}
