﻿/* side nav-mobile mode START */
/* Hide offcanvas and button on larger screens */
@media (min-width: 576px) {
    .mobile-only {
        display: none !important;
    }
}

.hamburger-icon {
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #000;
}

.offcanvas-start {
    width: 250px;
}

.nav-link {
    font-weight: 500;
}


/* side nav-mobile mode END */






.navmenu-icon {
    margin-bottom: -1px;
    margin-top: 10px;
    margin-left: 27px;
}

.navmenu-tag-title {
    /*font-size: 13.5px;*/
    font-size: 0.9rem;
    /* Adjust font size of tagline */
    color: #ffffff;
    /*margin-left: 31px;*/
}

.innovation-icon {
    max-width: 80%;
    height: auto;
    width: 75%;
    padding: 20px;
    padding-top: 10px;
    padding-right: 20px;
}


.border-line-container {
    display: flex;
    align-items: center;
    font-size: 10px;
    width: 74%;
    color: #c70e3a;
    margin-left: 90px;
  /*  margin-top: 20px;*/
}


/* Adjust icon sizes */
.icon {
    width: 24px;
    height: 24px;
}

/* Custom card header styling */
.card-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-size: 1rem;
    font-weight: bold;
}


.footer-icon {
    width: 15px;
    text-align: center;
    height: 15px;
}

.container-redef {
    background-color: #ffffff;
    height: auto;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) !important; /* Bottom shadow */
    padding-bottom:60px
}

.nav-item {
    display: flex;
    align-items: center;
}

.navicon {
    width: 40px;
    height: auto;
    padding: 5px;
}

.innovatex-offering-text {
    margin-left: 15px;
    font-weight: bold;
}



/* new CSS - 07/09 model css */

.login-modal .modal-content {
    border-radius: 8px;
    padding: 0px 0px;
    background-color: #f0f0f0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.login-modal .modal-header {
    border-bottom: 2px solid #C00000;
    padding-bottom: 4px;
    padding-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
}

.login-modal .modal-title {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin: 0;
    text-align: center;
    flex-grow: 1;
}

.login-modal .btn-close {
    position: absolute;
    right: 20px;
    top: 10px;
    background: none;
    border: none;
    padding: 0;
}

    .login-modal .btn-close:focus {
        outline: none;
        box-shadow: none;
    }

.login-modal .d-flex {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 4px;
}

.login-modal .form-control {
    background-color: #ffffff;
    border: none;
    border-radius: 2px;
    padding-left: 35px;
    height: 35px;
    width: 120%;
   /* max-width: 240px;*/
    box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
}

.login-modal .input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}


.login-modal .signup {
    font-size: 12px;
    text-align: center;
    flex-grow: 1;
}

.login-modal .forgot-password {
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 10px;
}


.login-modal .signup a {
    color: #C00000;
    text-decoration: none;
}

.login-modal .forgot-password a {
    color: #C00000;
    text-decoration: none;
}

.login-modal .modal-dialog {
    max-width: 280px;
    margin: auto;
}

.login-modal .modal {
    background: none;
}

.login-modal .modal-backdrop {
    display: none;
}

.fade-out {
    opacity: 0;
}


/*.search-container {
    padding: 10px;*/
 /*   border-bottom: 1px solid #ccc;*/
/*}

.dropdown-results {*/
    /*border: 1px solid #ccc;*/
    /*background-color: white;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 15%;
    z-index: 1000;
    display: none;*/ /* Initially hidden */
/*}

.dropdown-item {
    padding: 10px !important;
    cursor: pointer;
    font-size:x-small !important;
}

    .dropdown-item:hover {
        background-color: #f1f1f1;
    }*/

.search-container {
    padding: 10px;
    position: relative; /* Set the parent container to relative */
    /*border-bottom: 1px solid #ccc;*/
}

.dropdown-results {
    /*border: 1px solid #ccc;*/
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 120%;
    z-index: 1000;
    display: none; /* Initially hidden */
    align-items: flex-end;
    justify-items: left;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2), /* Left shadow */
    2px 0px 5px rgba(0, 0, 0, 0.2), /* Right shadow */
    0px 2px 5px rgba(0, 0, 0, 0.2); /* Bottom shadow */
    top: 90%; /* Align it directly below the input */
    left: 10px; /* Align it with the left of the input */
    border-radius: 0 0 4px 4px;
    padding:5px;
}


.dropdown-item {
    padding: 10px !important;
    cursor: pointer;
    font-size: x-small !important;
}

    .dropdown-item:hover {
        background-color: #d9d9d9 !important;
    }

