html, body {
  overflow-x: hidden;
}

body{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  /*font-family: Calibri, Arial !important;*/
}

/* support button css */
.support-button {
  display: inline-block;
  padding: 18px 36px;
  background: linear-gradient(135deg, #490e58, #7a2191);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(122, 33, 145, 0.35);
  transition: all 0.3s ease;
  text-decoration: none;
  animation: fadeInUp 0.8s ease-out;
}

.support-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(122, 33, 145, 0.45);
  background: linear-gradient(135deg, #61106f, #9a2eb7);
  color: #fff;
  text-decoration: none;
}

.support-button:active {
  transform: scale(0.98);
  box-shadow: 0 6px 16px rgba(122, 33, 145, 0.25);
  color: #fff;
  text-decoration: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.support-bckgrnd{
  display: flex; justify-content: center; align-items: center; height: 10vh; background: #f4f0f8; border-radius: 10px;
}
/* end of support button css */

.padding-body{

}
.center-items{
  max-width: 1003px; margin: 0 auto
}
.ghostwhite-bckgrnd{
  background-color: #f7f9fc;
  margin: 0 15px;
}

.font-weight-700{
font-weight: 700;
}

.line-separator {
  border-left: 2px solid #ccc; /* This adds a vertical line between the two columns */
  padding-left: 20px;  /* Space between line and content */
}

/* On mobile: make it a horizontal line */
@media (max-width: 768px) {
  .line-separator {
    border-left: none;
    border-top: 2px solid #ccc; /* Horizontal line */
    padding-left: 0;
    padding-top: 20px;
    margin-left: 0;
    margin-top: 20px;
  }
}

.desktop-view{display: block;}
.mobile-view{display: none;}

.p-padding{
margin-left: 25px;
margin-right: 25px;
}

.body-bckgrnd-color{
background-color: rgb(96 195 219 / 30%);
}

.anchor-bold{
font-weight: 500;
}

.section1-bckgrnd-color{
  margin: 0 15px;
  background-color: rgb(89 176 64 / 20%);/*rgb(96 195 219 / 30%);*/
  padding: 15px 0px;
}

@media(max-width:767px){
  .adjust-margins-row{
    margin: 0px !important;
  }
}

.section2-bckgrnd-color{
margin: 0;
background-color: rgb(255 249 239);/*rgb(249 189 20 / 20%);*/
padding: 0px 25px;
}

.section3-bckgrnd-color{
margin: 0;
background-color: rgb(86 195 221 / 20%);/*rgb(202 225 200 / 60%);*/
padding: 0px 25px;
}

.section4-bckgrnd-color{
margin: 0;
background-color: rgb(36 1 143 / 10%);/*rgb(202 225 200 / 60%);*/
padding: 0px 25px;
}

.globalNavCenterDiv {
  width: 100% !important;
  margin: 0 auto;
  max-width: 1003px !important;
}

@media only screen and (min-width: 320px) {
  .media-nav-div {
      width: 100% !important;
  }
}

.box-new{
  position: relative;
  padding: 24px;
  background: #fff;
  border: 1px solid #24018f;
  border-radius: 5px;
  box-shadow: rgb(36 1 143 / 30%) 0px 25px 75px -20px, rgba(0, 0, 0, 0.3) 0px 22px 22px -30px, rgb(36 1 143 / 35%) 0px -2px 6px 0px inset;
}

.p-font1{
font-size: 1rem;
font-weight: 500;
}

.bckgrnd-lightblue-color {
  /*background-color: rgba(85, 195, 221, 0.1);*/
  background-color: #fff;
  margin: 0 auto;
  box-shadow: rgba(96,195,218, 0.25) 0px 25px 75px -20px, rgba(0, 0, 0, 0.3) 0px 22px 22px -30px, rgba(96,195,218, 0.35) 0px -2px 6px 0px inset;/*rgba(50, 50, 93, 0.25) 0px 25px 75px -20px, rgba(0, 0, 0, 0.3) 0px 22px 22px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #60c3da;
}

.bckgrnd-color{
background-color: #fff;
border-radius: 5px;
border: 1px solid #56c3dd /*62af4b*/;
/*box-shadow: rgba(50, 50, 93, 0.25) 0px 25px 75px -20px, rgba(0, 0, 0, 0.3) 0px 22px 22px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
box-shadow: rgb(215 237 248) 0px 25px 75px -20px, rgb(215 237 248) 0px 22px 22px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
/*HEADING STYLE*/
.eleven h1 {
  font-size:30px;
  text-align:center; 
  line-height:1.5em; 
  padding-bottom:35px; 
  font-family:"Avenir Medium", serif; 
  text-transform:uppercase;
  letter-spacing: 2px; 
  color:#061c60;
}


.eleven h1:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left:50%; 
  margin-left:-30%;
  height: 1px;
  content: "";
  background-color: #061c60; 
  z-index: 4;
}
.eleven h1:after {
  position:absolute;
  width:40px; 
  height:40px; 
  left:50%; 
  margin-left:-20px; 
  bottom:0px;
  content: '\00a7'; 
  font-size:30px; 
  line-height:40px; 
  color:#061c60;
  font-weight:400; 
  z-index: 5;
  display:block;
  /*background-color:#fff;*/
}

.center-content{
  align-content: center;
}

/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Avenir Medium", serif;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  color: #575757;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}
.bih h1:before{
  background-color: #46bb92 !important;
}
.bih h1:after {
  background-color: #46bb92 !important;
}
.abc-img{
  width: 100%;
  max-width: 625px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.h1-sub::after{
  max-width: 1003px !important;
  width: 100% !important;
}
.h1-sub {
  font-size: 2rem !important;
}
.h1-font{
  font-family: Calibri, Arial !important;
}

.sup-note {
  font-size: 0.6em;
  vertical-align: super;
  color: rgba(66, 109, 181, 0.9); /* modern muted gray */
  font-weight: 400;
  margin-left: 4px;
  font-style: italic;
  opacity: 0.85;
}
/*END OF HEADING STYLE*/
.resource-padding-div{
  padding: 25px 15px;
  font-size: 1.1rem;
  color: #002f7b;
}

/*resource LI Styling*/
.adjust-margin-left{
  margin-left: 28px;
}

.ul-wrapper {
  position: relative;
  /*background-image: url('/mch/images/homevisiting/MCAH_DPH-HVP.png');*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #56c3dd/*8881df*/;
}

.ul-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(86 195 221 / 20%);/*rgb(218, 212, 237, 0.9);*/ /* overlay color with transparency */
  z-index: 1;
}

.ul-wrapper ul {
  position: relative;
  z-index: 2; /* sits above the overlay */
  list-style: none;
  padding: 0;
  margin: 0;
  color: #48525b; /* make text readable on dark overlay */
}

.ul-wrapper li {
  padding: 1rem 0;
  border-bottom: 1px solid rgb(86 195 221 / 20%)6/*rgba(255, 255, 255, 0.8)*/;
}

ul.liststyle li:before {
  content: "\f1ae";
  font-family: "FontAwesome";
  color: #56c3dd/*341594*/;
  float: left;
  font-size: 1em;
  margin-right: 15px;
}  
/*END OF resource LI STYLING*/

@media(max-width: 969px){
  .globalNavGreyBlueDiv {
      height: 58px !important;
  }
}

/*Cards CSS*/
:root {
--purple: hsl(240, 80%, 89%);
--pink: hsl(0, 59%, 94%);
--light-bg: hsl(204, 37%, 92%);
--light-gray-bg: hsl(0, 0%, 94%);
--white: hsl(0, 0%, 100%);
--dark: hsl(0, 0%, 7%);
--text-gray: hsl(0, 0%, 30%);
--light-blue:hsl(191, 62%, 62%);
--light-orange:hsl(44, 95%, 53%);
--dark-purple:hsl(254.79deg 98.61% 28.24%);
}

.title-flex h3 {
font-size: 1.5em;
font-weight: 700;
}

p {
font-size: 1.1rem;
line-height: 1.7;
font-weight: 400;
color: var(--text-gray);
}

.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.description {
white-space: wrap;
font-size: 1em;
line-height: 1.7;
font-weight: 400;
color: var(--text-gray);
}

.description li{
padding-bottom: 8px;
}

.description li a{
color: #60c3da;
font-weight: 500;
}

.description li a:hover{
color: #007bff;
}

.wrap {
display: flex;
justify: space-between;
align-items: stretch;
width: 100%;
gap: 24px;
/*padding: 24px;*/
flex-wrap: wrap;
}

.box {
display: flex;
flex-direction: column;
flex-basis: 100%;
position: relative;
padding: 24px;
background: #fff;/*#f8f8ff4f;*/
border: 1px solid #f9bd14;
border-radius: 5px;
box-shadow: rgba(249,189,20, 0.25) 0px 25px 75px -20px, rgba(0, 0, 0, 0.3) 0px 22px 22px -30px, rgba(249,189,20, 0.35) 0px -2px 6px 0px inset;/*rgba(50, 50, 93, 0.25) 0px 25px 75px -20px, rgba(0, 0, 0, 0.3) 0px 22px 22px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
}

.box-top {
display: flex;
flex-direction: column;
position: relative;
gap: 12px;
margin-bottom: 36px;
}

.box-image {
width: 100%;
/*height: 360px;
height: 260px;*/
object-fit: cover;
object-position: 50% 20%;
border-radius: 5px;
}

.title-flex {
display: flex;
justify-content: space-between;
align-items: center;
}

.box-title {
border-left: 3px solid var(--dark-purple);
padding-left: 12px;
}

.user-follow-info {
color: hsl(0, 0%, 60%);
}

.button {
display: block;
justify-content: center;
align-items: center;
text-align: center;
margin-top: auto;
padding: 16px;
color: #000;
background: transparent;
box-shadow: 0px 0px 0px 1px #3691d9 inset;
transition: background 0.4s ease;
}

.button:hover {
background: var(--purple);
}

.fill-one {
background: var(--light-bg);
}

.fill-two {
background: var(--pink);
}

/* RESPONSIVE QUERIES */

@media (min-width: 320px) {
.title-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.user-follow-info {
  margin-top: 6px;
}
}

@media (min-width: 460px) {
.title-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.user-follow-info {
  margin-top: 6px;
}
}

@media (min-width: 640px) {
.box {
  flex-basis: calc(50% - 12px);
}
.title-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.user-follow-info {
  margin-top: 6px;
}
}

@media (min-width: 840px) {
.title-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.user-follow-info {
  margin-top: 6px;
}
}

@media (min-width: 1024px) {
/*.box {
  flex-basis: calc(33.3% - 16px);
}*/
.title-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.user-follow-info {
  margin-top: 6px;
}
}

@media (min-width: 1100px) {
.box {
  flex-basis: calc(50% - 18px);
}
}
/*END OF CARDS CSS*/

.padding-content2{
  padding: 0 25px;
}

/*CARD VER2 CSS*/
.padding-content{
padding: 25px;
}
.img-adjust{
  width: 100%;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 76px -20px, rgba(0, 0, 0, 0.3) 0px 22px 22px -30px, rgba(0, 0, 0, 0.3) 0px -2px 6px 0px inset;
}
.center-img{
  margin: 0 auto;
  text-align: center;
}

@media(max-width:700px){
  .img-adjust{
    max-width: 450px;
  }
  .removeMargin{
    margin: 0;
  }
}

@media(max-width: 480px){
  .padding-content{
    padding: 6px;
  }
  .section2-bckgrnd-color{
    padding: 0 6px;
  }
}
/*END OF CARD VER2 CSS*/

/*SUBHEADER CSS*/
/* === HEADING STYLE #3 === */
.three h4 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  font-size: 1.3rem;
}
.three h4:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 5px;
width: 55px;
background-color: #111;
}
.three h4:after {
content: "";
position: absolute;
left: 0;
bottom: 2px;
height: 1px;
width: 95%;
max-width: 255px;
background-color: #333;
}
.three1 h4 {
font-weight: 500;
letter-spacing: 0;
line-height: 1.5em;
padding-bottom: 15px;
position: relative;
text-align: right;
}
.three1 h4:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
height: 5px;
width: 55px;
background-color: #111;
}
.three1 h4:after {
content: "";
position: absolute;
right: 0;
bottom: 2px;
height: 1px;
width: 95%;
max-width: 255px;
background-color: #333;
}
/*END OF SUBHEADER CSS*/

