.footer-purple-section {
    background-color: #4b097e;
}
.header-title {
    font-family: 'Gilroy-Bold';
    font-weight: 400;
    font-size: 48px;
    /* line-height: 300%; */
    letter-spacing: 0%;
    color: #ffffff;
    text-transform: uppercase;
}
.tracking-wider {
font-family: 'Gilroy-Bold';
font-weight: 400;
font-size: 24px;
/* line-height: 300%; */
color: #E9E9E9;
letter-spacing: 0%;
text-transform: uppercase;
}

.footer-bio p {
  font-family: 'Gilroy-Medium';
font-weight: 400;
font-size: 16px;
/* line-height: 300%; */
color: #E9E9E9;
letter-spacing: 0%;
/* text-transform: uppercase; */

}

/* Styling the white icon boxes */
.social-box {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px; /* Rounded corners for the icon box */
    text-decoration: none;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.social-box:hover {
    transform: translateY(-5px);
    background-color: #f8f9fa;
}
.rowWidth {
    width: 90%;
    margin: 0 auto;
}

/* Copyright Section (Light Section) */
/* .copyright-section {
    background: linear-gradient(to bottom, #f9fbff, #f0f4ff); 
}

.copyright-text {
    border-top: 1px solid rgba(0, 51, 153, 0.1);
} */
.copyright-text{
    font-family: 'Gilroy-Medium';
font-weight: 400;
font-size: 18px;
letter-spacing: 0%;
color: #09052C;

}
.copyright-text-semiBold{
    font-family: 'Gilroy-SemiBold';
font-weight: 400;
font-size: 18px;
letter-spacing: 0%;
color: #09379D;

}
a {
    color: #09379D !important;
}
.rounded-circle{
    border: 1px solid #09379D !important;
}
