@charset "UTF-8";
/***!  /templates/org_theme/css/custom.css  !***/

:root {
	--primary_color: #ef2732;
	--primary_color_rgb: 239, 39, 50;
	--primary_color_contrast: #FFFFFF;
	--primary_color_contrast_rgb: 255, 255, 255;

	--secondary_color: #133a73;
	--secondary_color_rgb: 19, 58, 115;
	--secondary_color_contrast: #FFFFFF;
	--secondary_color_contrast_rgb: 255, 255, 255;

	--headings_color: #133a73;
	--text_color: #68686a;
	--bg_color: #FFFFFF;

	--link_color: #133a73;
	--link_hover_color: #ef2732;

	--header_bg_color: #FFFFFF;

	--topbar_bg_color: #133a73;
	--topbar_text_color: #bfbfbf;
	--topbar_link_color: #FFFFFF;
	--topbar_link_hover_color: #ef2732;

	--logo_text_color: #ef2732;

	--menu_text_color: #133a73;
	--menu_text_hover_color: #ef2732;
	--menu_text_active_color: #ef2732;

	--menu_dropdown_bg_color: #FFFFFF;
	--menu_dropdown_text_color: #133a73;
	--menu_dropdown_text_hover_color: #ef2732;
	--menu_dropdown_text_active_color: #ef2732;

	--footer_bg_color: #133a73;
	--footer_text_color: #bfbfbf;
	--footer_link_color: #FFFFFF;
	--footer_link_hover_color: #ef2732;
}

b, strong {font-weight: bold !important;}

.single-portfolio .teaser {display: none !important;} 
.more-info-cat-type {display: none !important;}
.aie2026-slider {color:#FFF !important; margin-bottom: 20px !important;}
.bg-info {background-color: #EF2732 !important;}

/* Splash Notice Container */
.splash-notice {
  max-width: 540px;
  background: var(--bg_color);
  border: 1px solid rgba(var(--secondary_color_rgb), 0.15);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  color: var(--text_color);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  margin: 1.5rem auto;
}

.splash-notice:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.splash-notice h4 {
  color: var(--headings_color);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.splash-notice p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.mfp-close-btn-in .mfp-content .mfp-close {color: #EF2732 !important;}


.iisa-members {
  font-size: 14px;
  color: var(--text_color);
  background-color: var(--bg_color);
}

/* Style the table inside */
.iisa-members table {
  width: 100%;
  border-collapse: collapse;
}

.iisa-members th,
.iisa-members td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.iisa-members thead {
  background-color: var(--secondary_color);
  color: var(--secondary_color_contrast);
}

.iisa-members tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.iisa-members tbody tr:hover {
  background-color: #ef2732;
  transition: background-color 0.3s ease;
  color:#FFFFFF;
}

@media screen and (max-width: 768px) {
  .iisa-members thead {
    display: none;
  }

  .iisa-members tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
  }

.iisa-members tbody tr:nth-child(even) {
  background-color: #ffffff;
}



  .iisa-members tr:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
    transform: translateY(-2px);
  }

  .iisa-members td {
    display: block;
    border: none;
    position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
  }

  .iisa-members td::before {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 40%;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    color: #133a73; /* secondary navy */
    content: attr(data-label);
  }

  .iisa-members td + td {
    border-top: 1px solid #f5f5f5;
  }
}


.news-blog .sppb-articles-carousel-content .sppb-articles-carousel-introtext {font-size: 0.9rem;}


.news-blog .sppb-articles-carousel-content h3 { 
  display: -webkit-box;
  -webkit-line-clamp: 2;       
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;             
}

.news-blog .sppb-articles-carousel-content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.sp-megamenu-parent  { color: #133a73 !important;}

.offcanvas-menu .offcanvas-inner .mod-finder  {display: none !important;}
.offcanvas-menu .offcanvas-inner ul.menu > li {border-bottom: 1px solid rgba(173, 181, 189, 0.25); border-top:none; } 
.offcanvas-menu .d-flex.align-items-center.p-3.pt-4   {background: #FFF !important;}


.footer__copyright-menu {
    margin-right: 100px;           
         
}

.footer__copyright-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;           
  gap: 1.5rem;             
}

.footer__copyright-menu li {
  position: relative;
}

.footer__copyright-menu li a {
  text-decoration: none;
  color: #FFF;        
  font-weight: 500;
  padding-bottom: 4px;
  display: inline-block;
}


/* Pagination container */
.pagination-container {
  margin: 1.5rem 0;
}

/* Limit selector wrapper */
.pagination-container .limit {
  font-size: 0.9rem;
  color: #133a73;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Custom styled select */
.pagination-container .limit select {
  appearance: none; /* remove native styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 28px 6px 10px;
  border: 1px solid #133a73;
  border-radius: 4px;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='%23133a73' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 8px center;
  background-size: 12px;
  color: #133a73;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pagination-container .limit select:hover {
  border-color: #ef2732;
  box-shadow: 0 0 4px rgba(239,39,50,0.4);
}

/* Pagination list */
.pagination-list {
  gap: 0.25rem;
  justify-content: center;
}

.pagination-list .page-item .page-link {
  border: 1px solid #133a73;
  border-radius: 4px;
  padding: 6px 10px;
  color: #133a73;
  background: #fff; 
  transition: all 0.2s ease;
}

.pagination-list .page-item .page-link:hover {
  background: #ef2732;
  color: #fff;
  border-color: #ef2732;
}

.pagination-list .page-item.active .page-link {
  background: #133a73;
  color: #fff;
  border-color: #133a73;
  font-weight: 600;
}

.pagination-list .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}


/* Card styling without width constraints */
.members-directory {
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.members-directory:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transform: translateY(-4px);
}

/* Header/title */
.members-directory .page-header h2.rsdir-detail-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #133a73;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ef2732;
  padding-bottom: 0.5rem;
}

/* Section titles */
.members-directory .rsdir-detail-section-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ef2732;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

/* Table styling */
.members-directory table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.members-directory table td {
  padding: 0.75rem;
  vertical-align: top;
  border: none;
}

.members-directory .rsdir-detail-caption {
  font-weight: 600;
  color: #133a73;
}

.members-directory .rsdir-detail-value {
  margin-top: 0.25rem;
  color: #333;
}

/* Breadcrumb styling */
.members-directory nav.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 1rem;
}

.members-directory .breadcrumb-item a {
  color: #133a73;
  text-decoration: none;
}

.members-directory .breadcrumb-item.active {
  color: #ef2732;
  font-weight: 600;
}



/* Base card styling */
.iisa.ut-carousel-content-1 .ut-carouselcontent-item {
  transition: all 0.3s ease;
  border-radius: 8px; 
  box-shadow: 0 2px 6px rgba(0,0,0,0.15); 
  background-color: #fff; 
  overflow: hidden;
}

/* Hover effect */
.iisa.ut-carousel-content-1 .ut-carouselcontent-item:hover {
  transform: translateY(-6px); 
  box-shadow: 0 8px 16px rgba(0,0,0,0.25); 
}


.iisa.ut-carousel-content-1 .ut-carouselcontent-item .media-image img {
  transition: transform 0.3s ease;
}

.iisa.ut-carousel-content-1 .ut-carouselcontent-item:hover .media-image img {
  transform: scale(1.05);
}

#sp-footer .sp-module + .sp-copyright { display:none !important;}


body.com-content.view-article.itemid-326 .portfolio-text,
body.com-content.view-article.itemid-1157 .portfolio-text, body.com-content.view-article.itemid-1354 .portfolio-text  {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  transition: box-shadow .2s ease, transform .2s ease;
}


.single-portfolio .caption {
  text-align: center;
  background: var(--bg_color);              
}



/* Headings for itemid 326 */
body.com-content.view-article.itemid-326 .portfolio-header h1 { 
  font-size: 2.2rem;
  font-weight: 700;
  color: #133a73; /* brand navy */
  border-bottom: 2px solid #ef2732; /* brand red */
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

/* Headings for itemid 337 */
body.com-content.view-article.itemid-1157 .portfolio-header h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ef2732; /* brand red */
  border-bottom: 2px solid #133a73; /* brand navy */
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}


/* Headings for itemid 1354 */
body.com-content.view-article.itemid-1354.portfolio-header h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ef2732; /* brand red */
  border-bottom: 2px solid #133a73; /* brand navy */
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}




/* IISA Membership Fees Table */
.iisa-fees {
  margin: 2rem auto;
  color: #133a73; /* your brand navy */
}

.iisa-fees table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
}

