/* .social.social-muted a:not(.btn-circle):not([class*=link-]) i{
    color:#ffffff !important; 
} */
.banner--stick.transparent.navbar-dark .nav-link .uil, .banner--stick:not(.navbar-dark).navbar-dark .nav-link{
    color:#343f52 !important; 
}

  .justify-text {
    /* text-align: justify; */
  }

  .category-section {
    position: relative;
}
.category-section .bg-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    left: 0px;
    top: -30%;
    width: 100%;
    height: calc(100% + 30%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sec-title {
    position: relative;
    display: block;
}
.pb_60 {
    padding-bottom: 60px;
}

section.category-section span.sub-title.mb_10.title-animation {
    border-color: #fff !important;
    background: #fff !important;
}
.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--title-font);
    font-weight: 600;
    padding: 5px 17px;
    border-radius: 40px;
    text-transform: uppercase;
    z-index: 1;
}
.mb_10 {
    margin-bottom: 10px;
}
.ltr {
    direction: ltr;
}
.category-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}
.category-block-one .inner-box .theme-btn {
    margin-bottom: -30px;
    z-index: 2;
}
.theme-btn {
    position: relative;
    background-color: #3f78e0 !important;
    display: inline-block;
    overflow: hidden;   
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    padding: 15px 40px;
    z-index: 1;
    transition: all 0.5s ease-in-out 0.0s;
}
.category-block-one .inner-box .image-box {
    border-radius: 10px;
}

.image-hov-one {
    position: relative;
    display: block;
    overflow: hidden;
}
.category-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}
.category-block-one .inner-box .theme-btn {
    margin-bottom: -30px;
    z-index: 2;
}
.pb_70 {
    padding-bottom: 70px;
}

.pt_120 {
    padding-top: 20px;
}
.widget .contact-line {
  margin-bottom: 6px; /* Reduce default gap */
  line-height: 1.4;    /* Tighter line spacing */
}

blockquote{
    border-left:none !important;
    margin-top:20px;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.hidden {
    display: none;
}
#toast-container{
    font-size:16px !important;
}