/*Fade In new section*/
/* Base styles for fade-in sections */
.fade-section {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  margin-bottom: 60px; /* Default margin */
  transform: translateX(0); /* Initial position */
  will-change: opacity, transform; /* For performance */
}

/* Even sections (index 1, 3, 5...) fade from left */
.fade-section.even {
  transform: translateX(-200px); /* Initially off-screen to the left */
}

/* Odd sections (index 0, 2, 4...) fade from right */
.fade-section.odd {
  transform: translateX(200px); /* Initially off-screen to the right */
}

/* When the section becomes visible, fade it in */
.fade-section.visible {
  opacity: 1;
  transform: translateX(0); /* Move to the original position */
}

/* For mobile devices, adjust margins and prevent large gaps */
@media (max-width: 767px) {
  .fade-section {
    margin-bottom: 30px; /* Smaller margin on mobile */
  }

  /* Ensure no horizontal space for mobile */
  .fade-section.even,
  .fade-section.odd {
    transform: translateX(0); /* Prevent initial off-screen sliding */
  }
}

/* For larger screens (desktop), reduce the margin for a tighter layout */
@media (min-width: 1024px) {
  .fade-section {
    margin-bottom: 40px; /* Slightly smaller margin on desktop */
  }
}
/*END OF FADE IN NEW SECTION*/