.iisa-fees thead {
  background: linear-gradient(90deg, #133a73, #ef2732); /* brand gradient */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.iisa-fees th {
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
}

.iisa-fees td {
  padding: 0.9rem 1rem;
  text-align: center;
  font-size: 0.95rem;
  border-bottom: 1px solid #eaeaea;
}

.iisa-fees tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.iisa-fees tbody tr:hover {
  background-color: #f1f7ff;
  transition: background 0.3s ease;
}

.iisa-fees td:first-child {
  font-weight: 600;
  text-align: left;
  color: #133a73;
}

.iisa-fees td:last-child { 
  font-weight: 500;
  color: #ef2732;
}

.iisa-fees .table-responsive {
  overflow-x: auto;
}

@media (max-width: 768px) {
	
	
	.news-blog .sppb-articles-carousel-content  {min-height: 350px;}
	.news-blog .read-more-link {		
	  position: relative;
		
	}
	
	
.read-more-wrapper {min-height: 40px !important;}
	
  .iisa-fees table,
  .iisa-fees thead,
  .iisa-fees tbody,
  .iisa-fees th,
  .iisa-fees td,
  .iisa-fees tr {
    display: block;
  }

  .iisa-fees thead {
    display: none;
  }

  .iisa-fees tr {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.5rem;
    background: #fff;
  }

  .iisa-fees td {
    text-align: right;
    padding: 0.75rem;
    position: relative;
    min-height: 2.2rem;
  }

  /* Category column: show as heading, no ::before */
  .iisa-fees td:first-child {
    text-align: left;
    font-weight: 700;
    color: #133a73;
    font-size: 1rem;
  }
  .iisa-fees td:first-child::before {
    content: none !important;
  }

  /* Other columns: show labels */
  .iisa-fees td:not(:first-child)::before {
    content: attr(data-label);
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    color: #555;
    font-size: 0.85rem;
    white-space: nowrap;
  }

  /* Empty cells: show dash */
  .iisa-fees td:empty::after {
    content: "—";
    color: #aaa;
    font-weight: 400;
  }
}




/* Target the strat_pillars columns */
.strat_pillars {
  background: #fff; 
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect: lift like a car in motion */
.strat_pillars:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}

/* Title styling */
.strat_pillars .js-box-title {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Image styling */
.strat_pillars img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* List styling */
.strat_pillars ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.strat_pillars li {
  margin: 10px 0;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
}

.strat_pillars li i {
  color: #ef2732; 
  margin-right: 8px;
  font-size: 1.2rem;
}



.strat_pillars b {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #133a73;
  margin: 20px 0 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 10px;
}

.strat-focus.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 24px;
  margin: 40px auto;
  padding: 0 20px; 
}

.strat-focus .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.strat-focus .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}

/* Header styling */
.strat-focus .card-header {
  background: linear-gradient(135deg, #133a73, #0a1f40); /* metallic navy gradient */
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.strat-focus .card-header i {
  color: #ef2732; /* brand red accent */
  font-size: 1.4rem;
}

/* Body styling */
.strat-focus .card-body {
  padding: 20px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* Responsive: stack cards on mobile */
@media (max-width: 900px) {
  .strat-focus.cards {
    grid-template-columns: 1fr; /* stack vertically */
  }
}


/* Special styling just for the IISA Values image */
.iisa-values {
  display: block;             
  margin: 40px auto;           
  max-width: 80%;              
  height: auto;                
  border-radius: 12px;         
  box-shadow: 0 10px 25px rgba(0,0,0,0.3); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for polish */
.iisa-values:hover {
  transform: scale(1.04);
  box-shadow: 0 14px 32px rgba(0,0,0,0.4);
}

/* Responsive tweak for mobile */
@media (max-width: 600px) {
  .iisa-values {
    max-width: 95%;
    margin: 20px auto;
  }
}


.member-iisa-benefits {
  margin: 2rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: var(--bg_color);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

.member-iisa-benefits .js-box-title {
  background: var(--secondary_color);
  color: var(--secondary_color_contrast);
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 2px solid var(--primary_color);
}

.member-iisa-benefits .js-box-content {
  padding: 1.5rem;
  color: var(--text_color);
  line-height: 1.6;
}



.member-iisa-benefits .js-spoiler-title {
  background: #f9f9f9;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.member-iisa-benefits .js-spoiler-title h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--headings_color);
  margin: 0;
  flex: 1;
}

.member-iisa-benefits .js-spoiler-title:hover {
  background: rgba(var(--primary_color_rgb), 0.05);
}

.member-iisa-benefits .js-spoiler-icon {
  margin-right: 0.5rem;
  color: var(--primary_color);
  transition: transform 0.3s ease;
}

.member-iisa-benefits .js-spoiler-open .js-spoiler-icon {
  transform: rotate(90deg);
}

.member-iisa-benefits .js-spoiler-content {
  padding: 1rem;
  font-size: 0.95rem;
  color: var(--text_color);
}




.iisa-rpl {
  margin: 0.1rem 0;
  padding: 20px;
}

.iisa-rpl .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.iisa-rpl .col-md {
  flex: 1 1 100%;
  padding: 1rem;
  background: var(--bg_color);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.iisa-rpl h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--headings_color);
  margin-bottom: 0.5rem;
}

.iisa-rpl p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text_color);
  margin: 0;
}

/* Responsive: side-by-side on larger screens */
@media (min-width: 768px) {
	
	.news-blog .read-more-link {
position: absolute;
  bottom: 30px;
  }
	
		
	
  .iisa-rpl .col-md {
    flex: 1 1 calc(20% - 1.5rem); /* 5 columns with gap */
  }
}

/* Optional hover effect for interactivity */
.iisa-rpl .col-md:hover {
  border-color: var(--primary_color);
  box-shadow: 0 2px 6px rgba(var(--primary_color_rgb), 0.15);
  transition: all 0.3s ease;
}



.iisatabs {
  margin: 2rem 0;
}

/* Tab navigation */
.iisatabs .js-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-bottom: 2px solid var(--secondary_color);
  margin-bottom: 1rem;
}

.iisatabs .js-tabs-nav span {
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--menu_text_color); 
  background: var(--menu_dropdown_bg_color);
  border: 1px solid #e0e0e0;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease;
}

.iisatabs .js-tabs-nav span:hover {
background: var(--secondary_color);
  border-color: var(--secondary_color);
  color: #FFF;
}

/* Active/current tab */
.iisatabs .js-tabs-nav .js-tabs-current {
  background: var(--primary_color);
  color: #FFFFFF;
  border-color: var(--primary_color);
}

/* Tab panes */
.iisatabs .js-tabs-panes {
  background: var(--bg_color);
  border: 1px solid #e0e0e0;
  border-radius: 0 6px 6px 6px;
  padding: 1.5rem;
  color: var(--text_color);
  line-height: 1.6;

}

/* Responsive adjustments */
@media (max-width: 768px) {
  .iisatabs .js-tabs-nav {
    flex-direction: column;
  }
  .iisatabs .js-tabs-nav span {
    border-radius: 4px;
  }
}




 

/* Corporate Directory Modern Styles */
.corporate-directory #jbd-results-list-container.list-style-4 {
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
}

/* Card styling */
.corporate-directory .list-style-4 .card.result-item {
  border: none;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.corporate-directory .list-style-4 .card.result-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Logo column */
.corporate-directory .list-style-4 .col-md-3.text-center.p-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-right: 1px solid #eee;
}
.corporate-directory .list-style-4 .company-logo {
  max-height: 160px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.corporate-directory .list-style-4 .card.result-item:hover .company-logo {
  transform: scale(1.05);
}

/* Info section */
.corporate-directory .list-style-4 .card-body {
  padding: 1rem 1.25rem;
}
.corporate-directory .list-style-4 .card-title a {
  color: #133a73; /* brand navy */
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
}
.corporate-directory .list-style-4 .card-title a:hover {
  text-decoration: underline;
}
.corporate-directory .list-style-4 .card-text {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.75rem;
}
.corporate-directory .list-style-4 .text-muted {
  font-size: 0.85rem;
  color: #666 !important;
}

/* Actions column */
.corporate-directory .list-style-4 .result-actions-container {
  text-align: center;
}
/* Lighten action buttons inside corporate directory cards */
.corporate-directory .btn {
  font-weight: 500;
  border-radius: 4px;
  padding: 6px 12px;
  transition: all 0.2s ease-in-out;
}

/* Secondary buttons → outline style */
.corporate-directory .btn.btn-secondary {
  background-color: transparent;
  border: 1px solid #133a73; /* brand navy */
  color: #133a73;
}

.corporate-directory .btn.btn-secondary:hover {
  background-color: #133a73;
  color: #fff;
}

/* Primary button → outline style but with brand red */
.corporate-directory .btn.btn-primary {
  background-color: transparent;
  border: 1px solid #ef2732; /* brand red */
  color: #FFFFFF;
}

.corporate-directory .btn.btn-primary:hover {
  background-color: #ef2732;
  color: #fff;
}

/* Icon spacing */
.corporate-directory .btn i {
  margin-right: 6px;
  font-size: 0.95rem;
}

.corporate-directory .company-style-box h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #133a73;
  display: flex;
  align-items: center;
}
.corporate-directory .company-style-box h3 i {
  margin-right: 8px;
  font-size: 1.2rem;
  color: #ef2732;
}

.corporate-directory .company-style-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.corporate-directory .btn {
  font-weight: 500;
  border-radius: 4px;
  padding: 6px 12px;
  transition: all 0.2s ease-in-out;
}

.corporate-directory .btn.btn-primary {
  background-color: transparent;
  border: 1px solid #ef2732;
  color: #ef2732;
}
.corporate-directory .btn.btn-primary:hover {
  background-color: #ef2732;
  color: #fff;
}

.corporate-directory .btn.btn-secondary {
  background-color: transparent; 
  border: 1px solid #133a73;
  color: #133a73;
}
.corporate-directory .btn.btn-secondary:hover {
  background-color: #133a73;
  color: #fff;
}



/* Pagination */
.corporate-directory .pagination-container {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.corporate-directory .pagination .page-link {
  color: #133a73;
  border-radius: 6px;
  margin: 0 2px;
}
.corporate-directory .pagination .page-link:hover {
  background-color: #133a73;
  color: #fff;
}
.corporate-directory .pagination .active .page-link {
  background-color: #ef2732;
  border-color: #ef2732;
  color: #fff;
}

/* Style the stacked dropdown + results counter */
.corporate-directory .jbd-select-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f8f9fa; /* light background */
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 10px;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.corporate-directory .jbd-select-box i {
  color: #133a73; /* your brand navy */
  margin-right: 6px;
  font-size: 1.1rem;
}

.corporate-directory .jbd-select-box select,
.corporate-directory .jbd-select-box .chosen-container {
  flex: 1;
  max-width: 180px;
}

.corporate-directory .result-counter {
  text-align: right;
  font-size: 0.9rem;
  color: #555;
  font-weight: 500;
  padding: 4px 2px;
  border-top: 1px solid #eee;
}

.corporate-directory .result-counter span {
  color: #ef2732; /* your brand red */
  font-weight: 600;
}


.corporate-directory .alpha-filter {
  margin: 1rem 0 2rem;
}

.corporate-directory .alpha-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}

