:root {
    --mainBackgroundColor: #03a9f4;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}


.navbar-brand {
    width: 70% !important;
    height: auto;
}

.carousel-inner {
    overflow: hidden;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    transition: background-color 0.4s, padding 0.4s;
    padding: 6px 0;
    color: black !important;
}

.nav-link {
    color: black;
}

.nav-link:hover {
    color: var(--mainBackgroundColor);
}


.navbar.scrolled {
    padding: 2px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.homep {
    color: #828282;
}

p {
    line-height: 1.8 !important;
}

.btn {
    background-color: var(--mainBackgroundColor);
    color: white;
}


#services {
    background-color: #eff3f7;
}

#contactSection {
    background-color: #fd556d;
    color: white;
    font-weight: bold;
}

.nowrap-text {
    white-space: nowrap;
    
}

#imageCarousel {
    max-width: 100%;
    height: auto;
}

.carousel-img {
    width: 100%;
    max-height: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .carousel-img {
        max-height: 350px;
    }
}

@media (max-width: 480px) {
    .carousel-img {
        max-height: 300px;
    }
}

.psec {
    width: fit-content;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    background: #ee4860;
    border-radius: 19px;
}

.card {
    box-shadow: 0px 0px 10px #9e9e9ea2;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.link {
    text-decoration: none;
    color: black;
}

.ellysisSense,.ellysisPlus,.ellisys{
    width: 60%;
 height: auto;
}
p {
    line-height: 1.5;
}

footer {
    background-color: #eff1f2;
    color: black !important;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: var(--mainBackgroundColor);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: none;
}

#backToTop:hover {
    background-color:#03a8f4ca;
}

.double {
    width: 10%;
}
/* about */
.team {
    background: var(--mainBackgroundColor)!important; 
    border-radius: 10px;
}
.text-nowrap {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
/* contact */
.cardContact{
    max-width: 24rem;
}

.carousel-item {
    transition: none !important;
}

.featureEssense {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.featureEssense h4, 
.featureEssense h5, 
.featureEssense h3 {
    color: #003366;
}

video {
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    max-width: 100%;
}

ul {
    list-style-type: none;
}

.im1 {
    margin-left: 90%;
}

.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.curSense {
    height: auto !important;
}

#doubleShot {
    min-height: 100vh !important;
}

.team {
    background-color: var(--mainBackgroundColor);
}
