
 
 /* Basic CSS styling */
  html {
    background-color: #E1ECF8;
}
body {
    margin: 1.5rem 2rem;
}

p{
    color: #153B65;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    border-bottom: #1358A3 2px solid;
    margin-bottom: 30px;
}

.logo {
    width: 20vw;
    max-width: 250px;
}

nav > ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

header > nav > ul > li {

    border-radius:5px;
    font-weight: 500;
    color: #153B65;
    text-transform: uppercase;
    font-size: 14px;
}

footer > nav > ul > li {
        padding: 0px 1rem;
      border-radius: 5px;
      font-weight: 500;
      color: #153B65;
      font-size: 14px;

  }

.active {
      border-radius: 5px;
      font-weight: 500;
      color: white!important;
      background-color: #153B65;
  }

nav > ul > li > a {
    font-weight: 500;
    color: #153B65;
    text-decoration: none;
    padding: 0.5rem 2rem;
}

main {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    border-radius: 1rem;
    padding: 20px;
    background-color: #fff;

    padding-top: 0px;
}

.pattie{
    width: 20px;
    height: 2px;
    background: #153b65;
}

.accordion-item {

    padding: 10px;
}

.accordion-header {
    font-weight: bold;
    margin: 0;
}

.accordion-body {
    margin-top: 10px;
    padding-left: 30px;
}

.accordion-body > p {
    color: #2573BB;
}


.accordion-list {
    margin-top: 10px;
    padding-left: 20px;
    list-style: initial;
    color: #2573BB;
}

.collapsed {
    display: none; /* Initially hide the content */
}

.mail {
    text-align: center;
    padding: 0.75rem 1rem;
    text-decoration: none;
    border: #153B65 solid 2px;
    color: #153B65;
    border-radius: 0.5rem;
    font-size: 1.5rem;
}

.demo{
    text-align: center;
    padding: 0.75rem 1rem;
    text-decoration: none;
    border: #153B65 solid 1px;
    color: #153B65;
    border-radius: 0.5rem;
    font-size: 1.5rem;
}

.mail:hover {
    background-color: #E1ECF8;
}

.tagLine {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.heroText {
    font-size: 7rem;
    color: #153B65;
    text-align: center;
}

.mobile,.burger-holder{
    display: none;
} 

.menu-item{
    text-decoration: none;
    font-weight: 500;
    color: #153B65;
    text-decoration: none;
    padding: 0.5rem 2rem;
}

footer {
    color: #1358A3;
    font-family: "Work Sans", sans-serif;
    margin: 1.5rem 2rem;
}

.mobile-menu{
    display: none;
}

.open-menu{
    display: flex!important;
}


.about-us-tab-holder{
    height: max-content;
    min-width: 360px;
    gap: 20px;
    max-width: 360px;
}

.about-us-tab{
    background-color: #2970b7;
    border-radius: 0px 0px 100% 0px;
    height: 150px;
    max-width: 150px;
    padding: 10px;
    min-width: 150px;
    color: white;
}

.about-us-tab-active{
    background-color: #1c74bb;
}

.about-us-tab-content > ul{
    list-style: inherit;
    padding-left: 20px;
}


@media only screen and (max-width: 425px) {

    .about-us-tab-holder {
    height: max-content;
    gap: 20px;
    max-width: unset;
    min-width: unset
}

.about-us-tab {
    background-color: #2970b7;
    border-radius: 0px 0px 100% 0px;
    height: 130px;
    width: calc(50% - 30px);
    padding: 10px;
    color: white;
    max-width: unset;
    min-width: unset
}
}

@media only screen and (max-width: 768px) {
    .heroText {
    font-size: 4rem;
}

.desktop{
    display: none;
 }  
   
footer > nav > ul {
    display: flex;
    flex-direction: column;
}

.mobile{
    display: block;
} 

.mobile-menu{
    display: none;
    position: fixed;
    right: 0;
    padding: 20px;
    background: white;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 2;
    box-shadow: #e1ecf8 2px 2px 9px 2px;
}

.burger-holder{
    padding: 20px 0px;
    display: flex;
}

.accordion-header{
    width: -webkit-fill-available;
}

.logo {
    width: 30vw;
    max-width: 250px;
}

.about-us-container{
    flex-wrap: wrap;
}

}