.corporate-directory .alpha-link {
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.corporate-directory .alpha-link a {
  display: inline-block;
  padding: 0.35rem 0.6rem;
  border-radius: 4px;
  background-color: #133a73;   /* brand navy */
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.corporate-directory .alpha-link a:hover {
  background-color: #0f2d5a;
}

.corporate-directory .alpha-link.alpha-no-link {
  display: inline-block;
  padding: 0.35rem 0.6rem;
  border-radius: 4px;
  background-color: #e0e0e0;
  color: #888;
  cursor: not-allowed;
}

/* ===========================
   General Container
   =========================== */
.corporate-directory #jbd-container.listing-details {
  color: #333;
}

/* ===========================
   Header Icons & Breadcrumbs
   =========================== */
.corporate-directory .header-icons a {
  display: inline-block;
  margin-right: 8px;
  color: #133a73;
  font-size: 1.2rem;
  transition: color 0.2s ease;
}
.corporate-directory .header-icons a:hover {
  color: #ef2732;
}
.corporate-directory .category-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.corporate-directory .category-breadcrumbs li a {
  color: #133a73;
  text-decoration: none;
  font-weight: 500;
}
.corporate-directory .category-breadcrumbs li a:hover {
  text-decoration: underline;
}

/* ===========================
   Company Header
   =========================== */
.corporate-directory .company-style-5-header-image {
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  padding: 20px;
  color: #fff;
  position: relative;
}
.corporate-directory .business-logo {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.corporate-directory #company-style-5-header h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #133a73;
}
.corporate-directory .dir-address {
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #555;
}
.corporate-directory .dir-categories a {
  display: inline-block;
  background: #f5f7fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 3px 8px;
  margin-right: 6px;
  font-size: 0.85rem;
  color: #133a73;
  text-decoration: none;
}
.corporate-directory .dir-categories a:hover {
  background: #133a73;
  color: #fff;
}

/* ===========================
   Company Style Boxes (Cards)
   =========================== */
.corporate-directory .company-style-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.corporate-directory .company-style-box h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #133a73;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}
.corporate-directory .company-style-box h3 i {
  margin-right: 8px;
  font-size: 1.2rem;
  color: #ef2732;
}

/* ===========================
   Sidebar
   =========================== */
.corporate-directory #company-style-5-body .col-md-4 .company-style-box {
  background: #fafafa;
  border: 1px solid #e5e5e5;
}
.corporate-directory .company-info-details div {
  margin-bottom: 8px;
}
.corporate-directory .company-info-details i {
  margin-right: 6px;
  color: #ef2732;
}
.corporate-directory .company-info-details a {
  color: #133a73;
  text-decoration: none;
}
.corporate-directory .company-info-details a:hover {
  text-decoration: underline;
}

/* ===========================
   Buttons
   =========================== */
.corporate-directory .btn,
.corporate-directory .jmodal-btn {
  font-weight: 500;
  border-radius: 4px;
  padding: 6px 12px;
  transition: all 0.2s ease-in-out;
}
.corporate-directory .btn.btn-primary,
.corporate-directory .jmodal-btn.jbd-commit {
  background-color: #ef2732;
  border: 1px solid #ef2732;
  color: #fff;
}
.corporate-directory .btn.btn-primary:hover,
.corporate-directory .jmodal-btn.jbd-commit:hover {
  background-color: #c51f29;
  border-color: #c51f29;
}
.corporate-directory .btn.btn-secondary,
.corporate-directory .jmodal-btn.jmodal-btn-outline {
  background-color: transparent;
  border: 1px solid #133a73;
  color: #133a73;
}
.corporate-directory .btn.btn-secondary:hover,
.corporate-directory .jmodal-btn.jmodal-btn-outline:hover {
  background-color: #133a73;
  color: #fff;
}

/* ===========================
   Modals (Contact & Claim)
   =========================== */
.corporate-directory .jmodal-header {
  background: #133a73;
  color: #fff;
  padding: 12px 16px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.corporate-directory .jmodal-header-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.corporate-directory .jmodal-header .close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
.corporate-directory .jmodal-header .close-btn:hover {
  color: #ef2732;
}
.corporate-directory .jmodal-body {
  padding: 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0 0 6px 6px;
}
.corporate-directory .jmodal-body label {
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  color: #133a73;
}
.corporate-directory .jmodal-body input,
.corporate-directory .jmodal-body textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.corporate-directory .jmodal-body input:focus,
.corporate-directory .jmodal-body textarea:focus {
  border-color: #133a73;
  outline: none;
  box-shadow: 0 0 0 2px rgba(19,58,115,0.1);
}
.corporate-directory .jbd-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #555;
}
.corporate-directory .jbd-terms-conditions a {
  color: #133a73;
  text-decoration: underline;
}
.corporate-directory .jmodal-footer {
  padding: 12px 16px;
  text-align: right;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-radius: 0 0 6px 6px;
}

/* ===========================
   Login Notices & Warnings
   =========================== */
.corporate-directory #login-notice .jmodal-header {
  background: #ef2732;
}
.corporate-directory #login-notice .jmodal-header-title {
  font-weight: 700;
}
.corporate-directory #login-notice .jmodal-body a {
  color: #133a73;
  font-weight: 500;
}
.corporate-directory .listing-login-warning {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 12px;
  border-radius: 6px;
  margin: 15px 0;
}
.corporate-directory .listing-login-warning i {
  margin-right: 6px;
}


.corporate-directory .jitem-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.corporate-directory .jitem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.corporate-directory .card-img-top {
  height: 180px;
  object-fit: cover;
}

.corporate-directory .jitem-title a {
  font-size: 1rem;
  font-weight: 600;
}

.corporate-directory .company-address {
  font-size: 0.85rem;
}

.corporate-directory .badge {
  font-size: 0.75rem;
}

.corporate-directory .list-grid-3 .card-img-top {
  height: 200px;
  object-fit: cover;
}

.corporate-directory .list-grid-3 .jitem-logo img {
  max-height: 50px;
  object-fit: contain;
}

.corporate-directory .list-grid-3 .jitem-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.corporate-directory .list-grid-3 .jitem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.corporate-directory .list-grid-3 .jitem-title a {
  font-size: 1rem;
  font-weight: 600;
}

.corporate-directory .list-grid-3 .jitem-desc {
  font-size: 0.9rem;
  line-height: 1.4;
}



.corporate-directory .jbd-container .card-footer {
  margin: 0 auto !important;
}

.corporate-directory .view-mode {
  display: inline-flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.corporate-directory .view-mode a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f8f9fa;
  color: #133a73; /* your brand navy */
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}




/* ================================
   Employer Logo Styling Overrides
   ================================ */

/* Remove borders, padding, and forced circle */
.corporate-directory .item-image-border {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 1rem 0; /* keep some breathing space */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Ensure logos scale responsively */
.corporate-directory .item-image img {
  max-width: 100%;
  display: block;
}

/* Optional: add subtle hover effect for modern feel */
.corporate-directory .item-image img:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.corporate-directory .search-filter-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f8f9fa;
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.corporate-directory .filters-header {
  font-weight: 600;
  font-size: 1rem;
  color: #133a73; /* brand navy */
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
}

.corporate-directory .filters-header i {
  color: #ef2732; /* brand red accent */
}

.corporate-directory .search-filter-params {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
}

.corporate-directory .search-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.corporate-directory .search-filter-title {
  color: #133a73;
}

.corporate-directory .filter-type-elem.reset a {
  font-size: 0.85rem;
  color: #ef2732;
  text-decoration: none;
}

.corporate-directory .filter-type-elem.reset a:hover {
  text-decoration: underline;
}

.corporate-directory .selected-criteria li {
  display: inline-block;
  margin: 0.25rem;
}

.corporate-directory .selected-criteria a {
  background-color: #133a73;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
  text-decoration: none;
}

.corporate-directory .selected-criteria a i {
  margin-left: 4px;
  font-size: 0.8rem;
}

.corporate-directory .filter-criteria {
  margin-bottom: 1rem;
}

.corporate-directory .filter-header {
  font-weight: 600;
  color: #133a73;
  margin-bottom: 0.5rem;
}

.corporate-directory .filter-criteria ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.corporate-directory .filter-criteria li {
  margin-bottom: 0.25rem;
}

.corporate-directory .filter-criteria a {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.corporate-directory .filter-criteria a:hover {
  background-color: #ef2732;
  color: #fff;
}

.corporate-directory .filterExpand {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #133a73;
  cursor: pointer;
}


.sp-page-title {padding:100px;}


.corporate-directory .sp-page-title h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 2.5rem !important;
}

.corporate-directory .sp-page-title {
  padding: 100px 0;         
  max-height: 100px;            
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: #e9ecef;
  display: flex; 
  align-items: center;          /* vertically center heading */
}

.corporate-directory .sp-page-title .container {
  text-align: center;           /* center heading horizontally */
}

.corporate-directory .sp-page-title-heading {
  font-size: 1.75rem;          
  font-weight: 700;
  color: #133a73;               
  margin: 0;
}

.corporate-directory .listing-details {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 2rem;
  margin-bottom: 2rem;
}

.corporate-directory .listing-style-5-header {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.corporate-directory .listing-style-5-header-info {
  background: none;
  padding: 1rem;
  border-radius: 0 0 10px 10px;
}



.corporate-directory .jbd-container.listing-details .listing-item-content.rounded a {
	
border-radius: 5px;
  border: 1px solid  #ef2732;
  background-color:  #ef2732;
  padding: 5px 5px;
  margin-right: 10px;
	
	
}



.corporate-directory .business-logo {
  max-width: 160px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  margin-bottom: 1rem;
}

.corporate-directory h1[itemprop="name"] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #133a73; /* brand navy */
  margin-bottom: 0.5rem;
}

.corporate-directory .listing-section {
  background-color: #f9fafb;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.corporate-directory .listing-section-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #133a73;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.corporate-directory .dir-listing-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.corporate-directory .listing-item-content a {
  display: inline-block;
  background-color: #ef2732; /* brand red */
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 0.5rem;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.corporate-directory .listing-item-content a:hover {
  background-color: #c51f28;
}

.corporate-directory .item-details li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #333;
}

.corporate-directory .icon-wrapper {
  background-color: #fff;     /* white background */
  color: #fff;                /* make the icon itself white */
  border-radius: 50%;         /* keep it circular */
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* subtle shadow for contrast */
}

.corporate-directory .icon-wrapper i {
  color: #fff;                /* ensure the <i> icon is white */
  font-size: 1rem;
}

.corporate-partnership .portfolio-header {
  text-align: center;
  margin-bottom: 2rem;
}

.corporate-partnership .portfolio-header h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #133a73; /* brand navy */
  margin: 0;
  border-bottom: 3px solid #ef2732; /* brand red underline */
  display: inline-block;
  padding-bottom: 0.5rem;
}

