@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap');
*{
    box-sizing:border-box;
    font-family: 'Manrope', sans-serif;
}
body{
    padding-top: 70px;
    scroll-behavior: smooth;
}
#home, 
#about-us, 
#key-high, 
#contact-us {
    scroll-margin-top: 80px; /* Adjust this value according to your navbar height */
}
.bg-gray{
    background-color: #fafafa;
}
.section {
    padding: 80px 0 50px;
}
.section-hedr h4 {
    font-family: "Jost", serif;
    text-transform: uppercase;
    font-size: 28px;
    color: #a9222d;
}
.section-hedr h1 {
    font-size: 27px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    color: #074c6d;
    max-width: 70%;
}
/*--navbar--*/
.navbar.biobrnkNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
}
.navbar.biobrnkNav .navbar-brand img {
    max-height: 50px;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #a9222d;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-nav .nav-link.active {
    color: #a9222d; /* Change this to your desired active color */
    font-weight: 600;
}
/*--swiper slider --*/
.swiper {
    width: 100%;
    height: 500px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.swiper-slide{
    position: relative;
}
.swiper-slide::before{
    content: "";
    position: absolute;
    background-color: rgba(7,76,109,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-slide{
    background-size: cover;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: 50%;
}
.slider-cont .slde-title{
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
}
.slider-cont{
    max-width: 770px;
}
.slider-cont {
    z-index: 1;
    position: relative;
}
.slider-cont .lrge-title {
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	font-size: 40px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 20px;
}
.slde-para{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.swiper-button-prev, .swiper-button-next {
    background-color: #fff;
}
.swiper-button-prev:after, .swiper-button-next::after {
    font-size: 18px;
}
.swiper-pagination {
    text-align: left;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 7.5%;
    bottom: 65px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
/*--about us --*/
.section-hedr p {
    font-family: "Jost", serif;
    color: #828282;
    font-size: 18px;
}
.abt-sec img {
    width: 100%;
}
.abt-sec{
    margin-top: 20px;
}
.abt-us .section-hedr h1{
    max-width: 100%;
}
.abt-box{
    background-color: #fdfdfd;
    padding: 25px 50px 30px;
    margin: -50px 50px 50px 0px;
    position: relative;
    z-index: 1;
}
.abt-box h4 {
    min-height: 3rem;
    font-size: 24px;
    font-weight: 700;
}
.abt-box p{
    line-height: 1.5; /* Set line height */
    min-height: calc(1.5em * 3); /* Minimum height for 3 lines */
    font-family: "Jost", serif;
    font-size: 15px;
}
/*--key highlights--*/
.key-blck{
    margin-bottom: 30px;
    text-align: center;
    padding: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.5s linear;
    overflow: hidden;
}
.key-blck:after{
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: #f3f3f3;
    transition: all 0.4s ease;
}
.key-blck:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}
.key-blck-wrpper{
    position: relative;
}
.key-blck-icn{
    text-align: center;
    margin-bottom: 30px;
}
.key-blck-icn span{
    width: 170px;
    height: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin: 10px;
}
.key-blck-icn span:after{
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #fff;
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}
.key-cont h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
    max-width: 90%;
    margin: 0 auto 20px;
}
.key-cont p{
    margin-bottom: 10px;
    font-family: "Jost", serif;
    font-size: 15px;
    color: #828282;
}
.txt-hed h1{
    margin: 0 auto 40px;
}
.key-blck-icn img {
    max-width: 92px;
}
/*--footer--*/
.footer {
    background-color: #074c6d;
    padding: 50px 0 0;
}
.useful-lnks h4{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    color: #fff;
    margin-bottom: 30px;
}
.useful-lnks ul{
    margin: 0;
    padding: 0;
}
.useful-lnks ul li{
    list-style-type: none;
    margin-bottom: 0px;
    position: relative;
    padding: 0px 10px 25px 0px;
    background: none;   
    font-size: 14px; 
}
.useful-lnks ul li.sublink{
    color: rgba(255,255,255,0.5);
    text-decoration: underline;
}
.useful-lnks ul li a:hover{
    color: rgba(255,255,255,1);
}
.useful-lnks ul li:last-child{
    padding-bottom: 0px;
}
.useful-lnks h5, .logo-sec p {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-family: 'Jost', sans-serif;
}
.logo-sec a img {
    max-width: 285px;
    margin-bottom: 20px;
}
.call-cont span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255,255,255,0.5);
}
.call-cont a {
    display: block;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}
.sub-footr {
    background-color: #083d56;
    padding: 20px 0;
    margin: 20px 0;
}
.sub-footr{
    color: #fff;
    font-size: 14px;
}
.useful-lnks i {
    color: rgba(255,255,255,0.5);
}
.call-sectn i {
    font-size: 48px;
    margin-right: 16px;
    color: #fff;
}
/*--scroll top btn--*/
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #a9222d;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
    z-index: 1000;
    width: 40px;
    height: 40px;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}
/*--additional--*/
.navbar-nav li {
	margin-right: 16px;
}
.navbar-nav li:last-child {
	margin-right: 0px;
}