/*********************************************************************************
	IBOSD Custom Color Theme & Branding
	This file overrides the default template colors with IBOSD branding
	Update the color values below to match IBOSD.org exact colors
**********************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Orbitron:wght@400..900&display=swap');

:root {
  /* IBOSD Primary Colors - Deep navy theme */
  --ibosd-primary: #0A2540;        /* Primary brand color */
  --ibosd-primary-dark: #081C30;   /* Darker shade for hover states */
  --ibosd-primary-light: #1F3B57;  /* Lighter shade for backgrounds */
  --ibosd-secondary: #144A6B;      /* Secondary/accent color */
  --ibosd-secondary-dark: #0F3650; /* Darker secondary */
  --ibosd-secondary-light: #2C6A90; /* Lighter secondary */
  --ibosd-accent: #F2A65A;         /* Accent color for highlights */
  --ibosd-accent-dark: #D48A43;    /* Darker accent */
  
  /* Override template primary colors with IBOSD colors */
  --color-primary: var(--ibosd-primary);
  --color-secondary: var(--ibosd-secondary);
  --color-tertiary: var(--ibosd-accent);
  
  /* Text and background colors */
  --ibosd-text-dark: #0B1B2B;
  --ibosd-text-light: #5D6B7A;
  --ibosd-bg-light: #F5F7FA;
  --ibosd-bg-white: #FFFFFF;
}


/* Primary Color Overrides */
.color-primary {
  color: var(--ibosd-primary) !important;
}

.bg-color-primary {
  background-color: var(--ibosd-primary) !important;
}

.bg-primary-color {
  background: var(--ibosd-primary) !important;
}

/* Button Styles */
.edu-btn {
  background: var(--ibosd-primary);
  border-color: var(--ibosd-primary);
  color: #ffffff;
  transition: all 0.3s ease;
}

.edu-btn:hover {
  background: var(--ibosd-primary-dark);
  border-color: var(--ibosd-primary-dark);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
}

.edu-btn.btn-secondary {
  background: var(--ibosd-secondary);
  border-color: var(--ibosd-secondary);
  font-weight: 500;
}
.edu-btn.btn-secondary:hover {
  background: var(--ibosd-secondary-dark);
  border-color: var(--ibosd-secondary-dark);
  box-shadow: 0 4px 12px rgba(20, 74, 107, 0.3);
}

.edu-btn.btn-light {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
}

.edu-btn.btn-light:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: white;
  color: white;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

/* Header/Navigation */
.edu-header.header-style-2 {
  background: var(--ibosd-primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.edu-header.header-transparent {
  background: var(--ibosd-primary);
  backdrop-filter: none;
}

.edu-header.header-sticky.sticky {
  background-color: var(--ibosd-primary) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.header-brand {
      column-gap: 5px;
}

.header-title-block {
  color: #ffffff;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.3;
   
  
}

.edu-header .logo a img {
    max-height: 190px;
    /* margin: 0px 0px; */
}
.edu-header.header-sticky.sticky {
   
    height: 80px;
   
}
.edu-header.header-sticky.sticky .header-title-lines {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
}
.edu-header.header-sticky.sticky .header-tagline {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 2px;
  max-width: 360px;
}


.header-title-lines {
     font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
    letter-spacing: 1px;
 
}

.header-tagline {
         margin-top: 3px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.35;
    /* letter-spacing: -.1px; */
    text-align: left;
}

.footer-brand{
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-title-lines{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer-tagline{
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.35;
}

.edu-footer .logo img.logo-light {
     width: 365px;
    max-width: none;
    height: auto;
    max-height: 150px;
}

@media (max-width: 991px) {
  .edu-footer .logo img.logo-light {
    width: 76px;
  }
}

.ibosd-form-card{
  background: #ffffff;
  border: 1px solid rgba(10, 37, 64, 0.12);
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(10, 37, 64, 0.06);
  margin-bottom: 24px;
}
.ibosd-form-card h5{
  color: var(--ibosd-primary);
  font-weight: 700;
}
.ibosd-form-card .form-check{
  margin-bottom: 10px;
}

/* ATP profile: single checkbox per delivery mode (avoid theme + Bootstrap double box) */
.atp-delivery-mode-checkboxes .form-check-input {
  opacity: 0 !important;
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  cursor: pointer;
}
.atp-delivery-mode-checkboxes .form-check-label {
  padding-left: 34px !important;
  position: relative !important;
  cursor: pointer;
  margin-bottom: 0;
}

/* ATP Portal Dashboard – equal-height cards */
.atp-dashboard-cards .col-lg-4.d-flex {
  align-items: stretch;
}
.atp-dashboard-card {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 2px 8px rgba(10, 37, 64, 0.04);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.atp-dashboard-card .atp-card-title {
  color: #092540;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.atp-dashboard-card .atp-card-number {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary, var(--ibosd-primary, #0A2540));
  margin: 0 0 8px 0;
}
.atp-dashboard-card .atp-card-subtitle {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.atp-dashboard-card .atp-card-icon {
  font-size: 48px;
  color: var(--color-primary, var(--ibosd-primary, #0A2540));
  line-height: 1;
}
.atp-dashboard-card .atp-card-actions-wrap {
  padding-top: 8px;
}
.atp-dashboard-recent {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 2px 8px rgba(10, 37, 64, 0.04);
}

.header-style-2 .mainmenu-nav .mainmenu {
  justify-content: flex-end;
}

.header-style-2 .mainmenu-nav .mainmenu > li > a {
  color: #ffffff;
}

.header-style-2 .mainmenu-nav .mainmenu > li > a:hover,
.header-style-2 .mainmenu-nav .mainmenu > li > a.active {
  color: #f2c14f !important;
}

.header-style-2 .mainmenu-nav .mainmenu li.has-droupdown > a::after {
  color: #ffffff;
  right: 2px;
}

.header-style-2 .mainmenu-nav .mainmenu li.has-droupdown:hover > a::after {
  color: #f2c14f;
}

/* Section Titles */
.section-title .pre-title {
  color: var(--ibosd-primary);
}

.section-title .title {
 
      color: var(--ibosd-text-dark);
    font-size: 30px;
    
}
.title-whychoose
  {
 
      color: var(--ibosd-text-dark);
    font-size: 26px;
    
}

/* Links */
a {
  color: var(--ibosd-primary);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--ibosd-primary-dark);
}

/* Service Cards */
.service-card:hover {
  border-color: var(--ibosd-primary);
}

.service-card .icon {
  color: var(--ibosd-primary);
}

.service-card:hover .icon {
  background: var(--ibosd-primary);
  color: #ffffff;
}

/* Course Cards */
.eduvibe-course-card:hover {
  border-color: var(--ibosd-primary);
}

.eduvibe-course-card .course-price {
  color: var(--ibosd-primary);
}

/* Footer */
.edu-footer {
  background: var(--ibosd-primary);
}

.edu-footer .widget-title {
  color: #ffffff;
}

.edu-footer a:hover {
  color: var(--ibosd-primary-light);
}

/* Banner/Hero Section */
.banner-style-2 .pre-title {
  color: var(--ibosd-primary);
}

/* Testimonials */
.testimonial-item .icon {
  color: var(--ibosd-primary);
}

/* Forms */
.form-control:focus {
  border-color: var(--ibosd-primary);
  box-shadow: 0 0 0 0.2rem rgba(30, 58, 138, 0.25);
}

/* Badges */
.badge-primary {
  background: var(--ibosd-primary);
  color: #ffffff;
}

/* Progress Bars */
.progress-bar {
  background: var(--ibosd-primary);
}

/* Pagination */
.pagination .page-item.active .page-link {
  background: var(--ibosd-primary);
  border-color: var(--ibosd-primary);
}

.pagination .page-link:hover {
  color: var(--ibosd-primary);
  border-color: var(--ibosd-primary);
}

/* Accordion */
.edu-accordion-button:not(.collapsed) {
  color: var(--ibosd-primary);
}

.edu-accordion-button:not(.collapsed)::after {
  color: var(--ibosd-primary);
}

/* Logo Styling */
.logo img {
  max-height: 50px;
  width: auto;
  transition: opacity 0.3s ease;
}

.logo img:hover {
  opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .logo img {
    max-height: 40px;
  }
}

/* Student Banner Section */
.student-banner-area {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: radial-gradient(1200px 700px at 30% 25%, rgba(255,255,255,0.96), transparent 60%),
  radial-gradient(1000px 600px at 75% 30%, rgba(170,197,219,0.3), transparent 65%),
  linear-gradient(
    135deg,
    rgba(10,37,64,0.04) 0%,
    rgba(170,197,219,0.25) 50%,
    #FFFFFF 100%
  );
}
.edu-section-gap {
    padding: 60px 0 !important;
}
.student-banner-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
  z-index: 1;
}

.student-banner-area .container {
  position: relative;
  z-index: 2;
}

.student-banner-content .stat-item {
  flex: 0 0 auto;
}

.student-banner-image .image-wrapper {
  position: relative;
}

.student-banner-image img {
  transition: transform 0.3s ease;
}

.student-banner-image:hover img {
  transform: scale(1.02);
}

.success-badge {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991px) {
  .student-banner-area {
    padding: 60px 0;
  }
  
  .student-banner-content .title {
    font-size: 36px !important;
  }
  
  .student-banner-content .stat-number {
    font-size: 32px !important;
  }
  
  .student-banner-image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .student-banner-content .title {
    font-size: 28px !important;
  }
  
  .student-banner-content .description {
    font-size: 16px !important;
  }
  
  .student-stats {
    gap: 20px !important;
  }
  
  .banner-buttons {
    flex-direction: column;
  }
  
  .banner-buttons .edu-btn {
    width: 100%;
    text-align: center;
  }
}

/* Custom IBOSD Brand Elements */
.ibosd-gradient {
  background: linear-gradient(135deg, var(--ibosd-primary) 0%, var(--ibosd-secondary) 100%);
}

.ibosd-text-gradient {
  background: linear-gradient(135deg, var(--ibosd-primary) 0%, var(--ibosd-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* About Section */
.ibosd-about-integrated .section-title .pre-title {
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--ibosd-primary);
}

.ibosd-about-integrated .section-title .title {
  font-size: 36px;
  color: var(--ibosd-primary);
}

.ibosd-about-summary {
  margin-top: 20px;
  font-size: 16px;
  color: var(--ibosd-text-light);
  line-height: 1.8;
}

.ibosd-about-summary p {
  margin-bottom: 12px;
}

.ibosd-about-extended {
  margin-top: 60px;
}

.ibosd-about-grid {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.ibosd-card {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 5px;
  padding: 28px;
  box-shadow: 0 16px 30px rgba(10, 37, 64, 0.06);
  height: 100%;
}

.ibosd-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--ibosd-primary);
}

.ibosd-card p {
  margin-bottom: 12px;
  color: var(--ibosd-text-light);
}

.ibosd-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 12px;
}

.ibosd-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: var(--ibosd-text-light);
}

.ibosd-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: var(--ibosd-primary);
}

.ibosd-list-icons li {
  padding-left: 26px;
}

.ibosd-list-icons li::before {
  content: none;
}

.ibosd-list-icons li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 14px;
  color: var(--ibosd-primary);
  background: rgba(20, 74, 107, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ibosd-purpose-grid {
  display: grid;
  gap: 24px;
}

.ibosd-purpose-card {
  background: #ffffff;
  border: 1px solid rgba(10, 37, 64, 0.10);
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 18px 34px rgba(10, 37, 64, 0.10);
}

.ibosd-purpose-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.ibosd-purpose-icon {
   width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #092540;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 6px 14px rgba(10, 37, 64, 0.12);
  color: #fff;
}
.feature-style-5 .edu-feature-list .icon {
   
    background: #092540;
    border-radius: 5px;
}
.ibosd-purpose-card h3 {
  color: var(--ibosd-primary);
  font-size: 22px;
  margin-bottom: 0;
}

.ibosd-purpose-card p {
  color: var(--ibosd-text-light);
  margin-bottom: 12px;
}

.student-banner-area .ibosd-list li::before {
  background: var(--ibosd-secondary);
}

.service-card-4 .ibosd-service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ibosd-primary);
  border: 1px solid currentColor;
  border-radius: 5px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(6px);
  transition: 0.3s;
  pointer-events: none;
}

.service-card-4 .inner .content .title {
  color: var(--color-heading);
  transition: 0.4s;
}

.service-card-4 .ibosd-service-link i {
  font-size: 16px;
}

.service-card-4:hover .ibosd-service-link {
  opacity: 1;
  max-height: 40px;
  transform: translateY(0);
  color: #ffffff;
  pointer-events: auto;
}

.service-card-4:hover .inner .content .title {
  color: #ffffff;
}

.ibosd-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.ibosd-choose-card {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(10, 37, 64, 0.08);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.ibosd-choose-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.ibosd-choose-icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #092540;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 6px 14px rgba(10, 37, 64, 0.12);
}

.ibosd-choose-icon i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.ibosd-choose-card h4 {
  font-size: 20px;
  margin: 0px;
  color: var(--ibosd-primary);
}

.ibosd-choose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--ibosd-primary), var(--ibosd-secondary));
  opacity: 0.7;
}

.ibosd-choose-featured {
  margin-top: 16px;
  border-radius: 5px;
  padding: 28px;
  box-shadow: 0 18px 36px rgba(10, 37, 64, 0.12);
}

.ibosd-choose-card p {
      color: #092540;
    margin-bottom: 12px;
}

.ibosd-choose-card .ibosd-list-icons li i {
  background: rgba(20, 74, 107, 0.12);
  color: var(--ibosd-primary);
}

/* Tile layout for the 3-card "Why Choose" section to avoid gaps */
.ibosd-choose-layout .ibosd-choose-primary {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
}
.ibosd-choose-layout .ibosd-choose-primary > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-width: 100%;
}
.ibosd-choose-layout .ibosd-choose-primary > [class*="col-"]:nth-child(1) {
  grid-column: 1;
  /* grid-row: 1 / span 2; */
}
.ibosd-choose-layout .ibosd-choose-primary > [class*="col-"]:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.ibosd-choose-layout .ibosd-choose-primary > [class*="col-"]:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 991px) {
  .ibosd-choose-layout .ibosd-choose-primary {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .ibosd-choose-layout .ibosd-choose-primary > [class*="col-"] {
    grid-column: auto;
    grid-row: auto;
  }
}

.edu-counterup .inner .icon i {
  font-size: 42px;
  color: var(--ibosd-primary);
  line-height: 1;
}

@media (max-width: 991px) {
  .ibosd-choose-grid {
    grid-template-columns: 1fr;
  }
}
.ibosd-banner-image {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(10, 37, 64, 0.18);
}

.ibosd-banner-photo {
  display: block;
  width: 100%;
  height: auto;
}

.ibosd-banner-badge {
  top: 14px;
  right: 14px;
  background: var(--ibosd-primary);
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 5px;
  box-shadow: 0 12px 24px rgba(10, 37, 64, 0.25);
}

/* Home page responsiveness tweaks */
@media (max-width: 1199px) {
  .edu-header .logo a img {
    max-height: 140px;
  }
}
@media (max-width: 991px) {
  .edu-header .logo a img {
    max-height: 110px;
  }
}
@media (max-width: 575px) {
  .edu-header .logo a img {
    max-height: 70px;
  }
}
@media (max-width: 991px) {
  .edu-header .header-title-block {
    display: block !important;
    max-width: 170px;
  }
  .edu-header .header-title-lines {
    font-size: 11px;
    line-height: 1.1;
  }
  .edu-header .header-tagline {
    display: block;
    font-size: 9px;
    line-height: 1.1;
    margin-top: 2px;
  }
}

@media (max-width: 1100px) {
  .meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .topbar {
    align-items: flex-start;
  }
  .pill {
    min-height: auto;
    width: 100%;
    justify-content: center;
  }
  .sectionTitle {
    flex-wrap: wrap;
    text-align: center;
  }
  .sectionTitle h2 {
    font-size: 26px;
  }
}

@media (max-width: 900px) {
  .tableCard {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tableCard table {
    min-width: 720px;
  }
}

@media (max-width: 575px) {
  .edu-course-area .edu-card.card-type-3 {
    min-height: 260px;
  }
}

.ibosd-banner-badge .icon-ribbon {
  font-size: 30px;
  display: block;
  margin-bottom: 6px;
}

.ibosd-paep {
  position: relative;
  z-index: 1;
  margin: 28px 0;
}

.ibosd-mini-card {
  background: rgba(10, 37, 64, 0.06);
  border: 1px solid rgba(10, 37, 64, 0.10);
  border-radius: 5px;
  padding: 16px;
  height: 100%;
}

.ibosd-mini-card h4 {
  font-size: 16px;
  color: var(--ibosd-primary);
  margin-bottom: 8px;
}

.ibosd-mini-card p {
  color: var(--ibosd-text-light);
  margin: 0;
}

.ibosd-note {
  margin-top: 12px;
  font-weight: 600;
  color: var(--ibosd-text-dark);
}

.ibosd-matrix-section {
  background: linear-gradient(180deg, #f9f1ec 0%, #ffffff 70%);
  position: relative;
}

.ibosd-matrix-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 10%, rgba(20, 74, 107, 0.08), transparent 45%);
  pointer-events: none;
}

.ibosd-matrix {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.ibosd-matrix .section-title .pre-title {
  letter-spacing: 0.25em;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--ibosd-primary);
}

.ibosd-matrix .section-title .title {
  font-size: 40px;
  font-weight: 800;
  color: var(--ibosd-primary);
}

.ibosd-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 22px 48px rgba(10, 37, 64, 0.14);
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: #ffffff;
  padding: 48px;
  margin-top: 60px;
  position: relative;
}

