/* Common responsive styles for all sections */

/* Font Awesome — prevent theme fonts from hiding icons */
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands,
.fa,
[class*=" fa-"] {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fas,
.fa-solid,
.fa {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* ============================================================
   DPS Site Header (all pages — desktop + mobile)
   ============================================================ */
.dps-style-header.vs-header {
  background: #052059;
}

.dps-style-header.header-layout2 .header-bottom {
  position: relative;
  top: auto;
  width: 100%;
  text-align: inherit;
  background: transparent;
}

.dps-style-header .hdr-welcome-strip {
  background: #052059;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dps-style-header .hdr-welcome-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #f99f3a;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.dps-style-header .hdr-marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.dps-style-header .hdr-marquee-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: tjisMarqueeScroll 35s linear infinite;
}

.dps-style-header .hdr-marquee-wrapper:hover .hdr-marquee-track {
  animation-play-state: paused;
}

.dps-style-header .hdr-marquee-item {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dps-style-header .hdr-marquee-sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
}

@keyframes tjisMarqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.dps-style-header .hdr-middle {
  background: #052059;
  padding: 18px 0;
}

.dps-style-header .hdr-logo img {
  max-height: 90px;
  width: auto;
}

.dps-style-header .hdr-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.dps-style-header .hdr-right-top {
  width: 100%;
}

.dps-style-header .hdr-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.dps-style-header .hdr-social-icon:hover {
  opacity: 0.85;
  transform: scale(1.1);
  color: #fff;
}

.dps-style-header .hdr-fb { background: #1877f2; }
.dps-style-header .hdr-insta { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.dps-style-header .hdr-tw { background: #1da1f2; }
.dps-style-header .hdr-yt { background: #ff0000; }

.dps-style-header .header-info {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  white-space: nowrap;
}

.dps-style-header .header-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 600;
  display: inline;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dps-style-header .header-value {
  color: #f99f3a;
  font-size: 14px;
  font-weight: 700;
  display: inline;
  margin-left: 6px;
}

.dps-style-header .mandatory-btn,
.dps-style-header .erp-login-btn {
  background: transparent;
  color: #fff;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.dps-style-header .mandatory-btn:hover,
.dps-style-header .erp-login-btn:hover {
  background: #f99f3a;
  border-color: #f99f3a;
  color: #fff;
}

.dps-style-header .hdr-contact {
  margin-top: 6px;
}

.dps-style-header .hdr-contact-item {
  font-size: 13px;
  white-space: nowrap;
}

.dps-style-header .hdr-contact-label {
  color: #f99f3a;
  font-weight: 600;
  margin-right: 4px;
}

.dps-style-header .hdr-contact-value {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s;
}

.dps-style-header .hdr-contact-value:hover {
  color: #f99f3a;
}

.dps-style-header .hdr-hamburger {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.dps-style-header .hdr-hamburger:hover {
  background: #f99f3a;
  border-color: #f99f3a;
}

.dps-style-header .hdr-nav-bar,
.dps-style-header .hdr-nav-bar .sticky-active,
.dps-style-header .will-sticky .sticky-active,
.dps-style-header .will-sticky .sticky-active.active {
  background: #031540 !important;
  box-shadow: none;
}

.dps-style-header .hdr-nav-bar .sticky-active {
  padding: 0 !important;
}

.dps-style-header .hdr-nav-bar .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dps-style-header .hdr-nav-bar .main-menu ul > li > a {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 16px 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
  transition: color 0.2s ease;
}

.dps-style-header .hdr-nav-bar .main-menu ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #f99f3a;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.dps-style-header .hdr-nav-bar .main-menu ul > li:hover > a,
.dps-style-header .hdr-nav-bar .main-menu ul > li.active > a {
  color: #ffffff !important;
}

.dps-style-header .hdr-nav-bar .main-menu ul > li:hover > a::after {
  transform: scaleX(1);
}

.dps-style-header .hdr-nav-bar .main-menu ul > li + li > a::before {
  content: '|';
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
}

.dps-style-header .hdr-nav-bar .main-menu .sub-menu {
  background: #052059 !important;
  border-top: 3px solid #f99f3a !important;
  min-width: 210px;
}

.dps-style-header .hdr-nav-bar .main-menu .sub-menu li a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 18px !important;
  text-transform: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.dps-style-header .hdr-nav-bar .main-menu .sub-menu li a:hover {
  color: #f99f3a !important;
  background: rgba(255, 255, 255, 0.06) !important;
  padding-left: 24px !important;
}

.dps-style-header .submenu-left {
  left: 100% !important;
  right: auto !important;
}

@media (max-width: 991px) {
  .dps-style-header .submenu-left {
    left: auto !important;
    right: 100% !important;
  }

  .dps-style-header .hdr-middle {
    padding: 12px 0;
  }

  .dps-style-header .hdr-logo img {
    max-height: 60px;
  }
}

@media (max-width: 767px) {
  .dps-style-header .hdr-welcome-strip {
    padding: 5px 0;
  }

  .dps-style-header .hdr-marquee-item {
    font-size: 11px;
    padding: 0 12px;
  }

  .dps-style-header .hdr-middle {
    padding: 8px 0 10px;
  }

  .dps-style-header .hdr-mobile-info-bar {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 8px !important;
  }

  .dps-style-header .hdr-mobile-info-bar .header-info {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
  }

  .dps-style-header .hdr-mobile-info-bar .header-label {
    font-size: 9px;
  }

  .dps-style-header .hdr-mobile-info-bar .header-value {
    font-size: 13px;
  }

  .dps-style-header .hdr-mobile-info-bar .erp-login-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .dps-style-header .hdr-mobile-logo-row .hdr-logo img {
    max-height: 52px;
  }

  .dps-style-header .hdr-nav-bar {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .dps-style-header .hdr-mobile-logo-row .hdr-logo img {
    max-height: 45px;
  }

  .dps-style-header .hdr-mobile-info-bar .erp-login-btn {
    padding: 5px 10px;
    font-size: 11px;
  }
}

/* Mandatory Disclosure Page */
.mandatory-disclosure-page .md-intro-text {
  max-width: 680px;
  margin: 0 auto;
  color: #666;
}

.mandatory-disclosure-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.md-section-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(5, 32, 89, 0.08);
  border: 1px solid rgba(5, 32, 89, 0.08);
  scroll-margin-top: 120px;
}

.md-section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 18px 24px;
  background: linear-gradient(135deg, #052059 0%, #1a3a7a 100%);
  color: #fff;
}

.md-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 12px;
  background: #f99f3a;
  color: #fff;
  font-family: var(--title-font, 'Unbounded', sans-serif);
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.md-section-title {
  margin: 0;
  flex: 1;
  min-width: 180px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.md-section-count {
  margin-left: auto;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.md-table-wrap {
  padding: 0;
}

.mandatory-disclosure-content .md-table > :not(caption) > * > *,
.mandatory-disclosure-content .md-table td,
.mandatory-disclosure-content .md-table th {
  color: #333 !important;
  border-color: #e8edf5 !important;
}

.mandatory-disclosure-content .md-table thead th {
  background: #f4f7fb !important;
  color: #052059 !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 18px;
  border-bottom: 2px solid #052059 !important;
}

.mandatory-disclosure-content .md-table tbody td {
  background: #fff !important;
  padding: 16px 18px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.6;
}

.mandatory-disclosure-content .md-table tbody tr:hover td {
  background: #fafbfd !important;
}

.mandatory-disclosure-content .md-col-sl {
  width: 90px;
  text-align: center;
  font-weight: 600;
  color: #052059 !important;
}

.mandatory-disclosure-content .md-col-info {
  font-weight: 500;
  color: #2d2d2d !important;
}

.mandatory-disclosure-content .md-detail-text {
  color: #444;
}

.mandatory-disclosure-content .md-empty-value {
  color: #aaa;
}

.md-doc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f99f3a;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.md-doc-btn:hover {
  background: #052059;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(5, 32, 89, 0.2);
}

.md-doc-btn-icon {
  font-size: 11px;
  opacity: 0.85;
}

.md-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 110px;
}

.md-sidebar-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 30px rgba(5, 32, 89, 0.08);
  border: 1px solid rgba(5, 32, 89, 0.08);
}

.md-sidebar-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #052059;
}

.md-sidebar-title i {
  color: #f99f3a;
}

.md-nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.md-nav-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  color: #333 !important;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.md-nav-link:hover {
  background: #fff;
  border-color: rgba(249, 159, 58, 0.35);
  transform: translateX(4px);
}

.md-nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #052059;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.md-nav-text {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.md-sidebar-info {
  text-align: center;
}

.md-info-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #052059, #1a3a7a);
  color: #fff;
  font-size: 22px;
}

.md-sidebar-info h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #052059;
}

.md-sidebar-info p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.md-info-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f99f3a;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.md-info-link:hover {
  background: #052059;
  color: #fff !important;
}

.md-empty-state {
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(5, 32, 89, 0.08);
}

.md-empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fb;
  color: #ccc;
  font-size: 32px;
}

.md-empty-state h3 {
  margin-bottom: 12px;
  color: #052059;
  font-size: 22px;
}

.md-empty-state p {
  max-width: 460px;
  margin: 0 auto 24px;
  color: #666;
}

.md-back-btn {
  min-width: 180px;
}

/* Slider Image Border Styling */
.hero-img img {
    border-radius: 15px !important;
    border: 10px solid #F5F3E8 !important; /* Light cream/beige border */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

/* Mobile Top Bar Marquee - Welcome Message */
.mobile-welcome-marquee {
  display: none;
}

@media (max-width: 767px) {
  .mobile-welcome-marquee {
    display: block;
    background: #052059;
    color: #fff;
    padding: 8px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border-bottom: 2px solid #f99f3a;
  }
  
  .mobile-welcome-marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee-scroll 15s linear infinite;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  
  .mobile-welcome-marquee span::before {
    content: "•";
    margin-right: 10px;
    color: #f99f3a;
  }
  
  @keyframes marquee-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}

/* Mobile Hero Slider — fixed height, absolute stacking */
@media (max-width: 767px) {
  .hero-section {
    height: clamp(180px, 52vw, 240px) !important;
    min-height: 0 !important;
    max-height: 240px !important;
    overflow: hidden;
    background: #052059;
  }

  .hero-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-slide {
    position: absolute !important;
    inset: 0 !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: unset !important;
  }

  .hero-slide::before {
    display: none !important;
  }

  .hero-slide-media {
    position: absolute !important;
    inset: 0 !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }

  .hero-content-wrapper {
    display: none !important;
  }

  .hero-nav {
    bottom: 10px;
    gap: 12px;
    z-index: 20;
  }

  .hero-nav-btn {
    width: 34px;
    height: 34px;
    font-size: 12px;
    background: rgba(5, 32, 89, 0.72);
    border-color: rgba(255, 255, 255, 0.35);
  }

  .hero-dot {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    height: clamp(170px, 50vw, 220px) !important;
    max-height: 220px !important;
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: clamp(160px, 48vw, 200px) !important;
    max-height: 200px !important;
  }
}

/* Unified fixed-height image carousels (legacy single-slide) */
.tjis-fixed-carousel .carousel-inner {
  position: relative;
  overflow: hidden;
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}

.tjis-fixed-carousel .carousel-item {
  height: 100%;
  min-height: 100%;
}

.tjis-fixed-carousel .carousel-item > img,
.tjis-fixed-carousel .carousel-item img.tjis-carousel-img {
  width: 100%;
  height: 100% !important;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 991px) {
  .tjis-fixed-carousel .carousel-inner {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }
}

@media (max-width: 767px) {
  .tjis-fixed-carousel .carousel-inner {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
    border-radius: 15px;
  }
}

@media (max-width: 576px) {
  .tjis-fixed-carousel .carousel-inner {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
}

@media (max-width: 480px) {
  .tjis-fixed-carousel .carousel-inner {
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
  }
}

/* Logo size adjustment for mobile */
@media (max-width: 576px) {
  .logo,
  img.logo,
  img[src*="/storage/admin/logo/"] {
    max-width: 257px !important;
    max-height: 300px !important;
    width: auto !important;
    height: auto !important;
  }
}

/* General responsive styles for small devices */
@media (max-width: 576px) {
  /* For extra small devices */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Fix for col-md-6 col-12 to maintain horizontal layout on mobile */
  .col-md-6.col-12 {
    flex: 1 1 auto;
    max-width: 100%;
  }

  /* Maintain d-flex as row on mobile for header elements */
  .col-md-6.col-12 .d-flex {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }

  /* Specific fix for header info section */
  .d-flex.align-items-center.justify-content-md-end.justify-content-start.flex-wrap-gap-2 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }

  /* Hide Mandatory Disclosure button on mobile */
  .vs-btn.mandatory-btn {
    display: none !important;
  }

  /* Show only CBSE Affiliation info on mobile */
  .header-info {
    
    margin: 0;
    text-align: left !important;
  }

  /* Make sure col-md-6.col-12 takes full width when button is hidden */
  .col-md-6.col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }



  .col,
  .col-xl-auto,
  .col-md-auto {
    max-width: 100%;
    flex: 0 0 auto;
  }

  /* Final working solution for header alignment */
  .d-flex.align-items-center.justify-content-md-end.justify-content-start {
    justify-content: flex-start !important;
  }
  
  .col-md-6.col-12 .d-flex {
    justify-content: flex-start !important;
  }

  .header-info,
  .vs-btn.mandatory-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: fit-content;
  }

  .text-center-xs {
    text-align: center !important;
  }

  /* Adjustments for cards and content boxes */
  .card,
  .content-box,
  .info-box {
    margin: 10px 0;
  }

  /* Adjustments for images */
  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  /* Typography adjustments */
  .sec-title {
    font-size: 0.9rem !important;
  }

  .sec-subtitle {
    font-size: 1rem !important;
  }

  /* Button adjustments */
  .btn {
    padding: 8px 16px !important;
    font-size: 12px !important;
    margin: 5px;
  }

  /* Carousel adjustments */
  .carousel.slide {
    width: 100%;
  }

  .carousel-item:not(#studentLifeSlider .carousel-item):not(.tjis-fixed-carousel .carousel-item) {
    min-height: auto;
  }

  /* Adjust decorative elements */
  [style*="position: absolute"]:not(.fixed-element) {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  /* For small devices */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn {
    padding: 9px 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* For tablets */
  .container {
    max-width: 90%;
  }

  .btn {
    padding: 10px 22px !important;
  }
}

/* Additional responsive adjustments */
@media (max-width: 768px) {
  .title-area {
    text-align: center;
  }
  
  .title-area .sec-subtitle {
    justify-content: center !important;
  }
}

/* Adjust text readability on small screens */
@media (max-width: 576px) {
  .content-text {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  
  p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* Responsive navigation */
@media (max-width: 992px) {
  .navbar-collapse {
    max-height: 70vh;
    overflow-y: auto;
  }
}

/* Responsive tables */
@media (max-width: 768px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  
  .table-responsive th,
  .table-responsive td {
    white-space: nowrap;
  }
}

/* Adjustments for form elements */
@media (max-width: 576px) {
  .form-control {
    padding: 8px 12px;
    font-size: 14px;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  .btn-lg {
    padding: 10px 20px;
    font-size: 16px;
  }
}

/* Responsive styles for events-month */
.events-month {
  font-size: 18px; 
}

@media (max-width: 768px) {
  .events-month {
    font-size: 16px !important;
  }
}

@media (max-width: 576px) {
  .events-month {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .events-month {
    font-size: 12px !important;
  }
}

/* Responsive styles for event-title and news-event-title */
.event-title,
.news-event-title {
  font-size: 13px; 
}

@media (max-width: 768px) {
  .event-title,
  .news-event-title {
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  .event-title,
  .news-event-title {
    font-size: 11px !important;
  }
}

@media (max-width: 480px) {
  .event-title,
  .news-event-title {
    font-size: 10px !important;
  }
}

/* Responsive styles for event-month mb-4 */
.event-month.mb-4 {
  font-size: 15px; 
}

@media (max-width: 768px) {
  .event-month.mb-4 {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .event-month.mb-4 {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .event-month.mb-4 {
    font-size: 12px !important;
  }
}

/* Responsive styles for achievement-title mb-2 */
.achievement-title.mb-2 {
  font-size: 12px; 
}

@media (max-width: 768px) {
  .achievement-title.mb-2 {
    font-size: 11px !important;
  }
}

@media (max-width: 576px) {
  .achievement-title.mb-2 {
    font-size: 10px !important;
  }
}

@media (max-width: 480px) {
  .achievement-title.mb-2 {
    font-size: 9px !important;
  }
}

/* Responsive styles for author-img */
.author-img {
  width: 64px; 
}

@media (max-width: 768px) {
  .author-img {
    width: 56px !important;
  }
}

@media (max-width: 576px) {
  .author-img {
    width: 48px !important;
  }
}

@media (max-width: 480px) {
  .author-img {
    width: 40px !important;
  }
}

/* Responsive styles for testi-style2 author-name */
.testi-style2 .author-name {
  font-size: 15px; 
}

@media (max-width: 768px) {
  .testi-style2 .author-name {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .testi-style2 .author-name {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .testi-style2 .author-name {
    font-size: 12px !important;
  }
}

/* Responsive styles for h6 elements */
@media (max-width: 767px) {
  .h6, h6 {
    font-size: 10px;
  }
}

/* Responsive styles for choose-title */
.choose-title {
  font-size: 14px; 
}

@media (max-width: 768px) {
  .choose-title {
    font-size: 13px !important;
  }
}

@media (max-width: 576px) {
  .choose-title {
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  .choose-title {
    font-size: 11px !important;
  }
}

/* Responsive styles for choose-list-box title */
.choose-list-box .title {
  font-size: 13px; 
}

@media (max-width: 768px) {
  .choose-list-box .title {
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  .choose-list-box .title {
    font-size: 11px !important;
  }
}

@media (max-width: 480px) {
  .choose-list-box .title {
    font-size: 10px !important;
  }
  .about-bg {
    padding: 0px 0;
  }
}

/* Responsive styles for breadcumb-wrapper */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding-top: 114px;
  }
}

/* Responsive styles for breadcumb-menu */
@media (max-width: 767px) {
  .breadcumb-menu {
    padding: 10px 18px;
  }
  
  .breadcumb-menu span {
    font-size: 5px;
  }
}

/* Life TJIS Details sidebar mobile styles */
@media (max-width: 767px) {
  .life-tjis-details-sidebar {
    padding-top: 11px !important;
  }
  
  /* More specific targeting */
  .col-lg-4 .life-tjis-details-sidebar {
    padding-top: 11px !important;
  }
  
  /* Target the inner div as well */
  .life-tjis-details-sidebar > div {
    padding-top: 11px !important;
  }
  
  /* Related Moments heading font size */
  .life-tjis-details-sidebar h4 {
    font-size: 12px !important;
  }
  
  /* Explore More Moments heading font size */
  .life-tjis-cta h2 {
    font-size: 20px !important;
  }
}

/* Student Life carousel mobile styles */
@media (max-width: 767px) {
  /* Student Life h3 headings */
  .student-life-content h3 {
    font-size: 17px !important;
  }
  
  /* Hostel category headings */
  .hostel-category h3 {
    font-size: 16px !important;
  }
  
  /* Hostel facility heading */
  .hostel-facility .widget-title {
    font-size: 16px !important;
  }
  
  /* Fee structure titles */
  .fee-structure-content h3 {
    font-size: 13px !important;
  }
  
  /* Curriculum heading */
  .curriculum-content h3.text-center {
    font-size: 14px !important;
  }
  
  /* Exam category titles */
  .exam-content .category-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #052059 !important;
    margin-bottom: 25px !important;
    text-transform: capitalize !important;
  }
  
  /* Mandatory disclosure mobile */
  .md-sidebar {
    position: static;
    margin-bottom: 10px;
  }

  .md-nav-list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .md-nav-link {
    flex: 0 0 auto;
    min-width: 220px;
    transform: none !important;
  }

  .md-section-header {
    padding: 16px 18px;
  }

  .md-section-title {
    font-size: 14px;
    min-width: 100%;
    order: 3;
  }

  .md-section-count {
    margin-left: 0;
    order: 2;
  }

  .mandatory-disclosure-content .md-table thead {
    display: none;
  }

  .mandatory-disclosure-content .md-table tbody tr {
    display: block;
    margin-bottom: 14px;
    border: 1px solid #e8edf5;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(5, 32, 89, 0.05);
  }

  .mandatory-disclosure-content .md-table tbody tr:hover td {
    background: #fff !important;
  }

  .mandatory-disclosure-content .md-table tbody td {
    display: block;
    width: 100% !important;
    text-align: left !important;
    padding: 12px 16px !important;
    border: none !important;
    border-bottom: 1px solid #eef2f7 !important;
  }

  .mandatory-disclosure-content .md-table tbody td:last-child {
    border-bottom: none !important;
  }

  .mandatory-disclosure-content .md-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #052059;
  }

  .mandatory-disclosure-content .md-col-sl::before {
    display: none;
  }

  .mandatory-disclosure-content .md-col-sl {
    background: linear-gradient(135deg, #052059, #1a3a7a) !important;
    color: #fff !important;
    font-size: 13px;
    text-align: left !important;
  }

  .md-doc-btn {
    width: 100%;
    justify-content: center;
  }

  .md-empty-state {
    padding: 40px 24px;
  }
}

/* Facility detail mobile styles */
@media (max-width: 768px) {
  .facility-title {
    font-size: 1rem !important;
  }
  
  /* Related facilities heading */
  .facility-detail-content .widget-title {
    font-size: 14px !important;
  }
  
  /* Careers page heading */
  .careers-content h2 {
    font-size: 23px !important;
  }
}

@media (max-width: 576px) {
  .student-life-content h3 {
    font-size: 17px !important;
  }
}

@media (max-width: 480px) {
  .student-life-content h3 {
    font-size: 17px !important;
  }
}

/* Hide subtitle elements */
.subtitle {
  display: none !important;
}

.sub-title {
  display: none !important;
}

.sec-subtitle {
  display: none !important;
}

/* Mobile menu link styles */
@media (max-width: 767px) {
  .vs-mobile-menu ul li a {
    font-size: 14px;
  }
}

/* Achievement title styles */
.achievement-title {
  font-size: 15px;
}

@media (max-width: 768px) {
  .achievement-title {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .achievement-title {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .achievement-title {
    font-size: 12px !important;
  }
}

/* Life at School section styles - moving all inline styles to external CSS */
.life-at-school-container {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.life-at-school-image {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 30px;
}

.life-at-school-heading {
  font-size: 28px;
  font-weight: 600;
  color: #052059;
  margin-bottom: 20px;
}

.life-at-school-content {
  line-height: 1.8;
  color: #000;
  font-size: 1rem;
  margin-bottom: 30px;
}

.life-at-school-footer {
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.life-at-school-share-label {
  font-weight: 600;
  color: #052059;
}

.life-at-school-date {
  color: #f99f3a;
  font-weight: 600;
}

.life-at-school-date i {
  margin-right: 8px;
}

/* Sidebar styles */
.life-at-school-sidebar {
  position: sticky;
  top: 100px;
}

.life-at-school-sidebar-container {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.life-at-school-sidebar-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #052059;
}

.life-at-school-related-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.life-at-school-related-image {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.life-at-school-related-title {
  font-size: 15px;
  margin-bottom: 5px;
}

.life-at-school-related-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.life-at-school-related-title a:hover {
  color: #052059;
}

.life-at-school-related-date {
  font-size: 13px;
  color: #666;
}

.life-at-school-related-date i {
  margin-right: 5px;
}

/* Social buttons */
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-btn.facebook {
  background: #1877f2;
}

.social-btn.facebook:hover {
  background: #0d63d9;
  transform: translateY(-2px);
}

.social-btn.twitter {
  background: #1da1f2;
}

.social-btn.twitter:hover {
  background: #0d8bd9;
  transform: translateY(-2px);
}

.social-btn.linkedin {
  background: #0077b5;
}

.social-btn.linkedin:hover {
  background: #005a87;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .life-at-school-sidebar {
    position: static;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .life-at-school-container {
    padding: 30px !important;
  }
  
  .life-at-school-heading {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
  
  .life-at-school-content {
    font-size: 0.9rem !important;
    margin-bottom: 25px !important;
  }
  
  .life-at-school-sidebar-container {
    padding: 25px !important;
  }
  
  .life-at-school-sidebar-title {
    font-size: 20px !important;
  }
  
  .life-at-school-related-item {
    gap: 12px !important;
  }
  
  .life-at-school-related-image {
    width: 70px !important;
    height: 50px !important;
  }
}

@media (max-width: 576px) {
  .life-at-school-container {
    padding: 20px !important;
  }
  
  .life-at-school-heading {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }
  
  .life-at-school-content {
    font-size: 0.85rem !important;
    margin-bottom: 20px !important;
  }
  
  .life-at-school-sidebar-container {
    padding: 20px !important;
  }
  
  .life-at-school-sidebar-title {
    font-size: 18px !important;
  }
  
  .life-at-school-related-item {
    gap: 10px !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .life-at-school-related-image {
    width: 60px !important;
    height: 45px !important;
  }
  
  .life-at-school-related-title {
    font-size: 14px !important;
  }
  
  .social-btn {
    width: 32px !important;
    height: 32px !important;
  }
}

@media (max-width: 480px) {
  .life-at-school-container {
    padding: 15px !important;
  }
  
  .life-at-school-heading {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  
  .life-at-school-content {
    font-size: 0.8rem !important;
    margin-bottom: 15px !important;
  }
  
  .life-at-school-sidebar-container {
    padding: 15px !important;
  }
  
  .life-at-school-sidebar-title {
    font-size: 16px !important;
  }
  
  .life-at-school-related-item {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
  }
  
  .life-at-school-related-image {
    width: 100% !important;
    height: 120px !important;
    max-width: 200px !important;
    margin: 0 auto !important;
  }
}

/* Responsive styles for about-bg */
@media (max-width: 767px) {
  .about-bg {
    padding: 0 !important;
  }
}

/* Feature icon styles - moving inline styles to external CSS */
.feature-icon-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #052059, #1a365d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(5, 32, 89, 0.3);
}

.feature-icon i {
  font-size: 2rem;
  color: white;
}

/* Responsive adjustments for feature icons */
@media (max-width: 768px) {
  .feature-icon-circle {
    width: 70px;
    height: 70px;
  }
  
  .feature-icon i {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 576px) {
  .feature-icon-circle {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon i {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 480px) {
  .feature-icon-circle {
    width: 50px;
    height: 50px;
  }
  
  .feature-icon i {
    font-size: 1.4rem !important;
  }
}

/* Responsive styles for feature-icon mb-4 */
.feature-icon.mb-4 {
  font-size: 13px; 
}

@media (max-width: 768px) {
  .feature-icon.mb-4 {
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  .feature-icon.mb-4 {
    font-size: 11px !important;
  }
}

@media (max-width: 480px) {
  .feature-icon.mb-4 {
    font-size: 10px !important;
  }
}

/* Styles for about-bg */

/* ==============================
   Site Footer — TJIS
   ============================== */
.tjis-footer {
  position: relative;
  background: #052059;
  color: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.tjis-footer__top-accent {
  height: 4px;
  background: linear-gradient(90deg, #f99f3a 0%, #ffc107 50%, #f99f3a 100%);
}

.tjis-footer__main {
  position: relative;
  padding: 64px 0 48px;
}

.tjis-footer__main::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 159, 58, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.tjis-footer__main::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.tjis-footer__brand,
.tjis-footer__col {
  position: relative;
  z-index: 1;
}

.tjis-footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}

.tjis-footer__logo img {
  width: 255px;
  max-width: 255px;
  height: auto;
  /* filter: brightness(0) invert(1); */
  opacity: 0.95;
}

.tjis-footer__about {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 18px;
  max-width: 360px;
}

.tjis-footer__badge {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 16px;
  margin-bottom: 22px;
  border-radius: 12px;
  border: 1px solid rgba(249, 159, 58, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.tjis-footer__badge-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.tjis-footer__badge-value {
  font-family: var(--title-font, 'Unbounded', sans-serif);
  font-size: 16px;
  color: #f99f3a;
  font-weight: 700;
}

.tjis-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tjis-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.tjis-footer__social a:hover {
  background: #f99f3a;
  border-color: #f99f3a;
  color: #052059;
  transform: translateY(-3px);
}

.tjis-footer__heading {
  font-family: var(--title-font, 'Unbounded', sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(249, 159, 58, 0.45);
  display: inline-block;
}

.tjis-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tjis-footer__links li {
  margin-bottom: 10px;
}

.tjis-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.tjis-footer__links a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f99f3a;
  opacity: 0.6;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.tjis-footer__links a:hover {
  color: #f99f3a;
  transform: translateX(4px);
}

.tjis-footer__links a:hover::before {
  opacity: 1;
}

.tjis-footer__contact {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.tjis-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.tjis-footer__contact a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}

.tjis-footer__contact a:hover {
  color: #f99f3a;
}

.tjis-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(249, 159, 58, 0.15);
  color: #f99f3a;
  font-size: 14px;
}

.tjis-footer__fb {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  line-height: 0;
  margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.tjis-footer__fb iframe {
  display: block;
  width: 100%;
  min-height: 260px;
  border: none;
}

.tjis-footer__fb-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.tjis-footer__fb-link:hover {
  color: #f99f3a;
}

.tjis-footer__contact-bar {
  position: relative;
  z-index: 1;
  padding: 28px 0 32px;
  background: rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tjis-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.tjis-footer__contact-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}

.tjis-footer__contact-value {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

a.tjis-footer__contact-value:hover {
  color: #f99f3a;
}

.tjis-footer__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.tjis-footer__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.tjis-footer__btn--primary {
  background: #f99f3a;
  color: #052059;
  border: 1px solid #f99f3a;
}

.tjis-footer__btn--primary:hover {
  background: #fff;
  border-color: #fff;
  color: #052059;
  transform: translateY(-2px);
}

.tjis-footer__btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.tjis-footer__btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #f99f3a;
  color: #f99f3a;
  transform: translateY(-2px);
}

.tjis-footer__bottom {
  position: relative;
  z-index: 1;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tjis-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.tjis-footer__copy,
.tjis-footer__tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.tjis-footer__tagline {
  text-align: right;
}

@media (max-width: 767px) {
  .tjis-footer__main {
    padding: 48px 0 36px;
  }

  .tjis-footer__logo img {
    width: 255px;
    max-width: 255px;
    height: auto;
  }

  .tjis-footer__about {
    max-width: none;
  }

  .tjis-footer__heading {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .tjis-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .tjis-footer__tagline {
    text-align: center;
  }

  .tjis-footer__actions {
    flex-direction: column;
    align-items: center;
  }

  .tjis-footer__btn {
    justify-content: center;
    width: 100%;
    max-width: 280px;
  }

  .tjis-footer__fb iframe {
    min-height: 220px;
  }

  .tjis-footer__contact-bar {
    padding: 24px 0 28px;
  }
}

@media (max-width: 575px) {
  .tjis-footer__main .row > [class*="col-6"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