.corporate-partnership .portfolio-text {
    margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

.corporate-partnership .portfolio-text p {
  margin-bottom: 1.5rem;
} 

.corporate-partnership .js-accordion .js-spoiler {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}


.corporate-partnership .js-spoiler-title h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #133a73;
  margin: 0;
}

.corporate-partnership .js-spoiler-content {
  padding: 1rem 1.25rem;
  background-color: #fff;
}

.corporate-partnership .js-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.corporate-partnership .js-list li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #333;
  display: flex;
  align-items: center;
}

.corporate-partnership .js-list li i {
  color: #ef2732; /* brand red check icon */
  margin-right: 0.5rem;
}

.corporate-partnership .js-button {
  display: inline-block;
  background-color: #133a73;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.corporate-partnership .js-button:hover {
  background-color: #0d2a52;
}

.corporate-partnership .js-button i {
  margin-right: 0.5rem;
}

.corporate-partnership .js-heading-inner {
  font-size: 1.5rem;
  font-weight: 700;
  color: #133a73;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}


.article-content .designation { display:none;}

.directors-grid .inner-mix .designation {
    display: block !important;
      position: relative;        
    z-index: 2;                
    font-size: 0.9rem;
  color: var(--text_color) !important; 
      font-style: normal !important;
	  font-weight: 400 !important;
}


.directors-grid .mix-title h3 {
  margin-top: 0px !important;
  font-size: 1.1rem;
  font-weight: 600;
  color: #133a73;
  text-decoration: none;
  transition: color 0.2s ease;
}



.executive .js-member-photo {
  padding: 0 !important;
}


/* Executive Management overrides */
.executive .js-member-photo img {          
  object-fit: cover;        
  object-position: center top; 
  border-radius: 8px;
}

/* Optional: adjust card proportions for consistency */
.executive .js-member {
  padding: 1rem;
  text-align: center;
}





/* Container card styling */
.rsdir-listing {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rsdir-listing:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

/* Member name */
.rsdir-listing-title a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #133a73; /* brand blue */
  text-decoration: none;
  transition: color 0.2s ease;
}

.rsdir-listing-title a:hover {
  color: #ef2732; /* brand red */
}

/* Meta info */
.rsdir-listing-meta {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

.rsdir-listing-meta a {
  color: #133a73;
  text-decoration: none;
}

.rsdir-listing-meta a:hover {
  text-decoration: underline;
  color: #ef2732;
}

/* Category icon */
.rsdir-listing-meta i.fa-folder-open {
  color: #ef2732;
  margin-right: 4px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .rsdir-listing {
    padding: 0.75rem;
  }
  .rsdir-listing-title a {
    font-size: 1.1rem;
  }
}




.single-portfolio .portfolio-text h2, .single-portfolio .portfolio-text h3 {
  margin-top: 0px !important;
  font-weight: 700 !important;
}

/* News card styling */
.iisanews .card {
 border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) !important;
  
}

.iisanews .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  
}

/* Image styling */
.iisanews .card-img-top {
  object-fit: cover;
  height: auto;
  border-bottom: 3px solid #ef2732;
}

.iisa-events .card-img-top {border-bottom: 1px solid #ef2732; }


/* Date overlay */
.iisanews .date {
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #ef2732 !important;
  border-radius: 4px;
}

/* Card title */
.iisanews .card-title a {
  color: #133a73; /* brand blue */
  font-weight: 600;
  transition: color 0.2s ease;
}

.iisanews .card-title a:hover {
  color: #ef2732; /* brand red on hover */
}

/* Intro text */
.iisanews .card-text {
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Read More button */
.iisanews .btn-outline-primary {
  border-color: #133a73;
  color: #133a73;
  transition: all 0.2s ease;
  padding: 0.05rem 0.5rem;
}

.iisanews .btn-outline-primary:hover {
  background-color: #133a73;
  color: #fff;
}

/* Load More button */
.iisanews .btn-primary {
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
  background-color: #ef2732;
  border: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.iisanews .btn-primary i {
  margin-left: 0.5rem;
}

.iisanews .btn-primary:hover {
  background-color: #133a73;
  transform: translateY(-2px);
}

/* Hidden articles */
.hidden-article {
  display: none !important;
}


/* Directors grid container */
.directors-grid .mix-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; /* spacing between cards */
  justify-content: center;
  padding: 1rem 0;
}

/* Each director card */
.directors-grid .mix {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  width: 280px; /* consistent card width */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.directors-grid .mix:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Image styling */
.directors-grid .upper-mix img {
  width: 100%;
  height: auto;           
  object-fit: contain;
  border-right-top-radius: 8px; 
  border-left-top-radius:8px;
  
}


.directors-grid .mix:hover .upper-mix img {
  transform: scale(1.05);
}

/* Inner content */
.directors-grid .inner-mix {
   text-align: center;  
  background: var(--bg_color);
  border-top: 3px solid var(--primary_color) !important;
  min-height: 100px
}

/* Director name */
.directors-grid .mix-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #133a73; /* brand blue */
  text-decoration: none;
  transition: color 0.2s ease;
}

.directors-grid .mix-title:hover {
  color: #ef2732; /* brand red */
}

/* Designation */
.directors-grid .designation {
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
  margin-top: 0.4rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .directors-grid .mix {
    width: 100%;
  }
  .directors-grid .upper-mix img {
    height: 220px;
  }
}




/* Team member card container */
.js-member {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.js-member:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

/* Photo styling - full rectangle */
.js-member-photo img {
  width: 100%;             
  object-fit: cover;       
  border-radius: 8px;       
  transition: transform 0.2s ease;
}

.js-member:hover .js-member-photo img {
  transform: scale(1.03);   /* subtle zoom on hover */
}

/* ===========================
   Staff Member Card Styling
   =========================== */

/* Card wrapper */
.staff-members .js-member {
  position: relative;
   overflow: hidden;
  background: #fff;
  border: 1px solid rgba(19,58,115,0.08); /* subtle brand border */
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-radius: 10px;
}

/* Card hover effect */
.staff-members .js-member:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  border-color: rgba(19,58,115,0.25); /* stronger brand accent */
}

/* Photo container */
.staff-members .js-member-photo {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

/* Image styling */
.staff-members .js-member-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  transition: transform 0.3s ease, filter 0.3s ease;
}


.staff-members .js-member:hover  {
  transform: scale(1.05);
  filter: brightness(1.05) contrast(1.05);
}

/* Gradient overlay */
.staff-members .js-member::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.25));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px 12px 0 0;
}

.staff-members .js-member:hover .js-member-photo::after {
  opacity: 1;
}

/* Info section */
.staff-members .js-member-info {
  background: #fff;
  padding: 1.2rem;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

/* Name */
.staff-members .js-member-name {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #133a73;
  margin-bottom: 0.4rem;
  letter-spacing: 0.5px;
}

/* Role */
.staff-members .js-member-role {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 0.8rem;
}

/* Description / contact links */
.staff-members .js-member-desc {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}

.staff-members .js-member-desc a {
  color: #ef2732; /* brand red */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.staff-members .js-member-desc a:hover {
  text-decoration: underline;
  color: #133a73; /* brand blue on hover */
}


  
  /* Apply padding only if NOT on home page */
body:not(.home) #sp-main-body {
  padding: 30px 0;
}

  
 