/*BANNER SLIDER CSS*/

/*END OF BANNER SLIDER CSS*/

/**/
.content-section{
font-size: 1.05em;
color: #555;
line-height: 1.7;
text-align: unset;
}

.tab-content{
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  width: 100%;
}

/* Global Section Styling */
#vision-mission {
padding: 40px 25px;
border-radius: 5px;
background-color: #f7f9fc; /* Light background to distinguish this section */
}

.vision-mission-container {
display: flex;
justify-content: space-between;
gap: 30px;
max-width: 1200px;
margin: 0 auto;
flex-wrap: wrap;
}

.vision-section, .mission-section {
background-color: #ffffff; /* Clean white background for each box */
padding: 30px;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);/*rgba(159, 43, 104, 0.15);;*/ /* Soft shadow for depth */
flex: 1;
min-width: 300px; /* Ensures responsiveness */
}

.resource-section {
  background-color: #ffffff; /* Clean white background for each box */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgb(26 116 187 / 30%);
  border: 1px solid rgb(54 145 217 / 30%) !important;
  flex: 1;
  min-width: 300px; /* Ensures responsiveness */
}

.section-heading {
font-size: 1.8em;
color: #0066cc; /* Blue color for headings */
margin-bottom: 15px;
text-align: center;
font-weight: 700;
}