.ibosd-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}

.ibosd-table th,
.ibosd-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
  vertical-align: top;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ibosd-text-dark);
}

.ibosd-table th + th,
.ibosd-table td + td {
  border-left: 1px solid rgba(10, 37, 64, 0.08);
}

.ibosd-table thead th {
  background: var(--ibosd-primary);
  color: #ffffff;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 0;
}

.ibosd-table tbody td:nth-child(1) {
  background: #f2f6fa;
  font-weight: 700;
  color: var(--ibosd-primary);
}

.ibosd-table tbody td:nth-child(2) {
  background: rgba(20, 74, 107, 0.06);
}

.ibosd-table tbody td:nth-child(3) {
  background: rgba(242, 166, 90, 0.10);
}

.ibosd-table tbody tr:last-child td {
  border-bottom: 0;
}

.ibosd-table tbody tr:hover td {
  background: rgba(20, 74, 107, 0.08);
}

@media (max-width: 991px) {
  .ibosd-matrix .section-title .title {
    font-size: 32px;
  }

  .ibosd-about-integrated .section-title .title {
    font-size: 30px;
  }

  .ibosd-about-summary {
    font-size: 15px;
  }

  .ibosd-about-extended {
    margin-top: 40px;
  }

  .ibosd-table th,
  .ibosd-table td {
    font-size: 13px;
    padding: 12px 14px;
  }

  .ibosd-table-wrap {
    padding: 24px;
  }
}

/* Soft hero background gradient for the navy theme */
.banner-style-2 {
  background-color: var(--ibosd-primary);
  background-image: none;
  overflow-x: hidden;
}

/* Hero text on dark background */
.banner-style-2 .inner .content .pre-title,
.banner-style-2 .inner .content .title,
.banner-style-2 .inner .content .description {
  color: #ffffff;
}

.banner-style-2 .inner .content .pre-title::before {
  background: rgba(255, 255, 255, 0.8);
}

/* About breadcrumb banner */
.ibosd-breadcrumb.banner-style-2 {
  background-color: var(--ibosd-primary);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100% 100%, 22px 22px, 22px 22px;
  min-height: auto;
  margin-top: 0;
  padding-top: 160px !important;
  padding-bottom: 40px;
}

.ibosd-breadcrumb .page-title .title,
.ibosd-breadcrumb .edu-breadcrumb li,
.ibosd-breadcrumb .edu-breadcrumb li a,
.ibosd-breadcrumb .edu-breadcrumb li.separator i {
  color: #ffffff;
}

.ibosd-breadcrumb .breadcrumb-inner {
  text-align: center !important;
}

.ibosd-breadcrumb .edu-breadcrumb {
  justify-content: center;
}

.edu-breadcrumb.justify-content-start {
  justify-content: center !important;
}

.edu-breadcrumb-area .breadcrumb-inner {
  text-align: center !important;
}

.edu-breadcrumb-area .edu-breadcrumb {
  justify-content: center !important;
}

.edu-breadcrumb-area .breadcrumb-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.edu-breadcrumb-area .edu-breadcrumb-nav {
  text-align: center;
  width: 100%;
}

.edu-breadcrumb-area .edu-breadcrumb {
  width: 100%;
}

.edu-breadcrumb {
  margin-left: auto;
  margin-right: auto;
}

.ibosd-breadcrumb .shape-dot-wrapper,
.ibosd-breadcrumb .shape-image {
  display: none !important;
}

.ibosd-breadcrumb .breadcrumb-inner {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ibosd-breadcrumb .page-title .title {
  font-size: 32px;
}

.ibosd-breadcrumb .edu-breadcrumb {
  margin-top: 4px;
}

/* Course search bar */
.ibosd-course-search {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e6ecf2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(13, 35, 67, 0.08);
}

.ibosd-course-search__input {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.ibosd-course-search__input i {
  font-size: 18px;
  color: var(--ibosd-primary);
}

.ibosd-course-search__input input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #0f2747;
}

.ibosd-course-search__meta {
  margin-top: 8px;
  font-size: 13px;
  color: #5d6b80;
}

/* FAQ full-width + icon */
.ibosd-faq .edu-accordion-button {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ibosd-faq .edu-accordion-button i.ri-question-line {
  font-size: 18px;
  color: var(--ibosd-primary);
  margin-top: 2px;
  flex: 0 0 auto;
}

.ibosd-faq .edu-accordion-body p,
.ibosd-faq .edu-accordion-body li {
  font-size: 16px;
  line-height: 1.7;
}

.ibosd-faq .edu-accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.ibosd-faq .edu-accordion-body ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.ibosd-faq .edu-accordion-body ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #0a2540;
  font-size: 14px;
}

.ibosd-faq .edu-accordion-body strong {
  color: inherit;
  font-weight: 400;
}

@media (max-width: 767px) {
  .ibosd-course-search {
    flex-direction: column;
    align-items: stretch;
  }

  .ibosd-course-search .edu-btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .ibosd-breadcrumb .page-title .title {
    font-size: 26px;
  }

  .ibosd-breadcrumb.banner-style-2 {
    padding-top: 104px;
    padding-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .ibosd-breadcrumb.banner-style-2 {
    padding-top: 96px;
  }
}
.ibosd-valuemap{
    --bg: #0b1220;
    --card: rgba(255,255,255,0.06);
    --card2: rgba(255,255,255,0.04);
    --border: rgba(255,255,255,0.10);
    --text: rgba(255,255,255,0.90);
    --muted: rgba(255,255,255,0.65);
    --accent: #2dd4bf;
    --accent2: #60a5fa;
    --radius: 18px;
  }

/* Use theme typography for titles and pre-titles in this section */

/* Inner page cards + icon alignment */
.edu-feature-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px;
  border-radius: 10px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(10, 37, 64, 0.06);
  height: 100%;
}

.edu-feature-list .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #092540;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(10, 37, 64, 0.12);
}

