.inner-icons {
    width: 26px;
    height: 26px;
    margin: 4px;
}

ol li {
    color: #737373;
}
.faculty_btn{
    background-color: #4e2a12; 
    display: inline-block;  
    padding: 8px;  
    border-radius: 5px;  
    font-size: 16px;
}

.faculty_btn a {
    color: #fff;
}

.faculty_single{
    padding:10px 30px;
}
.faculty_single a i{
    color:#fff;
    font-size: 14px;
}
.activities_img {
    margin: 10px 0px 15px 0px;
}
.activy_images {
    margin-bottom: 10px;
}
.gallery_page_sec a {
    padding: 10px 20px;
    border-radius: 5px;
}
.gallery_page_sec h2 span {
    font-size: 22px;
    text-align: center;
}
.guest_heading li a {
    color: #0c68ee;
}
.cis_sec h2 span {
    background-color: #fdcb54;
    padding: 12px;
    border-radius: 12px;
}
.single_event_page ul li {
    margin: 0px 10px 0px 0px;
}
.single_event_page p.text_main {
    margin-bottom: 6px;
}
.ets .event_box, .about_maincontent .event_box {
    padding: 10px 15px !important;
}
.application_form {
    background-color: #fdcb5436;
}
.read_more a {
    color: #fff;
    padding: 10px 20px;
    background-color: #4f2a11;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 20px;
}
.news-updates .news-updates-rside .renews-box .renews-textbox .renews-para {
    word-break: break-word !important;
    margin-bottom: 20px;
}
.news-updates .news-updates-rside .renews-box .renews-textbox h4 {
    margin-bottom: 19px;
}

.talk_event_heading h3 {
    background-color: #fdcb54;
    border-radius: 12px;
    padding: 8px 15px;
    color: #502b11;
    margin: 15px auto;
    max-width: fit-content;
}

.talk_event_heading h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #fdcb54;
}

.alumni_detail{
    font-size: 16px;
}

.alumni_detail strong {
    color: #502b11;
    font-weight: 700;
}

.prosan .boxes .nav-link.active,
.prosan .boxes .nav-link:hover {
    background-color: #fdcb54;
    color: #4f2a14;
    font-weight: 700;
    border: 1px solid #fdcb54;
}

.prosan .boxes .nav-link
{
    color: #4f2a14;
    font-weight: 700;
    border: 1px solid #4f2a14;
    margin-right: 5px;
}

.tab-content .list_head {
    background-color: #fdcb54;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 5px;
    color: #4f2a14;
    font-weight: 700;
}

.tab-content ol{
    list-style: none;
    padding: 0px;
}

.prosan .tab-content ol ul {
    list-style: none;
    margin-top: 20px;
}

.prosan .tab-content ol ul li {
    margin-bottom: 10px;
}

.prosan .tab-content ol ul li ul li {
    margin-bottom: 0px;
}
/* 20-12-23 */
.btm-border{
    border-bottom: 1px solid #fdcb54;
}
/* end */

/* GLBIMR cross-device audit fixes — 2026-07-01 */
.navbar-brand-img{width:200px;height:auto}
@media (min-width: 1400px){.navbar-brand-img{width:250px}}
@media (max-width: 575px){.navbar-brand-img{width:190px}}

/* Footer social icons: ensure >=44px tap target (iOS HIG / WCAG) */
.main-footer .footer-info .social-icon ul li a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:44px;
    min-height:44px;
}

/* Footer copyright links: stop crowding on phones (320-575px) */
@media (max-width: 575px){
    .main-footer .copyright ul{
        margin-left:0 !important;
        flex-wrap:wrap;
        gap:6px 0;
    }
    .main-footer .copyright ul li a{
        margin-left:0 !important;
        margin-right:0 !important;
        padding:6px 10px;
    }
}

/* Hide vertical "ENQUIRE NOW" tab and floating WhatsApp on tablets too (was 767px) */
@media (max-width: 1199px){
    .enquiry-right,
    .whatsapp-icon,
    #top-button{
        display:none !important;
    }
}
/* end audit fixes */
/* ===== Alumni Speaks testimonial section — UI/UX improvements (2026-07-28) ===== */

/* Quote icon - decorative opening quotation mark */
.what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-item-box .quote-icon{
  position:absolute;
  top:18px;
  left:24px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:90px;
  line-height:1;
  color:#FDCB54;
  opacity:0.35;
  font-weight:700;
  pointer-events:none;
  user-select:none;
}
.what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-item-box{
  position:relative;
  transition:transform .35s ease,box-shadow .35s ease;
}
.what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-item-box:hover{
  transform:translateY(-4px);
  box-shadow:0px 12px 28px rgba(78,41,20,0.12);
}

/* Testimonial paragraph typography */
.what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-item-box .testimonial-text{
  position:relative;
  z-index:1;
  margin-top:8px;
  padding-left:6px;
  text-indent:0;
}

/* Alumni image - enhanced presentation */
.what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .people-circle-img img{
  border:4px solid #FFFFFF;
  box-shadow:0 6px 18px rgba(78,41,20,0.18);
  object-fit:cover;
  object-position:center top;
  transition:transform .4s ease,box-shadow .4s ease;
}
.what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .people-circle-img img:hover{
  transform:scale(1.06);
  box-shadow:0 10px 26px rgba(78,41,20,0.25);
}

/* Alumni name - refined typography hierarchy */
.what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .alumni-name{
  font-size:22px;
  letter-spacing:.3px;
  margin-top:18px !important;
  text-transform:capitalize;
}
@media (min-width:1400px){
  .what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .alumni-name{font-size:24px}
}

/* Alumni designation (with company) */
.what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .alumni-designation{
  color:#4E2914;
  font-size:14px;
  font-weight:500;
  margin-top:8px;
  line-height:1.4;
  letter-spacing:.2px;
}
@media (min-width:1400px){
  .what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .alumni-designation{font-size:15px}
}

/* Alumni batch */
.what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .alumni-batch{
  color:#737373;
  font-size:12px;
  font-weight:400;
  font-style:italic;
  margin-top:4px;
  letter-spacing:.3px;
}
@media (min-width:1400px){
  .what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .alumni-batch{font-size:13px}
}

/* Carousel arrows refinement */
.what-people .what-people-slider .people-slider .owl-nav button{
  background:#FFFFFF !important;
  border-radius:50% !important;
  width:48px !important;
  height:48px !important;
  box-shadow:0 4px 14px rgba(78,41,20,0.18);
  transition:background .3s ease,box-shadow .3s ease,transform .3s ease;
}
.what-people .what-people-slider .people-slider .owl-nav button:hover{
  background:#FDCB54 !important;
  box-shadow:0 6px 18px rgba(78,41,20,0.28);
  transform:translateY(-2px);
}
@media (max-width:991px){
  .what-people .what-people-slider .people-slider .owl-nav button{
    width:42px !important;
    height:42px !important;
  }
}

/* Mobile typography tuning */
@media (max-width:575px){
  .what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .alumni-name{font-size:20px}
  .what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .alumni-designation{font-size:13px}
  .what-people .what-people-slider .people-slider .owl-stage-outer .owl-stage .owl-item .item .people-content .alumni-batch{font-size:11px}
}
