h2 {
  margin-top: 40px;
  margin-bottom: 5px;
}
.content-box {
  padding: 10px;
}
.sidebar {
  padding: 11px;
  position: sticky;
  top: 80px;
}
.adsense-space {
  margin: 10px;
  text-align: center;
}

#aswift_6_host div{
    height:auto !important;
}

#aswift_6_host div div{
    height:auto !important;
}
/* ======== TEXT & ICONS ======== */
.content-box .icon {
  color: #007bff;
  margin-right: 8px;
  margin-bottom: 14px !important;
}
.content-box ul li {
list-style-type:none;
font-weight:400;
}
.content-box ul li i {
  color: #007bff;
}
.icon {
    font-size: 1em;
}
.lead{
font-weight:400 !important;
}

.myinfobg {
    background-color:#fff;
    text-align:left !important;
    padding:5px !important;
}

.content-box ul {
    background-color: #f8f9fa; /* bg-light */
    padding: 1.5rem !important; /* p-4 */
    border-radius: 0.5rem; /* rounded */
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15); /* shadow-lg */
    margin-bottom: 3rem !important; /* mb-5 */
}

.myintro{
    text-align: justify !important;
    font-weight: 400 !important;
}


h3{font-size:22px; margin-top:25px !important; color:#237393; } 
.mysticky-nav {
  position: sticky !important;
  top: 68px !important;
z-index: 1000 !important;
margin-bottom:20px;
}

/* Default tabs */
.canada-tabs .list-group-item {
  border: 1px solid #dee2e6;
  color: #212529;
  transition: all 0.25s ease-in-out;
}
.canada-tabs .list-group-item {
  border-radius: 0 !important;
}
/* Hover effect */
.canada-tabs .list-group-item:hover {
  background-color: #f3e8ff;
  color: #6f42c1;
}

/* ACTIVE (clicked / current section) */
.canada-tabs .list-group-item.active {
  background-color: #6f42c1; /* Bootstrap purple */
  color: #ffffff;
  border-color: #6f42c1;
}

/* Ensure icon also turns white */
.canada-tabs .list-group-item.active i {
  color: #ffffff;
}

/* Sector Thumbnail Grid */
.sector {
    background-color: #fff !important;
    box-shadow:none !important;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

/* Individual Thumbnail Card */
.sector li {
    background:#a9deab;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    font-weight: 600;
    color: #333;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

/* Hover Effect */
.sector li:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

/* Icon Styling */
.sector li .icon {
    display: block;
    font-size: 34px;
    color: #0d6efd; /* Bootstrap primary */
    margin-bottom: 14px;
}

/* Optional Accent Line */
.sector li::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #0d6efd;
    display: block;
    margin: 12px auto 0;
    border-radius: 2px;
}

/* Dark Background Compatibility */
.bg-dark .sector li,
.bg-primary .sector li {
    background: #ffffff;
    color: #222;
}