.edu-feature-list .content .title {
  margin-bottom: 6px;
}

.edu-feature-list .description {
  margin-bottom: 0;
}

.ibosd-feature-link,
.ibosd-feature-link:hover,
.ibosd-feature-link:focus,
.ibosd-feature-link:active {
  color: inherit;
  text-decoration: none;
}

.ibosd-feature-link:focus-visible {
  outline: 2px solid #092540;
  outline-offset: 2px;
}

.contact-address-card-1 .inner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 10px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(10, 37, 64, 0.06);
}

.contact-address-card-1 .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 37, 64, 0.08);
  color: var(--ibosd-primary);
  font-size: 20px;
  line-height: 1;
}

.contact-address-card-1 .content p {
  margin-bottom: 4px;
}

/* Contact page card alignment */
.contact-info .contact-address-card-1 {
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.contact-info .contact-address-card-1:hover {
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.contact-info .contact-address-card-1 .inner {
  align-items: center;
  width: 100%;
  transition: none !important;
}

.contact-info .contact-address-card-1 .inner .icon {
  margin: 0;
  border-radius: 10px;
  transition: none !important;
}

.contact-info .contact-address-card-1 .content .title {
  margin-top: 0;
  margin-bottom: 6px;
  transition: none !important;
}

.contact-info .contact-address-card-1,
.contact-info .contact-address-card-1 .inner .content p,
.contact-info .contact-address-card-1 .inner .content p a {
  transition: none !important;
}

.contact-info .contact-address-card-1:hover .inner .icon {
  background: inherit !important;
}

.contact-info .contact-address-card-1:hover .inner .content .title {
  color: var(--color-heading) !important;
}

.contact-info .contact-address-card-1:hover .inner .content p,
.contact-info .contact-address-card-1:hover .inner .content p a {
  color: var(--color-body) !important;
}

@media (max-width: 767px) {
  .edu-feature-list,
  .contact-address-card-1 .inner {
    padding: 18px;
  }

  .edu-feature-list .icon,
  .contact-address-card-1 .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 20px;
  }
}

   /* ===== Light theme override for Value Map ===== */
.ibosd-valuemap--light{
  --text: var(--ibosd-text-dark);
  --muted: var(--ibosd-text-light);
  --border: rgba(10, 37, 64, 0.12);
  --card: var(--ibosd-bg-white);
  --card2: rgba(255,255,255,0.90);
  --accent: var(--ibosd-accent);
  --accent2: var(--ibosd-secondary);
  --brand: var(--ibosd-primary);
  --line: rgba(10, 37, 64, 0.12);
  --chip: rgba(10, 37, 64, 0.06);
  --soft: rgba(10, 37, 64, 0.04);
  --ok: var(--ibosd-accent);
  --radius: 5px;
}

.banner-style-2 .banner-bg img.girl-bg {
    
    filter: contrast(0.5);
}
.eduvibe-home-five-progress {
    background-image: none;
    background: radial-gradient(1200px 700px at 30% 25%, rgba(255,255,255,0.96), transparent 60%),
  radial-gradient(1000px 600px at 75% 30%, rgba(170,197,219,0.3), transparent 65%),
  linear-gradient(
    135deg,
    rgba(10,37,64,0.04) 0%,
    rgba(170,197,219,0.25) 50%,
    #FFFFFF 100%
  );
}
.about-style-3 {
    background-image: none;
    background: radial-gradient(1200px 700px at 30% 25%, rgba(255,255,255,0.96), transparent 60%),
  radial-gradient(1000px 600px at 75% 30%, rgba(170,197,219,0.3), transparent 65%),
  linear-gradient(
    135deg,
    rgba(10,37,64,0.04) 0%,
    rgba(170,197,219,0.25) 50%,
    #FFFFFF 100%
  );
}
.service-card-single:first-child::after {
  
    filter: contrast(0.5);
}
.service-card-single:last-child::after {
   filter: contrast(0.5);
   
}
.service-card-7.shape-bg-3 .inner .icon {
    background: #134a6b;
}
.feature-style-6 .edu-feature-list .content p {
    margin-bottom: 0px;
}
.feature-style-5 .edu-feature-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eduvibe-home-two-blog {
    /* background-image: url(../images/bg/home-two-blog.jpg); */
    position: relative;
    background-image: none;
}
.valuemap-head h2 {
    font-size: 40px;
}
.bg-color-themeblue {
   background: #092540 !important; 
}
.eduvibe-home-two-event {
    background-image: none;
    background: radial-gradient(1200px 700px at 30% 25%, rgba(255,255,255,0.96), transparent 60%),
  radial-gradient(1000px 600px at 75% 30%, rgba(170,197,219,0.3), transparent 65%),
  linear-gradient(
    135deg,
    rgba(10,37,64,0.04) 0%,
    rgba(170,197,219,0.25) 50%,
    #FFFFFF 100%
  );
}
.eduvibe-home-two-testimonial {
    background-image:none;
}
.bg-gradienttheme {
    background-image: none;
    background: radial-gradient(1200px 700px at 30% 25%, rgba(255,255,255,0.96), transparent 60%),
  radial-gradient(1000px 600px at 75% 30%, rgba(170,197,219,0.3), transparent 65%),
  linear-gradient(
    135deg,
    rgba(10,37,64,0.04) 0%,
    rgba(170,197,219,0.25) 50%,
    #FFFFFF 100%
  );
}
/* Category above course name: smaller, gray; course name larger, bold */
.course-category {
    font-size: 13px;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 6px;
    line-height: 1.35;
}
.edu-course-area .edu-card .inner .content .title {
    font-size: 17px;
    font-weight: 700;
    color: var(--ibosd-text-dark, #0a2540);
    margin-top: 0;
    line-height: 1.35;
}
.edu-course-area .edu-card .inner .content .title a {
    color: inherit;
}
.edu-course-area .edu-card .inner .content .title a:hover {
    color: var(--ibosd-primary, #092540);
}
.edu-course-area .edu-card .card-top{
    display: none;
}

.edu-course-area .edu-card .thumbnail{
    position: relative;
    background: var(--ibosd-primary);
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: visible;
    margin-bottom: 0px;
}
.edu-card.card-type-3 .inner .content {
    padding: 15px;
}
.edu-course-area .edu-card .thumbnail img{
    display: none;
}
.edu-course-area .edu-card .thumbnail::after{
        content: "";
    width: 120px;
    height: 120px;
    background: url("../images/logo/logo.png") no-repeat center;
    background-size: contain;
    /* opacity: 0.9; */
}
 .edu-course-area .edu-card .thumbnail .top-position{
    z-index: 2;
 }
 .edu-course-area .edu-card .thumbnail .top-position.left-bottom{
    left: auto;
    right: 12px;
    top: auto;
    bottom: -12px;
 }
 .edu-course-area .edu-card .thumbnail .eduvibe-status{
    font-size: 12px;
background: #aac5db; }
 .edu-course-area .edu-card .thumbnail .eduvibe-status{
    box-shadow: 0 6px 14px rgba(9, 37, 64, 0.25);
    border: 1px solid rgba(255,255,255,0.25);
 }
/* Category (school name) in thumbnail badge - allow wrapping, max 2 lines */
.edu-course-area .edu-card .thumbnail .eduvibe-status.course-badge-category {
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
    font-size: 11px;
    padding: 7px 8px;
    display: inline-block;
}
.edu-course-area .edu-card .thumbnail .top-position.left-top {
    max-width: calc(100% - 16px);
}
 .edu-card.card-type-3 .inner .content .card-top {
    
    margin-bottom: 0px;
}
@media (max-width: 767px){
    .edu-course-area .edu-card .thumbnail{
        min-height: 120px;
    }
    .edu-course-area .edu-card .thumbnail::after{
        width: 72px;
        height: 72px;
    }
    .edu-course-area .edu-card .thumbnail .eduvibe-status{
        font-size: 11px;
        padding: 3px 8px;
    }
}
.edu-card.card-type-3 .inner .content .title {
    margin-bottom: 20px;
    font-size: 16px;
}
.edu-course-area .edu-card.card-type-3{
    min-height: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.edu-course-area .edu-card.card-type-3 .inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.edu-course-area .edu-card.card-type-3 .inner .content{
    flex: 1;
}
@media (max-width: 767px){
    .edu-course-area .edu-card.card-type-3{min-height: 300px;}
}
.wrap{max-width:1320px; margin:0 auto; padding:28px 18px 0px;}
    .topbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: nowrap;
    padding: 18px 18px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(8px);
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(11,27,43,0.06);
    }
    .pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 5px;
    background: var(--ibosd-primary);
    border: 1px solid var(--line);
    color: #ffffff;
    white-space: normal;
    max-width: 100%;
    min-height: 120px;
}
    .dot{
      width:8px; height:8px; border-radius:999px;
      background: var(--accent);
      box-shadow: 0 0 0 4px rgba(242,166,90,0.20);
    }

    .hero{
      margin-top:18px;
      padding:18px;
      border-radius: var(--radius);
      border:1px solid var(--line);
      background: rgba(255,255,255,0.78);
      box-shadow: 0 10px 30px rgba(11,27,43,0.05);
    }
    .heroGrid{
      display:grid;
      grid-template-columns: 1fr;
      gap:14px;
    }
    @media (max-width: 900px){
      .heroGrid{grid-template-columns:1fr}
      .pill{justify-content:center}
      .meta{grid-template-columns: repeat(2, minmax(0, 1fr));}
      .metaCard .label{font-size:16px}
      .metaCard .metaIcon{
        width:28px;
        height:28px;
        font-size:16px;
      }
      .metaCard .value{font-size:16px}
    }
   
    .callout{
           border-left: 4px solid var(--accent);
    padding: 12px 12px 12px 14px;
    background: rgb(9 37 64);
    border-radius: 5px;
    border: 1px solid var(--line);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    }
    .callout strong{color:#fff}
    .meta{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:12px;
      width: 100%;
    }
    .metaCard{
      padding:12px;
      border-radius:5px;
      border:1px solid var(--line);
      background: #fff;
    }
    .metaCard .label{
          color: #092540;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    }
    .metaCard .metaIcon{
          width: 36px;
    height: 36px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(9 37 64);
    border: 1px solid var(--line);
    color: #ffffff;
    font-size: 20px;
    flex: 0 0 24px;
    padding: 10px;
    }
    .metaCard .value{
      font-weight:700;
      color:var(--brand);
      font-size: 18px;
    }
    @media (max-width: 768px){
      .meta{grid-template-columns:1fr}
      .metaCard{padding:10px}
      .metaCard .label{font-size:14px}
      .metaCard .value{font-size:15px}
      .callout{font-size:14px}
      .topbar{
        flex-direction: column;
        align-items: stretch;
      }
      .topbar .section-title,
      .topbar .pill{
        width: 100%;
      }
      .pill{
        min-height: auto;
        justify-content: center;
      }
    }
    /* Table */
    .sectionTitle {
    color: #fff;
    background: #092540;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0px;
    /* font-size: 20px; */
}
.sectionTitle h2{
   
        font-size: 20px;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
}
    .hint{
      color:var(--muted);
    }
    .tableCard{
      border:1px solid var(--line);
      border-radius: var(--radius);
      overflow:hidden;
      background:#fff;
      box-shadow: 0 10px 30px rgba(11,27,43,0.05);
      padding: 20px;
      
    }
    .tableCard table {
    width:100%;
    border-collapse:collapse;
    background: #092540;
    border-radius: 5px;
    margin: 0px;
   }
     .tableCard table thead th
    {
      text-align:left;
      padding:14px 14px;
       background: #092540;
      border:1px solid #fff;

       color: #fff;
       font-size: 20px;
       text-transform: uppercase;
    }
    .tableCard tbody td
    {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    font-weight: 500;
    color: #fff;
    }
    .tableCard tbody tr:hover{
      /* background: rgba(246,249,252,0.7); */
    }
    .tableCard .colNo{width:58px; color:#fff; font-weight:700}
    .tableCard .colAspect{width:28%;}
    .tableCard .colTraditional{width:36%;}
    .tableCard .colIbosd{width:36%;}
    .tableCard .badge{
          display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 5px;
    background: var(--ibosd-primary);
    border: 1px solid var(--line);
    color: #ffffff;
    white-space: nowrap;
    font-size: 20px;
    
    }
    .tableCard .badge .mini{
      width:7px; height:7px; border-radius:999px;
      background: var(--ok);
      box-shadow: 0 0 0 4px rgba(15,118,110,0.12);
    }
    @media (max-width: 900px){
      .tableCard{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
      .tableCard table{min-width: 720px;}
    }
    @media (max-width: 600px){
      .tableCard{padding:12px;}
      .tableCard table thead th{font-size:14px; padding:10px;}
      .tableCard tbody td{font-size:13px; padding:8px 10px;}
    }

    /* Footer statement */
    .footerNote{
      margin-top:16px;
      border:1px solid var(--line);
      background: rgba(255,255,255,0.78);
      border-radius: var(--radius);
      padding:16px 18px;
      display:flex;
      gap:12px;
      align-items:flex-start;
      box-shadow: 0 10px 30px rgba(11,27,43,0.05);
    }
    .footerIcon{
          width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgb(9 37 64);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #ffffff;
    flex: 0 0 auto;
    }
    .footerNote p
    {    
    margin: 0;
    color: #092540;
    font-size: 20px;
  }
    .footerNote p strong{color:var(--brand)}


  .edu-slick-button .slick-dots li button {background: rgb(0 0 0 / 50%);}
    
.mainmenu-nav .mainmenu li.has-droupdown .submenu {
    min-width: 210px;
    height: auto;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 20px 0;
    transition: 0.3s;
    background-color: #092540;
    box-shadow: 1px 4px 14px rgb(255 255 255 / 40%);
    border: none;
    border-radius: 5Px;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
    display: block;
    color: #ffffff;
    margin: 0 10px;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
    color: #aac5db !important;
    background: var(--color-darker);
}
.edu-card.card-type-3 .inner .thumbnail .top-position.left-bottom {
    left: 30px;
    bottom: 10px;
}
.eduvibe-status.status-03 {
    color: #092540;
    font-size: 14px;
    font-weight: 600;
     height: inherit;
     line-height: 25px;
    padding: 0 15px;
    background: #aac5db;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid var(--color-white);
}
.edu-card.card-type-3 .card-hover-action .content-top .top-status-bar .eduvibe-status {
    background: rgb(170 197 219);
    border: 0 none;
    line-height: 33px;
}
.footer-style-default .footer-top {
    padding: 60px 0;
    /* border-bottom: 1px solid #ccc; */
}
.edu-blog.blog-type-2 .inner .content .title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.edu-blog.blog-type-2 .inner .content {
    padding: 30px;
    background: #f9f9f9;
}
.footer-style-default .description {
        color: var(--color-white);
    margin: 10px 10px 20px;
    /* margin-bottom: 20px; */
}
.accordion-style-1 .edu-accordion-body {
    
    padding: 30px 0PX;
}

.ibosd-accredit-logo-section {
    padding: 34px 0 14px;
    background: #ffffff;
}

.ibosd-accredit-logo-wrap {
    text-align: center;
}

.ibosd-accredit-logo-wrap img {
    width: 100%;
    max-width: 330px;
    height: auto;
    display: inline-block;
}

/* Index course list view (left logo + right course lines) */
.ibosd-course-source {
    display: none !important;
}

.ibosd-course-list-view {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ibosd-level-block {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 24px;
    border: 1px solid #d8e3ef;
    border-radius: 12px;
    background: #ffffff;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(9, 37, 64, 0.08);
}

.ibosd-level-left {
    background: #092540;
    border-radius: 10px;
    color: #ffffff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ibosd-level-left img {
    width: 100%;
    max-width: 140px;
    height: auto;
}

.ibosd-level-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.ibosd-level-heading {
    margin: 0 ;
    color: #092540;
    font-size: 24px;
    line-height: 1.3;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8e3ef;
}

.ibosd-course-lines {
        margin: 0;
    padding-left: 20px;
    width: 100%;
}

.ibosd-course-line {
    color: #092540;
}

.ibosd-course-line + .ibosd-course-line {
    margin-top: 10px;
}

.ibosd-course-link {
       color: #092540;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
}

.ibosd-course-link:hover {
    color: var(--ibosd-primary);
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .ibosd-level-block {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .ibosd-level-heading {
        font-size: 20px;
    }

    .ibosd-course-link {
        font-size: 16px;
    }
}

/* Roadmap section */
.ibosd-roadmap-main-box {
    background: #ffffff;
    border: 1px solid #d8e3ef;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(9, 37, 64, 0.08);
    margin-top: 16px;
    position: relative;
    overflow: hidden;
}

.ibosd-roadmap-main-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--ibosd-primary), var(--ibosd-secondary));
    opacity: 0.7;
}

.ibosd-roadmap-main-intro {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.65;
    color: #415167;
}

.ibosd-roadmap-intro {
    max-width: 1100px;
    margin: 10px auto 10px;
}

.ibosd-roadmap-intro p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #415167;
    text-align: center;
}

.ibosd-roadmap-intro--left {
    margin: 8px 0 0;
}

.ibosd-roadmap-intro--left p {
    text-align: left;
    font-size: 16px;
    line-height: 1.65;
}

.ibosd-roadmap-card {
    background: #ffffff;
    border: 1px solid #d8e3ef;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 10px 24px rgba(9, 37, 64, 0.08);
}

.ibosd-roadmap-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.ibosd-roadmap-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #092540;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 42px;
}

.ibosd-roadmap-header h4 {
    margin: 0;
    color: #092540;
    font-size: 24px;
    line-height: 1.35;
}

.ibosd-roadmap-card p {
    margin: 0 0 12px;
    color: #415167;
}

.ibosd-roadmap-card--compact {
    padding: 18px;
}

.ibosd-roadmap-card--compact .ibosd-roadmap-header {
    margin-bottom: 8px;
}

.ibosd-roadmap-card--compact .ibosd-roadmap-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 16px;
}

.ibosd-roadmap-card--compact .ibosd-roadmap-header h4 {
    font-size: 20px;
    line-height: 1.35;
}

.ibosd-roadmap-card--compact p {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.55;
}

.ibosd-roadmap-card--compact .ibosd-list li {
    font-size: 15px;
    line-height: 1.55;
}

.ibosd-empower-line {
    font-size: 20px;
    color: #092540;
    text-align: center;
}

.ibosd-why-compact {
    padding: 20px;
}

.ibosd-why-compact .ibosd-choose-card-header {
    gap: 10px;
    margin-bottom: 8px;
}

.ibosd-why-compact .ibosd-choose-icon {
    width: 34px;
    height: 34px;
}

.ibosd-why-compact .ibosd-choose-icon i {
    font-size: 15px;
}

.ibosd-why-compact h4 {
    font-size: 18px;
}

.ibosd-why-compact .ibosd-empower-line {
       font-size: 20px;
    line-height: 1.85;
    margin: 6px 0 8px;
}

.ibosd-why-compact p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.ibosd-why-compact h5 {
        font-size: 20px;
    line-height: 1.15;
    margin: 10px 0 10px;
    /* border-bottom: 1px Solid #ccc; */
}

.ibosd-why-compact h5:not(:first-of-type) {
    margin-top: 12px;
}

/* Latest Updates / News ticker section */
.ibosd-news-area {
    background: #f2f6fb;
}

.ibosd-news-column {
    background: #ffffff;
    border: 1px solid #d8e3ef;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(9, 37, 64, 0.08);
    overflow: hidden;
}

.ibosd-news-column-header {
    padding: 18px 20px 14px;
    border-bottom: 1px solid #d8e3ef;
    background: #f7fbff;
}

.ibosd-news-column-header h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    color: #092540;
}

.ibosd-news-column-header p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #415167;
}

.ibosd-news-ticker {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.ibosd-news-track {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    animation: ibosdTickerUp 42s linear infinite;
}

.ibosd-news-item {
    background: #ffffff;
    border: 1px solid #d8e3ef;
    border-radius: 8px;
    padding: 10px;
}

.ibosd-news-item h5 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
    color: #092540;
}

.ibosd-news-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #415167;
}

