.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-60929f1 *//* ==================================================
   IIHMR UNIVERSITY ADMISSIONS BLOG
   Complete WordPress Custom CSS
   ================================================== */

/* Main blog content common styling */
.entry-content h1,
.wp-block-post-content h1,
.elementor-widget-theme-post-content h1 {
  font-size: 38px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #111 !important;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.entry-content p,
.wp-block-post-content p,
.elementor-widget-theme-post-content p {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #333 !important;
  margin-bottom: 18px !important;
}

.entry-content h2,
.wp-block-post-content h2,
.elementor-widget-theme-post-content h2 {
  position: relative;
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-top: 44px !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px;
}

.entry-content h2::after,
.wp-block-post-content h2::after,
.elementor-widget-theme-post-content h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 10px;
  background: #b04a7a;
  border-radius: 10px;
}

.entry-content h3,
.wp-block-post-content h3,
.elementor-widget-theme-post-content h3 {
  font-size: 25px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #171717 !important;
  margin-top: 30px !important;
  margin-bottom: 14px !important;
  padding-left: 14px;
  border-left: 4px solid #b04a7a;
  scroll-margin-top: 120px;
}

.entry-content strong,
.wp-block-post-content strong,
.elementor-widget-theme-post-content strong {
  color: #111;
  font-weight: 700;
}

.entry-content a,
.wp-block-post-content a,
.elementor-widget-theme-post-content a {
  color: #9b2f64 !important;
  font-weight: 600;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  transition: color 0.25s ease;
}

.entry-content a:hover,
.wp-block-post-content a:hover,
.elementor-widget-theme-post-content a:hover {
  color: #761f4b !important;
  text-decoration: underline !important;
}

.entry-content ul,
.wp-block-post-content ul,
.elementor-widget-theme-post-content ul {
  margin: 18px 0 26px 22px !important;
  padding-left: 18px !important;
}

.entry-content li,
.wp-block-post-content li,
.elementor-widget-theme-post-content li {
  font-size: 16.5px !important;
  line-height: 1.75 !important;
  color: #333 !important;
  margin-bottom: 10px !important;
}

.entry-content li::marker,
.wp-block-post-content li::marker,
.elementor-widget-theme-post-content li::marker {
  color: #b04a7a;
  font-size: 1.1em;
}

/* Highlight important bold paragraphs */
.entry-content p:has(strong),
.wp-block-post-content p:has(strong),
.elementor-widget-theme-post-content p:has(strong) {
  padding: 16px 20px;
  margin: 24px 0 !important;
  background: #fff2f7;
  border-left: 5px solid #b04a7a;
  border-radius: 10px;
}

/* ==================================================
   CTA SECTION
   ================================================== */

.iihmr-blog-cta {
  position: relative;
  margin: 45px 0 40px;
  padding: 34px 34px 32px;
  background: linear-gradient(135deg, #fff2f7 0%, #ffffff 55%, #fff8fb 100%);
  border: 1px solid #f1cfe0;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(176, 74, 122, 0.12);
  overflow: hidden;
}

.iihmr-blog-cta::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  background: rgba(176, 74, 122, 0.12);
  border-radius: 50%;
}

.iihmr-blog-cta::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  background: rgba(176, 74, 122, 0.06);
  border-radius: 50%;
}

.iihmr-cta-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 14px;
  background: #b04a7a;
  color: #fff !important;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.iihmr-blog-cta h2 {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px;
  font-size: 31px !important;
  line-height: 1.25 !important;
  color: #111 !important;
}

.iihmr-blog-cta h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 10px;
  background: #b04a7a;
  border-radius: 10px;
}

.iihmr-blog-cta p {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin-bottom: 20px !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: #333 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

/* CTA buttons wrapper */
.iihmr-blog-cta .iihmr-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 22px;
}

/* Primary Apply Button */
.iihmr-blog-cta a.iihmr-cta-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px !important;
  background: #b04a7a !important;
  color: #ffffff !important;
  border: 2px solid #b04a7a !important;
  border-radius: 12px;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(176, 74, 122, 0.25);
  transition: all 0.25s ease;
}

/* Primary Button Hover */
.iihmr-blog-cta a.iihmr-cta-primary:hover,
.iihmr-blog-cta a.iihmr-cta-primary:focus,
.iihmr-blog-cta a.iihmr-cta-primary:visited {
  background: #92345f !important;
  border-color: #92345f !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(176, 74, 122, 0.32);
}

/* Phone Button */
.iihmr-blog-cta a.iihmr-cta-secondary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px !important;
  background: #ffffff !important;
  color: #9b2f64 !important;
  border: 2px solid #efbdd4 !important;
  border-radius: 12px;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(176, 74, 122, 0.08);
  transition: all 0.25s ease;
}

/* Phone Button Hover */
.iihmr-blog-cta a.iihmr-cta-secondary:hover,
.iihmr-blog-cta a.iihmr-cta-secondary:focus {
  background: #fff2f7 !important;
  color: #761f4b !important;
  border-color: #b04a7a !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(176, 74, 122, 0.16);
}

/* Prevent theme link color override */
.iihmr-blog-cta a.iihmr-cta-primary,
.iihmr-blog-cta a.iihmr-cta-primary span,
.iihmr-blog-cta a.iihmr-cta-primary:hover,
.iihmr-blog-cta a.iihmr-cta-primary:visited {
  color: #ffffff !important;
}

.iihmr-blog-cta a.iihmr-cta-secondary,
.iihmr-blog-cta a.iihmr-cta-secondary span,
.iihmr-blog-cta a.iihmr-cta-secondary:visited {
  color: #9b2f64 !important;
}