.members-directory .well {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
  
.members-directory .control-group {
  display: none !important;
}
  
.members-directory .pagination {justify-content: center;}
  .rsdir-detail-section-title {display: none !important;}
  
  .members-directory .well {
	text-align: center;
	min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background: none !important;
  border: 0px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow:none;
  box-shadow: none;
 	}
	
.members-directory .page-header h1{
  margin-top: -10px !important;
  margin-bottom: 20px !important;
  text-align: center;
	 }

.members-directory .t3-content { padding-top:0px !important;}


.sp-megamenu-parent .sp-mega-group > li > .sp-group-title {
  padding: 0px;
  font-weight: bold;
}
/* Hide by default */
.sp-mega-group-child {
  display: none;
}

/* When the grandparent Membership li is hovered, show ALL nested children */
.sp-menu-item.sp-has-child:hover .sp-mega-group-child {
  display: block;
  visibility: visible;
  opacity: 1;
  left: auto; /* reset if template pushes off-screen */
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {padding:5px;}


.iisa-form-section .sppb-form-group .sppb-form-control {
  color: #000;
  padding: 0px 16px !important;
}

.iisa-form-section .sppb-form-group .sppb-form-control option {
  color: #000;
}

.iisa-form-section .sppb-addon-form-builder-form .sppb-form-group textarea {
  padding-top: 16px !important;
}






.ut-addon-animated-number .sppb-animated-number, .ut-addon-animated-number .sppb-animated-number-title  {color: #133a73 !important;} 

.footer-logo {margin: 0 auto; }


.article-details .article-info {
	display: none !important;
}

.sp-contact-info li {
	white-space: wrap !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ef2732; /* brand red */
  font-size: 24px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #133a73; /* brand blue on hover */
}



.youtube-dots {
  text-align: center;
  margin-top: 10px;
}
.youtube-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #133a73;
  border-radius: 50%;
  cursor: pointer;
}
.youtube-dots .dot:hover {
  background-color: #ef2732;
}

.youtube-dots .dot.active {
  background-color: #ef2732 !important;
}


body .btn-primary,
body .sppb-btn-primary {
	background: #ef2732 !important;
	color: #FFFFFF;
	border: 1px solid !important;
}


body .btn-primary.disabled,
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:not(:disabled):not(.disabled):active,
body .sppb-btn-primary.disabled,
body .sppb-btn-primary:hover,
body .sppb-btn-primary:active,
body .sppb-btn-primary:not(:disabled):not(.disabled):active {
	background: #133a73;
	color: #FFFFFF;
	border: 1px solid #133a73;
}

.header-style-1 #sp-header #sp-logo {
	background: #FFF !important;
}

.header-style-1 #sp-header #sp-logo::before {
	display: none !important;
}

.header-style-1 #sp-top-bar #sp-top1>.sp-column {
	float: right;
}


@media (min-width: 1200px) {
	
.executive .js-member {max-height: 445px;}
.team .js-member {max-height: 525px;} 
	
	/* Make the column a flex container */
.news-blog .sppb-articles-carousel-column {
  display: flex;
  flex-direction: column;
  position: relative; 
}


.news-blog .sppb-articles-carousel-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.news-blog .slick-slide img {min-height: 350px;}



/* Push read-more to bottom with offset */
.news-blog .read-more-wrapper {
 display: flex;
  flex-direction: column;
  justify-content: flex-end; 
}

/* Style the link itself */
.news-blog .read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #133a73;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}
	
	
	
	.header-style-1 #sp-top-bar .social-icons {
		flex-wrap: nowrap !important;
	}
	
.awards-list2 .sppb-addon-feature {min-height: 230px;}	
.strat_pillars .js-box-content { min-height:550px}
	

.news-blog .sppb-articles-carousel-column { min-height:700px;}


	#sp-footer .sp-module+.sp-copyright {
		left: 0;
		position: absolute;
		padding-left: 50px;
		margin-top: -10px;
	}
}


/* ================================
   Past Presidents Styles
=================================== */
.presidents {
  margin: 40px auto;
  padding: 20px;
  background: #fff;
}

.presidents .portfolio-header h1 { 
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #133a73; /* brand navy */
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Table base */
.presidents table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
}

/* Table header */
.presidents thead {
  background: #133a73;
  color: #fff;
}

.presidents thead th {
  padding: 14px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Table rows */
.presidents tbody tr:nth-child(even) {
  background: #f1f4f9;
}

.presidents tbody tr:hover {
  background: #ef2732;
  color: #fff;
  transition: background 0.3s ease;
}

/* Table cells */
.presidents td {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

/* Special divider row */
.presidents tbody tr td[colspan="3"] {
  background: #133a73;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px;
}

/* Responsive: stack into cards on mobile */
@media (max-width: 768px) {
  .presidents table,
  .presidents thead,
  .presidents tbody,
  .presidents th,
  .presidents td,
  .presidents tr {
    display: block;
    width: 100%;
  }

  .presidents thead {
    display: none; /* hide header on mobile */
  }

  .presidents tbody tr {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
  }

  .presidents tbody td {
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
  }

  .presidents tbody td:last-child {
    border-bottom: none;
  }

  /* Add labels for clarity */
  .presidents tbody td:nth-of-type(1)::before {
    content: "Name: ";
    font-weight: 600;
    color: #133a73;
  }
  .presidents tbody td:nth-of-type(2)::before {
    content: "Surname: ";
    font-weight: 600;
    color: #133a73;
  }
  .presidents tbody td:nth-of-type(3)::before {
    content: "Tenure: ";
    font-weight: 600;
    color: #133a73;
  }
}



/* Target buttons inside feature-box-1 */
.feature-box-1 .sppb-btn {
  font-size: 0.85rem !important;  
  padding: 6px 14px !important;      
  border-radius: 20px !important;    
}


@media (max-width: 768px) {
  .feature-box-1 .sppb-btn {
    font-size: 0.8rem !important; 
    padding: 5px 12px !important; 
    border-radius: 16px !important; 
  }
}





@media (min-width: 1400px) {
	
	.sp-megamenu-parent>li>a,
	.sp-megamenu-parent>li>span {
		padding: 0 10px !important;
		font-size: 14px !important;
	}
}

.sp-contact-info {
	font-size: 13px !important;
}

.header-style-1 #sp-top-bar .social-icons>li>a {
	width: 38px;
	height: 38px;
	background: transparent !important;
	color: #FFF !important;
}

.header-style-1 #sp-top-bar .social-icons>li>a:hover {
	color: #133a73 !important;
}

.sp-contact-info li {
	color: #FFF !important;
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.beneath-slider .sppb-container-inner {
		min-height: 200px;
    align-items: center;
    display: flex;
		}
	
	.footer-nav-links ul.mod-menu li a {font-size: 14px !important;}

	.sp-megamenu-parent>li>a,
	.sp-megamenu-parent>li>span {
		padding: 0 10px !important;
		font-size: 12px !important;
	}

	.logo-image {
		height: auto !important;
		max-width: 120px !important;
	}

}

.bg-primary {
	background: #ef2732 !important;
}

.bg-secondary {
	background: #133a73 !important;
}

/* Add red right-facing angle icon to all footer nav links */
.footer-nav-links ul.mod-menu li a::before {
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;                    
  content: "\f105";                    
  color: #ef2732;               
  margin-right: 8px;                  
  display: inline-block; 
}


.hero-section {
  display: flex;
  align-items: center;
}

.hero-section > .sppb-row-container {
  margin-top: -115px;
}

.hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  background: #121330;
}

.hero-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 230px;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(18, 19, 48, 0) 99%
  );
}

.hero-section .sppb-addon-animated-heading .animated-text-words-wrapper {
  color: #A67C00;
}

.hero-section .sppb-btn.sppb-btn-link:hover,
.hero-section .sppb-btn.sppb-btn-link:focus {
  color: #fff;
}


/* Directors Carousel Section */
.directors-slide .js-carousel-image img {
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
  height: auto;
}

.directors-slide .js-carousel-image img:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

/* Caption container */
.directors-slide .js-carousel-caption {
  text-align: center;
  padding: 5px;
  background: var(--bg_color);              
  border-top: 3px solid var(--primary_color); /* IISA red accent line */
  min-height: 100px;
}

/* Director name (title) */
.directors-slide .js-carousel-slide-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 5px 0;
  color: var(--headings_color) !important;
}

.directors-slide .js-carousel-slide-title a {
  color: inherit;
  text-decoration: none;
}

.directors-slide .js-carousel-slide-title a:hover {
  color: var(--primary_color) !important;
}

/* Role / position text */
.directors-slide .js-carousel-item-text {
  font-size: 0.9rem;
  color: var(--text_color)!important;
  margin-top: 4px;
}


.directors-slide .suc-zoom {
  display:none !important;
}
.directors-slide .suc-zoom::after {
  display:none !important;
}

