{"id":1168,"date":"2026-04-21T09:39:46","date_gmt":"2026-04-21T09:39:46","guid":{"rendered":"https:\/\/blanchedalmond-leopard-853773.hostingersite.com\/?page_id=1168"},"modified":"2026-05-23T03:43:11","modified_gmt":"2026-05-23T03:43:11","slug":"college-management","status":"publish","type":"page","link":"https:\/\/srms.ac.in\/alliedandhealthcare\/college-management\/","title":{"rendered":"College Management"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1168\" class=\"elementor elementor-1168\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-bf74453 e-flex e-con-boxed e-con e-parent\" data-id=\"bf74453\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed9ee18 elementor-widget elementor-widget-elementskit-heading\" data-id=\"ed9ee18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">College Management<\/h2><div class=\"ekit_heading_separetor_wraper ekit_heading_elementskit-border-divider ekit-dotted\"><div class=\"elementskit-border-divider ekit-dotted\"><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-27c19bc e-flex e-con-boxed e-con e-parent\" data-id=\"27c19bc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e32981f elementor-widget elementor-widget-html\" data-id=\"e32981f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<title>Leadership Section<\/title>\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- Font Awesome -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\r\n\r\n<style>\r\n* {\r\n  box-sizing: border-box;\r\n}\r\n\r\nbody {\r\n  margin: 0;\r\n  font-family: 'Poppins', sans-serif;\r\n  background: #f4f7fc;\r\n}\r\n\r\n\/* Wrapper *\/\r\n.section-wrapper {\r\n  width: 100%;\r\n  padding: 0px 0px;\r\n}\r\n\r\n\/* Section *\/\r\n.leadership-section {\r\n  max-width: 1200px;\r\n  margin: auto;\r\n\r\n  display: flex;\r\n  gap: 20px;\r\n  flex-wrap: wrap;\r\n  justify-content: center;\r\n}\r\n\r\n\/* Card *\/\r\n.profile-row {\r\n  display: flex;\r\n  align-items: center;\r\n  background: #fff;\r\n  border-radius: 16px;\r\n  overflow: hidden;\r\n  box-shadow: 0 8px 25px rgba(0,0,0,0.06);\r\n  transition: 0.3s;\r\n\r\n  width: calc(50% - 10px);\r\n  max-width: 580px;\r\n  min-height: 260px;\r\n}\r\n\r\n.profile-row:hover {\r\n  transform: translateY(-5px);\r\n}\r\n\r\n\/* Image *\/\r\n.profile-img {\r\n  width: 260px;\r\n  height: 260px;\r\n  flex-shrink: 0;\r\n  overflow: hidden;\r\n}\r\n\r\n.profile-img img {\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n}\r\n\r\n\/* Content *\/\r\n.profile-content {\r\n  padding: 25px 30px;\r\n  flex: 1;\r\n}\r\n\r\n.profile-content h2 {\r\n  margin: 0;\r\n  color: #0D4396;\r\n  font-size: 22px;\r\n}\r\n\r\n.profile-content h4 {\r\n  margin: 5px 0 15px;\r\n  color: #FFB800;\r\n  font-weight: 500;\r\n}\r\n\r\n.line {\r\n  width: 60px;\r\n  height: 3px;\r\n  background: #0D4396;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.contact p {\r\n  margin: 8px 0;\r\n  font-size: 14px;\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 10px;\r\n  color: #444;\r\n}\r\n\r\n\/* Scoped icon *\/\r\n.leadership-section .icon {\r\n  width: 32px;\r\n  height: 32px;\r\n  background: #0D4396;\r\n  color: #fff;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  border-radius: 8px;\r\n  font-size: 14px;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media(max-width:768px){\r\n  .leadership-section {\r\n    flex-direction: column;\r\n    align-items: center;\r\n  }\r\n\r\n  .profile-row {\r\n    width: 100%;\r\n    max-width: 100%;\r\n    flex-direction: column;\r\n  }\r\n\r\n  .profile-img {\r\n    width: 100%;\r\n    height: auto;\r\n  }\r\n\r\n  .profile-img img {\r\n    width: 100%;\r\n    height: auto;\r\n    object-fit: contain;\r\n  }\r\n\r\n  .profile-content {\r\n    padding: 20px;\r\n    text-align: left;\r\n  }\r\n\r\n  \/* \ud83d\udd25 FIX: icon + text proper left align *\/\r\n  .contact p {\r\n    justify-content: flex-start;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"section-wrapper\">\r\n\r\n  <div class=\"leadership-section\">\r\n\r\n    <!-- Profile 1 -->\r\n    <div class=\"profile-row\">\r\n      <div class=\"profile-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-content\/uploads\/2026\/04\/chairman_dev_murti2.jpg.webp\" alt=\"\">\r\n      <\/div>\r\n\r\n      <div class=\"profile-content\">\r\n        <h2>Shri Dev Murti<\/h2>\r\n        <h4>Chairman<\/h4>\r\n\r\n        <div class=\"line\"><\/div>\r\n\r\n        <div class=\"contact\">\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-phone\"><\/i><\/span> 9412293353 <\/p>\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-envelope\"><\/i><\/span> murtidev@gmail.com<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Profile 2 -->\r\n    <div class=\"profile-row\">\r\n      <div class=\"profile-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-content\/uploads\/2026\/04\/Aditya-Murti-min-1-scaled-600x828.jpg-e1776843773884.webp\" alt=\"\">\r\n      <\/div>\r\n\r\n      <div class=\"profile-content\">\r\n        <h2>Mr. Aditya Murti<\/h2>\r\n        <h4>Secretary SRMS Trust<\/h4>\r\n\r\n        <div class=\"line\"><\/div>\r\n\r\n        <div class=\"contact\">\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-phone\"><\/i><\/span> 9412293356<\/p>\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-envelope\"><\/i><\/span> aditya.murti@srms.ac.in<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-d5b048c e-flex e-con-boxed e-con e-parent\" data-id=\"d5b048c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2019f6 elementor-widget elementor-widget-html\" data-id=\"f2019f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<title>Leadership Section<\/title>\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- Font Awesome -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\r\n\r\n<style>\r\n* {\r\n  box-sizing: border-box;\r\n}\r\n\r\nbody {\r\n  margin: 0;\r\n  font-family: 'Poppins', sans-serif;\r\n  background: #f4f7fc;\r\n}\r\n\r\n\/* Wrapper *\/\r\n.section-wrapper {\r\n  width: 100%;\r\n}\r\n\r\n\/* Section *\/\r\n.leadership-section {\r\n  max-width: 1200px;\r\n  margin: auto;\r\n  display: flex;\r\n  gap: 20px;\r\n  flex-wrap: wrap;\r\n  justify-content: center;\r\n}\r\n\r\n\/* Card *\/\r\n.profile-row {\r\n  display: flex;\r\n  align-items: center;\r\n  background: #fff;\r\n  border-radius: 16px;\r\n  overflow: hidden;\r\n  box-shadow: 0 8px 25px rgba(0,0,0,0.06);\r\n  transition: 0.3s;\r\n  width: calc(50% - 10px);\r\n  max-width: 580px;\r\n  min-height: 260px;\r\n}\r\n\r\n.profile-row:hover {\r\n  transform: translateY(-5px);\r\n}\r\n\r\n\/* Image *\/\r\n.profile-img {\r\n  width: 260px;\r\n  height: 260px;\r\n  flex-shrink: 0;\r\n  overflow: hidden;\r\n}\r\n\r\n.profile-img img {\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n}\r\n\r\n\/* Content *\/\r\n.profile-content {\r\n  padding: 25px 30px;\r\n  flex: 1;\r\n}\r\n\r\n.profile-content h2 {\r\n  margin: 0;\r\n  color: #0D4396;\r\n  font-size: 22px;\r\n}\r\n\r\n.profile-content h4 {\r\n  margin: 5px 0 15px;\r\n  color: #FFB800;\r\n  font-weight: 500;\r\n}\r\n\r\n.line {\r\n  width: 60px;\r\n  height: 3px;\r\n  background: #0D4396;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n\/* Contact *\/\r\n.contact p {\r\n  margin: 8px 0;\r\n  font-size: 14px;\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 10px;\r\n  color: #444;\r\n}\r\n\r\n\/* Icon *\/\r\n.leadership-section .icon {\r\n  width: 32px;\r\n  height: 32px;\r\n  min-width: 32px;\r\n  background: #0D4396;\r\n  color: #fff;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  border-radius: 8px;\r\n  font-size: 14px;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media(max-width:768px){\r\n  .leadership-section {\r\n    flex-direction: column;\r\n    align-items: center;\r\n  }\r\n\r\n  .profile-row {\r\n    width: 100%;\r\n    max-width: 100%;\r\n    flex-direction: column;\r\n  }\r\n\r\n  .profile-img {\r\n    width: 100%;\r\n    height: auto;\r\n  }\r\n\r\n  .profile-img img {\r\n    width: 100%;\r\n    height: auto;\r\n    object-fit: contain;\r\n  }\r\n\r\n  \/* \ud83d\udd25 FINAL FIX *\/\r\n  .profile-content {\r\n    padding: 20px;\r\n    text-align: left;\r\n  }\r\n\r\n  .contact p {\r\n    justify-content: flex-start; \/* icon + text left *\/\r\n  }\r\n}\r\n<\/style>\r\n\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"section-wrapper\">\r\n\r\n  <div class=\"leadership-section\">\r\n\r\n    <!-- Profile 1 -->\r\n    <div class=\"profile-row\">\r\n      <div class=\"profile-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-24-at-9.59.33-AM.jpeg\" alt=\"\">\r\n      <\/div>\r\n\r\n      <div class=\"profile-content\">\r\n        <h2>Prof. Subhash Mehra<\/h2>\r\n        <h4>Trust Advisor<\/h4>\r\n\r\n        <div class=\"line\"><\/div>\r\n\r\n        <div class=\"contact\">\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-phone\"><\/i><\/span> 9412290125<\/p>\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-envelope\"><\/i><\/span> subhash.mehra@srms.ac.in<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Profile 2 -->\r\n    <div class=\"profile-row\">\r\n      <div class=\"profile-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-content\/uploads\/2026\/04\/8178f1a3-5251-4901-876f-7d2d4ac20621.jpg\" alt=\"\">\r\n      <\/div>\r\n\r\n      <div class=\"profile-content\">\r\n        <h2>Dr. Jaspreet Kaur<\/h2>\r\n        <h4>Principal<\/h4>\r\n\r\n        <div class=\"line\"><\/div>\r\n\r\n        <div class=\"contact\">\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-phone\"><\/i><\/span> 9458702003<\/p>\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-envelope\"><\/i><\/span> principal.paramedical@srms.ac.in<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-b291227 e-flex e-con-boxed e-con e-parent\" data-id=\"b291227\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52731ac elementor-widget elementor-widget-html\" data-id=\"52731ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<title>Leadership Section<\/title>\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\r\n\r\n<style>\r\n* {\r\n  box-sizing: border-box;\r\n}\r\n\r\nbody {\r\n  margin: 0;\r\n  font-family: 'Poppins', sans-serif;\r\n  background: #f4f7fc;\r\n}\r\n\r\n.section-wrapper {\r\n  width: 100%;\r\n  padding: 0px 0px;\r\n}\r\n\r\n.leadership-section {\r\n  max-width: 1200px;\r\n  margin: auto;\r\n  display: flex;\r\n  gap: 20px;\r\n  flex-wrap: wrap;\r\n  justify-content: center;\r\n}\r\n\r\n\/* Card *\/\r\n.leadership-section .profile-row {\r\n  display: flex;\r\n  align-items: center;\r\n  background: #fff;\r\n  border-radius: 16px;\r\n  overflow: hidden;\r\n  box-shadow: 0 8px 25px rgba(0,0,0,0.06);\r\n  transition: 0.3s;\r\n  width: calc(50% - 10px);\r\n  max-width: 580px;\r\n  min-height: 260px;\r\n}\r\n\r\n.leadership-section .profile-row:hover {\r\n  transform: translateY(-5px);\r\n}\r\n\r\n\/* Image *\/\r\n.leadership-section .profile-img {\r\n  width: 260px;\r\n  height: 260px;\r\n  flex-shrink: 0;\r\n  overflow: hidden;\r\n}\r\n\r\n.leadership-section .profile-img img {\r\n  width: 100%;\r\n  height: 120%;\r\n  object-fit: cover;\r\n}\r\n\r\n\/* Content *\/\r\n.leadership-section .profile-content {\r\n  padding: 25px 30px;\r\n  flex: 1;\r\n}\r\n\r\n.leadership-section .profile-content h2 {\r\n  margin: 0;\r\n  color: #0D4396;\r\n  font-size: 22px;\r\n}\r\n\r\n.leadership-section .profile-content h4 {\r\n  margin: 5px 0 15px;\r\n  color: #FFB800;\r\n  font-weight: 500;\r\n}\r\n\r\n.leadership-section .line {\r\n  width: 60px;\r\n  height: 3px;\r\n  background: #0D4396;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n\/* \ud83d\udd25 FINAL FIX *\/\r\n.leadership-section .contact p {\r\n  margin: 8px 0;\r\n  font-size: 14px;\r\n  display: flex;\r\n  align-items: flex-start;\r\n  gap: 10px;\r\n  color: #444;\r\n}\r\n\r\n.leadership-section .contact p .text {\r\n  min-width: 0;              \/* \ud83d\udc48 MOST IMPORTANT FIX *\/\r\n  word-break: break-word;\r\n  overflow-wrap: anywhere;\r\n}\r\n\r\n\/* Icon *\/\r\n.leadership-section .icon {\r\n  width: 32px;\r\n  height: 32px;\r\n  background: #0D4396;\r\n  color: #fff;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  border-radius: 8px;\r\n  font-size: 14px;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media(max-width:768px){\r\n  .leadership-section {\r\n    flex-direction: column;\r\n    align-items: center;\r\n  }\r\n\r\n  .leadership-section .profile-row {\r\n    width: 100%;\r\n    max-width: 100%;\r\n    flex-direction: column;\r\n  }\r\n\r\n  .leadership-section .profile-img {\r\n    width: 100%;\r\n    height: 250px;\r\n  }\r\n\r\n  .leadership-section .profile-img img {\r\n    object-position: top;\r\n  }\r\n\r\n  .leadership-section .profile-content {\r\n    padding: 20px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"section-wrapper\">\r\n\r\n  <div class=\"leadership-section\">\r\n\r\n    <!-- Profile 1 -->\r\n    <div class=\"profile-row\">\r\n      <div class=\"profile-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-01-at-2.11.09-PM-e1777624976813.jpeg\" alt=\"\">\r\n      <\/div>\r\n\r\n      <div class=\"profile-content\">\r\n        <h2>Dr. Anuj Kumar<\/h2>\r\n        <h4>Director TDP<\/h4>\r\n\r\n        <div class=\"line\"><\/div>\r\n\r\n        <div class=\"contact\">\r\n          <p>\r\n            <span class=\"icon\"><i class=\"fa-solid fa-phone\"><\/i><\/span>\r\n            <span class=\"text\">9458702580<\/span>\r\n          <\/p>\r\n          <p>\r\n            <span class=\"icon\"><i class=\"fa-solid fa-envelope\"><\/i><\/span>\r\n            <span class=\"text\">anuj@srms.ac.in<\/span>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Profile 2 -->\r\n    <div class=\"profile-row\">\r\n      <div class=\"profile-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-content\/uploads\/2026\/04\/17ca5e27-2f87-4ee7-85c5-401ada470af2.jpg\" alt=\"\">\r\n      <\/div>\r\n\r\n      <div class=\"profile-content\">\r\n        <h2>Mr. Devesh Kumar Pandey<\/h2>\r\n        <h4>Chief Proctor<\/h4>\r\n\r\n        <div class=\"line\"><\/div>\r\n\r\n        <div class=\"contact\">\r\n          <p>\r\n            <span class=\"icon\"><i class=\"fa-solid fa-phone\"><\/i><\/span>\r\n            <span class=\"text\">9997853767<\/span>\r\n          <\/p>\r\n          <p>\r\n            <span class=\"icon\"><i class=\"fa-solid fa-envelope\"><\/i><\/span>\r\n            <span class=\"text\">deveshkumar.pandey.para@srms.ac.in<\/span>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-453f5b6 e-flex e-con-boxed e-con e-parent\" data-id=\"453f5b6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fff294 elementor-widget elementor-widget-html\" data-id=\"6fff294\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<title>Leadership Section<\/title>\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- Font Awesome -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\r\n\r\n<style>\r\n* {\r\n  box-sizing: border-box;\r\n}\r\n\r\nbody {\r\n  margin: 0;\r\n  font-family: 'Poppins', sans-serif;\r\n  background: #f4f7fc;\r\n}\r\n\r\n\/* Wrapper *\/\r\n.section-wrapper {\r\n  width: 100%;\r\n  padding: 0px 0px;\r\n}\r\n\r\n\/* Section *\/\r\n.leadership-section {\r\n  max-width: 1200px;\r\n  margin: auto;\r\n\r\n  display: flex;\r\n  gap: 20px;\r\n  flex-wrap: wrap;\r\n  justify-content: center;\r\n}\r\n\r\n\/* Card *\/\r\n.profile-row {\r\n  display: flex;\r\n  align-items: center;\r\n  background: #fff;\r\n  border-radius: 16px;\r\n  overflow: hidden;\r\n  box-shadow: 0 8px 25px rgba(0,0,0,0.06);\r\n  transition: 0.3s;\r\n\r\n  width: calc(50% - 10px);\r\n  max-width: 580px;\r\n  min-height: 260px;\r\n}\r\n\r\n.profile-row:hover {\r\n  transform: translateY(-5px);\r\n}\r\n\r\n\/* Image *\/\r\n.profile-img {\r\n  width: 260px;\r\n  height: 260px;\r\n  flex-shrink: 0;\r\n  overflow: hidden;\r\n}\r\n\r\n.profile-img img {\r\n  width: 100%;\r\n  height: 120%;\r\n  object-fit: cover;\r\n}\r\n\r\n\/* Content *\/\r\n.profile-content {\r\n  padding: 25px 30px;\r\n  flex: 1;\r\n}\r\n\r\n.profile-content h2 {\r\n  margin: 0;\r\n  color: #0D4396;\r\n  font-size: 22px;\r\n}\r\n\r\n.profile-content h4 {\r\n  margin: 5px 0 15px;\r\n  color: #FFB800;\r\n  font-weight: 500;\r\n}\r\n\r\n.line {\r\n  width: 60px;\r\n  height: 3px;\r\n  background: #0D4396;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.contact p {\r\n  margin: 8px 0;\r\n  font-size: 14px;\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 10px;\r\n  color: #444;\r\n}\r\n\r\n\/* Scoped icon *\/\r\n.leadership-section .icon {\r\n  width: 32px;\r\n  height: 32px;\r\n  background: #0D4396;\r\n  color: #fff;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  border-radius: 8px;\r\n  font-size: 14px;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media(max-width:768px){\r\n  .leadership-section {\r\n    flex-direction: column;\r\n    align-items: center;\r\n  }\r\n\r\n  .profile-row {\r\n    width: 100%;\r\n    max-width: 100%;\r\n    flex-direction: column;\r\n  }\r\n\r\n  .profile-img {\r\n    width: 100%;\r\n    height: 250px;\r\n  }\r\n\r\n  \/* \ud83d\udd25 ONLY FIX: image top cut remove *\/\r\n  .profile-img img {\r\n    object-position: top;\r\n  }\r\n\r\n  .profile-content {\r\n    padding: 20px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"section-wrapper\">\r\n\r\n  <div class=\"leadership-section\">\r\n\r\n    <!-- Profile 1 -->\r\n    <div class=\"profile-row\">\r\n      <div class=\"profile-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-content\/uploads\/2026\/04\/7a133090-ab60-48ee-9b76-8e8f84c6f81c.jpg\" alt=\"\">\r\n      <\/div>\r\n\r\n      <div class=\"profile-content\">\r\n        <h2>Dr. Shivank Chaudhary (PT)<\/h2>\r\n        <h4>Dean Student Welfare<\/h4>\r\n\r\n        <div class=\"line\"><\/div>\r\n\r\n        <div class=\"contact\">\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-phone\"><\/i><\/span>\t\t8800888423\t <\/p>\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-envelope\"><\/i><\/span> Dean Student Welfare<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Profile 2 -->\r\n    <div class=\"profile-row\">\r\n      <div class=\"profile-img\">\r\n        <img decoding=\"async\" src=\"\" alt=\"\">\r\n      <\/div>\r\n\r\n      <div class=\"profile-content\">\r\n        <h2>Dr. Nita Yadav<\/h2>\r\n        <h4>Chief Warden<\/h4>\r\n\r\n        <div class=\"line\"><\/div>\r\n\r\n        <div class=\"contact\">\r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-phone\"><\/i><\/span>9458702598\t\t <\/p>\r\n          \r\n          <p><span class=\"icon\"><i class=\"fa-solid fa-envelope\"><\/i><\/span> nitayadav@srmscet.edu<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>College Management Leadership Section Shri Dev Murti Chairman 9412293353 murtidev@gmail.com Mr. Aditya Murti Secretary SRMS Trust 9412293356 aditya.murti@srms.ac.in Leadership Section<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1168","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-json\/wp\/v2\/pages\/1168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-json\/wp\/v2\/comments?post=1168"}],"version-history":[{"count":0,"href":"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-json\/wp\/v2\/pages\/1168\/revisions"}],"wp:attachment":[{"href":"https:\/\/srms.ac.in\/alliedandhealthcare\/wp-json\/wp\/v2\/media?parent=1168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}