.iihmr-blog-cta a.iihmr-cta-secondary:hover {
  color: #761f4b !important;
}

/* CTA note */
.iihmr-cta-note {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  font-size: 15.5px !important;
  color: #555 !important;
}

.iihmr-cta-note a {
  color: #9b2f64 !important;
  font-weight: 700;
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media (max-width: 1024px) {
  .entry-content h1,
  .wp-block-post-content h1,
  .elementor-widget-theme-post-content h1 {
    font-size: 34px !important;
  }

  .entry-content p,
  .wp-block-post-content p,
  .elementor-widget-theme-post-content p {
    font-size: 16.5px !important;
  }

  .entry-content h2,
  .wp-block-post-content h2,
  .elementor-widget-theme-post-content h2 {
    font-size: 30px !important;
  }

  .entry-content h3,
  .wp-block-post-content h3,
  .elementor-widget-theme-post-content h3 {
    font-size: 23px !important;
  }
}

@media (max-width: 767px) {
  .entry-content h1,
  .wp-block-post-content h1,
  .elementor-widget-theme-post-content h1 {
    font-size: 29px !important;
    line-height: 1.3 !important;
    margin-bottom: 22px !important;
  }

  .entry-content p,
  .wp-block-post-content p,
  .elementor-widget-theme-post-content p {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  .entry-content h2,
  .wp-block-post-content h2,
  .elementor-widget-theme-post-content h2 {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-top: 34px !important;
  }

  .entry-content h3,
  .wp-block-post-content h3,
  .elementor-widget-theme-post-content h3 {
    font-size: 21px !important;
    padding-left: 12px;
  }

  .entry-content ul,
  .wp-block-post-content ul,
  .elementor-widget-theme-post-content ul {
    margin-left: 14px !important;
    padding-left: 16px !important;
  }

  .entry-content li,
  .wp-block-post-content li,
  .elementor-widget-theme-post-content li {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .entry-content p:has(strong),
  .wp-block-post-content p:has(strong),
  .elementor-widget-theme-post-content p:has(strong) {
    padding: 14px 16px;
  }

  .iihmr-blog-cta {
    padding: 26px 18px 24px;
    border-radius: 18px;
  }

  .iihmr-blog-cta h2 {
    font-size: 25px !important;
  }

  .iihmr-blog-cta p {
    font-size: 16px !important;
  }

  .iihmr-blog-cta .iihmr-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .iihmr-blog-cta a.iihmr-cta-primary,
  .iihmr-blog-cta a.iihmr-cta-secondary {
    width: 100%;
    min-height: 50px;
  }
}

/* ==================================================
   IIHMRU-MAT / GD-PI Schedule Grid
   ================================================== */

.iihmr-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 36px;
}

.iihmr-schedule-grid .schedule-card {
  position: relative;
  padding: 20px 22px;
  background: #fff7fb;
  border: 1px solid #f1cfe0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(176, 74, 122, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
}

.iihmr-schedule-grid .schedule-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #b04a7a;
  border-radius: 16px 0 0 16px;
}

.iihmr-schedule-grid .schedule-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(176, 74, 122, 0.14);
  border-color: #e6aac6;
}

.iihmr-schedule-grid .schedule-month {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 13px;
  background: #b04a7a;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.iihmr-schedule-grid .schedule-card p {
  margin: 7px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #333 !important;
}

.iihmr-schedule-grid .schedule-card strong {
  color: #111 !important;
  font-weight: 700;
}

/* Mobile schedule cards */
@media (max-width: 767px) {
  .iihmr-schedule-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 24px 0 32px;
  }

  .iihmr-schedule-grid .schedule-card {
    padding: 18px 18px 18px 20px;
    border-radius: 14px;
  }

  .iihmr-schedule-grid .schedule-card p {
    font-size: 15.5px !important;
  }
}

/* ==================================================
   5-Step Admission Process Cards
   ================================================== */

.iihmr-admission-steps {
  display: grid;
  gap: 18px;
  margin: 28px 0 38px;
}

.iihmr-step-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #f1cfe0;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(176, 74, 122, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
}

.iihmr-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #b04a7a;
}

.iihmr-step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(176, 74, 122, 0.14);
  border-color: #e8b7cf;
}

.iihmr-step-number {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b04a7a;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(176, 74, 122, 0.25);
}

.iihmr-step-content h3 {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  padding-left: 0 !important;
  border-left: none !important;
  font-size: 23px !important;
  line-height: 1.35 !important;
  color: #111 !important;
}

.iihmr-step-content p {
  margin-bottom: 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 16.7px !important;
  line-height: 1.75 !important;
  color: #333 !important;
}

.iihmr-step-content p:last-child {
  margin-bottom: 0 !important;
}

.iihmr-step-content a {
  color: #9b2f64 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.iihmr-step-content a:hover {
  text-decoration: underline !important;
}

.iihmr-step-tip {
  background: #fff2f7 !important;
  border-left: 4px solid #b04a7a !important;
  padding: 13px 16px !important;
  border-radius: 10px;
}

.iihmr-step-content ul {
  margin: 14px 0 0 20px !important;
  padding-left: 18px !important;
}

.iihmr-step-content li {
  font-size: 16.5px !important;
  line-height: 1.7 !important;
  margin-bottom: 8px !important;
  color: #333 !important;
}

.iihmr-step-content li::marker {
  color: #b04a7a;
}

/* Mobile */
@media (max-width: 767px) {
  .iihmr-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 18px;
    border-radius: 16px;
  }

  .iihmr-step-number {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  .iihmr-step-content h3 {
    font-size: 21px !important;
  }

  .iihmr-step-content p,
  .iihmr-step-content li {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
}/* End custom CSS */