@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
} 
p{
    margin: 0;
    font-family: "Roboto", serif;
    font-size: 15px;
}
.navbar-nav .nav-item a {
    font-family: "Roboto", serif;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #000;
    padding: 0 7px !important;
    font-weight: 500;
}
.nav-link.active{
    color: #004943 !important;
}
.navbar-brand img {
    width: 52px;
}
.first-sec img{
    width: 85px;
}
.img_set {
    z-index: 99;
    position: relative;
    border: 1px solid #f1eeee;
    background: #fff;
    border-radius: 13px;
}
.img_set img{
    border-radius: 16px;
}
.max-800 {
    max-width: 800px;
    text-align: center;
}
.first-sec p {
    text-shadow: 0px 0px 4px rgb(43 43 43 / 12%);
    font-size: 15px;
    font-weight: 400;
   
}
.name-title{
    font-size: 19px !important;
    font-weight: 600 !important;
}

.first-sec button {
    border: 0;
    border-radius: 9px;
    padding: 6px 20px;
    background-color: #345382;
    color: #fff;
    margin: 13px 0;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto", serif;
}
footer{
    background-color: #004943;
}
footer ul {
    list-style: none;
    display: flex;
    margin: 0 !important;
}
footer ul li a{
    color: #fff !important;
    text-decoration: none;
    padding: 0 10px;
    font-family: "Roboto", serif;
}
/* Overlay effect for mobile navigation */
@media (max-width: 991px) {
    .navbar-nav {
        margin-top: 71px;
    }
    .nav-link  {
        font-size: 16px;
        line-height: 36px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgb(255 255 255);
        transition: left 0.3s ease-in-out;
        z-index: 999;
    }
    .navbar-collapse.show {
        left: 0;
    }

    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1060;
    }
    footer ul {
        flex-wrap: wrap;
        text-align: end;
        justify-content: end;
    }
    footer ul li a {
        font-size: 13px;
    }
}
.telegram-sticky {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.telegram-sticky button {
    background: linear-gradient(135deg, #0088cc, #005f99);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.telegram-sticky button:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}
@media(max-width: 768px){
    .telegram-sticky button {
        padding: 10px 12px;
        font-size: 11px;
    }
    .telegram-sticky {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .telegram-sticky button img{
       width: 15px;
    }
}