:root {
    --color-black: #000000;
    --color-super-black: #000000;
    --color-one: #ED6A01;
    --color-two: #ED1C24;
    --color-three: #EFF8FF;
    --color-white: #ffffff;
    --color-grey: #939598;
    --color-pureGrey: #808080;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.home-about-text-matter-bg {
    padding: 20px 0 0 0;
    position: relative;
    z-index: 0;
    margin-bottom: -25px;

}

.home-about-text-matter {
    font-size: 14vw;
    line-height: 15vw;
    margin: 0;
    font-weight: 700;
    background: url(../images/banner/mainBlock.jpg);
    background-size: 40%;
    background-position: 50% 50%;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0.08);
    animation: zoomout 10s ease 500ms infinite;
    position: relative;
    z-index: 0;
    text-align: center;
    background-attachment: fixed;
}

@keyframes zoomout {
    from {
        background-size: 40%;
    }

    to {
        background-size: 10%;
    }
}


.home-announcements-bg {
    position: relative;
    z-index:999;
}

.home-announcements-bg .home-announcements-box {
    background: rgba(0, 0, 0, .1);
    border: 1px solid #eee;
    border-radius: 21px;
    padding: 10px;
    margin-top: -40px;
    backdrop-filter: blur(20px);
    
}

.home-announcement-head {
    padding: 22px 15px;
    text-align: center;
}

.home-announcement-head h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.home-announcement-head h2 a {
    color: var(--color-one);
}

.home-announcement-head h2 a:hover {
    color: var(--color-black);
}

.home-announcement-content {
    padding: 10px 0 5px 0;
}

.home-announcements-bg .home-announcements-name-bg a {
    position: relative;
    background: rgb(227, 16, 8);
    color: var(--color-white);
    border-radius: 21px;
    padding:15px;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-one);
}

.home-announcements-bg .home-announcements-name-bg a h2 {
    position: relative;
    z-index: 1;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    color: var(--color-white);
    font-family: "futura-pt", Arial, sans-serif;
}

.home-announcements-bg .home-announcements-name-bg a h2 a {
    color: var(--color-white);
}

.home-announcements-bg .home-announcements-name-bg a .map-circle-announcement {
    border-radius: 25%;
    background-color: var(--color-white);
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0px;
    bottom: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    margin: auto 0;
}

.home-announcements-bg .home-announcements-name-bg a:hover {
    background: transparent;
    color: var(--color-one);
    border: 1px solid var(--color-one);
}

.home-announcements-bg .home-announcements-name-bg a:hover .map-circle-announcement {
    background-color: var(--color-one);
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }

    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}


.home-announcement-link a {
    padding: 30px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: var(--color-grey);
    color: var(--color-one);
}

.home-announcement-link a:hover {
    background: var(--color-one);
    color: var(--color-white);
}

#announcementCarousel.carousel-fade .carousel-item a {
    font-weight: 500;
    display: block;
    font-size: 17px;
}

#announcementCarousel.carousel-fade .carousel-item a i {
    font-size: 18px;
    padding-right: 15px;
    position: relative;
    right: 0;
}

#announcementCarousel.carousel-fade .carousel-item {
    min-height: 50px;
    display: flex;
    justify-content: center;
}

#announcementCarousel.carousel-fade .carousel-item a:hover i {
    right: -5px;
}

#announcementCarousel {
    padding: 0 50px;
    margin-right: 20px;
}

#announcementCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

#announcementCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

#announcementCarousel .carousel-control-next,
#announcementCarousel .carousel-control-prev {
    color: #000 !important;
    width: 5%;
}

#announcementCarousel .carousel-control-next:focus,
#announcementCarousel .carousel-control-next:hover,
#announcementCarousel .carousel-control-prev:focus,
#announcementCarousel .carousel-control-prev:hover {
    color: #000 !important;
}

/* ul.home-why-muj-list-box {margin: 0px 0 0 0; display: flex; justify-content: space-between;}
ul.home-why-muj-list-box li { margin: 10px 0; width: 48%;}
ul.home-why-muj-list-box li a{padding: 30px 10px;}
ul.home-why-muj-list-box li a h4{font-size: 15px;}
ul.home-why-muj-list-box li a img {width: 40% !important;} */

