
.hero-banner {
  justify-content: center;
  width: 100%;
  position: relative;
  /* padding: 480px 60px 280px 60px; */
  background: url(images/home-bg.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #fff;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}

.leaderShip {
    background: #FCF4F4 !important;

}

.leadership-content {
    background-color: white !important;
}

.text-red {
    color: #CF2027;

}

.card {
    height: 100%;
    max-width: 30rem !important;
    width:100%;

}

@media screen and(max-width: 1400px) {
    .card {
    width:16rem !important;
  }
    
}








.grid-2 {
    display: grid;
    grid-template-columns: 1fr 3fr;

}

.ieee-left-row {
    background: #FEDFAD;

}

.ieee-right-row {
    background: #FCDBDB;

}

.common-right-row-flex {
    align-items: center;
    display: flex;
    width: 95%;
    gap: 10px;
}

.ieee-activities {
    height: 100%;
}

.bg-gray-color {
    background: #F3F3F3;

}

/* section-3 */




/* end */

@media screen and (min-width: 768px) {

    .grid-2 {
        height: 250px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;


    }
}

@media screen and (max-width: 500px) {
    .ieee-hero .hero-box {
        margin-top: 43% !important;
    }}


@media screen and (max-width:768px) {
    .grid-2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 3fr;

    }
    .chief-patron{
    flex-direction: column;
    
}

    .grid-four-boxes {
        display: grid;
        grid-template-columns: repeat(1, minmax(300px, 1fr)) !important;


        /* gap: 20px; */
    }

    .common-right-row-flex {
        flex-direction: column;
        gap: 0px;
        text-align: start;
    }

    .common-right-row-flex p {
        text-align: justify;
    }

    .ieee-hero .hero-box {
        margin-top: 25%
    }
 

}

.ieee-conclusion {
    background: url(images/conclusion.png);
    width: 100%;

}

.tentative-annual {
    background: url(images/pink-bg.png);
    width: 100%;


}

.white-light-bg {
    background: #FFFFFF38;
    padding: 25px;
    border-radius: 10px;


}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden !important;
}

}

    
.page-phd-research.modal-open {
    overflow: visible;
}

.download-pdf-button {
    display: none;
}

.h1 {
    color: black !important;
}

.ieee-hero {
    margin-top: -9%;
    background: url('Ieee-page/home-ieee.png') no-repeat center center;
    background-size: cover;
    height: 86vh;
    padding-top: 12%;
    color: #000;
}


.ieee-text-bg-white {
    background: rgba(255, 255, 255, 0.75) !important;
    padding: 20px 10px  !important; 
    border-radius: 15px;
}

.ieee-hero .hero-box {
  padding-top: 5%;
    text-align: left;
}

.iee-img img {
    max-width: 100%;
    height: auto;
}

.bg-yellow {
    background: #FFF0D8;

}

.eng-clg {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 400px;
}

.light-pink {}

.light-pink {
    background: #FFF4F4;


}

.eng-clg h4 {
    font-weight: 600px;
}

.red-text {
    color: #CF2027;

}

.grid-box-3 {
    height: 300px;
}

.red-b-color {
    background: #CF2027;
}


/* section-2 */
.grid-four-boxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    /* gap: 20px; */
}


.grid-box-cmn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 25px;
}

.grid-box-1 img {
    height: 50vh;
    width: 100%;
}

.main-para {
    display: block ;
  margin: 2x 0 ;
  padding: 0 ;
  font-size: 1rem ;
  line-height: 1.5 ;
}


.ieee-card-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}