.ibosd-atp-item .ibosd-atp-meta {
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
}

.ibosd-atp-item .ibosd-atp-meta li {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 1.4;
    color: #092540;
}

.ibosd-atp-item h5 {
    font-size: 15px !important;
    margin-bottom: 6px !important;
}

.ibosd-atp-item p {
    margin: 0 0 4px;
}

.ibosd-atp-item p + p {
    margin-top: 2px;
}

.ibosd-atp-item a {
    color: var(--ibosd-primary);
    font-weight: 600;
}

.ibosd-atp-item a:hover {
    text-decoration: underline;
}

/* Employer openings + employees open to work */
.ibosd-opportunity-area {
    background: #f2f6fb;
}

.ibosd-opportunity-list {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ibosd-opportunity-item {
    border-radius: 8px;
    padding: 10px;
}

.ibosd-opportunity-item--candidate {
    position: relative;
    overflow: visible;
    padding-right: 96px;
}

.ibosd-open-ribbon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: radial-gradient(circle at 28% 28%, #48cd87 0%, #1e9f63 55%, #137a48 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    outline: 4px dotted #2ea96f;
    outline-offset: 2px;
    box-shadow: 0 10px 18px rgba(9, 37, 64, 0.22);
    z-index: 2;
}

.ibosd-open-ribbon::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    pointer-events: none;
}