@media (min-width: 768px) {
.directors-slide .js-carousel-slides .owl-nav .owl-prev {margin-left: -100px !important;}
.directors-slide .js-carousel-slides .owl-nav .owl-next {margin-right: -100px !important;}
.ut-carouselcontent.ut-carousel-content-1 .ut-carouselcontent-item .ut-carouselcontent-content {min-height:300px;}

.logo-image {margin-top: -15px !important;}

.dataTables_wrapper .bottom {
  justify-content: center;
  margin-top: 50px; 
}


/* Modern table styling scoped to CPD Activities */
.cpd-activities .droptables_table table {
  border-collapse: collapse;
  width: 100% !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  color: #333 !important;
  background-color: #fff !important;
}

/* Header (sticky + override inline styles) */
.cpd-activities .droptables_table thead th,
.cpd-activities .dataTables_scrollHead th,
.cpd-activities .dataTables_scrollHeadInner th {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  background: #133a73 !important; /* brand navy */
  color: #fff !important;
  text-align: left !important;
  padding: 12px 15px !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #ef2732 !important; /* brand red accent */
}

/* Optional: shadow when header sticks */
.cpd-activities .droptables_table thead {
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Body rows */
.cpd-activities .droptables_table tbody td {
  padding: 10px 15px !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

/* Zebra striping */
.cpd-activities .droptables_table tbody tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

/* Hover effect */
.cpd-activities .droptables_table tbody tr:hover {
  background-color: #f1f7ff !important;
  transition: background-color 0.2s ease;
}

/* Responsive scroll container */
.cpd-activities .dataTables_scrollBody {
  overflow-y: auto !important;
  overflow-x: auto !important;
  position: relative !important;
}

/* Buttons (Print / Export) */
.cpd-activities .droptables_button {
  background-color: #ef2732 !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 14px !important;
  margin: 5px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease;
}

.cpd-activities .droptables_button:hover {
  background-color: #c51f29 !important;
}




} 


/* Style the board members title section */
.board-members-title .js-section-parallax {
  background-size: cover;       
  background-position: center;  
  max-height: 230px;           
 display: flex; 
 align-items: center; 
}

/* Style the heading for a professional look */
.board-members-title h2.sp-page-title-heading {
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3); 
  margin: 0;
}



.sp-page-title .sp-page-title-heading  {color: #FFF !important;}

/* Base bullet style */
.services-iisa .swiper-pagination-bullet {
  background: #FFF !important;
  opacity: 0.6; 
  transition: background 0.3s, transform 0.3s;
}

/* Active bullet */
.services-iisa .swiper-pagination-bullet-active {
  background: #ef2732 !important; 
  opacity: 1; 
}

/* Hovered bullet */
.services-iisa .swiper-pagination-bullet:hover {
  background: #ef2732 !important; 
  opacity: 1;
  transform: scale(1.1);
}



.ut-carouselcontent.ut-carousel-content-1 .ut-carouselcontent-item .ut-carouselcontent-content .sppb-addon-title {font-size: 16px;}



/* Accordion Wrapper */
.history-highlights .sppb-panel-group {
  border: none;
}

/* Panel heading button */
.history-highlights .sppb-panel-heading {
  display: flex;
  justify-content: center;          /* center align title + icon */
  align-items: center;
  background: var(--secondary_color); /* IISA navy */
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px;
  border: none;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Active heading */
.history-highlights .sppb-panel-heading.active {
  background: var(--primary_color); /* IISA red */
  color: #fff;
}

/* Title text */
.history-highlights .sppb-panel-title {
  flex: 1;
  text-align: center;               /* center text */
  color: #FFF !important;
}

/* Toggle icon */
.history-highlights .sppb-toggle-direction {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* Rotate icon when open */
.history-highlights .sppb-panel-heading[aria-expanded="true"] .sppb-toggle-direction i {
  transform: rotate(90deg);
}

.history-highlights .sppb-panel {border: none !important;}

#sp-page-builder .sppb-section.title-1 .sppb-section-title .sppb-title-heading {font-size:30px !important;}


/* Float article image left with text wrapping */
.single-portfolio .article-full-image {
  margin: 0 20px 20px 0;
  max-width: 350px;
  height: auto;
  float: left;   
  display: block; 
}

.article-full-image:hover img, .single-portfolio:hover .article-full-image img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}



/* Responsive: stack image above text on small screens */
@media (max-width: 767.98px) {
  .single-portfolio .article-full-image {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
}

/* Designation styling under portfolio-header */
.single-portfolio .designation {
  color: var(--primary_color);          
  font-size: 1.25rem;                 
  font-weight: 600;                    
  font-style: italic;                  
  margin-top: -10px;                    
  margin-bottom: 20px;                
  display: none !important;
   letter-spacing: 0.5px;               
}

/* Responsive tweak: left align on small screens */
@media (max-width: 767.98px) {
  .single-portfolio .designation {
    text-align: left;
    margin-top: 0;
  }
}

/* Right column Directors module */
#sp-right .mod-iisa {
  background: #f9f9f9;                 /* subtle background */
  border: 1px solid var(--secondary_color);
  border-radius: 6px;
  padding: 20px;
}

#sp-right .mod-iisa .sp-module-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--headings_color);        /* IISA blue */
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 2px solid var(--primary_color);
  padding-bottom: 8px;
}

#sp-right .mod-iisa ul.mod-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sp-right .mod-iisa ul.mod-list li {
  margin-bottom: 10px;
}

#sp-right .mod-iisa ul > li {border-bottom: none !important;}

#sp-right .mod-iisa ul.mod-list li a {
  display: block;
  padding: 10px 12px;
  background: var(--primary_color);          /* IISA red */
  color: var(--primary_color_contrast);      /* white text */
  font-weight: 400;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease, transform 0.2s ease;
  font-size: 16px !important;
}

#sp-right .mod-iisa ul.mod-list li a:hover,
#sp-right .mod-iisa ul.mod-list li a:focus {
  background: var(--headings_color);         /* IISA blue on hover */
  color: #fff;
  transform: translateX(5px);                /* subtle slide effect */
}


#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a  {line-height: 20px;}


/* Reset default list styling */
ul.iisa {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Flex layout so icon + text align neatly */
ul.iisa li {
  display: flex;
  align-items: flex-start;   
  gap: 8px;                  
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.4;
}

/* Insert Font Awesome check icon */
ul.iisa li::before {
  content: "\f058";                
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;                
  color: #ef2732;                   
  flex-shrink: 0;                  
  font-size: 1rem;
  line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  ul.iisa li {
    font-size: 0.9rem;
    gap: 6px;
  }
  ul.iisa li::before {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  ul.iisa li {
    font-size: 0.85rem;
    margin-bottom: 10px;
  }
}







/* Panel body */ 
.history-highlights .sppb-panel-body {
  background: var(--bg_color);      /* white */
  /*border: 0px solid #e5e5e5;*/
  border-radius: 4px;
  padding: 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text_color);         /* IISA grey */
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Hover effect */
.history-highlights .sppb-panel-heading:hover {
  background: var(--primary_color);
  color: #fff;
}





/* Values & Mission Tabs */
.values-mission .rt01pagitem span {
  font-weight: 600;
  font-size: 1rem;
  color: var(--headings_color);             /* IISA navy */
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  cursor: pointer;
}

/* Active tab */
.values-mission .rt01pagitem.rt01cur span {
  color: #FFFFFF !important;
  border-bottom: 3px solid var(--primary_color);
}

/* Hover state */
.values-mission .rt01pagitem span:hover {
  color: var(--primary_color);
}

/* Tab content panes */
.values-mission .js-super-tabs-pane {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text_color);
  padding: 20px;
  background: var(--bg_color);
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  margin-top: 10px;
}

.values-mission .rt01paginner {
  margin-bottom: 20px !important;
}

/* Timeline Wrapper */
.key-highlights .sppb-addon-timeline-wrapper {
  padding: 40px 0;
}

/* Timeline date */
.key-highlights .timeline-date {
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--primary_color); 
  margin-bottom: 10px;
}

/* Timeline panel */
.key-highlights .timeline-panel {
  background: var(--bg_color); /* white */
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.key-highlights .timeline-panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Timeline title */
.key-highlights .timeline-panel .title {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--headings_color); /* IISA navy */
  margin-bottom: 8px;
}

/* Timeline details */
.key-highlights .timeline-panel .details {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text_color); /* IISA grey */
}


.key-highlights .sppb-addon-timeline-text-wrap { text-align: center;}


.key-highlights .sppb-addon-timeline-wrapper::before {background-color: var(--primary_color) !important; }
.key-highlights .sppb-addon-timeline-wrapper .timeline-badge::before  {
	background-color: var(--secondary_color) !important; 
	border: 3px solid #133a73  !important; 
	border-color: #133a73  !important; 
	}
.key-highlights .sppb-addon-timeline-wrapper .timeline-badge::after {background-color: var(--secondary_color) !important; }

/* About Us Content List */
.about-us__content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Responsive spacing */
@media (max-width: 767px) {
  .about-us__content-list {
    gap: 8px;
  }
}

.about-us__content-list ul li {margin-bottom: 0px;}
.about-us-iisa .sppb-addon-text-block ul li {margin-bottom: 0px;} 
.about-us-iisa .sppb-addon-text-block ul {margin-bottom: 12px;} 

.about-us__content-list li {
  padding-left: 40px;
  color: var(--text_color);       
   font-size: 1rem;
  font-weight: 500;
  position: relative;
}

/* Checkmark icon */
.about-us__content-list li:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);        
  font-size: 18px;
  font-weight: 900;
  color: var(--primary_color);        
}





@media (min-width: 991px) and (max-width: 1199px) {
	


.contacts .sppb-media {
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  margin-bottom: 1rem;
}

/* Icon adjustments */
.contacts .sppb-icon {
  margin-bottom: 0.5rem; 
}

.contacts .sppb-icon i {
  font-size: 0.5em; 
  line-height: 1;
}


.contacts .sppb-media-content {
  display: block;
  width: 100%; 
}


	
	.news-blog .sppb-articles-carousel-column, .news-blog .sppb-addon-articles .sppb-addon-article {min-height: 700px;}
.header-style-1 #sp-top-bar .social-icons {
	display: inline-flex !important;
    flex-wrap: nowrap !important;
    z-index: 9999 !important;
    position: relative;	
	}
	
	.logo img { margin-top: 10px !important; }

	/* Hide the desktop megamenu list only */
	.sp-megamenu-wrapper .sp-megamenu-parent {
		display: none !important;
	}

	/* Show the offcanvas toggler (both variants) */ 
	#offcanvas-toggler,
	.sp-megamenu-wrapper #offcanvas-toggler {
		display: flex !important;
	}

	.member-login {
		margin-right: 100px;
		margin-top: 40px !important;
	}
	
	
.social-icons .aie-button {
  padding: 5px 20px  !important;
  background: #ef2732  !important;
}

.social-icons .aie-button:hover {
  padding: 5px 20px  !important;
  background: #133a73  !important;
}

}

@media (max-width: 990px) {
	.member-login {
		display: none !important;
	}

	/* Show the offcanvas toggler (both variants) */
	#offcanvas-toggler,
	.sp-megamenu-wrapper #offcanvas-toggler {
		display: flex !important;
	}

	.sp-megamenu-wrapper .sp-megamenu-parent {
		display: none !important;
	}

	#sp-top-bar {
		display: none !important;
	}

	#sp-header.header-sticky {
		min-height: 100px !important;
	}

	.joint-login-member {
		margin-top: 10px !important;
	}

	.sp-contact-info li {
		white-space: wrap !important;
	}

	.social-icons .become-member a , .social-icons .aie-button {
		display: block !important;
		background: #ef2732 !important;
		background-color: rgb(239, 39, 50);
		color: #FFFFFF !important;
		margin-top: 20px;
	}

}