.section-content {
font-size: 1.16em;
color: #555;
line-height: 1.6;
text-align: center;
}

/* Add responsiveness for smaller screens */
@media (max-width: 768px) {
  .vision-mission-container {
    flex-direction: column; /* Stacks the sections vertically */
    gap: 20px;
  }

  .section-heading {
    font-size: 1.8em; /* Slightly smaller heading on mobile */
  }

  .section-content {
    font-size: 1.1em; /* Slightly smaller content on mobile */
  }
}

@media(max-width: 767px){
  .desktop-view{display: none;}
  .mobile-view{display: block;}
}
/**/

/*STYLE HEADERS*/
/* === HEADING STYLE #3 === */
.three h1 {
font-size: 36px;
font-weight: 500;
letter-spacing: 0;
line-height: 1.5em;
padding-bottom: 15px;
position: relative;
}
.three h1:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 5px;
width: 55px;
background-color: #111;
}
.three h1:after {
content: "";
position: absolute;
left: 0;
bottom: 2px;
height: 1px;
width: 95%;
max-width: 255px;
background-color: #333;
}
/*END OF STYLE HEADERS*/

/*ACCORDION CSS*/
.accordion {
max-width: 900px;
margin: 0 auto;
}

.accordion-item {
background: #fff;
margin-bottom: 15px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
overflow: hidden;
transition: all 0.3s ease;
}

.accordion-header {
width: 100%;
padding: 18px 24px;
background: #f1f6fd;
border: none;
outline: none;
text-align: left;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
font-size: 18px;
font-weight: 600;
color: #4663a9;
border: 1px solid #4663a9;
border-radius: 10px;
}

.accordion-header:hover {
background: #e9f1fb;
}

.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.3s ease;
padding: 0 24px;
}

/* When active, show content and allow scroll if too long */
.accordion-item.active .accordion-content {
max-height: 700px; /* adjust as needed */
padding: 16px 24px 24px;
overflow-y: auto;
scrollbar-width: thin;       /* Firefox */
scrollbar-color: #bbb #f1f1f1;
}

/* Optional: Custom scrollbars (Chrome, Edge, Safari) */
.accordion-content::-webkit-scrollbar {
width: 6px;
}
.accordion-content::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 3px;
}
.accordion-content::-webkit-scrollbar-track {
background: #f1f1f1;
}

.accordion-header .arrow {
transition: transform 0.3s ease;
}

.accordion-item.active .arrow {
transform: rotate(90deg);
}

/* List Styling */
.resource-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 12px;
}

.sub-li a {
text-decoration: none;
}

.sub-resources-list{
list-style-type: circle;
margin-top: 15px;
margin-left: 20px;
}

.sub-resources-list li{
line-height: 15px;  
}

.sub-resources-list li > a {
margin-left: 10px !important;
}

.resource-list li:not(.sub-li) {
display: flow;
flex-direction: column;
background: #f1f6fd;
border: 1px solid #dce6f5;
border-radius: 10px;
padding: 12px 16px;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
transition: background 0.3s ease;
}

.resource-list li > svg {
margin-bottom: 6px;
fill: #6b8bbd;
width: 24px;
height: 24px;
}

.resource-list li > a,
.resource-list li > span {
font-weight: 600;
color: #2a3b59;
margin-left: 32px;
}

.sub-resource-list {
list-style-type: disc;
padding-left: 40px;
margin-top: 8px;
}

.sub-resource-list li {
font-size: 14px;
margin: 4px 0;
}

.sub-resource-list li a {
color: #4663a9;
text-decoration: none;
}

.sub-resource-list li a:hover {
text-decoration: underline;
}

@media (max-width: 600px) {
.resource-list {
  grid-template-columns: 1fr;
}
}
/*END OF ACCORDION CSS*/

.astrodivider {
/* margin: 64px auto; */
margin: 54px auto 22px auto;
width: 100%;
max-width: 100%;
position: relative;
}

.astrodividermask {
overflow: hidden;
height: 20px;
}

.astrodividermask:after {
content: '';
display: block;
margin: -25px auto 0;
width: 100%;
height: 25px;
border-radius: 125px / 12px;
box-shadow: 0 0 8px #32499d;/*061c60;*//*#00214c;*/
}

.bih .astrodividermask:after {
box-shadow: 0 0 8px #ef4158;
}

/*MATERNAL CARDS CSS*/
.row-height {
display: flex;
flex-wrap: wrap;
}

.row-height > [class*="col-"] {
display: flex;
flex-direction: column;
}

