:root {
    --md-sys-color-primary: rgb(54 97 142);
    --md-sys-color-surface-tint: rgb(54 97 142);
    --md-sys-color-on-primary: rgb(255 255 255);
    --md-sys-color-primary-container: rgb(209 228 255);
    --md-sys-color-on-primary-container: rgb(25 73 117);
    --md-sys-color-secondary: rgb(36 100 136);
    --md-sys-color-on-secondary: rgb(255 255 255);
    --md-sys-color-secondary-container: rgb(200 230 255);
    --md-sys-color-on-secondary-container: rgb(0 76 110);
    --md-sys-color-tertiary: rgb(66 104 52);
    --md-sys-color-on-tertiary: rgb(255 255 255);
    --md-sys-color-tertiary-container: rgb(195 239 173);
    --md-sys-color-on-tertiary-container: rgb(43 79 30);
    --md-sys-color-error: rgb(186 26 26);
    --md-sys-color-on-error: rgb(255 255 255);
    --md-sys-color-error-container: rgb(255 218 214);
    --md-sys-color-on-error-container: rgb(147 0 10);
    --md-sys-color-background: rgb(248 249 255);
    --md-sys-color-on-background: rgb(25 28 32);
    --md-sys-color-surface: rgb(248 249 255);
    --md-sys-color-on-surface: rgb(25 28 32);
    --md-sys-color-surface-variant: rgb(223 226 235);
    --md-sys-color-on-surface-variant: rgb(66 71 78);
    --md-sys-color-outline: rgb(115 119 127);
    --md-sys-color-outline-variant: rgb(195 199 207);
    --md-sys-color-shadow: rgb(0 0 0);
    --md-sys-color-scrim: rgb(0 0 0);
    --md-sys-color-inverse-surface: rgb(46 49 53);
    --md-sys-color-inverse-on-surface: rgb(239 240 247);
    --md-sys-color-inverse-primary: rgb(160 202 253);
    --md-sys-color-primary-fixed: rgb(209 228 255);
    --md-sys-color-on-primary-fixed: rgb(0 29 54);
    --md-sys-color-primary-fixed-dim: rgb(160 202 253);
    --md-sys-color-on-primary-fixed-variant: rgb(25 73 117);
    --md-sys-color-secondary-fixed: rgb(200 230 255);
    --md-sys-color-on-secondary-fixed: rgb(0 30 46);
    --md-sys-color-secondary-fixed-dim: rgb(148 205 247);
    --md-sys-color-on-secondary-fixed-variant: rgb(0 76 110);
    --md-sys-color-tertiary-fixed: rgb(195 239 173);
    --md-sys-color-on-tertiary-fixed: rgb(4 33 0);
    --md-sys-color-tertiary-fixed-dim: rgb(167 210 147);
    --md-sys-color-on-tertiary-fixed-variant: rgb(43 79 30);
    --md-sys-color-surface-dim: rgb(216 218 224);
    --md-sys-color-surface-bright: rgb(248 249 255);
    --md-sys-color-surface-container-lowest: rgb(255 255 255);
    --md-sys-color-surface-container-low: rgb(242 243 249);
    --md-sys-color-surface-container: rgb(236 238 244);
    --md-sys-color-surface-container-high: rgb(230 232 238);
    --md-sys-color-surface-container-highest: rgb(225 226 232);
}

* {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

body {
    overflow-x: hidden;
}
section {
    width: 100vw;
    height: auto;
    overflow-x: hidden;
}

header {
    z-index: 100;
    transition: all ease-in-out 0.8s;
}

.bg_Primary {
    background-color: var(--md-sys-color-on-primary-fixed);
}

.bg_Surface {
    background-color: var(--md-sys-color-surface-container);
}

.h-fill{
    height:-webkit-fill-available!important;
}
.h-fit{
    height:-webkit-fit-content!important;
}

.logo {
    min-width: 100px;
    max-width: 150px;
}

.logo-image {
    max-width: 80px;
    height: auto;
}

.nav-item {
    position: relative;
    overflow: visible;
}

    .nav-item .nav-link {
        color: var(--md-sys-color-on-primary) !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1;
        letter-spacing: 1px;
        transition: all 0.5s ease;
    }

.navbar li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--md-sys-color-primary-fixed-dim);
    border-radius: 50%;
    z-index: 100;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1.5rem;
}
 .nav-link:hover{
     font-weight:400 !important;
     color: var(--md-sys-color-primary-fixed-dim) !important;
     transition:all 0.5s ease;
 }