.ibosd-opportunity-item h5 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
}

.ibosd-opportunity-meta {
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
}

.ibosd-opportunity-meta li {
    font-size: 13px;
    line-height: 1.4;
    color: #092540;
    margin: 0 0 2px;
}

.ibosd-opportunity-item p {
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 1.45;
}

.ibosd-opportunity-item a {
    color: var(--ibosd-primary);
    font-weight: 600;
}

.ibosd-opportunity-item a:hover {
    text-decoration: underline;
}

.ibosd-opportunity-placeholder {
    position: relative;
    border: 1px dashed #b8cfe4;
    border-radius: 12px;
    padding: 32px 24px;
    background: linear-gradient(135deg, #f7fbff 0%, #eef5fc 100%);
    text-align: left;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.ibosd-opportunity-placeholder::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #34d399 0%, #10b981 65%, #059669 100%);
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.25);
}

.ibosd-opportunity-placeholder--jobs::before {
    background: radial-gradient(circle at 30% 30%, #60a5fa 0%, #3b82f6 65%, #2563eb 100%);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.ibosd-opportunity-placeholder__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    background: #092540;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 7px 12px;
}

.ibosd-opportunity-placeholder h5 {
    margin: 0;
    font-size: 26px;
    line-height: 1.25;
    color: #0f2747;
}

.ibosd-opportunity-placeholder p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #3b4e65;
    max-width: 520px;
}

@keyframes ibosdTickerUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .ibosd-roadmap-main-box {
        padding: 18px;
    }

    .ibosd-roadmap-main-intro {
        font-size: 15px;
    }

    .ibosd-roadmap-intro p {
        font-size: 16px;
    }

    .ibosd-roadmap-intro--left p {
        font-size: 15px;
    }

    .ibosd-roadmap-header h4 {
        font-size: 20px;
    }

    .ibosd-open-ribbon {
        width: 66px;
        height: 66px;
        top: 8px;
        right: 8px;
        font-size: 9px;
        outline-width: 3px;
    }

    .ibosd-roadmap-card--compact .ibosd-roadmap-header h4 {
        font-size: 18px;
    }

    .ibosd-why-compact {
        padding: 16px;
    }

    .ibosd-why-compact h5 {
        font-size: 28px;
    }

    .ibosd-news-column-header h4 {
        font-size: 20px;
    }

    .ibosd-news-ticker {
        height: 420px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ibosd-news-ticker {
        height: auto;
    }

    .ibosd-news-track {
        animation: none;
    }
}
.second_banner_header {
    font-size: 28px !important;
    margin-bottom: 5px !important;
}

.ibosd-highlight-note {
    color: #f6cd42 !important;
    font-weight: 600;
}

.font-16 {
    font-size: 16px !important;
}

/* Courses updating soon page */
.ibosd-courses-coming-area {
    background: linear-gradient(180deg, #f3f7fc 0%, #ffffff 100%);
}

.ibosd-courses-coming-hero {
    max-width: 900px;
    margin: 0 auto 14px;
}

.ibosd-courses-coming-hero .pre-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f2747;
    color: #ffffff;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.ibosd-courses-coming-hero h1 {
    margin: 0 0 12px;
    font-size: 44px;
    line-height: 1.15;
    color: #092540;
}

.ibosd-courses-coming-hero p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.75;
    color: #415167;
}

.ibosd-courses-coming-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #d8e3ef;
    border-radius: 16px;
    padding: 32px 28px;
    min-height: 260px;
    box-shadow: 0 16px 34px rgba(9, 37, 64, 0.08);
    overflow: hidden;
}

.ibosd-courses-coming-card::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.ibosd-courses-coming-card--all::after {
    background: radial-gradient(circle at 30% 30%, #60a5fa 0%, #3b82f6 65%, #2563eb 100%);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.ibosd-courses-coming-card--category::after {
    background: radial-gradient(circle at 30% 30%, #34d399 0%, #10b981 65%, #059669 100%);
    box-shadow: 0 10px 24px rgba(5, 150, 105, 0.28);
}

.ibosd-courses-coming-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #092540;
    color: #ffffff;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
}

.ibosd-courses-coming-card h3 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.25;
    color: #0f2747;
}

.ibosd-courses-coming-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #3b4e65;
    max-width: 520px;
}

@media (max-width: 991px) {
    .ibosd-courses-coming-hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .ibosd-courses-coming-hero h1 {
        font-size: 28px;
    }

    .ibosd-courses-coming-hero p {
        font-size: 16px;
        line-height: 1.65;
    }

    .ibosd-courses-coming-card {
        padding: 24px 20px;
        min-height: 220px;
    }

    .ibosd-courses-coming-card h3 {
        font-size: 26px;
    }

    .ibosd-courses-coming-card p {
        font-size: 15px;
        line-height: 1.65;
    }
}

/* ===========================
   MEMBERSHIP REGISTRATION FORM
   =========================== */

.registration-section {
    padding: 100px 0;
}

.registration-form-container {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 750px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .registration-form-container {
        padding: 30px 20px;
    }
}

/* Form Progress */
.form-progress {
    margin-bottom: 60px;
}

.progress-bar {
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 40px;
}

.progress-fill {
    height: 100%;
    background: var(--ibosd-primary);
    transition: width 0.4s ease;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.step {
    flex: 1;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.step.active {
    opacity: 1;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e8eef7;
    color: #999;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    margin: 0 auto 10px;
    transition: all 0.3s ease;
}

.step.active .step-number {
    background: var(--ibosd-primary);
    color: white;
}

.step-label {
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.step.active .step-label {
    color: var(--ibosd-primary);
    font-weight: 600;
}

/* Form Steps */
.form-step {
    display: none;
    animation: fadeIn 0.3s ease;
}

.form-step.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-step-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--ibosd-primary);
    margin-bottom: 8px;
}

.form-step-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

/* Form Groups */
.form-group {
    margin-bottom: 0;
}

.form-group label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.form-group label .required,
.form-label .required {
    color: #d32f2f;
    display: inline;
    margin-left: 2px;
    vertical-align: middle;
    line-height: 1;
}

.form-group label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-group label:not(:has(input[type="checkbox"])) {
    display: block;
    margin-bottom: 8px;
}

.form-group label:not(:has(input[type="checkbox"])) .required {
    display: inline;
    margin-left: 2px;
}

/* Keep label text and required asterisk on one line and aligned */
.form-group .form-label,
.form-group label.form-label {
    display: block;
    margin-bottom: 8px;
}

.form-group .form-label .required,
.form-group label.form-label .required {
    display: inline;
    margin-left: 2px;
    vertical-align: middle;
    line-height: 1;
}

/* Custom checkbox styling */
.form-group label input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-top: 3px;
    cursor: pointer;
    accent-color: var(--ibosd-primary, #0A2540);
    vertical-align: middle;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    
}

.form-group label input[type="checkbox"]:hover {
    opacity: 0.8;
}

.form-group label span {
    display: block;
    line-height: 1.5;
}

.form-group label input[type="checkbox"]:focus-visible {
    outline: 2px solid var(--ibosd-primary, #0A2540);
    outline-offset: 2px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 5px 8px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    height: 50px;
}

/* Form Control Sizing */
.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    font-family: inherit;
}

.form-control:focus {
    outline: none;
    border-color: var(--ibosd-primary);
    background: white;
    box-shadow: 0 0 0 4px rgba(10, 37, 64, 0.08);
}

.form-control-lg {
    padding: 16px 18px;
    font-size: 15px;
    min-height: 50px;
}

.form-control-lg:focus {
    outline: none;
    border-color: var(--ibosd-primary);
    background: white;
    box-shadow: 0 0 0 4px rgba(10, 37, 64, 0.08);
}

.form-control.error {
    border-color: #d32f2f;
    background: #fff5f5;
}

/* Country dropdown: fixed height with overflow scroll (Employer, Member registration, profile) */
.country-select-scroll {
    max-height: 220px;
    overflow-y: auto;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--ibosd-primary);
    background: white;
    box-shadow: 0 0 0 4px rgba(10, 37, 64, 0.08);
}

.form-group input.error,
.form-group select.error {
    border-color: #d32f2f;
    background: #fff5f5;
}

