  /* General Reset */
  p { margin: 0; }

  .home-page section{
    margin-bottom: 0;
  }

  .mission-objective-card{
    border-radius: 10px;
    line-height: 25px;
    min-height: 300px;
    text-align: justify;
  }
  /* Faculty Card Styling */
  .faculty-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
    overflow: hidden;
    text-align: center;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    height: 400px;
  }
  .faculty-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.25);
  }
  .faculty-card img {
    border-radius: 50%;
    border: 5px solid #c19100;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
  }
  .faculty-card img:hover { border-color: #092a4b; }
  .faculty-card h4 {
    font-weight: bold;
    font-size: 18px;
    color: #092a4b;
    margin-bottom: 5px;
  }
  .faculty-card p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
  }

  /* Objectives Styling */
  .objectives-content ul {
    list-style: none;
    padding-left: 0;
    color: #fff !important;
  }
  .objectives-content p,
  .objectives-content ul li {
    color: #fff !important;
  }
  .objectives-content ul li::before {
    content: "→";
    color: #c19100;
    margin-right: 0.5em;
  }

  /* Shadow Box */
  .shadow-box {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
  }
  .shadow-box:hover { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }

  /* Department Styling */
  .depdiv i {
    font-size: 22px !important;
    transition: 0.3s ease-in-out;
  }
  .depdiv p {
    color: #fff;
    font-size: 22px;
    transition: 0.3s ease-in-out;
  }
  .depdiv:hover i,
  .depdiv:hover p { color: #c19100; }
  .dep-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }


  /* Faculty Show More */
  .faculty-6:nth-child(n + 9) { display: none; }

  /* Department Background */
  .departments-list div {
    position: relative;
    background: url('../../../../../templates/template10/images/giphy.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    overflow: hidden;
  }
  .departments-list div::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    height: 100%; width: 100%;
    background: rgba(0, 0, 0, 0.74);
    z-index: 0;
  }
  .departments-list div > * { position: relative; z-index: 2; }

  /* Main Head Banner */
  .main-head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../../../../../templates/template10/images/facultybanner2.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
  }
  .main-head::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.596);
    z-index: 1;
  }
  .main-head > * { position: relative; z-index: 2; }

  @keyframes growBackground {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  .heading-animate {
    font-size: clamp(24px, 5vw, 55px);
    animation: growBackground 3s ease-in-out;
    text-align: center;
    padding: 50px;
    background: #000000cf;
  }

.dean-image-1{
 border: none;
 max-width: 100%;
}
  .dean-image {
    
   
    /* min-width: 69%; */
    border: 15px double #092a4b;
  }
  .dean-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Contact Section */
  .icon-style {
    background-color: #c19100;
    color: white;
    padding: 8px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
  }
  .contact-text {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 200;
    animation: growBackground 5s;
  }
  .contact-heading {
    color: #c19100;
    font-size: clamp(22px, 5vw, 55px);
    margin-bottom: 20px;
  }
  /* Inline CSS moved to internal CSS */
  .faculty-banner-container {
    padding: 120px;
    background:url('../../../../../templates/template10/images/facultybanner4.jpg');
    background-repeat:no-repeat;
    color:#ffff;
    background-size:cover;
  }



  .dean-message-card {
    border: 12px solid #092a4b;
    background: white;
    color: #c19100;
    padding: 40px;
    line-height: 30px; /* p-t-40 p-b-40 p-l-40 p-r-40 */
  }

  .dean-message-text {
    color: black;
    text-align:justify;
    font-size:16px;
  }

  .dean-quote-icon {
    display:inline;
    color:#c19100;
    font-size:42px;
  }

  .dean-image-custom-border {
    border:13px double #092a4b;
  }

  .mission-objective-card {
    background: #092a4b;
    color: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    min-height:318px;
    padding: 10px 40px; /* pl-5 pr-5 p-t-10 p-b-10 */
  }

  .mission-objective-heading {
    color: #c19100;
  }

  .mission-text {
    color:white;
    font-size: 16px;
  }

  .departments-list-container {
    padding: 100px; /* p-t-100 p-b-100 p-l-100 p-r-100 */
  }

  .departments-list-heading {
    background:rgba(0,0,0,0.87);
    width:300px;
    margin:auto;
    margin-top: 30px; /* m-t-30 */
    padding: 10px; /* p-t-10 p-b-10 */
  }

  .department-card-link {
    background:#0067ce;
    color:white;
    font-size:16px;
    border-radius:40px;
    padding: 50px; /* p-t-50 p-b-50 p-l-50 p-r-50 */
  }

  .department-icon {
    display:block;
    font-size:16px;
  }

  .faculty-list-section {
    background:#f8f9fa;
    padding: 40px; /* p-t-40 p-b-40 */
  }

  .faculty-list-heading {
    color:#092a4b;
    margin-bottom: 40px; /* m-b-40 */
  }

  .contact-section-background {
    background:url('../../../../../templates/template10/images/cs-contact.jpg') no-repeat center center;
    background-size:cover;
    color:#fff;
    padding:3%;
  }

  .contact-phone-text-color {
    color:#c19100;
    font-weight:bold;
  }

  .view-more-btn, .view-less-btn {
    margin:auto;
    background:#092a4b;
  }

    /* Responsive Images */
  @media (min-width: 992px) {
    .dean-image {
      max-width: 100%;
      min-width: 70%;
    }
  }

  @media (max-width: 600px) {
    .contact-heading {
      text-align: center
    }
  }


  @media only screen and (max-width: 1029px) {
    .heading-animate { text-align: center; background: #000000cf; }
  }