.textCarouselContainer {
    background: #0016271f;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-toggler {
    background: var(--md-sys-color-on-secondary);
}

.sectionTitle {
    text-align: center;
    position: relative;
}

.sectionTitle:before {
    position: absolute;
    content: "";
    width: 500px;
    max-width: 100vw !important;
    height: 2px;
    align-items: center;
    background: linear-gradient(90deg, transparent 20%, var(--md-sys-color-primary-fixed-dim) 21% 80%, transparent 81%);
    margin: auto;
    /*top:0;*/
    bottom: 10px;
    left: 0;
    right: 0;
}
.titleIcon {
    max-width: 60px;
    height: auto;
    display: block;
    margin: auto;
    padding: 0px 8px;
    z-index: 2;
    position: relative;
}
    
/*Landing page styles*/
.carousel-inner {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.carousel-item {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: var(--md-sys-color-on-primary);
    overflow: hidden;
}

    .carousel-item * {
        font-family: "Poppins", sans-serif !important;
        line-height: 1.2;
        overflow: visible;
    }
    /* Typewriter Effect (Slide-in Letters)*/
    /*.carousel-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

    .carousel-item.active {
        opacity: 1;
        transform: translateY(0);
    }

    .carousel-item h1 {
        overflow: hidden;
        white-space: nowrap;
        display: block;
        animation: typing 1.5s steps(20, end);
    }
    .carousel-item h6 {
        overflow: hidden;
        white-space: nowrap;
        display: block;
        animation: typing 1.5s steps(20, end);
    }

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}*/


    /* initial state (hidden) */
    .carousel-item h6,
    .carousel-item h1,
    .carousel-item .btn {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
        transition: opacity 0.7s ease, transform 0.7s ease;
    }

    /* active state (visible) */
    .carousel-item.active h6 {
        opacity: 1;
        font-size: 1.8vw;
        font-weight: 400;
        transform: translateY(0) scale(1);
        transition-delay: 0.1s;
    }

    .carousel-item.active h1 {
        opacity: 1;
        font-size: 4vw;
        transform: translateY(0) scale(1);
        transition-delay: 0.3s;
    }

    .carousel-item.active .btn {
        opacity: 1;
        transform: translateY(0) scale(1);
        transition-delay: 0.5s;
    }

.carousel-item {
    transition: background 0.8s ease-in-out;
}

    .carousel-item.active h1 {
        letter-spacing: 1.5px;
        transition: opacity 0.7s ease, transform 0.7s ease, letter-spacing 0.7s ease;
    }


.customerCard {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.25rem;
    color: #fff;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

    .customerCard:hover {
        transform: translateY(-5px);
        border-color: var(--brand-color, #00b4d8);
        box-shadow: 0 6px 15px rgba(0,0,0,0.7);
    }

.iconBox {
    background: rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .iconBox img {
        max-width: 120%;
        /*max-height: 100%;*/
    }

.customerCard h5 {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
}

/*About Section Styles*/
.aboutWrapper {
    height: auto !important
}

.aboutSuperText {
    color: var(--md-sys-color-secondary);
    font-weight: 400;
}

.aboutMainText {
    color: var(--md-sys-color-primary);
}

.solutionContainer {
    height: 100%;
    border-radius:4px;
    overflow:clip;
    background: rgba(var(--bs-light-rgb)) !important;
}
.imageContainer{
    overflow:hidden;
}
.solutionContainer .imageContainer img{
    min-height:160px;
}

/* Section Title */
.solutions-section h2 {
    color: #0d47a1;
    font-weight: 700;
}

/* Card Styling */
.solution-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

    .solution-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 12px rgba(0,0,0,0.2);
    }

/* Image */
.solution-img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 200px;
    object-position: center;
}

.solution-card:hover .solution-img {
    transform: scale(1.05);
}

/* Heading */
.solution-card h5 {
    color: #0d47a1;
    font-weight: 600;
    margin-top: 15px;
}

/* List */
.solution-card ul {
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
}

    .solution-card ul li {
        margin-bottom: 8px;
        line-height: 1.6;
        font-size: 15px;
    }

.contactCard {
    width: 100vw;
    max-height: fit-content;
    background: var(--md-sys-color-on-primary-fixed);
}


.fixedbg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: var(--md-sys-color-on-primary-fixed);
    opacity: 0.6;
    z-index: 0;
}

.teamMemberContainer {
    height: 320px;
    border-radius: 6px;
    overflow: hidden;
}
.teamMemberPhotoContainer {
    max-height: 320px;
    border-radius: 6px;
    height: 100%;
    background: radial-gradient(circle at center, var(--md-sys-color-primary) 0%,rgba(0, 102, 255, 0.5) 95%);
    overflow: clip;
}
.teamMemberimage {
    max-width: 100%;
    width:-webkit-fill-available;
    height: auto;
    object-fit: cover;
    /*padding: 1rem 0 0 0;*/
    padding:0;
    object-position: bottom center;
}
.teamMemberInfoContainer {
    min-height: 320px;
    height: fit-content;
    overflow: visible;
    border-radius: 12px;
    color: var(--md-sys-color-on-primary);
    background-color: #222;
    /*background:radial-gradient(var(--md-sys-color-primary-fixed-dim),var(--md-sys-color-on-primary-fixed));*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px), radial-gradient(circle at center, var(--md-sys-color-primary-fixed-dim), var(--md-sys-color-on-primary-fixed) 200%);
    background-size: 40px 40px, 40px 40px, cover;
    background-repeat: repeat;
    transition: all 0.5s ease-out;
    & .teamMember

{
    background: linear-gradient(to bottom, transparent 0px, #001d36 100px, transparent);
    transform: translateY(-90px);
    transition: all 0.3s ease-out;
}

}

.splitCard {
    min-height: calc(100vh - 100px)
}
.teamMemberContainer:hover {
    & .teamMemberInfoContainer {
    transform: translateY(-300px);
   
    transition: all 0.8s ease-in;
    & .teamMember

{
    background:transparent;
    transform: translateY(0px);
    transition:all 0.5s ease-in;
}
}

}

.customerImg {
    width: 150px!important;
    height: auto;
    position: relative;
    /*top: 3rem;*/
    margin:auto;
    filter: drop-shadow(0px 8px 4px #00000033);
    transition: all 0.9s ease-in-out;
}
/*.customercard0 {
    overflow: visible;
    padding: 2px;
    border-radius: 16px;*/
    /*background: transparent;*/
    /*transition: all 2s ease-in-out;
    background:linear-gradient(to bottom, transparent, transparent);
}*/
.customerCardContainer {
    background-color: #f5f7f8;
    box-shadow: 0 3px 4px #00000014;
    border-radius:8px;
}
.customerCard1 {
    border-radius: 6px;
    box-sizing: border-box;
    padding-bottom: 1rem;
    
}

.customerCardContainer:hover {
    & img
{
    transform:scale(1.1);
    transition:all 0.5s ease-in-out;
}
}

.owl-dots, .owl-nav{display:none!important}
.owl-stage:after{content:none!important}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-container {
    position: relative;
    width: 500px;
    text-align:center;
}

.progress {
    height: 2px;
    background-color: transparent;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

.progress-bar {
    background-color: #00cfff;
}

.percentage {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.15);
    font-weight: 600;
}

.fixedbg {
    background: url(../images/solutionbg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
}


#main-content, header, footer {
    display: none;
}

.customerbg {
    background: url(../images/customerbg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
}

.customerbg:before{
    position:absolute;
    width:100%;
    height:100%;
    content:"";
    background:#00000082;

}


.bannerWrapper {
    height: auto;
    width: 100vw;
    text-align: center;
    position: relative;
}

.collageContainer {
    min-height: 40vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100vw;
    gap: 0;
    position: relative;
}

    .collageContainer:after {
        position: absolute;
        content:'';
        width: 100%;
        height: 100%;
        background: #00162799;
        backdrop-filter: blur(1.2px);
        margin: auto;
        top: 0;
        left: 0;
        z-index: 2;
    }

.collageImageContainer{
    overflow:hidden;
}

.collageImage {
    height: -webkit-fill-available;
    width: 25vw;
    object-fit: cover;
    object-position: center;
    transition: all ease-in-out 2s;
}
.collageImage:hover{
    transform:scale(1.2);
    transition:all ease-in-out 2s;
}

.pageTitleContainer {
    position: absolute;
    width: 100%;
    height: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    color: #fff;
}

    .pageTitleContainer h1 {
        font-size: 4vw;
    }

.solutions li{
    list-style-image: url('../images/water.png');
    list-style-position:inside;
    margin-bottom:16px;
}

.accordion {
    box-shadow: 0px 0px 4px 2px #00000017;
    border-radius: 4px;
}
.accordion-container{
    border:0!important;
}

.accordion-button {
    background: var(--md-sys-color-primary-container)!important;
    color:var(--md-sys-color-on-primary-container)!important;
    text-transform:capitalize!important;
    border-bottom:1px solid!important;
    border-color:var(--md-sys-color-surface-dim)!important;
}
.accordion-body{
    border-radius:4px;
}

.aboutIcon {
    color: var(--md-sys-color-on-secondary-fixed-variant);
}

.mvaContainer {
    /*background: #00162799;*/
    background: url(../images/aboutCardBg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:relative;
}
    .mvaContainer:before {
        content: '';
        position: absolute;
        background: #00162799;
        left: 0;
        top: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        z-index:1;
    }
    .content, .mvaContent{
        position:relative;
        z-index:2;
    }
.bg-card {
    background: #ECE9E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: all ease-in-out 1s;
}

    .bg-card:hover {
        background: #83a4d4; /* fallback for old browsers */
        background: -webkit-linear-gradient(to bottom, #b6fbff, #83a4d4); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to bottom, #b6fbff, #83a4d4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        transition:all ease-in-out 1s;
    }

.counterWrapper {
    background: url(../images/counter_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ourTeamImageContainer{
    min-width:200px;
    height:300px;
}
header#header.collapsed {
    width: 100vw;
    height: 100vh;
    background: var(--md-sys-color-on-primary-fixed);
    transition: all ease-in-out 0.8s;
    overflow-y: clip;
}
#navbarContainer.collapsed {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 100vw;
    height: 100vh;
    align-content: start !important;
    overflow-y: clip;
}
.navbar-collapse.collapse.show ul {
    width: 100vw;
    height: 100vh;
    gap: 2rem !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 30% 0;
    margin-left: 4%;
    overflow-y:clip;
}

/*.img-fluid{
    max-width:80%!important;
}*/
.mt-100{
    margin-top:100px!important
}

.cardBgText {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgb(154 191 231);
    opacity: 0.5;
    filter: drop-shadow(1px 2px 0px #ddd);
    font-size: 70px;
}
.my-video-dimensions {
    background: transparent;
}


.cardWithBg, .cardWithBg1 {
    height: 250px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    align-content: end;
    background: linear-gradient(360deg, #001d36 20%, transparent 75%);
}
.gridImg {
    max-height: calc(100vh - 100px) !important;
    min-width: 100%;
    object-fit: cover !important;
}

@media only screen and (max-width: 991px) {
    .collageContainer {
        min-height: 80vw;
    }
    .pageTitleContainer h1{
        font-size:10vw;
    }

    .ourTeamImageContainer {
        height: fit-content;
    }
    .splitCard {
        min-height: auto!important;
    }


    .iconBox {
        width: 100%;
        height: 60%;
    }

        .iconBox img {
            max-width: 90%;
            max-height: 90%;
        }

    .my-video-dimensions {
        width: 90%;
        height: 100%;
        aspect-ratio:4/3;
    }
    .carousel-item.active h6{
        font-size:3vw!important;
    }

    .gridImg {
        max-height: 50vh !important;
        min-width: 100%;
        object-fit: cover !important;
    }
}