.card {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 300px; /* Fixed height for better visibility */
padding: 20px;
border-radius: 10px;
/*background-color: #E6E6FA !important;*/ /* Soft baby blue background */
box-shadow: 0 6px 12px rgb(26 116 187 / 30%);
border: 1px solid rgb(54 145 217) !important;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.card:hover {
transform: translateY(-10px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card h3 {
color: #1a74bb; /* Soft coral/peach color for font */
font-size: 1.4rem;
margin-bottom: 10px;
}

.card p {
flex-grow: 1;
color: #333;
font-size: 1.1rem;
line-height: 1.5;
}

.card .button {
display: inline-block;
padding: 10px 15px;
background-color: #1a74bb; /* Soft coral/peach button color */
color: #fff;
border-radius: 6px;
text-decoration: none;
margin-top: 15px;
font-size: 1.2rem;
}

.card .button:hover {
background-color: rgb(59 150 221);/* Darker coral/peach shade on hover */
}
/*END OF MATERNAL CARDS CSS*/

/*JSSLIDER*/
@media(max-width:1000px){
  .jssorb05{
    right: 30px !important;
  }
  .jssora12l, .jssora12r{
    display: none !important;
  }
}
@media(max-width:900px){
  .jssorb05{
    right: 40px !important;
  }
}
@media(max-width:700px){
  .jssorb05{
    right: 50px !important;
  }
}
@media(max-width:560px){
  .jssorb05{
    right: 60px !important;
  }
}
@media(max-width:480px){
  .jssorb05{
    right: 70px !important;
  }
}
@media(max-width:380px){
  .jssorb05{
    right: 100px !important;
  }
}
/*END OF JSSLIDER*/

@media(max-width:700px) and (min-width: 576px){
  .padding-body{
    padding:0 15px;
  }
}

.highlight-item {
  display: inline-block;
  position: relative;
  background-image: linear-gradient(to right, yellow 100%, transparent 0%);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s ease;
}

.highlighted {
  background-size: 100% 100%;
}

.underline-animate {
  position: relative;
  display: inline-block;
}

.underline-animate::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px; /* Thickness of the underline */
  width: 0;
  background-color: #243877;
  transition: width 1.3s ease;
}

.underline-animate.underlined::after {
  width: 100%;
}


.project-hope{
  background-color: rgb(117 93 179 / 40%);
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #24018f;
  margin: 10px;
}

/* ::::: FOR SVG */
svg {
  margin: auto;
  cursor:pointer;
}
svg rect, svg #eye, svg #pupil {
  transition: all 0.2s ease;
}
svg:hover #eye, svg:hover #pupil {
  animation: squeeze 2s infinite;
  fill: orange;
}
svg:hover rect {
  fill: orange;
}
@keyframes squeeze {
  10% {
    transform: none;
    animation-timing-function: ease-in;
  }
  13% {
    transform: translateY(69px) scaleY(.3)
  }
  20% {
    animation-timing-function: ease-out;
  }
  21% {
    transform: none;
    animation-timing-function: ease-in;
  }
}

.svg-wrapper {
  background-color: #f0f4f8;         /* Background color */
  display: flex;                    /* Use flexbox for centering */
  justify-content: center;         /* Horizontally center */
  align-items: center;             /* Vertically center (if given height) */
  padding: 20px;
  border-radius: 10px;             /* Optional rounded corners */
  /*width: fit-content;*/
  margin: 0 auto;                  /* Center the wrapper in its container */
  max-width: 220px;
}

svg {
  display: block;                  /* Removes inline spacing */
  cursor: pointer;
  max-width: 100%;
  height: auto;
}

svg rect,
svg #eye,
svg #pupil {
  transition: all 0.2s ease;
}

/* Replace orange with your preferred hover color */
svg:hover #eye,
svg:hover #pupil {
  animation: squeeze 2s infinite;
  fill: #1d72b8; /* Hover fill color */
}

svg:hover rect {
  fill: #1d72b8; /* Hover fill for rectangles */
}

@keyframes squeeze {
  10% {
    transform: none;
    animation-timing-function: ease-in;
  }
  13% {
    transform: translateY(69px) scaleY(.3);
  }
  20% {
    animation-timing-function: ease-out;
  }
  21% {
    transform: none;
    animation-timing-function: ease-in;
  }
}

.heart-hand-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #f0f4f8;
  border-radius: 10px;
  margin: 0 auto;
}

.heart-hand-icon {
  width: fit-content;
  height: auto;
  max-width: 200px;
}

/*TAB SECTION CSS*/
/* Container and Tabs */
.switcher-box {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  text-align: center;
}
.switcher-box a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  padding: 3px;
  cursor: pointer;
  background: #FFF;

  -webkit-border-radius: 50%;
          border-radius: 50%;

  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.switcher-box a span {
  display: block;
  width: 100%;
  height: 100%;

  -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15) inset, 0 5px 20px rgba(255, 255, 255, 0.4) inset;
          box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15) inset, 0 5px 20px rgba(255, 255, 255, 0.4) inset;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;

  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.switcher-box a.active {
  background: #000;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) inset;
}
.switcher-box a.active span {
  border-color: #BBB;
}

