.kloc-ajax-search-widget {
    position: relative;
    width: 100%;
}

.kloc-search-input {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.kloc-search-input:focus {
    outline: none;
    border-color: #2271b1;
    box-shadow: 0 0 0 1px rgba(34, 113, 177, 0.2);
}

.kloc-search-input-wrapper {
    position: relative;
}

.kloc-search-status {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.kloc-char-count {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
}

.kloc-char-count .count {
    font-weight: bold;
}

.kloc-char-count.incomplete {
    color: #dc3545;
}

.kloc-char-count.complete {
    color: #28a745;
}

.kloc-search-loading {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 20px;
}

.kloc-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #2271b1;
    animation: kloc-spin 1s ease-in-out infinite;
}

.kloc-loading-text {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

@keyframes kloc-spin {
    to {
        transform: rotate(360deg);
    }
}

.kloc-search-results-container {
    margin-top: 20px;
}

.kloc-search-results {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.kloc-search-result-item {
    transition: background-color 0.2s;
}

.kloc-search-result-item:last-child {
    border-bottom: none;
}

.kloc-search-result-item:hover {
    background-color: #f9f9f9;
}

.kloc-result-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.kloc-result-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.kloc-result-image {
    flex-shrink: 0;
    width: 120px;
}

.kloc-result-image img {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.kloc-result-content {
    flex: 1;
}

.kloc-result-title {
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #1a365d;
    font-weight: 600;
    line-height: 1.3;
}

.kloc-result-designation {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 8px;
    font-weight: 500;
}

.kloc-result-expertise {
    font-size: 14px;
    color: #718096;
    margin-bottom: 12px;
    line-height: 1.4;
}



.kloc-no-results,
.kloc-error {
    padding: 40px 20px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.kloc-pagination {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
    text-align: center;
}

.kloc-pagination-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.kloc-page-link {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ddd;
    background: #fff;
    color: #2271b1;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}

.kloc-page-link:hover {
    background: #2271b1;
    color: #fff;
    border-color: #2271b1;
}

.kloc-page-link.active {
    background: #2271b1;
    color: #fff;
    border-color: #2271b1;
    cursor: default;
}

.kloc-page-link.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.kloc-page-link.disabled:hover {
    background: #fff;
    color: #2271b1;
    border-color: #ddd;
}

.kloc-pagination-info {
    margin-top: 12px;
    font-size: 14px;
    color: #666;
}

.kloc-search-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.kloc-result-wrapper {
    display: grid;
    grid-template-columns: 3fr 4fr;
    border: 1px solid #e6814754;
    padding: 20px;
}

.kloc-result-image {
    width: 100%;
    background-color: #8A0214;
}

.kloc-result-title {
    font-size: 21px;
    line-height: 33px;
    font-weight: 400;
    color: #E68147;
    font-family: "OPTIMA", Sans-serif;
}

.kloc-result-designation {
    font-size: 16px;
    font-weight: 400;
    color: #737477;
    line-height: 26px;
    font-family: "OPTIMA", Sans-serif;
}

.kloc-result-expertise {
    border-left: 2px solid #E68147;
    padding-left: 10px;
    color: #737477 !important;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: "NEXA", Sans-serif;
}

/*Vedicat post category listing*/
.vedica-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.vedica-card {
    background: #1e1e1e;
    color: #fff;
    text-decoration: none;
}

.vedica-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.vedica-content {
    padding: 20px;
}

.vedica-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.vedica-content p {
    font-size: 14px;
    color: #ccc;
}

.faculty-card {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.faculty-directory[data-layout="right"] .faculty-card {
    flex-direction: row-reverse;
}

.skeleton-card {
    height: 150px;
    background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
    animation: pulse 1.5s infinite;
    margin-bottom: 20px;
}

.faculty-filter.faculty-category {
    padding: 10px 20px;
    font-family: Nexa;
    background-color: transparent;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #737477;
    border: 1px solid #737477 !important;
    border-radius: 2px;
}

.faculty-filter.faculty-category.active {
    color: #FFFFFF;
    background: #E68147;
    border: 1px solid #E68147 !important;
}

.faculty-pagination {
    margin-top: 30px;
    text-align: center;
}

.faculty-pagination .page-numbers {
    padding: 5px 15px;
    font-family: Nexa;
    margin-right: 10px;
    background-color: transparent;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #737477;
    border: 1px solid #737477;
    border-radius: 2px;
}

.faculty-pagination .page-numbers.current {
    background-color: #E68147;
    color: #fff;
    border: 1px solid #E68147;
}

.vedica-search-results .kloc-result-title {
    font-family: Optima;
    font-weight: 400;
    font-style: Regular;
    font-size: 21px;
    line-height: 33.02px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #E68147;
}

.vedica-search-results .kloc-result-designation {
    font-family: Optima;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #737477;
}

.vedica-search-results .kloc-result-expertise {
    font-family: Nexa;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #737477;
}

.vedica-search-results .kloc-result-description {
    font-family: "Nexa", Sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
    color: #737477;
    line-height: 26px;
}

.kloc-result-description {
    margin-top: 10px;
}

@keyframes pulse {
    0% {
        background-position: 0%
    }

    100% {
        background-position: 200%
    }
}

.faculty-search {
    margin-bottom: 30px;
}

.faculty-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.skeleton-box,
.skeleton-line {
    background: #eee;
    border-radius: 4px;
    animation: shimmer 1.4s infinite linear;
}

.skeleton-box {
    width: 120px;
    height: 120px;
}

.skeleton-line {
    height: 14px;
    margin-bottom: 8px;
}

.skeleton-line.title {
    width: 70%;
    height: 18px;
}

.skeleton-line.meta {
    width: 50%;
}

.skeleton-line.desc {
    width: 90%;
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: 200px 0;
    }
}


.faculty-search {
    height: 60px;
    border-radius: 10px;
    border: 1px solid #f4793242;
    margin-bottom: 40px;
}



.faculty-filter.faculty-category {
    font-family: 'NEXA' !important;
    font-weight: 400;
}

/* .faculty-search-res{
    padding-left: 20px !important;
    padding-right: 20px !important;
} */

.kloc-search-results {
    background: #fff !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    margin-top: 30px !important;
}

.kloc-result-wrapper {
    border: 1px solid #e6814757;
}
/* ===============================
   CPC – Vedica Post Carousel
================================ */
.vedica-post-carousal {
    display: grid ;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.cpc-carousel {
    padding-bottom: 30px;
}

.cpc-slide {
    position: relative;
    overflow: hidden;
    /* border-radius: 8px;
    background: #000; */
}

/* IMAGE */
.cpc-image {
    position: relative;
    width: 100%;
    height: 360px;
}

.cpc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover zoom */
.cpc-slide:hover .cpc-image img {
    transform: scale(1.08);
}

/* OVERLAY GRADIENT */
.cpc-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 35%,
        rgba(0, 0, 0, 0.0) 70%
    );
    z-index: 1;
}
/* CONTENT */
.cpc-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 22px 20px;
    color: #ffffff;
}

/* TITLE */
.cpc-title {
    margin: 0 0 6px;
    font-family: "Optima", "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    color: #ffffff;
}

/* EXCERPT */
.cpc-excerpt {
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    max-width: 95%;
}

/* Remove default margins */
.cpc-excerpt p {
    margin: 0;
}
/* ===============================
   SWIPER SPACING
================================ */

.cpc-carousel .swiper-slide {
    height: auto;
}

.vedica-arrow-down .react_button span {
    transform: rotate(90deg);
}

.kloc-no-data{
    text-align: center;
    padding: 60px 20px;
    font-size: 18px;
    color: #737477;
    font-family: 'NEXA' !important;
    font-weight: 600;
}

.teams-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}
.teams-swiper {
    overflow: visible;
    padding-right: 40px; /* must match slidesOffsetAfter */
}

.teams-swiper .swiper-wrapper {
    overflow: visible;
}

.teams-swiper .swiper-slide {
    overflow: hidden;
}
.team-card {
    border: 1px solid #f2b8a2;   /* light peach border */
    padding: 20px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-image {
    background: #8b0024; /* exact maroon */
    aspect-ratio: auto 347 / 417;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* IMPORTANT */
    display: block;
    overflow: clip;
    vertical-align: middle;
    box-shadow: none;
}

.team-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 20px;
}

.team-name {
    font-size: 18px;
    font-weight: 500;
    color: #f26a21; /* Vedica orange */
    margin: 0;
}

.team-linkedin img {
    width: 22px;
    height: 22px;
}

.team-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #737477;
    font-family: "OPTIMA", Sans-serif !important;
}

.teams-carousel .swiper-slide {
    height: auto;
}

.teams-carousel .team-card {
    height: 100%;
}

.team-work-address {
    font-family: Optima;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #737477;
}


.vedica-testimonial{display:flex;gap:40px;align-items:center;background:#fff7e7;padding:0 40px 40px 40px;border-radius:16px;}
.vedica-nav{position:absolute;right:30px;bottom:30px;display:flex;gap:12px}
.vedica-prev,.vedica-next{width:42px;height:42px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.vedica-testimonial-wrap .swiper-pagination {
    position: relative;
    z-index: 10;
}

.vedica-testimonial-wrap .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px !important;
    background: #E68147 !important;
    opacity: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

.vedica-testimonial-wrap .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #E68147 !important;
    opacity: inherit;
}

.vedica-testimonila-alumni .vedica-testimonial-wrap .swiper-pagination-bullet {
    background: #FFFFFF !important;
}

.vedica-testimonila-alumni .vedica-testimonial-wrap .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
    opacity: inherit;
}

.vedica-testimonila-alumni .vedica-testimonial {
    background: #E68147;
    border: 1px solid #fff !important;
}
.vedica-testimonila-alumni .vedica-content,
.vedica-testimonila-alumni .vedica-author,
.vedica-testimonila-alumni .team-designation {
    color: #fff !important;
}
.vedica-swiper-pagi .swiper-pagination {
    position: relative;
    z-index: 10;
}

.vedica-swiper-pagi .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px !important;
    background: #E68147 !important;
    opacity: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

.vedica-swiper-pagi .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #E68147 !important;
    opacity: inherit;
}
.fallback-quote{font-size:60px;color:#f28c28}
.team-designation {
    font-family: Nexa;
    font-weight: 400;
    font-style: Regular;
    font-size: 20.35px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #737477;
}
.team-work-address {
    font-family: Optima;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #737477;
}

/*Vedica Post Carousal*/
.vedica-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.o-post-card2{
    height: 540px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cpc-content{
    padding: 40px;
}
.o-cpc-title{
    font-size: 35px;
    font-family: "OPTIMA", Sans-serif !important;
    font-weight: 400;
}
.o-cpc-excerpt{
    font-size: 20px;
    font-family: "Nexa", Sans-serif !important;
    font-weight: 600;
    line-height: 33px;
    margin-top: 10px;
    min-height: 100px;
}

.vedica-post-carousal{
    gap: 0px !important;
}
.cpc-carousel {
    overflow: visible;
    padding-right: 40px; /* must match slidesOffsetAfter */
}

.cpc-carousel .swiper-wrapper {
    overflow: visible;
}

.cpc-carousel .swiper-slide {
    overflow: hidden;
}

/*Faculty Search*/
.o-search-area{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 60px;
    /* margin-bottom: 40px; */
}
.o-icon-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #8A0214 !important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.o-icon-box i{
    color: #fff;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    font-size: 20px;
}
/*Vedica faculty carousal*/
.vedica-faculty-carousal-img img {
    width: 300px;
    height: 360px;
    Min-width: 300px;
    Max-width: 314.7px;
}

/*Vedica post and page */
.o-studyGrid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 43px;
}
@media(max-width:1400px){
    .o-studyGrid{
    gap: 25px;
}
}

.rts__program--item {
    max-width: initial !important;
    max-height: initial !important;
    height: 439px !important;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.rts__program--item--title{
    font-family: "OPTIMA", Sans-serif !important;
    font-size: 35px;
    font-weight: 400 !important;
    line-height: 44px;
}
.o-studyGrid__arrow-btn{
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
}
.rts__program--item--description{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.base-card {
    border: 1px solid #f2b8a273 !important;
    padding: 20px;
    background: #fff;
}

/* ===== SLIDE ===== */
.featured-card {
    display: flex;
    justify-content: space-around; 
}

/* ===== IMAGE ===== */
.featured-image img{
    width: 784px;
    height: 360px;               /* 👈 exact image height like screenshot */
    overflow: hidden;
    object-fit: cover;
}


/* ===== CONTENT ===== */
.featured-content {
    max-width: 460px;
}

/* Date */
.featured-content .date {
    font-family: Optima;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #E68147;
}

/* Title */
.featured-content h3 {
    font-family: Optima;
    font-weight: 400;
    font-style: Regular;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #414241;
    padding-top: 20px;
}

/* Excerpt */
.featured-content p {
    font-family: Nexa;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #737477;
    padding-top: 10px;
}

/* Read more */
.featured-content .read-more {
    font-family: Nexa;
    font-weight: 400;
    font-style: Regular;
    font-size: 20.32px;
    line-height: 33.02px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #8A0214;
    padding-top: 20px;
    border-bottom: 1px solid #8A0214 !important;
}
.featured-content .read-more i{
    position: absolute;
}
.story-card .read-more{
    border-bottom: 1px solid #8A0214 !important;
}
.story-card .read-more i{
    position: absolute;
}

/* ===== FILTER BAR ===== */
.all-stories-filter {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.all-stories-filter select,
.all-stories-filter input {
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    min-width: 180px;
}

/* WRAPPER */
.all-stories-section {
    max-width: 1200px;
    margin: 0 auto;
}

/* FILTER BAR */
.all-stories-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.all-stories-filter-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media(max-width:767px){
    .all-stories-filter-left {
        flex-direction: column !important;
        align-items: inherit !important;
    }
}
.filter-label {
    font-size: 20px;
    line-height: 31px;
    color: #000;
}
@media(max-width:767px){
    .filter-label {
    font-size: 16px;
    }
}

/* SELECT */
.story-date {
    height: 48px;
    min-width: 200px;
    padding: 0 14px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: #fff;
}

/* SEARCH */
.all-stories-filter-right input {
    height: 48px;
    width: 240px;
    padding: 0 14px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

/* GRID */
.all-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
}

/* CARD */
.story-card {
    background: transparent;
}

.story-thumb {
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.story-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DATE */
.story-card .date {
    font-family: Optima;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #E68147;
}   

/* TITLE */
.story-card h4 {
   font-family: Optima;
    font-weight: 400;
    font-style: Regular;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #414241;
    margin-bottom: 20px;
    padding-top: 20px;
}

.story-card h4 a {
    color: #222;
    text-decoration: none;
}

/* EXCERPT */
.story-card p {
   font-family: Nexa;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #737477;
    margin-bottom: 20px;
}

/* READ MORE */
.read-more {
    font-family: Nexa;
    font-weight: 400;
    font-style: Regular;
    font-size: 20.32px;
    line-height: 33.02px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #8A0214;
}

/* EMPTY */
.no-posts {
    grid-column: 1 / -1;
    text-align: center;
    color: #999;
}

/*Student search*/
.vedica-students-directory {
    width: 100%;
    margin-top: 40px;
}
.student-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.student-tabs .tab {
    font-family: "Nexa", sans-serif;
    border: 1px solid #E6E6E6;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
    border-radius: 0px;
    padding: 10px 20px;
    line-height: 28px;
    font-weight: 400;
    font-size: 20px !important;
    color: #414241;
}
@media(max-width: 767px){
    .student-tabs .tab {
        font-size: 17px !important;
    }
}

.student-tabs .tab:hover {
    border-color: #E68147;
    color: #E68147;
}

.student-tabs .tab.active {
    background-color: #E68147;
    border-color: #E68147;
    color: #fff;
}
.students-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
@media(max-width: 1200px){
    .students-grid {
        gap: 20px;
        grid-template-columns: 1fr;
    }
}

.student-card {
    padding: 19px 20px;
    padding-right: 50px;
    border: 1px solid #F1E4DA;
    background: #fff;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 34px;
    align-items: center;
}
@media(max-width: 1400px){
    .student-card {
        grid-template-columns: 250px 1fr;
        padding-right: 20px;
        gap: 25px;
    }
}
@media(max-width: 1200px){
    .student-card {
        grid-template-columns: 250px 1fr;
        gap: 20px;
    }
}
@media(max-width: 1024px){
    .student-card {
        grid-template-columns: 250px 1fr;
        padding-right: 15px;
    }
}
@media(max-width: 767px){
    .student-card {
        grid-template-columns: 1fr;
    }
}
.student-card .img {
    width: 100%;
    min-height: 360px;
    background: #8C0B1A;
    overflow: hidden;
    object-fit: cover;
}
@media(max-width: 1400px){
    .student-card .img {
         min-height: 300px;
    }
}
@media(max-width: 1400px){
    .student-card .img {
         min-height: 250px;
    }
}
@media(max-width: 1024px){
    .student-card .img {
         min-height: 200px;
    }
}


.student-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 360px;
}
@media(max-width: 1400px){
    .student-card .img img {
        min-height: 300px;
  }
}
.student-card .content {
    flex: 1;
    position: relative;
    font-family: "Nexa", sans-serif;
}
.student-card h4 {
    font-family: "OPTIMA", Sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 33.02px;
    letter-spacing: 0%;
    color: #E68147;
    margin-bottom: 0px;
}
.student-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 6px;
}
.student-card .linkedin {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    display: inline-flex;
}
@media(max-width: 1200px){
    .student-card .linkedin {
        width: 24px;
        height: 24px;
    }
}

.student-card .linkedin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.student-desc p {
    font-family: "Nexa", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #737477;
    margin-bottom: 2px;
}

.students-grid.loading {
    opacity: 0.5;
    pointer-events: none;
}
.student-class {
    font-family: "OPTIMA", Sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0% !important;
    margin-bottom: 11px !important;
    color: #737477 !important;
}
.student-cat-name {
    margin: 50px 0px 50px 0px;
    font-family: Optima;
    font-weight: 400;
    font-style: Regular;
    font-size: 35px;
    line-height: 75px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #E68147;
}
.vedica-what-offer .vedica-title {
    font-family: "OPTIMA", Sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 20px;
}
.vedica-what-offer .vedica-content p {
    font-family: "Nexa", sans-serif;
    font-weight: 400;
    font-size: 20.32px;
    color: #fff;
    line-height: 33.02px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.vedica-what-offer .vedica-content ul{
    padding-left: 25px;
}
.vedica-what-offer .vedica-content ul li {
    font-family: "OPTIMA", Sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 20px;
    line-height: 35px;
}
.vedica-what-offer .vedica-content ul li:last-child {
    margin-bottom: 0px; 
}
.elementor-23938 .elementor-element.elementor-element-5148571 .mf_select__single-value {
    color: #959698 !important;
}
.elementor-23938 .elementor-element.elementor-element-6eb594ee .metform-btn > svg {
    padding: 0px 13px 0px 1px !important;
}

@media (max-width: 1400px) {
    .vedica-what-offer .vedica-title {
       font-size: 40px;
       line-height: 55px;
    }
    .vedica-what-offer .vedica-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .vedica-what-offer .vedica-content ul li {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 1024px) {
    .vedica-what-offer .vedica-title {
       font-size: 30px;
       line-height: 40px;
    }
    .vedica-what-offer .vedica-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .vedica-what-offer .vedica-content ul li {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width:1024px){
    .vedica-what-offer .vedica-content ul {
        padding-bottom: 20px;
    }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .all-stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .all-stories-filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .all-stories-filter-right input {
        width: 100%;
    }

    .all-stories-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== NO POSTS ===== */
.no-posts {
    grid-column: 1 / -1;
    text-align: center;
    color: #999;
}
.filter-by {
    font-family: Nexa;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000;
}   

.mf_select__control{
    padding: 0px 20px !important;
    border: 1px solid #DDDDDD !important;
    background-color: #FFFFFF !important;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .all-stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .all-stories-grid {
        grid-template-columns: 1fr;
    }

    .all-stories-filter {
        flex-direction: column;
    }
}

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

@media(max-width: 1440px){
    .rts__program--item {
        height: 480px !important;
    }
    .o-post-card2 {
        height: 480px !important;
    }
}

@media(max-width: 1200px){
    .o-studyGrid{
        grid-template-columns: 1fr 1fr;
    }
    .rts__program--item {
        height: 480px !important;
    }
    .o-post-card2 {
        height: 450px !important;
    }
    .cpc-content{
        padding: 30px;
    }
    .o-cpc-title{
        font-size: 30px;
    }
    .o-cpc-excerpt{
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 1024px) {
    .kloc-search-results {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .vedica-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .teams-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cpc-image {
        height: 320px;
    }
    .faculty-filters {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
    }
    .faculty-filter.faculty-category {
        padding: 10px 14px;
        font-size: 16px;
    }
    .vedica-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kloc-result-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    /* .kloc-result-image {
        width: 100px;
    } */

    .kloc-result-image img {
        height: 100px;
    }

    .kloc-result-title {
        font-size: 18px;
    }

    .kloc-result-designation {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .teams-grid {
        grid-template-columns: 1fr;
    }
    .vedica-post-grid {
        grid-template-columns: 1fr;
    }
    .cpc-image {
        height: 260px;
    }

    .cpc-content {
        padding: 18px 16px;
    }

    .cpc-title {
        font-size: 18px;
    }

    .cpc-excerpt {
        font-size: 13px;
    }
    .vedica-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 600px){
    .o-studyGrid{
        grid-template-columns: 1fr;
    }
    .rts__program--item {
        height: 450px !important;
    }
    .o-post-card2 {
        height: 400px !important;
    }
    .cpc-content{
        padding: 20px;
    }
    .o-cpc-title{
        font-size: 24px;
    }
    .o-cpc-excerpt{
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width: 500px) {
    .kloc-result-wrapper {
        grid-template-columns: 1fr;
    }
} 

@media (max-width: 480px) {
    .kloc-search-result-item {
        padding: 15px;
    }

    /* .kloc-result-image {
        width: 80px;
    }

    .kloc-result-image img {
        height: 80px;
    } */

    .kloc-result-title {
        font-size: 17px;
    }
}


/* contact form */
.contact-with-us{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
}
.contact-with-us > :last-child {
    grid-column: 1 / -1 !important;
}
@media(max-width:1024px){
    .contact-with-us{
        grid-template-columns: 1fr !important;
    }
}
.contact-with-us>div{
    padding: 0px !important;
}
.contact-with-us input{
    height: 52px !important;
    border: 1px solid #DDDDDD !important;
    background-color: #FFFFFF !important;
}
#mf-input-email-15587fa5{
    background: #FFFFFF !important;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD !important;
}
.metform-submit-btn{
    border-radius: 50px !important;
    max-width: 300px !important;
    float: right;
    min-width: 228px !important;
}
@media(max-width:767px){
    .metform-submit-btn{
        float: none !important;
    }
}