.form-group label input[type="checkbox"].error {
    border: 2px solid #d32f2f;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}

.error-message {
    color: #d32f2f;
    font-size: 12px;
    margin-top: 5px;
    display: none;
    font-weight: 500;
}

.error-message:not(:empty),
.error-message.show {
    display: block;
}

/* File Upload */
.file-upload {
    border: 2px dashed var(--ibosd-primary);
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f9fbff;
}

.file-upload:hover {
    background: #f0f4f8;
    border-color: var(--ibosd-primary-dark);
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload i {
    font-size: 32px;
    color: var(--ibosd-primary);
    display: block;
    margin-bottom: 10px;
}

.file-upload p {
    color: var(--ibosd-primary);
    font-weight: 600;
    margin-bottom: 5px;
}

.file-help {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* Info Box */
.info-box {
    background: #e3f2fd;
    border-left: 4px solid var(--ibosd-primary);
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 13px;
    color: #0A2540;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-box i {
    flex-shrink: 0;
    font-size: 16px;
}

/* Verification Options */
.verification-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.option-radio {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-radio input[type="radio"] {
    width: auto;
    margin-right: 15px;
    cursor: pointer;
}

.option-radio:hover {
    border-color: var(--ibosd-primary);
    background: #f9fbff;
}

.option-radio input:checked ~ .option-content {
    color: var(--ibosd-primary);
}

.option-radio:has(input:checked) {
    border-color: var(--ibosd-primary);
    background: #f0f4f8;
}

.option-content {
    flex: 1;
}

.option-content strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.option-content p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Student Section */
.student-section {
    background: #f0f7ff !important;
    border-left: 4px solid var(--ibosd-primary);
}

.student-section .form-group input {
    background: white;
}

/* Review Section */
.review-section {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.review-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.review-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.review-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--ibosd-primary);
    margin-bottom: 15px;
}

.review-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 8px 0;
}

.review-detail .label {
    font-weight: 600;
    color: #666;
}

.review-detail .value {
    color: #333;
    text-align: right;
    font-weight: 500;
}

/* Form Navigation */
.form-navigation {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.btn {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-primary {
    background: var(--ibosd-primary);
    color: white;
}

.btn-primary:hover:not(:disabled) {
    background: var(--ibosd-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.2);
}

.btn-secondary {
    background: #f0f0f0;
    color: #333;
}

.btn-secondary:hover:not(:disabled) {
    background: #e0e0e0;
}

.btn-secondary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-outline {
    background: white;
    color: var(--ibosd-primary);
    border: 2px solid var(--ibosd-primary);
    padding: 8px 16px;
    font-size: 12px;
}

.btn-outline:hover {
    background: var(--ibosd-primary);
    color: white;
}

.btn-large {
    width: 100%;
    padding: 14px;
    font-size: 16px;
}

.btn-sm {
    padding: 8px 16px;
    font-size: 12px;
}

/* Responsive Form Styling */
@media (max-width: 768px) {
    .form-navigation {
        flex-direction: column-reverse;
    }
    
    .form-navigation .btn {
        width: 100%;
    }
    
    .form-progress {
        margin-bottom: 40px;
    }
    
    .progress-steps {
        gap: 8px;
    }
    
    .step-number {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }
    
    .step-label {
        font-size: 11px;
    }
    
    .form-step-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .form-step-desc {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .registration-form-container {
        padding: 20px 15px;
    }
    
    .row.g-4 {
        gap: 1rem !important;
    }
    
    .verification-options {
        gap: 12px;
    }
    
    .option-radio {
        padding: 15px 15px;
    }
    
    .btn {
        padding: 12px 20px;
    }
    
    .btn-large {
        padding: 12px;
        font-size: 14px;
    }
}

/* Utility Classes for Spacing */
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }

.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }

.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-100 { padding-top: 100px; }
.pt-120 { padding-top: 120px; }

.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-50 { padding-bottom: 50px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }

.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; }
.p-40 { padding: 40px; }

/* Background Color Utilities */
.bg-white { background-color: white; }
.bg-light { background-color: #f9f9f9; }
.bg-light-blue { background-color: #f0f4f8; }

/* Border Utilities */
.rounded { border-radius: 6px; }
.rounded-lg { border-radius: 10px; }

/* Text Alignment */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }


/* Responsive */
/* ===========================
   MEMBER DASHBOARD
   =========================== */

.dashboard-section {
    padding: 100px 0;
    background: #fafafa;
    position: relative;
}

/* Dashboard Header */
.dashboard-header {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.member-greeting {
    display: flex;
    align-items: center;
    gap: 20px;
}

.member-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--ibosd-primary);
    color: white;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.member-name {
    font-size: 26px;
    font-weight: 700;
    color: var(--ibosd-primary);
    margin-bottom: 5px;
}

.member-tier {
    font-size: 14px;
    color: #666;
    margin-bottom: 3px;
}

.member-id {
    font-size: 12px;
    color: #999;
}

.header-actions-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.header-actions-group .btn {
    padding: 12px 24px;
}

/* Dashboard Grid */
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.dashboard-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.dashboard-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.dashboard-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--ibosd-primary);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-card.full-width {
    grid-column: 1 / -1;
}

/* Status Card */
.status-card .status-badge {
    display: inline-block;
    padding: 8px 16px;
    background: #4caf50;
    color: white;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
}

.status-badge.expired {
    background: #f44336;
}

.status-detail {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.status-detail:last-child {
    border-bottom: none;
}

.status-detail .label {
    font-weight: 600;
    color: #666;
}

.status-detail .value {
    color: var(--ibosd-primary);
    font-weight: 600;
}

.status-detail .countdown {
    color: #4caf50;
}

/* Certificates Card */
.certificate-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.certificate-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid var(--ibosd-primary);
}

.certificate-item i {
    font-size: 32px;
    color: var(--ibosd-primary);
    flex-shrink: 0;
}

.cert-info {
    flex: 1;
}

.cert-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
    font-size: 14px;
}

.cert-date {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.certificate-item .btn {
    flex-shrink: 0;
}

/* Articles Card */
.dashboard-card.articles-card h3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.articles-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.articles-header h3 {
    margin: 0;
}

.articles-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    flex-wrap: wrap;
}

.tab-btn {
    background: none;
    border: none;
    padding: 8px 15px;
    color: #666;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-btn.active {
    color: var(--ibosd-primary);
    border-bottom-color: var(--ibosd-primary);
}

.articles-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.article-item {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid var(--ibosd-primary);
}

.article-title {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
}

.article-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.article-meta .status {
    display: inline-block;
    padding: 4px 10px;
    background: #e8eef7;
    color: var(--ibosd-primary);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.article-meta .status.published {
    background: #c8e6c9;
    color: #2e7d32;
}

.article-meta .status.draft {
    background: #fff9c4;
    color: #f57f17;
}

.article-meta .date {
    font-size: 12px;
    color: #999;
}

.article-actions {
    display: flex;
    gap: 15px;
}

.article-actions .link {
    color: var(--ibosd-primary);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.article-actions .link:hover {
    color: var(--ibosd-primary-dark);
    text-decoration: underline;
}

/* Settings Card */
.settings-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.setting-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.setting-item:last-child {
    border-bottom: none;
}

.setting-item:hover {
    background: #f9f9f9;
    color: var(--ibosd-primary);
}

.setting-item i {
    font-size: 18px;
    flex-shrink: 0;
}

.setting-item i:last-child {
    margin-left: auto;
    font-size: 16px;
}

/* Benefits Card */
.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefit-item {
  display: flex;
  align-items: center;
  /* gap: 12px; */
   padding: 0; 
  font-size: 15px;
  color: #333;
}

.benefit-item i {
    color: #4caf50;
    font-size: 18px;
    flex-shrink: 0;
}

/* Support Card */
.support-section {
    margin-top: 60px;
}

.support-card {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-top: 4px solid var(--ibosd-primary);
}

.support-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--ibosd-primary);
    margin-bottom: 12px;
}

.support-card p {
    color: #666;
    margin-bottom: 25px;
}

.support-contact {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.support-contact .btn {
    padding: 12px 24px;
}

/* User Menu */
.user-menu {
    display: flex;
    gap: 15px;
    align-items: center;
}

.user-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(10, 37, 64, 0.1);
    border-radius: 50%;
    color: var(--ibosd-primary);
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.user-link:hover {
    background: var(--ibosd-primary);
    color: white;
}

/* Modal Backdrop */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background: white;
    padding: 40px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--ibosd-primary);
    margin-bottom: 15px;
}

.modal-content p {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.modal-actions {
    display: flex;
    gap: 12px;
}

.modal-actions .btn {
    flex: 1;
    padding: 12px;
}

/* =====================================================
   MEMBERSHIP PAGE - ESSENTIAL STYLES ONLY
===================================================== */

/* Qualification Bodies Grid */
.bodies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.body-item {
    background: var(--ibosd-primary);
    border: none;
    border-radius: 6px;
    padding: 14px 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.body-item:hover {
    background: var(--ibosd-primary-dark);
    box-shadow: 0 6px 16px rgba(10, 37, 64, 0.2);
    transform: translateY(-3px);
}

.body-content strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 1px;
}

.body-content small {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

/* Timeline */
.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    position: relative;
}

.timeline-step {
    flex: 1;
    text-align: center;
    position: relative;
}

.timeline-step .step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--ibosd-primary) 0%, var(--ibosd-secondary) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.timeline-step .step-icon {
    font-size: 48px;
    color: var(--ibosd-primary);
    margin-bottom: 15px;
}

.timeline-step .step-title {
    font-weight: 700;
    font-size: 16px;
    color: var(--ibosd-primary);
    margin-bottom: 10px;
}

.timeline-step .step-desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.5;
}

.timeline-step .step-time {
    font-size: 12px;
    color: var(--ibosd-primary);
    font-weight: 600;
    background: #f0f4f8;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

.timeline-connector {
    flex: 0 0 30px;
    height: 2px;
    background: var(--ibosd-primary);
    margin: 25px -15px;
    display: none;
}

@media (min-width: 768px) {
    .timeline-connector {
        display: block;
    }
}

@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
        gap: 30px;
    }
    
    .bodies-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Notice Box */
.notice-box {
    background: rgba(10, 37, 64, 0.05);
    border-left: 4px solid var(--ibosd-primary);
    border-radius: 4px;
    padding: 20px;
    display: flex;
    gap: 16px;
}

.notice-box i {
    font-size: 24px;
    color: var(--ibosd-primary);
    flex-shrink: 0;
}

.notice-box strong {
    color: var(--ibosd-primary);
}

/* Payment Cards */
.payment-method-card {
    background: white;
    border: 2px solid #e8ecf1;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.payment-method-card:hover {
    border-color: var(--ibosd-primary);
    box-shadow: 0 8px 25px rgba(10, 37, 64, 0.1);
    transform: translateY(-5px);
}

.payment-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--ibosd-primary) 0%, var(--ibosd-secondary) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.payment-icon i {
    font-size: 28px;
    color: white;
}

.payment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

.payment-list li {
    padding: 8px 0;
    color: #666;
    font-size: 14px;
}

.payment-list li i {
    margin-right: 8px;
    color: var(--ibosd-primary);
}

.bank-details-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .bank-details-container {
        grid-template-columns: 1fr;
    }
    
    .payment-method-card {
        padding: 24px 16px;
    }
}

/* =====================================================
   UNIFIED TIER COMPARISON TABLE STYLES
===================================================== */

/* Table Overall Styling */
.tier-comparison-table {
    background: white;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    overflow: hidden;
}

.tier-comparison-table thead th {
    background: linear-gradient(135deg, var(--ibosd-primary) 0%, var(--ibosd-secondary) 100%);
    color: white;
    font-weight: 700;
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
    border: none;
    font-size: 17px;
}

.tier-comparison-table thead th.highlight {
    background: linear-gradient(135deg, var(--ibosd-primary) 0%, var(--ibosd-primary-dark) 100%);
    color: white;
    position: relative;
}

.tier-comparison-table thead th.premium {
    background: linear-gradient(135deg, var(--ibosd-accent) 0%, var(--ibosd-accent-dark) 100%);
    color: var(--ibosd-primary);
}

.tier-subtitle {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.popular-badge,
.premium-badge {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.popular-badge {
    background: rgba(255, 255, 255, 0.25);
    color: white;
}

.premium-badge {
        background: rgb(13 47 75);
    color: white;
}

/* Table Body Styling */
.tier-comparison-table tbody td {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f0f2f5;
    font-size: 15px;
    color: var(--ibosd-text-light);
}

.tier-comparison-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--ibosd-text-dark);
    padding-left: 18px;
}

.tier-comparison-table tbody td.highlight {
    background: rgba(10, 37, 64, 0.03);
}

.tier-comparison-table tbody td.premium {
    background: rgba(242, 166, 90, 0.05);
}

/* Pricing Row */
.pricing-row td {
    padding: 16px 12px;
    font-weight: 600;
    background: rgba(10, 37, 64, 0.02);
}

.price-display {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: var(--ibosd-primary);
    line-height: 1;
    margin-bottom: 4px;
}

.pricing-row .period {
    display: block;
    font-size: 13px;
    color: var(--ibosd-text-light);
    font-weight: 500;
}

.pricing-row td.highlight .price-display,
.pricing-row td.premium .price-display {
    color: var(--ibosd-primary);
}

/* Requirements Row */
.requirements-row td {
    padding: 12px;
    font-size: 14px;
    line-height: 1.5;
    background: rgba(10, 37, 64, 0.02);
}

/* Section Dividers */
.section-divider td {
    background: linear-gradient(135deg, rgba(10, 37, 64, 0.08) 0%, rgba(20, 74, 107, 0.08) 100%);
    color: var(--ibosd-primary);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 18px;
    text-align: left;
    border-top: 2px solid var(--ibosd-primary);
}

/* Icons */
.tier-comparison-table .text-success {
    color: #28a745 !important;
    font-size: 20px;
}

.tier-comparison-table .text-danger {
    color: #dc3545 !important;
    font-size: 20px;
}

/* CTA Row */
.cta-row td {
    padding: 18px 12px;
    background: rgba(10, 37, 64, 0.02);
    border-bottom: none;
}

.cta-row .edu-btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
}