/* Tabbed Styles */
.tabbed {
  width: 100%;
  min-width: 300px;
  margin: 0 auto 28px;
  border-bottom: 4px solid #995aa7;
  transition: border 250ms ease;
  overflow-x: auto;     /* enable horizontal scroll */
  white-space: nowrap;  /* keep tabs on one line */
}

.tabbed ul {
  display: flex;
  flex-wrap: nowrap;        /* no wrap by default */
  margin: 0;
  padding: 0 48px 0 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tabbed ul::-webkit-scrollbar {
  display: none;
}

.tabbed ul * {
  margin: 0;
  padding: 0;
}

.tabbed ul li {
  flex: 0 0 auto; /* don't shrink */
  padding: 10px 20px 8px;
  background-color: #FFF;
  margin-right: 18px;
  position: relative;
  cursor: pointer;
  color: #777;

  text-transform: uppercase;
  font: 660 13.2px/20px roboto, "Open Sans", Helvetica, sans-serif;

  transition: all 250ms ease;
  border-radius: 8px 8px 0 0;

  /* Top-only subtle shadow */
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
  margin-top: 4px;
}

.tabbed ul li:before,
.tabbed ul li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;  
  background-color: #FFF;
  transition: all 250ms ease;
  z-index: -1;

  /* Clear default shadow, we'll add custom */
  box-shadow: none;
}

.tabbed ul li:before {
  right: -26px;
  transform: skew(30deg, 0deg);
  border-radius: 0 8px 0 0;
  z-index: 1;

  /* subtle shadow on right angled shape */
 /* box-shadow:
    rgba(0,0,0,.1) 3px 2px 5px,
    inset rgba(255,255,255,.09) -1px 0;*/
    box-shadow:
    rgba(0,0,0,.1) 3px -2px 5px,
    inset rgba(255,255,255,.09) -1px 0;
}

.tabbed ul li:after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  border-radius: 8px 0 0 0;

  /* subtle shadow on left angled shape */
  box-shadow:
    rgba(0,0,0,.1) -3px 2px 5px,
    inset rgba(255,255,255,.09) 1px 0;
}

/*.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
  background-color: #f8f8ff;
  color: #444;
}*/

.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
  background-color: var(--hover-bg); /* light tint of tab color */
  color: #fff;         /* exact tab color */
  transition: background-color 0.25s ease, color 0.25s ease;
}

/*.tabbed ul li:not(.active):hover {
  background-color: var(--hover-bg); /* light tint of tab color *
  color: var(--hover-color);         /* exact tab color *
  transition: background-color 0.25s ease, color 0.25s ease;
}*

.tabbed ul li:not(.active):hover::before {
  background-color: var(--hover-bg);
  transition: background-color 0.25s ease;
}*/

.tabbed ul li.active {
  z-index: 3;

  /* stronger top shadow on active */
  box-shadow:0 -5px 10px rgb(214 71 140 / 30%);
}

/*.tabbed ul li.active:before {
  /* stronger shadow on right angle *
  box-shadow:
    rgba(214 71 140 / 30%) 4px 4px 8px,
    inset rgba(214 71 140 / 80%) -1px 0;
}*/

.tabbed ul li.active:after {
  /* stronger shadow on left angle */
  box-shadow:
    rgba(0,0,0,.15) -4px 4px 8px,
    inset rgba(255,255,255,.09) 1px 0;
}

.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
  background-color: var(--active-bg, #995aa7);
  color: var(--active-color, #fff);

  /* Use a CSS variable for the box-shadow */
  box-shadow: var(--active-shadow, 
    rgba(214, 71, 140, 0.3) 4px 4px 8px,
    inset rgba(214, 71, 140, 0.8) -1px 0
  );
}

/* Responsive tweaks */

/* Around 964px: medium screens */
@media (max-width: 980px) and (min-width: 769px) {
  .tabbed ul li {
    padding: 8px 16px 6px;
    margin-right: 18px;
    font-size: 12px;
  }

  .tabbed ul {
    padding-left: 16px;
  }
}

/* Tablets and below */
@media (max-width: 768px) {
  .tabbed ul li {
    padding: 8px 14px 6px;
    font-size: 12px;
    margin-right: 16px;
  }
}

/* Add horizontal scroll and reduce spacing for mid-size screens */
@media (min-width: 481px) and (max-width: 868px) {
  .tabbed {
    overflow-x: auto;    /* allow horizontal scroll */
    white-space: nowrap;
  }
  
  .tabbed ul {
    flex-wrap: nowrap;   /* no wrap */
    padding-left: 16px;  /* reduce padding */
    overflow-x: auto;
  }
  
  .tabbed ul li {
    flex: 0 0 auto;
    padding: 8px 16px 6px;
    margin-right: 12px;  /* smaller margin to fit */
    font-size: 12px;
  }
}

.tab-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tab-panel.active {
  display: block;
  opacity: 1;
}

.tab-dropdown {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px 36px 8px 14px;
  font-size: 1.24rem;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: 2px solid #007BFF;
  border-radius: 8px;
  background: white;
  color: #007BFF;
  font-weight: 600;

  transition: color 0.3s ease, border-color 0.3s ease;
  position: relative;
}
/* Hide default IE arrow */
.tab-dropdown::-ms-expand {
  display: none;
}

/* Custom arrow */
.tab-dropdown::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #007BFF;
  border-bottom: 2px solid #007BFF;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.tab-dropdown::after {
  border-right: 2px solid #333; /* darker color */
  border-bottom: 2px solid #333;
}