/* Center on mobile */
@media (max-width: 768px) {
	
	#sp-header {
		height: 100px !important;
		align-items: center;
    display: flex;
  }
		
	.member-login {
		justify-content: center;
		margin-top: 15px;
	}
	
	.cii-affiliated {
  margin: 0 auto;
  align-content: center;
  text-align: center;
  justify-content: space-around;
  display: flex;
}
	
	.social-icons  .aie-button{
		display: block !important;
		background: #ef2732 !important;
		color: #FFFFFF !important;
		margin-top: 20px;
		padding: 6px 14px !important;
		max-width: fit-content;
}
	
.title-1.sppb-section .sppb-section-title .sppb-title-heading span:not(.sp-inline-editable-element)::before  {display:none !important;}	
.title-1.sppb-addon .sppb-addon-title span:not(.sp-inline-editable-element)::before {display:none !important;}		
.title-1.sppb-section .sppb-section-title .sppb-title-heading span:not(.sp-inline-editable-element)::after  {display:none !important;}	
.title-1.sppb-addon .sppb-addon-title span:not(.sp-inline-editable-element)::after {display:none !important;}	




	.social-icons .become-member a {
		display: block !important;
		background: #ef2732 !important;
		color: #FFFFFF !important;
		margin-top: 20px;

	}

	.social-icons .become-member a:hover ,  .social-icons .aie-button:hover {
		background-color: #ef2732 !important;
		color: #ef2732 !important;
	}

	.footer__social {
		display: flex;
		margin: 0 auto;
		text-align: center;
		justify-content: center;
		margin-bottom: 30px;
	}

}


/* ================================
   Awards List Styles
=================================== */
.awards-list .sppb-addon-feature .sppb-media-content {
  display: flex;
  flex-direction: column;       /* stack title + year vertically */
  align-items: center;          /* center horizontally */
  justify-content: center;      /* center vertically */
  border-top: 1px solid #e3e6ec;
  padding: 20px;                /* add breathing space */
  text-align: center;
}

/* Title block */
.awards-list .sppb-addon-feature .sppb-media-content .sppb-addon-title {
  font-weight: 600;
  color: #133a73; /* brand navy */
  margin-bottom: 8px;
  width: 100%;
}

/* Year block */
.awards-list .sppb-addon-feature .sppb-media-content .sppb-addon-text {
  font-size: 1.2rem;
  color: #ef2732; /* brand red */
  border-left: none;            /* remove awkward divider */
  padding: 0;
  margin: 0;
}

/* Hide empty year blocks */
.awards-list .sppb-addon-feature .sppb-media-content .sppb-addon-text:empty,
.awards-list .sppb-addon-feature .sppb-media-content .sppb-addon-text p:empty {
  display: none;
}

/* ================================
   Awards List 2 Styles
=================================== */
.awards-list2 .sppb-addon-feature {
  border-radius: 8px;
  border: 1px solid rgba(19, 58, 115, 0.2);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: bold;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;          /* center content horizontally */
  justify-content: center;      /* center content vertically */
  padding: 20px;                /* add space inside cards */
  text-align: center;
}

.awards-list2 .sppb-addon-feature:hover {
  transform: translateY(-6px);
  border-color: #ef2732;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Icon treatment */
.awards-list2 .sppb-icon i {
  font-size: 2rem;
  color: #133a73;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.awards-list2 .sppb-addon-feature:hover .sppb-icon i {
  color: #ef2732;
}

/* Media content divider */
.awards-list2 .sppb-addon-feature .sppb-media-content {
  border-top: 1px solid rgba(19, 58, 115, 0.2);
  padding-top: 12px;
  width: 100%;
}




/* === Feature Icon Colors === */
.link-color-icon.sppb-addon-feature .sppb-icon .sppb-icon-container {
	color: rgba(var(--primary_color_rgb), 0.6) !important;
}

/* === Animated Heading === */
.sppb-addon-animated-heading .animated-heading-before-part {
	display: block;
	width: 100%;
}

/* === Hero Section === */
.hero-section {
	display: flex;
	align-items: center;
}

.hero-section>.sppb-row-container {
	margin-top: -115px;
}

.hero-section:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.8;
	background: var(--secondary_color);
}

.hero-section:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 230px;
	background-image: linear-gradient(0deg,
			rgba(0, 0, 0, 0.6) 0%,
			rgba(19, 58, 115, 0) 99%);
}

.hero-section .sppb-addon-animated-heading .animated-text-words-wrapper {
	color: var(--primary_color);
}

.hero-section .sppb-btn.sppb-btn-link:hover,
.hero-section .sppb-btn.sppb-btn-link:focus {
	color: var(--primary_color_contrast);
}

/* === Hero Section 2 === */
.hero-section2:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.8;
	background: var(--secondary_color);
}

.hero-section2 .sppb-addon-animated-heading .animated-text-words-wrapper {
	color: var(--primary_color);
}

.hero-section2 .sppb-btn.sppb-btn-link:hover,
.hero-section2 .sppb-btn.sppb-btn-link:focus {
	color: var(--primary_color_contrast);
}

/* === Hero Feature List === */
.hero-feature-list-wrap {
	border-top: 1px solid rgba(var(--primary_color_rgb), 0.3);
}

.hero-feature-list-wrap:before,
.hero-feature-list-wrap:after {
	content: "";
	position: absolute;
	top: -1px;
	width: 20000px;
	background-color: rgba(var(--primary_color_rgb), 0.3);
	height: 1px;
}

.hero-feature-list-wrap:before {
	left: -20000px;
}

.hero-feature-list-wrap:after {
	right: -20000px;
}

.hero-feature-list>.sp-pagebuilder-addons,
.hero-feature-list>.sppb-column-addons {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: 0 auto;
}

/* === Fluid Features === */
.fluid-features-content-col {
	max-width: 538px;
	margin-left: auto;
}

.fluid-features-content-col.r-auto {
	margin-right: auto;
	margin-left: inherit;
}

.fluid-features-img-col .sp-pagebuilder-addons>div,
.fluid-features-img-col .sppb-column-addons {
	display: flex;
}

.fluid-features-img-col .sp-pagebuilder-addons>div>div:not(:first-child),
.fluid-features-img-col .sppb-column-addons>div:not(:first-child) {
	padding-left: 30px;
}


#iisa-updates .sppb-nav-tabs {
	justify-content: center;
}

#iisa-updates .sppb-addon-title,
#iisa-updates h2 {
	font-size: 35px !important;
}

.values-iisa .sppb-addon-title {
	font-size: 16px !important;
}

.values-iisa .sppb-media>.pull-left {
	margin-right: 5px;
}

.values-iisa .sppb-col-sm-4 {
	padding-right: 5px;
	padding-left: 5px;
}


.box-contact {

	overflow: hidden;
}

@media (max-width: 767px) {
	.box-contact {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
}

.box-contact .contact-item {
	background: #ef2732;
	border-radius: 2px;
	padding: 24px;
	text-align: center;
	min-height: 250px;
}

@media (max-width: 1199px) {
	.box-contact .contact-item {
		margin-bottom: 24px;
	}
}

.box-contact .contact-item h6 {
	color: #ffffff;
	text-transform: uppercase;
}

.box-contact .contact-item p {
	font-size: 15px;
	color: #FFF !important;
}

.box-contact .contact-item a {
	border-bottom: 1px solid #f87831;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
}

.box-contact .contact-item a:hover,
.box-contact .contact-item a:focus,
.box-contact .contact-item a:active {
	color: #f87831;
}

.header-style-1 #sp-top-bar .social-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Default icons */
.social-icons li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.sp-megamenu-parent {
	z-index: 1 !important;
	display: flex !important;
	float: right;
	position: relative !important;
	align-items: baseline !important;
	margin-top: 30px;
}

#sp-header .logo {
	margin-top: 5px;
}


/* Hide all dropdowns by default */
.sp-megamenu-parent .sp-dropdown,
.sp-megamenu-parent .sp-mega-group-child {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease;
}

/* Show dropdown when parent is hovered */
.sp-megamenu-parent li.sp-has-child:hover>.sp-dropdown {
	display: block;
	visibility: visible;
	opacity: 1;
}

/* Show sub-sub menu when parent item is hovered */
.sp-mega-group li.item-header:hover>.sp-mega-group-child,
.sp-mega-group li.sp-menu-item:hover>.sp-mega-group-child {
	display: block;
	visibility: visible;
	opacity: 1;
}


/* Member login button styling */
.member-login .btn,
.member-login a {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 4px;
	line-height: 1.4;
	font-size: 0.95rem;
	font-weight: 600;
	color: #fff;
	/* white text */
	background-color: #133a73;
	/* brand navy */
	border: 2px solid #133a73;
	text-decoration: none;
	transition: all 0.3s ease;
}

/* Hover state with brand red accent */
.member-login .btn:hover,
.member-login a:hover {
	background-color: #ef2732;
	/* brand red */
	border-color: #ef2732;
	color: #fff;
	transform: translateY(-2px);
}


/* Member login alignment */
.member-login {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	margin-left: auto;
	margin-top: 20px;
	gap: 12px;
	z-index: 20;
	pointer-events: auto;
}

/* Joint button wrapper */
.joint-login-member {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: nowrap;
	margin-top: 0;
}

/* Shared button base */
.joint-login-member .joint-btn {
	display: inline-block;
	padding: 8px 12px;
	/* slightly smaller buttons */
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.3s ease;
	color: #fff;
	border: none !important;
	box-shadow: none !important;
}


/* Left button: Become a Member */
.joint-login-member .joint-btn-left {
	background-color: #ef2732;
	/* brand red */
	border: 2px solid #ef2732;
}

.joint-login-member .joint-btn-left:hover {
	background-color: #133a73;
	/* navy hover */
	border-color: #133a73;
}