/*task summary (filter by)*/

.form-group .custom-dropdown {
    position: relative;
    cursor: pointer;
    width: 200px; /* Set width of the dropdown container */
}

.form-group .dropdown-header {
    padding: 5px 5px 5px 10px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #AFABAB;
    width: 100%; /* Make it full width of the container */
    box-sizing: border-box; /* Ensures padding doesn't affect width */
    cursor: pointer;
    font-size: 12px;
}

    .form-group .dropdown-header.selected {
        color: black; /* Color when an option is selected */
    }

.form-group .dropdown-options {
    display: none; /* Hide by default */
    position: absolute;
    top: 0;
    left: 100%; /* Position to the right of the header */
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 200px; /* Match width to the header, adjust as needed */
    padding: 10px 5px 10px 5px;
    margin-left: 2px;
    font-size: x-small;
}

.dropdown-option {
    padding: 8px;
    cursor: pointer;
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .dropdown-option:hover {
        background-color: #f0f0f0;
        overflow: visible;
        white-space: normal;
    }
.index-container {
    padding: 0px 2px 0px 2px !important;
    margin-bottom: 60px;
}
    .fixed-bottom .d-inline-block {
    margin-top: 3px;
}
.paragraph {
    margin-left: 76px;
    text-align: justify;
    /*margin-right: 100px;*/
    margin-bottom: 10px;
}

.offering-text {
    padding: 30px;
    margin-bottom: 16px;
}
.expedite-digitally {
    font-size: 300%;
    margin-left: 90px;
}
.with-etron {
    font-size: 20px;
    margin-left: 90px;
}
.red-innovative-utility{
    font-size:30px
}
/*.signin-icon {
    margin-bottom: 3px;
}*/


.innovation-icon {
    max-width: 200% !important;
    height: auto;
    width: 95%;
    padding: 20px;
    padding-top: 10px;
    padding-right: 20px;
}

.etron-innovative-utility {
    font-size: 2rem;
    color: #c8102e;
}
.mobile-text-paragraph {
    font-size: 1rem;
    margin-left: 75px;
    text-align: justify;
}
.index-content-margintop {
    margin-top: 5vh;
    margin-left: 10vh !important
}
.email-width {
    max-width: 70% ;
    z-index: 10;
}
.email-margin {
    margin-left: 75px;
}
.benefits-right-padding {
    padding-left: 3vh !important
}

.svg-dimnesion {
    width: 750px;
    height: 750px;
}
.align-items-margin-left {
    margin-left: 4vh;
}
.background-linergradient {
    background: linear-gradient(to bottom, white 10%, #d9d9d9 75%, #ffffff 50%, #ffffff 100%);
}
/* Mobile media */
@media (max-width: 581px) {
    /* blob-SVG */
    .bottom-left {
        width: 75vw !important;
        height: 60vw !important;
        bottom: 0vw !important;
        left: -20vw !important;
        pointer-events: none !important;
    }
    /*layoutmultiple */
    .etron-logo-img {
        height: 22px
    }

    .navmenu-common-tag-title {
        font-size: 10px !important;
    }

    .align-items-margin-left {
        margin-left: 4vh;
    }

    .align-items-margin-left {
        margin-left: 0vh;
    }

    .hamburger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        height: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* Hamburger base */
    .hamburger {
        width: 1.375rem;
        height: 1.375rem;
        position: relative;
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
    }

        .hamburger::before,
        .hamburger::after,
        .hamburger .line {
            content: "";
            position: absolute;
            width: 1.375rem;
            height: 0.21875rem;
            border-radius: 0.125rem;
            background-color: #f0f0f0;
            transition: all 0.3s ease-in-out;
        }

        .hamburger .line {
            top: 50%;
            transform: translateY(-50%);
        }

        .hamburger::before {
            top: 0;
        }

        .hamburger::after {
            bottom: 0;
        }

        /* Active state (cross) */
        .hamburger.active .line {
            opacity: 0;
        }

        .hamburger.active::before {
            transform: rotate(45deg);
            top: 50%;
        }

        .hamburger.active::after {
            transform: rotate(-45deg);
            bottom: 50%;
        }

    /* Sidebar styles */
    .mobile-sidebar {
        position: fixed;
        top: 63px; /* height of the fixed top navbar */
        left: 0;
        right: 0; /* Ensure both sides respect margin */
        width: auto; /* Allow width to shrink according to margin */
        
        /*height: calc(70vh - 63px);*/ /* remaining height */
        background-color: white;
        color: #000;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 100;
        overflow-y: auto;
        padding: 2vh 4vh;
        box-shadow: -4px 4px 6px -2px rgba(0, 0, 0, 0.3), /* left */
        4px 4px 6px -2px rgba(0, 0, 0, 0.3), /* right */
        0 4px 6px -1px rgba(0, 0, 0, 0.3); /* bottom */
        
    }

        .mobile-sidebar.open {
            transform: translateY(0); /* Slide into view */
        }




    .mobile-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .mobile-menu li {
            padding: 1rem 0;
            border-bottom: 1px solid #1f2a37;
            font-size: 1.2rem;
        }



    /* Layout */
    .navmenu-icon {
        margin-bottom: -1px;
        margin-top: 10px;
        margin-left: 27px;
        height: 22px !important
    }
    .navmenu-tag-title {
        font-size: 10px;
        /* Adjust font size of tagline */
        color: #ffffff;
        /*margin-left: 31px;*/
    }

    .index-content-margintop {
        margin-top: 0vh !important;
        margin-left:0vh !important
    }
    .etron-innovative-utility {
        font-size: 1rem !important;
        color: #c8102e;
        margin-left: 0px;
    }

    .expedite-digitally {
        font-size: 220% !important;
        margin-left:0px;
    }

    .with-etron {
        font-size: 20px;
        margin-left: 0px;
    }
    .mobile-text-paragraph {
        font-size: small !important;
        margin-left: 0px !important;
        text-align: justify;
    }
    .mobile-paragraph {
        font-size: small !important;
        
        text-align: justify;
    }
    .background-linergradient {
        background: linear-gradient(to bottom, white 10%, #d9d9d9 86%, #ffffff 50%, #ffffff 100%);
    }
    .benefits-bottom-padding{
        padding-bottom:15px
    }
    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 0.6rem !important;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .feature-text-size {
        font-size: 0.6rem;
    }
    /*.innovation-icon {
        display: none !important;
    }*/
    .email-width {
        max-width: 100% ;
        z-index: 10;
    }
    .email-margin {
        margin-left: 0px;
    }
    .benefits-right-padding{
        padding-left:1.2vh !important
    }
    .row-padding-benefit {
        padding: 0px 2vh 0px 0px;
    }

    .svg-dimnesion {
        width: 300px;
        height: 300px;
    }

}




    @media (min-width: 992px) and (max-width: 1200px) {
        /* @media (max-width: 1399px) {*/
        .navbar .etron-logo-img {
            height: 25px !important;
        }

        .navicon {
            width: 35px;
            height: auto;
            padding: 5px;
        }

        .navmenu-tag-title {
            font-size: 11px;
            margin-left: 28px !important;
        }

        .nav-item {
            display: flex;
            align-items: center;
            height: 20px;
        }
        /* .signin-icon {
        margin-bottom: 3px;
        height:16px
    }*/
        .fixed-top .d-inline-block {
            height: 20px;
        }

        .fixed-bottom .d-inline-block {
            margin-top: 0px !important;
        }

        .fixed-bottom {
            padding: 0px 0 !important;
            height: 6vh;
        }

        .index-container {
            margin-top: 3.625rem;
            margin-bottom: 45px;
        }

        .container-redef .paragraph {
            margin-bottom: 2px;
            font-size: 12px !important;
            margin-left: 75px;
        }

        .container-redef {
            padding-bottom: 20px
        }

        .etron-innovative-utility {
            font-size: 27px
        }

        .border-line-container {
            width: 76%;
            margin-left: 75px;
        }

        .expedite-digitally {
            font-size: 240%;
            margin-left: 75px;
            margin-bottom: 8px;
        }

        .with-etron {
            font-size: medium;
            margin-bottom: 8px;
            margin-left: 75px;
        }

        .red-innovative-utility {
            font-size: 22px;
            /*margin-left: 75px;*/
        }

        .offering-text {
            padding: 0px 25px 0px 25px;
            margin-bottom: 0px;
        }

        .innovatex-offering-text {
            margin-left: 15px;
            font-weight: bold;
            font-size: 15px;
        }

        .InnovateXofferings {
            font-size: xx-large !important;
        }

        .fs-2 {
            font-size: 27px !important;
        }
    }

    @media (min-width: 1280px) and (max-width: 1439px) {
        /* @media (max-width: 1399px) {*/
        .navbar .etron-logo-img {
            height: 25px !important;
        }

        .navmenu-tag-title {
            font-size: 11px;
            margin-left: 28px !important;
        }
        /* .signin-icon {
        margin-bottom: 3px;
        height:16px
    }*/
        .fixed-top .d-inline-block {
            height: 20px;
        }

        .fixed-bottom .d-inline-block {
            margin-top: 0px !important;
        }
        /*.fixed-bottom {
        padding: 0px 0 !important;
    }*/
        .index-container {
            margin-top: 3.625rem;
            margin-bottom: 45px;
        }

        .container-redef .paragraph {
            margin-bottom: 2px;
            font-size: 14px !important;
            margin-left: 75px;
        }

        .container-redef {
            padding-bottom: 45px
        }

        .etron-innovative-utility {
            font-size: 28px
        }

        .border-line-container {
            width: 76%;
            margin-left: 75px;
        }

        .expedite-digitally {
            font-size: 6vh;
            margin-left: 75px;
            margin-bottom: 8px;
        }

        .with-etron {
            font-size: 3vh;
            margin-bottom: 8px;
            margin-left: 75px;
        }

        .red-innovative-utility {
            font-size: 4vh;
            /*margin-left: 75px;*/
        }

        .offering-text {
            padding: 10px 25px 25px 25px;
            margin-bottom: 0px;
        }

        .innovatex-offering-text {
            margin-left: 15px;
            font-weight: bold;
            font-size: medium
        }
    }


    @media (min-width: 1500px) and (max-width: 1799px) {
        /* @media (max-width: 1399px) {*/
        /*.navbar .etron-logo-img {
        height: 45px !important;
    }*/

        .navmenu-tag-title {
            font-size: 13px;
            margin-left: 28px !important;
        }
        /* .signin-icon {
        margin-bottom: 3px;
        height:16px
    }*/
        /*.fixed-top .d-inline-block {
        height: 20px;
    }*/

        .fixed-bottom .d-inline-block {
            margin-top: 0px !important;
        }
        /*.fixed-bottom {
        padding: 0px 0 !important;
    }*/
        .index-container {
            margin-top: 4.2rem;
            margin-bottom: 45px;
        }

        .container-redef .paragraph {
            margin-bottom: 5rem;
            font-size: large !important;
            margin-left: 75px;
        }

        .container-redef {
            padding-bottom: 0px
        }

        .etron-innovative-utility {
            font-size: 28px
        }

        .border-line-container {
            width: 76%;
            margin-left: 75px;
        }

        .expedite-digitally {
            font-size: 6vh;
            margin-left: 75px;
            margin-bottom: 8px;
        }

        .with-etron {
            font-size: 3vh;
            margin-bottom: 8px;
            margin-left: 75px;
        }

        .red-innovative-utility {
            font-size: 4vh;
            /*margin-left: 75px;*/
        }

        .offering-text {
            padding: 10px 25px 25px 25px;
            margin-bottom: 0px;
        }

        .innovatex-offering-text {
            margin-left: 15px;
            font-weight: bold;
            font-size: medium
        }
    }


    @media (min-width: 1800px) and (max-width: 2099px) {
        /* @media (max-width: 1399px) {*/
        .navbar .etron-logo-img {
            height: 25px !important;
        }

        .navmenu-tag-title {
            font-size: 11px;
            margin-left: 28px !important;
        }
        /* .signin-icon {
        margin-bottom: 3px;
        height:16px
    }*/
        /*.fixed-top .d-inline-block {
        height: 20px;
    }
*/
        .fixed-bottom .d-inline-block {
            margin-top: 0px !important;
        }
        /*.fixed-bottom {
        padding: 0px 0 !important;
    }*/
        .index-container {
            margin-top: 58px;
            margin-bottom: 45px;
        }

        .container-redef .paragraph {
            margin-bottom: 2px;
            font-size: 14px !important;
            margin-left: 75px;
        }

        .container-redef {
            padding-bottom: 45px
        }

        .etron-innovative-utility {
            font-size: 28px
        }

        .border-line-container {
            width: 76%;
            margin-left: 75px;
        }

        .expedite-digitally {
            font-size: 6vh;
            margin-left: 75px;
            margin-bottom: 8px;
        }

        .with-etron {
            font-size: 3vh;
            margin-bottom: 8px;
            margin-left: 75px;
        }

        .red-innovative-utility {
            font-size: 4vh;
            /*margin-left: 75px;*/
        }

        .offering-text {
            padding: 10px 25px 25px 25px;
            margin-bottom: 0px;
        }

        .innovatex-offering-text {
            margin-left: 15px;
            font-weight: bold;
            font-size: medium
        }
    }