/* Rotate arrow on focus or active */
.tab-dropdown:focus::after,
.tab-dropdown:active::after {
  transform: translateY(-50%) rotate(-135deg);
  border-color: #0056b3;
}

/* Focus styles */
.tab-dropdown:focus {
  border-color: #0056b3;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.round > .tab-dropdown::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--arrow-color, #333);
  border-bottom: 2px solid var(--arrow-color, #333);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
}

/* Arrow icon inside .round */
/*.round::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--arrow-color, #333);
  border-bottom: 2px solid var(--arrow-color, #333);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}*/

/* Focus styling on the select */
.tab-dropdown:focus {
  border-color: #0056b3;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

/* Hide default arrow, give space for custom */
.tab-dropdown {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 36px 10px 14px; /* space on right for arrow */
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 480px) {
  .tab-dropdown {
    font-size: 0.9rem;
    padding: 8px 36px 8px 14px;
  }
}

@media(max-width:900px){
  .tabbed ul li:before {
    right: -32px;
  }
}

@media (max-width: 860px) {
    .tabbed.round ul {
      display: none;
    }
    .tab-dropdown {
        display: block;
    }

    .tab-panel {
      display: none;
      opacity: 0;
    }

    .tab-panel.active {
      display: block;
      opacity: 1;
    }

    .tabbed {
      border-bottom: unset !important;
    }
}

@media (min-width: 869px) {
    .tab-dropdown {
      display: none;
    }
    .tabbed.round ul {
      display: flex;
    }

    .tab-panel {
      display: none;
      opacity: 0;
    }

    .tab-panel.active {
      display: block;
      opacity: 1;
    }
}

@media (max-width: 290px) {
  .tab-dropdown {
    font-size: 0.75rem;
    padding: 8px 28px 8px 10px;
  }

  .tab-dropdown::after {
    right: 8px;
    width: 6px;
    height: 6px;
  }
}

#prenatal .three h1::before{
    background-color: #995aa7;
}
#prenatal .three h1::after{
  background-color: #9459a1;
}
#prenatal .change-color{
  color: #995aa7;
  font-weight: 525;
}
#prenatal .change-color-header{
  color: #995aa7;
  font-weight: 600;
  font-size: 1.3rem;
}
#child .three h1::before{
  background-color: #426db5;
}
#child .three h1::after{
  background-color: #4d77bd;
}
#child .change-color{
  color: #426db5;
  font-weight: 525;
}
#child .change-color-header{
  color: #426db5;
  font-weight: 600;
  font-size: 1.3rem;
}
#adolescent .three h1::before{
  background-color: #4A833F;
}
#adolescent .three h1::after{
  background-color: #529146;
}
#adolescent .change-color{
  color: #4A833F;
  font-weight: 525;
}
#adolescent .change-color-header{
  color: #4A833F;
  font-weight: 600;
  font-size: 1.3rem;
}
#drc .three h1::before{
  background-color: #9C1C5A;
}
#drc .three h1::after{
  background-color: #b12267;
}
#drc .change-color{
  color: #9C1C5A;
  font-weight: 525;
}
#drc .change-color-header{
  color: #9C1C5A;
  font-weight: 600;
  font-size: 1.3rem;
}

#prenatal ul li, #child ul li, #drc ul li, #adolescent ul li{ 
  text-align: left !important;
  padding-bottom: 6px;
}
#prenatal .astrodivider, #child .astrodivider, #drc .astrodivider, #adolescent .astrodivider{
max-width: 80%;
}
/*END OF TAB SECTION CSS*/

.coming-soon-section {
  padding: 60px 20px;
  background-color: #f4f4f4;
  text-align: center;
  border: 2px dashed #ccc;
  margin: 40px auto;
  border-radius: 10px;
  max-width: 800px;
}

.coming-soon-content h2 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
}

.coming-soon-content p {
  font-size: 1.1rem;
  color: #555;
}

@media(max-width:767px){
  .three{
    margin-top: 0px;
  }

}

