/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 16 Mar 2025, 3:01:51 pm
    Author     : anoop
*/

.header-full .main-bar{
    padding:0px;
}

.logo-header{
    width: 200px;
}

.team-info .quote{
    position: absolute;
    right: 50%;
}

.testimonial-12 .testimonial-position .testimonial-rating li:last-child i {
    color: var(--bg-color);
}

.dlab-box.hover .overlay-bx{
    opacity: 1;
    visibility: visible;
}

.btn.osf-logo-orange{
    background-color: #FF7900;
}

.latest-project-info {
    background-color: var(--bg-color);
}

.testimonial-11 .quote svg path{
    fill: #8799a3;
}

.testimonial-11 .testimonial-position .testimonial-name strong{
    color: var(--bs-light);
}


/* Validation */
.form-control.error{
    color:#500000;
    border-color: #f44336;
}
input.error{
    color:#500000;
    border-color: #f44336;
}
span.error{
    color:#FFF;
    font-size: 12px;
    padding: 5px 5px;
    margin: 0 5px 0 0;
    position: relative;
    top: 0px;
    background: red;
    border-radius: 5px;
}

.mandatory{
    color:red;
}


button.scroltop{
    bottom:75px;
}

/* Sticky Div Styling */
.sticky-div {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1050;
}

/* Hide sticky div on larger screens */
@media (min-width: 768px) {
    .sticky-div {
        display: none;
    }
}


.main-slider .swiper-content{
    padding-left: 150px;
}

.main-slider .main-swiper-thumb {
    left: 150px;
}

.logo-header img{
    height: 100px;
    width: auto;
    max-width: initial;
    transition: all 0.5s linear;
}
.sticky-header.is-fixed .logo-header img{
    height: 75px;
}
.header-full.style1.white .extra-nav .extra-cell > ul > li{
    border-left:none;
}

.header-nav.full-sidenav .logo-header {
    height: auto;
    padding: 15px;
}
