
/* fontfamily deceration */
h1,h2,h3,h4,h5{
    font-family: "Averia Serif Libre", serif;
    font-style: normal;
}
h6,p,span,a,button,div,li,ul{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
b{
    color: #BF2B2B;
}
h1.main-heading{
    font-size: 52px;
}
h2.sub-heading{
    font-size: 48px;
}
h3{
    font-size: 36px;
}
.section-padding{
    padding: 100px 10px;
}
p{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}
h6.min-heading {
    background: #F58220;
    width: auto;
    display: inline;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
}
a.rounded-btn.btn {
    background: #2F2482;
    width: 130px;
    color: #fff;
    height: 130px;
    border-radius: 25rem;
    font-size: 16px;
    font-weight: 600;
    z-index: 4;
    transition: all 0.3s ease; /* Smooth transition */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
<<<<<<< HEAD

=======
>>>>>>> 6c26029d8a55f84c386b7fd831db863464cc6a12
a.rounded-btn.btn:hover {
    opacity: 0.8;
    transform: scale(1.08); /* Pop effect */
    border: 1px solid #2F2482;
}

.bg-sky{
    background: #FFF1EB !important;
}
.bg-red {
    background-color: #2F2482;
}
h6.min-heading.black-badge{
    background: #F58220;
        width: -moz-fit-content;
        width: fit-content;
}
.linear-bg{
    background: linear-gradient(0deg, #FFF1EB 0%, #FFFFFF 100%);   
}
.bg-red-transparent {
    background: #2f24821a;
}
.page-header{
    padding-top: 158px !important;
}
.breadcrumb-item+.breadcrumb-item::before{
color: #fff !important;
}
.all-sec p{
    text-align: justify;
}
.info-box p{
    text-align: start;
}
.custom-border{
    border: 1px solid #2F2482;
}