/* Table Wrapper */
.tier-table-wrapper {
    box-shadow: 0 4px 20px rgba(10, 37, 64, 0.08);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Responsive Table */
@media (max-width: 1200px) {
    .tier-comparison-table thead th {
        font-size: 13px;
        padding: 20px 12px;
    }

    .tier-subtitle {
        font-size: 10px;
    }

    .price-display {
        font-size: 20px;
    }

    .tier-comparison-table tbody td {
        font-size: 12px;
        padding: 14px 10px;
    }

    .tier-comparison-table tbody td:first-child {
        padding-left: 16px;
    }

    .section-divider td {
        padding: 10px 16px;
        font-size: 12px;
    }

    .cta-row .edu-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
}

@media (max-width: 768px) {
    .tier-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tier-comparison-table {
        min-width: 800px;
    }

    .tier-comparison-table thead th {
        font-size: 11px;
        padding: 16px 8px;
    }

    .tier-subtitle {
        font-size: 9px;
    }

    .popular-badge,
    .premium-badge {
        font-size: 8px;
        padding: 3px 8px;
    }

    .price-display {
        font-size: 18px;
    }

    .pricing-row .period {
        font-size: 10px;
    }

    .tier-comparison-table tbody td {
        font-size: 11px;
        padding: 12px 8px;
    }

    .tier-comparison-table tbody td:first-child {
        padding-left: 12px;
        font-size: 11px;
    }

    .section-divider td {
        padding: 8px 12px;
        font-size: 11px;
    }

    .requirements-row td {
        font-size: 11px;
        padding: 12px 8px;
    }

    .cta-row .edu-btn {
        font-size: 11px;
        padding: 8px 10px;
    }

    .tier-comparison-table .text-success,
    .tier-comparison-table .text-danger {
        font-size: 16px;
    }
}
input.jf-skill-set-cb {
  position: relative;
  height: 20px !important;
}
label.skill-set-option {
  margin: 0px;
  height: 30px;
  padding: 0px;
}
.emp-dash-tabs {
  display: flex; list-style: none; padding: 0; margin: 0; gap: 12px; flex-wrap: wrap;
}
.emp-dash-tabs .nav-item { margin: 0; }
.emp-tab-link {
  display: inline-flex; align-items: center; gap: 8px;
  height: 55px; line-height: 55px; padding: 0 28px;
  border-radius: 5px; font-size: 16px; font-weight: 700;
  color: #092540; background: #eef2f7; border: none;
  text-decoration: none; transition: all .3s ease; cursor: pointer;
  font-family: var(--font-primary);
}
.emp-tab-link:hover { background: #dde1e6; color: #092540; text-decoration: none; }
.emp-tab-link.active { background: #092540; color: #fff; }
.emp-tab-link.active:hover { background: #0b3a5e; color: #fff; }
.emp-tab-link i { font-size: 20px; }

/* Avatar circle */
.emp-avatar {
  width: 90px; height: 90px; border-radius: 50%; background: #092540;
  color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2.2rem;
}

/* Match theme input sizes inside dashboard forms */
.tab-content .rwt-dynamic-form .form-group input,
.tab-content .rwt-dynamic-form .form-group select {
  background: #F5F5F5;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 26px;
  height: 60px;
  border: 2px solid transparent;
  color: var(--color-heading);
}
.tab-content .rwt-dynamic-form .form-group input:focus,
.tab-content .rwt-dynamic-form .form-group select:focus {
  border-color: var(--color-primary);
}
.tab-content .rwt-dynamic-form .form-group select[multiple] {
  height: auto;
  min-height: 140px;
  padding: 12px 30px;
}
.ibosd-multiselect-dropdown .dropdown-toggle::after { margin-left: auto; }
.skill-set-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px 0;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.skill-set-option:hover { background: #f0f0f0; }
.skill-set-option input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  cursor: pointer;
  opacity: 1 !important;
  position: relative !important;
  accent-color: var(--color-primary, #092540);
}
.skill-set-option .skill-set-option-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
}
.tab-content .rwt-dynamic-form .form-group textarea {
  background: #F5F5F5;
  padding: 17px 30px;
  min-height: 160px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  border: 2px solid transparent;
  color: var(--color-heading);
}
.tab-content .rwt-dynamic-form .form-group textarea:focus {
  border-color: var(--color-primary);
}

/* Job cards */
.job-post-card {
  background: #fff; border: 1px solid #e8e8e8; border-radius: 10px;
  padding: 28px 30px; margin-bottom: 20px; transition: box-shadow .2s;
  position: relative;
}
.job-post-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.job-post-card h5 { color: #092540; font-weight: 700; font-size: 1.6rem; margin-top: 5px; }
.job-post-card .job-meta { list-style: none; padding: 0; margin: 0 0 0px 0; }
.job-post-card .job-meta li {    
   font-size: 14px;
  color: #444;
  margin-bottom: 4px;
  margin-top: 0px; }
.job-post-card .job-meta li strong { color: #092540; }
.job-post-card .job-desc { font-size: 14px; color: #555; margin-bottom: 14px; }
.job-post-card .job-tags { margin-bottom: 14px; }
.job-post-card .job-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }

/* Badges */
.badge-open { background: #28a745; color: #fff; padding: 5px 14px; border-radius: 20px; font-size: 14px; font-weight: 600; }
.badge-closed { background: #dc3545; color: #fff; padding: 5px 14px; border-radius: 20px; font-size: 14px; font-weight: 600; }
.badge-skill { background: #e8f4fd; color: #092540; padding: 4px 12px; border-radius: 20px; font-size: 14px; display: inline-block; margin: 2px 3px 2px 0; font-weight: 500; }
.badge-type { background: #f0f0f0; color: #092540; padding: 4px 12px; border-radius: 20px; font-size: 14px; display: inline-block; margin: 2px 3px 2px 0; font-weight: 600; }

/* Action links in job card */
.job-action-link {
  font-size: 15px; font-weight: 600; cursor: pointer;
  text-decoration: none; transition: color .2s; padding: 8px 16px;
  border-radius: 5px; border: 1px solid #d8dfe7; background: #fff; color: #092540;
  display: inline-flex; align-items: center; gap: 5px;
}
.job-action-link:hover { background: #092540; color: #fff; border-color: #092540; text-decoration: none; }
.job-action-link.danger:hover { background: #dc3545; border-color: #dc3545; color: #fff; }

/* Student cards */
.student-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; padding: 24px; transition: box-shadow .2s; }
.student-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.student-card h6 { color: #092540; font-weight: 700; margin-bottom: 5px; font-size: 1.1rem; }
.student-card .meta { font-size: 16px; color: #666; }

/* Spin loader */
.spin { animation: spin 1s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ===========================
   LOGIN PAGES (Member + Employer)
   =========================== */
.login-form-box {
    background: #fff;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.login-form-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.login-form-message-hidden { display: none !important; }

/* ===========================
   MEMBERSHIP REGISTRATION (moved from inline / style blocks)
   =========================== */
/* Form validation messages */
.registration-form-container .error,
.form-group .error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}
.registration-form-container .error:not(:empty),
.form-group .error.show {
    display: block;
}
.form-group .is-invalid { border-color: #dc3545; }
.form-group .is-valid { border-color: #28a745; }
.form-step { display: none; }
.form-step.active { display: block; }
.form-progress .step.active .step-number {
    background: var(--ibosd-primary) !important;
    color: white !important;
}
#form-message.form-message-submit {
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    display: none;
}
#form-message.form-message-submit.show { display: block; }

/* Progress bar (registration steps) */
.form-progress .progress-bar-wrap {
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    margin-bottom: 20px;
}
.form-progress .progress-fill {
    height: 100%;
    background: var(--ibosd-primary);
    transition: width 0.3s;
}
.form-progress .progress-steps .step {
    text-align: center;
    flex: 1;
}
.form-progress .step-number {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 auto 5px;
}
.form-progress .step.active .step-number {
    background: var(--ibosd-primary);
    color: white;
}
.form-progress .step:not(.active) .step-number {
    background: #e0e0e0;
    color: #666;
}

/* Payment summary card */
.payment-summary-card {
    background: #f8f9fa;
    padding: 1.25rem 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.payment-summary-title {
    color: var(--ibosd-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.payment-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}
.payment-summary-row:last-child { margin-bottom: 0; }
.payment-summary-label {
    font-weight: 600;
    color: #374151;
    flex-shrink: 0;
    min-width: 140px;
}
.payment-summary-value { color: #1a1a1a; text-align: right; }
.payment-summary-row-link { align-items: center; }
.payment-summary-link-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
}
.payment-summary-input {
    flex: 1;
    min-width: 200px;
    max-width: 100%;
    height: 38px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}
.payment-summary-copy-btn {
    background: var(--ibosd-primary) !important;
    border-color: var(--ibosd-primary) !important;
    flex-shrink: 0;
    height: 38px;
    padding: 0.4rem 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.review-payment-link-input { max-width: 320px; }
.btn-copy-link.review-copy { background: var(--ibosd-primary) !important; border-color: var(--ibosd-primary) !important; }

/* Review section boxes */
.review-item.review-item-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
.option-radio.option-radio-box {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
}
#paymentSummaryBox.hide-until-selected { display: none; }
#studentSection.hide-until-selected { display: none; }
#fmTierFields.hide-until-selected { display: none; }
.member-legal-consent {
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    background: #f8fafc;
}
.member-legal-consent .form-check {
    padding-left: 1.8rem;
}
.member-legal-consent .form-check-input {
    margin-top: 0.25rem;
}
.member-legal-consent .form-check-label {
    color: #334155;
}
.member-legal-consent .form-check-label a {
    color: var(--ibosd-primary);
    font-weight: 600;
}

.member-declaration-check {
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    background: #f8fafc;
}
.member-declaration-check .form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    padding-left: 0;
}
.member-declaration-check .form-check-input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0.18rem 0 0;
    border: 2px solid #94a3b8;
    border-radius: 4px;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    opacity: 1 !important;
    cursor: pointer;
    position: relative;
}
.member-declaration-check .form-check-input:checked {
    border-color: var(--ibosd-primary);
    background: var(--ibosd-primary);
}
.member-declaration-check .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.member-declaration-check .form-check-label {
    padding-left: 0;
    line-height: 1.5;
    color: #1f2937;
    font-weight: 600;
    cursor: pointer;
}
.member-declaration-check .form-check-label::before,
.member-declaration-check .form-check-label::after {
    content: none !important;
    display: none !important;
}
.member-declaration-check .form-check-label .required {
    color: #d32f2f;
}

.about-style-4 .gallery-wrapper {
  position: relative;
  text-align: center;
  margin-right: 0px;
  margin-left: 0;
  z-index: 2;
}

/* PAEP modal (home page) */
body.ibosd-paep-modal-open {
  overflow: hidden;
}

.ibosd-paep-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ibosd-paep-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.ibosd-paep-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(242, 166, 90, 0.14), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(20, 74, 107, 0.26), transparent 48%),
    rgba(8, 20, 34, 0.78);
  backdrop-filter: blur(4px);
}

.ibosd-paep-modal__dialog {
  position: relative;
  width: min(780px, calc(100% - 28px));
  margin: 4vh auto;
  max-height: 90vh;
  overflow: auto;
  background: linear-gradient(165deg, #ffffff 0%, #f4f8fb 100%);
  border: 1px solid rgba(10, 37, 64, 0.18);
  border-radius: 14px;
  box-shadow: 0 28px 60px rgba(4, 17, 30, 0.35);
  outline: none;
}

.ibosd-paep-modal__close {
  position: sticky;
  top: 10px;
  float: right;
  margin: 10px 10px 0 0;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 37, 64, 0.08);
  color: #0a2540;
  font-size: 18px;
  line-height: 1;
  z-index: 2;
}

.ibosd-paep-modal__close:hover {
  background: rgba(10, 37, 64, 0.16);
}

.ibosd-paep-modal__header {
  margin: 12px 12px 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0a2540 0%, #16466a 100%);
  color: #fff;
}

.ibosd-paep-modal__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ibosd-paep-modal__title {
  margin: 10px 0 6px;
  font-size: 24px;
  color: #fff;
}

.ibosd-paep-modal__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.ibosd-paep-modal__body {
  padding: 16px 18px 20px;
}

.ibosd-paep-modal__section {
  margin-bottom: 16px;
}

.ibosd-paep-modal__section h5 {
  margin-bottom: 8px;
  font-size: 18px;
  color: #0a2540;
}

.ibosd-paep-modal__section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ibosd-paep-modal__section li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
  font-size: 15px;
  color: #2a3f56;
  line-height: 1.5;
}

.ibosd-paep-modal__section li::before {
  content: "\ea6d";
  font-family: remixicon !important;
  position: absolute;
  left: 0;
  top: 1px;
  color: #0f4b73;
  font-size: 16px;
}

.ibosd-paep-modal__meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 16px;
}

.ibosd-paep-modal__meta-card {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(10, 37, 64, 0.14);
  background: #ffffff;
}

.ibosd-paep-modal__meta-card h6 {
  margin-bottom: 4px;
  color: #0a2540;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ibosd-paep-modal__meta-card p {
  margin: 0;
  font-size: 14px;
  color: #425870;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .ibosd-paep-modal__dialog {
    width: calc(100% - 20px);
    margin: 2vh auto;
    max-height: 94vh;
  }

  .ibosd-paep-modal__header {
    margin: 10px 10px 0;
    padding: 14px;
  }

  .ibosd-paep-modal__title {
    font-size: 21px;
  }

  .ibosd-paep-modal__body {
    padding: 12px;
  }

  .ibosd-paep-modal__meta-grid {
    grid-template-columns: 1fr;
  }
}

/* Certificate verification page */
.ibosd-cert-section {
  padding: 80px 0;
  min-height: calc(100vh - 400px);
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.ibosd-cert-container {
  max-width: 700px;
  margin: 0 auto;
}

.ibosd-cert-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
}

.ibosd-cert-header {
  text-align: center;
  margin-bottom: 35px;
}

.ibosd-cert-header h2 {
  margin-bottom: 10px;
  color: #0a2540;
  font-size: 28px;
  font-weight: 700;
}

.ibosd-cert-header p {
  margin: 0;
  color: #666666;
  font-size: 15px;
}

.ibosd-cert-info {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  background: #f0f7ff;
  border: 1px solid #2196f3;
  border-left: 4px solid #2196f3;
  border-radius: 6px;
  padding: 15px;
  color: #1565c0;
  font-size: 13px;
  margin-bottom: 22px;
}

.ibosd-cert-tabs {
  display: flex;
  gap: 15px;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 24px;
}

.ibosd-cert-tab {
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #999999;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  transition: all 0.3s ease;
}

.ibosd-cert-tab:hover,
.ibosd-cert-tab.is-active {
  color: #0a2540;
}

.ibosd-cert-tab.is-active {
  border-bottom-color: #0a2540;
}

.ibosd-cert-form {
  display: none;
}

.ibosd-cert-form.is-active {
  display: block;
}

.ibosd-cert-field {
  margin-bottom: 22px;
}

.ibosd-cert-field label {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.ibosd-cert-field input {
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-size: 14px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.ibosd-cert-field input:focus {
  outline: none;
  border-color: #0a2540;
  box-shadow: 0 0 0 3px rgba(10, 37, 64, 0.1);
}

.ibosd-cert-submit {
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: #0a2540;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  transition: all 0.3s ease;
}

.ibosd-cert-submit:hover {
  background: #051a2f;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(10, 37, 64, 0.2);
}

.ibosd-cert-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.ibosd-cert-loader {
  margin-top: 18px;
  text-align: center;
}

.ibosd-cert-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0a2540;
  border-radius: 50%;
  display: inline-block;
  animation: ibosdCertSpin 1s linear infinite;
}

@keyframes ibosdCertSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ibosd-cert-error {
  margin-top: 20px;
  border: 1px solid #ef5350;
  border-radius: 6px;
  background: #ffebee;
  color: #d32f2f;
  padding: 15px;
}

.ibosd-cert-result-wrap {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 2px solid #e8e8e8;
}

.ibosd-cert-result-card {
  border-radius: 10px;
  border-left: 4px solid #4caf50;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  padding: 25px;
}

.ibosd-cert-result-card.is-expired {
  border-left-color: #f57c00;
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.ibosd-cert-result-card.is-invalid {
  border-left-color: #d32f2f;
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
}

.ibosd-cert-status-badge {
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #4caf50;
  color: #ffffff;
}

.ibosd-cert-status-badge.is-expired {
  background: #f57c00;
}

.ibosd-cert-status-badge.is-invalid {
  background: #d32f2f;
}

.ibosd-cert-result-title {
  margin-bottom: 15px;
  color: #1b5e20;
  font-size: 18px;
  font-weight: 700;
}

.ibosd-cert-result-card.is-expired .ibosd-cert-result-title {
  color: #e65100;
}

.ibosd-cert-result-card.is-invalid .ibosd-cert-result-title {
  color: #b71c1c;
}

.ibosd-cert-result-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  font-size: 14px;
}

.ibosd-cert-result-row:last-child {
  border-bottom: 0;
}

.ibosd-cert-result-label {
  font-weight: 600;
}

.ibosd-cert-result-value {
  color: #1b5e20;
  font-weight: 700;
  text-align: right;
}

.ibosd-cert-result-card.is-expired .ibosd-cert-result-value {
  color: #e65100;
}

.ibosd-cert-result-card.is-invalid .ibosd-cert-result-value {
  color: #b71c1c;
}

.ibosd-cert-result-time {
  margin-top: 18px;
  text-align: center;
  color: #8d8d8d;
  font-size: 12px;
}

.ibosd-cert-proof {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.ibosd-cert-proof-item {
  text-align: center;
  color: #999999;
  font-size: 12px;
}

.ibosd-cert-proof-item i {
  display: block;
  margin-bottom: 5px;
  color: #0a2540;
  font-size: 20px;
}

@media (max-width: 767px) {
  .ibosd-cert-card {
    padding: 30px 20px;
  }

  .ibosd-cert-header h2 {
    font-size: 22px;
  }

  .ibosd-cert-tabs {
    flex-wrap: wrap;
  }

  .ibosd-cert-result-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .ibosd-cert-result-value {
    text-align: left;
  }
}
p.description.ibosd-highlight-note.sal-animate {
    background: #f3a65a;
    padding: 15px;
    border-radius: 5px;
    color: #000 !important;
    margin: 20px 0px 30px !important;
    font-size: 18px !important;
}
.banner-style-2 .inner .content .description-2 {
   
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
   background: #ffef70;
    padding: 15px;
    border-radius: 5px;
    color: #323232 !important;
    margin: 20px 0px 30px !important;
    font-size: 18px !important;
}
.feature-style-5 .edu-feature-list .icon {
    
    margin-right: 0px; 
}
.footer-style-default .edu-footer-widget .footer-link li:hover a {
    color: #a2a6ab;
}

/* Contact Page Form */
.contact-info-heading h4 {
  color: #0a2540;
  margin-bottom: 8px;
}

.contact-info-heading p {
  color: #4f6072;
  margin-bottom: 0;
}

.contact-form-shell {
  background: linear-gradient(165deg, #ffffff 0%, #f4f8fc 100%);
  border: 1px solid #d8e3ef;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(8, 34, 60, 0.08);
  padding: 32px 28px;
  height: 100%;
}

.contact-form-head h4 {
  color: #0a2540;
  margin-bottom: 8px;
}

.contact-form-head p {
  color: #4f6072;
  margin-bottom: 22px;
}

.contact-form-shell #contact-form.ibosd-contact-form-row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.85rem;
}

.contact-form-shell #contact-form .form-group label {
  color: #102a43;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}

.contact-form-shell #contact-form .form-control {
  border: 1px solid #c8d8e8;
  border-radius: 12px;
  background-color: #fff;
  min-height: 54px;
  color: #0f2740;
  padding: 12px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-shell #contact-form .form-control:focus {
  border-color: #0a4d8f;
  box-shadow: 0 0 0 3px rgba(10, 77, 143, 0.15);
}

.contact-form-shell #contact-form .contact-message-box {
  min-height: 150px;
  resize: vertical;
}

.contact-form-shell #contact-form .error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

.contact-form-shell #contact-form .is-invalid {
  border-color: #dc3545;
}

.contact-form-shell #contact-form .is-valid {
  border-color: #28a745;
}

#contact-form-message {
  display: none;
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

#contact-form-message i {
  margin-right: 8px;
}

.contact-form-meta {
  color: #4f6072;
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-form-meta a {
  color: #0a4d8f;
  font-weight: 600;
}

@media (max-width: 991px) {
  .contact-form-shell {
    padding: 24px 20px;
  }
}
.accordion-style-1 .edu-accordion-button {
    font-size: 18px;
    border: 0 none;
    background: transparent;
    border-top: 1px solid #EEEEEE;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    font-weight: 500;
    line-height: 32px;
    position: relative;
}

/* Home testimonial slider: one slide at a time with centered top image tile */
.ibosd-testimonial-slider {
  position: relative;
}

.ibosd-testimonial-slider .testimonial-card-box {
  padding: 0 14px 10px;
}

.ibosd-testimonial-slider .testimonial-card-box .inner {
  padding: 0;
  margin-bottom: 0;
  border-radius: 14px;
  overflow: hidden;
  /* box-shadow: 0 16px 36px rgba(9, 37, 64, 0.14); */
}

.ibosd-testimonial-slider .testimonial-card-box .inner::after {
  display: none;
}

.ibosd-testimonial-content {
  padding: 0px;
  text-align: center;
}

.edu-testimonial-activation.edu-slick-button {
    margin-bottom: 0px;
}
.ibosd-testimonial-slider .testimonial-card-box .inner .description {
      margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #102a43;
}

.ibosd-testimonial-slider .testimonial-card-box .inner .client-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.ibosd-testimonial-slider .testimonial-card-box .inner .client-info .thumbnail img {
      width: 100px;
    height: 100Px;
    max-height: 100px;
    border-radius: 100%;
}

.ibosd-testimonial-slider .testimonial-card-box .inner .rating {
  margin-bottom: 0;
}

.ibosd-testimonial-slider.edu-slick-button .slick-dots {
  position: static;
  margin: 12px 0 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .ibosd-testimonial-content {
    padding: 24px;
  }

  .ibosd-testimonial-slider .testimonial-card-box .inner .description {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 767px) {
  .ibosd-testimonial-slider .testimonial-card-box {
    padding: 0 6px 10px;
  }

  .ibosd-testimonial-content {
    padding: 20px;
  }
}