.home-why-muj-list-bg{position: relative; z-index: 0;}
.home-why-muj-list-bg:before { content: ''; position: absolute; left: 0px; top: 0; width: 400px; height:400px; background: url('../images/icon/land/sv-2.png'); background-size: cover; background-repeat: no-repeat; z-index: -1;}
.home-why-muj-list-bg:after { /*content: '';*/ position: absolute; right: 0px; bottom: 0; width: 400px; height:400px; background: url('../images/icon/land/sv-2.png'); background-size: cover; background-repeat: no-repeat; z-index: -2;}

ul.home-why-muj-list-box{margin: 30px 0 0 0; padding: 0; list-style: none;}
ul.home-why-muj-list-box li{margin: 13px 0; display: inline-block; width: 100%;}
ul.home-why-muj-list-box li a{display: block; border-radius: 15px; border: 1px solid #FFF; background: rgba(255, 255, 255, 0.40); box-shadow: 0px 30px 60px 0px rgba(239, 103, 37, 0.10); text-align: center; padding:35px 20px;}
ul.home-why-muj-list-box li a img{margin: 0 auto;}
ul.home-why-muj-list-box li a h4{font-weight: 400; font-size: 16px; margin: 20px 0 0; min-height: 58px;}


.social-fixed {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-fixed a {
  width: 42px;
  height: 42px;
  background: #ffffff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 18px;
}

.social-fixed a:hover {
  transform: translateX(-5px);
  color: #fff;
  -moz-transform: rotate(360deg); 
  -webkit-transform: rotate(360deg);
   -ms--transform: rotate(360deg); 
   transform: rotate(360deg); 
   -webkit-transition: all 0.2s; 
   -moz-transition: all 0.2s; 
   -o-transition: all 0.2s; 
   -ms-transition: all 0.2s; 
   transition: all 0.2s;
}

/* Brand colors on hover */
.social-fixed .facebook:hover { background: #1877f2; }
.social-fixed .instagram:hover { background: #e4405f; }
.social-fixed .twitter:hover { background: #1da1f2; }
.social-fixed .linkedin:hover { background: #0a66c2; }

@media (max-width: 768px) {
  .social-fixed {
    display: none;
  }
}

.home-head {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}

/* .home-head{font-size:40px; font-weight:400; text-transform: uppercase;line-height: 50px; margin-bottom: 20px;} */
.home-academics-new-bg .home-academics-box a h3 {
    font-size: 13px;
    padding: 20px 5px
}

.home-academics-new-bg {
    padding: 40px 0;
}

.home-academics-new-bg .home-academics-box {
    margin: 13px 0;
}

.home-academics-new-bg .home-academics-box a h3 {
    font-size: 18px;
    line-height: 1;
}

.home-academics-new-bg .home-academics-box a img {
    border-radius: 20px;
}

.home-academics-box a {
    display: block;
    position: relative;
    color: var(--color-white);
}

.home-academics-box a h3 {
    transition: all 1s ease-in-out;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    color:#FFF;
    font-family: var(--font-futura);
    margin: 0;
    backdrop-filter: blur(6px);
    border-radius: 20px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-academics-box a:hover h3 {
    top: 0%;
    color: var(--color-white);
    backdrop-filter: blur(20px);
    font-size: 25px;
    font-weight: 500;
}

.home-academics-new-bg .home-academics-box {
    margin: 13px 0;
}

.home-academics-new-bg .home-academics-box a h3 {
    font-size: 18px;
}

.home-academics-new-bg .home-academics-box a img {
    border-radius: 20px;
}

.home-academics-box a h3 {
    font-size: 16px;
    top: 70%;
}


.inner-scholarship-bg {
  padding: 100px 0 0px 0;
  position: relative;
  z-index: 0;
}

.inner-scholarship-content-box {
  margin: 30px 20px 30px 0;
}

.inner-scholarship-content-box h1 {
  font-weight: 800;
  font-size: 45px;
  text-align: center;
  letter-spacing: 2px;
}

.inner-scholarship-content-hang-box {
  background: var(--color-black);
  color: var(--color-white);
  padding: 70px 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40%;
  height: auto;
  border-radius: 15px;
}

.inner-scholarship-content-hang-box h3 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.inner-scholarship-content-hang-box h2 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--color-white);
  line-height: 55px;
  margin-bottom: 0px;
}

.inner-scholarship-content-hang-box h2 span {
  display: block;
}

#admission-bg::after {
    z-index: 99;
    top: 0px;    
    width: 500px;
    height: 500px;
    background: url('../images/about/abstract-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    opacity: 0.6;
}

.home-research-bg {
    position: relative;
    z-index: 0;
    background: #fff;
}

.home-research-text-box {
    background: #ED6A01;
    color: #fff;
    position: relative;
    right: 0;
    bottom: 0;
    text-align: left;
    border-radius: 20px;
    padding: 60px 30px 60px 30px;
    margin-top: -290px;
    opacity: 0.9;
    backdrop-filter: blur(20px);
}

.home-research-text-box h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #eee;
    /* text-transform: uppercase; */
}

.home-research-text-box h2 span {
    display: block;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);    
    position: relative;
    padding-top: -10px; /* space for slant */
    overflow: visible;
}

.feature-card {
    min-height: 200px;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}
.feature-card a {
    display: inline-block;
    margin: 0 auto;        /* center horizontally */
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Hover effect */
.feature-card a:hover {
    background: #fff;
    color: #2b5d7b;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.feature-card h3{
    color: #fff;
}

/* =====================
   SHARED POLYGON SLANTS
===================== */

/* First card slant */
.feature-card:first-child::before {
    content: "";
    position: absolute;
    top: -80px;       /* move above card */
    left: 0;
    width: 100%;
    height: 80px;     /* taller slant */
    z-index: 1;
    background-image: 
        linear-gradient(rgba(20, 40, 118, 0.9), rgba(20, 40, 118, 0.9)),
        url('../images/admissions/aiml.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(100% 100%, 0 100%, 0 30%, 100% 50%);
    animation: slantFirst 1.8s ease forwards;
    
}

/* Last card slant */
.feature-card:last-child::before {  
    content: "";
    position: absolute;
    top: -60px;
    right: -50%;       /* same as first */
    width: 150%;
    height: 60px;
    background-image: 
        linear-gradient(rgba(237, 127, 9, 0.951), rgba(237, 127, 9, 0.951)),
        url('../images/admissions/eee.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 20%);
    z-index: 1;
    animation: slantLast  1.8s ease forwards;
    transition: 1.5s opacity;
}

/* Shared animation (reversed horizontally) */
@keyframes slantFirst {
    0% { clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%); }
    100% { clip-path: polygon(100% 100%, 0 0, 0 100%, 100% 100%); }
}
@keyframes slantLast {
    0% { clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
    100% { clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%); }
}


/* Background images */
.feature-card.blue { background-image: linear-gradient(rgba(20, 40, 118, 0.9), rgba(20, 40, 118, 0.9)), url('../images/admissions/aiml.jpg'); }
.feature-card.gold { background-image: linear-gradient(rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.9)), url('../images/admissions/cse.jpg'); }
.feature-card.teal { background-image: linear-gradient(rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.9)), url('../images/admissions/ece.jpg'); }
.feature-card.maroon { background-image: linear-gradient(rgba(237, 127, 9, 0.951), rgba(237, 127, 9, 0.951)), url('../images/admissions/eee.jpg'); }

/* Text on top */
.feature-card h3, .feature-card p, .feature-card a, .feature-card i { position: relative; z-index: 2; }
.feature-card i { font-size: 36px; margin-bottom: 14px; }
.feature-card h3 { font-size: 18px; margin-bottom: 12px; }
.feature-card p { font-size: 14px; line-height: 1.6; margin-bottom: 18px; }
.feature-card a { color: #fff; font-weight: bold; text-decoration: none; font-size: 14px; }

/* Responsive */
@media (max-width: 1024px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .feature-grid { grid-template-columns: 1fr; } }