/* CSS */
.button-30 {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 38px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

#prenatal .change-color-btn{
  color: #995aa7;
  box-shadow: rgb(239 229 241) 0 2px 4px, rgb(237 226 240) 0 7px 13px -3px, #f1f1ff 0 -3px 0 inset;
  border: 1px solid rgb(222 161 239 / 50%);
  font-weight: 550;
} 

#child .change-color-btn{
  
} 

#drc .change-color-btn{
  
}

#adolescent .change-color-btn{
max-width: 80%;
}

/*BIH STYLING CSS*/
.align-button{
  margin: 0 auto;
  text-align: center;
}

.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  max-width: 100%;
}

/* Shadow layer */
.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

/* Edge gradient */
.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(to left,
    hsl(84 100% 20%) 0%,
    hsl(84 60% 40%) 8%,
    hsl(84 60% 40%) 92%,
    hsl(84 100% 20%) 100%);
}

/* Button face */
.button-82-front {
  display: block;
  position: relative;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 1rem;
  text-align: center;
  color: white;
  background: hsl(84 53% 51% / 1);
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
  white-space: normal;         /* Allow wrapping */
  word-break: break-word;      /* Break long words if needed */
}


/* Hover & Active states */
.button-82-pushable:hover {
  filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}

/* Responsive Scaling */
@media (max-width: 575.98px) {
  .button-82-front {
    font-size: 1.1rem;
    padding: 8px 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .button-82-front {
    font-size: 1.2rem;
    padding: 10px 24px;
  }
}

@media (min-width: 768px) {
  .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.list-container {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: rgb(50 73 157 / 30%) 0px 4px 12px;
  border: 1px solid #32499d;
}

/* List reset */
.modern-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List item styles */
.modern-list li {
  position: relative;
  border-bottom: 1px solid #32499d;
  font-size: 1.1rem;
  line-height: 1.5;
  transition: background 0.3s ease;
  padding: 0; /* padding moved to <a> */
}

/* Custom bullet */
.modern-list li::before {
  content: '*'; /* Customize this to another symbol if desired */
  color: #32499d;
  position: absolute;
  left: 0;
  top: 1.2rem;
  font-size: 1.2rem;
  pointer-events: none;
}

/* Anchor styling to fill entire list item */
.modern-list li a.bih-anchor-color {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 1rem 2rem;
  color: #002f7b;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 6px;
}

/* Hover effect */
.modern-list li a.bih-anchor-color:hover {
  background-color: #ecf2e3;
  text-decoration: none;
  color: #8fc440;
}

.modern-list li:hover::before { 
    color: #8fc440;
}

.bih-anchor-color{
  font-weight: bold;
  color: #002f7b;
}
.bih-anchor-color:hover{
  text-decoration: none;
}

.bih-card-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin: 0 auto;
  padding: 1rem;
  max-width: 1100px;
}

.bih-info-card {
  background: #ffffff;
  border: 1px solid #d2eae3;
  box-shadow: 0 4px 12px rgba(70, 179, 148, 0.15);
  border-radius: 12px;
  padding: 1.5rem;
  width: 48%; /* changed from 100% */
  max-width: 500px;
}

.bih-info-card h2 {
  font-size: 1.4rem;
  color: #2a6c5f;
  border-bottom: 2px solid #46b394;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.bih-info-card ul li:last-child {
  padding-bottom: 15px !important;
}


.bih-info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bih-info-card li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.4;
  transition: background-color 0.3s ease;
  border-radius: 8px;
}

.bih-info-card li::before {
  content: "\2192"; /* Unicode right arrow */
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(-50%);
  color: #083886;
  font-weight: bold;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}

.bih-info-card a {
  color: #002f7b;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  transition: color 0.3s ease;
}

.bih-info-card li:hover {
  background-color: #e6f2ef;
}

.bih-info-card li:hover::before {
  color: #00796b;
}

.bih-info-card a:hover,
.bih-info-card a:focus {
  color: #00796b;
  text-decoration: underline;
  outline: none;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .bih-info-card li {
    font-size: 1rem;
    padding-left: 1.2rem;
  }

  .bih-info-card li::before {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .bih-card-section {
    flex-direction: column;
    align-items: center;
  }

  .bih-info-card {
    width: 90%; /* keep stacking on mobile */
  }
}
#resources .three h1::before{
    background-color: #4A833F;
}
#resources .three h1::after{
  background-color: #4A833F;
}
#resources .change-color{
  color: #4A833F;
  font-weight: 525;
}
#resources .change-color-header{
  color: #4A833F;
  font-weight: 600;
  font-size: 1.3rem;
}
#quick_links .three h1::before{
  background-color: #426db5;
}
#quick_links .three h1::after{
  background-color: #4d77bd;
}
#quick_links .change-color{
  color: #426db5;
  font-weight: 525;
}
#quick_links .change-color-header{
  color: #426db5;
  font-weight: 600;
  font-size: 1.3rem;
}
/*END OF BIH STYLING CSS*/