/* Right button: Membership Portal */
.joint-login-member .joint-btn-right {
	background-color: #133a73;
	/* brand navy */
	border: 2px solid #133a73;
}

.joint-login-member .joint-btn-right:hover {
	background-color: #ef2732;
	/* red hover */
	border-color: #ef2732;
}

/* "Or" separator */
.joint-login-member span {
	font-weight: 500;
	color: #484849;
	/* neutral gray */
	font-size: 0.9rem;
}

/* Responsive: stack buttons on mobile */
@media (max-width: 768px) {
	.joint-login-member {
		flex-direction: column;
		gap: 8px;
		display: none !important;
	}

	.joint-login-member span {
		display: none !important;
	}

	.joint-login-member {
		margin-top: 10px !important;
	}


	.sp-contact-info li {
		white-space: wrap !important;
	}


}

@media (min-width: 768px) {
	.social-icons .become-member a {
		display: none !important;
	}

	.social-icons .become-member {
		display: none !important;
	}
}


.social-icons  .aie-button{
	padding: 0px 14px;
	border-radius: 4px;
	background: #133a73;
	color: #FFFFFF !important;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.4;
}

.social-icons .aie-button a { padding-left:25px; padding-right:25px;}


/* Become Member button */
.social-icons .become-member a {
	width: auto !important;
	height: auto !important;
	padding: 6px 14px;
	border-radius: 4px;
	background: #133a73;
	color: #FFFFFF !important;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.4;
}

.social-icons .become-member a:hover{
	background-color: #133a73;
	/* brand blue */
	color: #ef2732;
}



.social-icons .aie-button :hover {
	background-color: #133a73;
	color: #ef2732;
}



.have-query__item-list {
	display: flex;
	flex-wrap: wrap;
	/* allow wrapping on smaller screens */
	gap: 20px;
	/* space between buttons */
	justify-content: center;
	align-items: center;
}

.have-query__item-list a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 4px;
	background-color: #133a73;
	/* brand blue */
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.have-query__item-list a:hover {
	background-color: #ef2732;
	/* brand red on hover */
	color: #fff;
}

.have-query__item-list a svg path {
	fill: #fff;
	transition: fill 0.3s ease;
}

.have-query__item-list a span {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.have-query__item-list {
		gap: 12px;
		/* tighter spacing on small screens */
	}

	.have-query__item-list a {
		font-size: 0px !important;
		padding: 8px 12px;
		min-width: fit-content !important;
	}

	.have-query__item-list a span {
		font-size: 14px;
	}

	.have-query__item-list .cta-link svg {
		margin-right: 0;
	}
}

#iisa-updates .sppb-articles-carousel-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

#iisa-updates .slick-arrow {
	font-size: 40px;
	color: #133a73;
	cursor: pointer;
	z-index: 5;
	margin: 0 10px;
}

#iisa-updates .fa-angle-left {
	left: -50px;
	position: relative;
}


#iisa-updates .fa-angle-right {
	right: -50px;
	position: relative;
}


#iisa-updates .slick-arrow:hover {
	color: #ef2732;
}

/* Tablet breakpoint */
@media (max-width: 991px) {
	#iisa-updates .fa-angle-left {
		left: -40px;
	}

	#iisa-updates .fa-angle-right {
		right: -40px;
	}
	
	
  #sp-header {height: 90px;  }
}

/* Mobile breakpoint */
@media (max-width: 575px) {
	#iisa-updates .fa-angle-left {
		left: -20px;
	}

	#iisa-updates .fa-angle-right {
		right: -20px;
	}
}

/* ===== News-blog carousel unified styles ===== */

/* Wrap & slick layout */
.news-blog .sppb-articles-carousel-wrap { position: relative; }
.news-blog .slick-list { display: block; }
.news-blog .slick-track { display: flex; align-items: stretch; }
.news-blog .slick-slide { height: auto; }

/* Base card styling for News Blog */
.news-blog .sppb-articles-carousel-column,
.news-blog .sppb-addon-articles .sppb-addon-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;  
  margin-bottom: 1rem;
}

/* Hover lift effect */
.news-blog .sppb-articles-carousel-column:hover,
.news-blog .sppb-addon-articles .sppb-addon-article:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  transform: translateY(-4px);
  z-index: 2;
}







/* Meta and title tweaks */
.news-blog .sppb-articles-carousel-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: -0.2rem;
}

.news-blog .sppb-articles-carousel-link {
  font-size: 1.2rem;
  font-weight: 600;
  color: #133a73;
  margin-bottom: 0.75rem;
  text-decoration: none;
}

.news-blog .sppb-articles-carousel-link:hover {
  color: #ef2732;
}

/* Read more button */
.news-blog .read-more-link {
  font-weight: 600;
  color: #ef2732;
  text-decoration: none;
  transition: color .2s ease;
}

.news-blog .read-more-link:hover {
  color: #c51f29;
}


.news-blog .sppb-articles-carousel-img {
  position: relative;
  overflow: hidden; 
}

.news-blog .sppb-articles-carousel-img img {
  display: block;
  width: 100%;
}


.news-blog .sppb-articles-carousel-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ef2732;
  pointer-events: none;
}


.news-blog .sppb-articles-carousel-content {
  flex: 1 1 auto;
  display: flex;
  padding: 0.5rem 1rem 0;
  flex-direction: column;
   margin-bottom: 0 !important;
  box-shadow: none !important;
}
.news-blog .sppb-article-info-wrap {
  padding: 10px 55px 40px 40px; 
}

/* Article image */
.news-blog .sppb-article-img-wrap {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 5px;
}


/* Meta date badge */
		
.news-blog .sppb-articles-carousel-meta-date {
  position: relative;
  top: 0;
  padding: 10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 0 0 5px 0;
  line-height: 26px;
  text-transform: capitalize;
  background-color: #ffffff;
}

.news-blog .sppb-articles-carousel-meta-date::before {
  content: "\f073"; /* calendar icon */
  font-family: "Font Awesome 6 Free"; /* or "Font Awesome 5 Free" depending on version */
  font-weight: 900;
  margin-right: 5px;
  color: #ef2732;
  font-size: 16px;
}


/* Links */
.news-blog .sppb-articles-carousel-link {
  font-weight: 600;
  margin-bottom: 10px;
  color: #133a73;
  text-decoration: none;
  line-height: 20px;
  font-size: 16px;
}
.news-blog .sppb-articles-carousel-link:hover { color: #ef2732 !important; }

.read-more-wrapper  {	
display: flex;
    flex-direction: column;  
    min-height: 10px;
    justify-content: flex-end; 	 
	
}


/* Read More button */
.news-blog .sppb-readmore {
  padding: 14px 30px;
  border-radius: 5px;
  border: 2px solid #133a73;
  color: #133a73;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.news-blog .sppb-readmore i {
  margin-left: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.news-blog .sppb-readmore:hover {
  background: #ef2732;
  border: 2px solid #ef2732;
  color: #ffffff;
}

/* Read More link (alt style) */
.news-blog .read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #133a73;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;   
}
.news-blog .read-more-link:hover {
  color: #ef2732;
  transform: translateX(2px);
}
.news-blog .read-more-link i { font-size: 13px; }

#sp-footer ul.menu {
	display: block !important;
}


.footer-nav-links .mod-menu.mod-list.menu li {
	display: block !important;
	margin-bottom: 6px;
	/* optional spacing between items */
}

.footer-nav-links .mod-menu.mod-list.menu li a {
	display: inline-block;
	/* keeps link styling neat */
	text-decoration: none;
	/* optional: remove underline */
}


.footer-nav-links ul.mod-menu li {
	display: block !important;
	margin-bottom: 8px;
}

.footer-nav-links ul.mod-menu li a {
	display: block !important;
	text-decoration: none;
}

.team-single .sppb-row>[class^="sppb-col"] {
	border-right: 1px solid rgba(166, 124, 0, 0.3)
}

.team-single .sppb-row>[class^="sppb-col"]:last-child {
	border-right: 0
}

.team-single .sppb-addon-persion,
.team-single .sppb-addon-person {
	padding: 0 20px
}

.team-single .sppb-addon-persion.sppb-text-left .sppb-person-information,
.team-single .sppb-addon-person.sppb-text-left .sppb-person-information {
	padding-top: 0
}

.team-single .sppb-addon-persion.sppb-text-left .sppb-person-information>span.sppb-person-name,
.team-single .sppb-addon-person.sppb-text-left .sppb-person-information>span.sppb-person-name {
	margin-bottom: 8px
}

.team-single .sppb-addon-persion.sppb-text-left .sppb-person-information>span.sppb-person-email,
.team-single .sppb-addon-person.sppb-text-left .sppb-person-information>span.sppb-person-email {
	width: 70%;
	bottom: -35px;
	float: right
}


.team-single .sppb-addon-persion.sppb-text-left .sppb-person-social,
.team-single .sppb-addon-person.sppb-text-left .sppb-person-social {
	width: 30%;
	margin: 0
}

.team-single .sppb-addon-persion .sppb-person-introtext,
.team-single .sppb-addon-person .sppb-person-introtext {
	margin-top: 28px
}

.team-single .sppb-addon-persion .sppb-person-social-icons,
.team-single .sppb-addon-person .sppb-person-social-icons {
	margin-top: 18px
}

@media (max-width:768px) {
	.team-single .sppb-row>[class^="sppb-col"] {
		border-right: 0
	}
	}
	
@media (max-width:480px) {
	.team-single .sppb-addon-persion,
	.team-single .sppb-addon-person {
		padding: 0
	}


	.career-info-tab .sppb-nav li a {
		padding: 10px 5px
	}

	.career-info-tab .sppb-nav li.active a {
		padding: 10px 5px
	}	
}
