﻿


/*my page flex design*/
.myDivCon {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.myleftDivCon {
    flex: 0 0 50%;
    min-height: 0px;
    /*width: 50%;*/
}

.myRightDivCon {
    flex: 0 0 50%;
    /*width: 50%;*/
    padding: 10px;
}

@media(max-width:768px) {
    .myDivCon {
        flex-direction: column;
    }
    /*    .myleftDivCon{
        margin-bottom: 10px;
    }
    .myRightDivCon{
        margin-bottom: 10px;
    }*/
}

/*background image
.background-div {
    width: 100%;
    height: 100%;
    position: relative;
    
}

    .background-div::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        background-image: url('../images/anusandhan-logo-v1.png');
        background-size: contain;
        background-position: 60% 50%;
        background-repeat: no-repeat;
        opacity: 0.15;
        z-index: -1;
    } 

.content1 {
    position: relative;
    z-index: 1; 
    padding: 20px; 
    color: #000; 
} */



/*for officer login page*/

/*.myDivCon1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.myleftDivCon1 {
    flex: 0 0 50%;
    min-height: min-height:510px;
    width: 50%;
}

.myRightDivCon1 {
    flex: 0 0 50%;
    width: 50%;
    padding: 10px;
}

@media(max-width:768px) {
    .myDivCon1 {
        flex-direction: column;
    }*/


/*dropdown*/
.myDropdown {
    width: 250px;
    height: 25px;
    font-size: 15px;
    padding: 2px;
    border-radius: 10px;
}
/*button*/
.myButton {
    background-color: #c35839;
    width: 110px;
    height: 25px;
    border: 0px solid #c35839;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .myButton:hover {
        background-color: #223250;
        color: #ffffff;
        transform: translateY(-1px);
    }

    .myButton:disabled {
        background-color: gray;
        cursor: not-allowed;
        pointer-events: none;
    }



#btnOTP.disabled {
    background-color: gray;
    cursor: not-allowed;
    pointer-events: none;
}

/*textbox*/
.myTextBox {
    width: 250px;
    height: 25px;
    border-radius: 1px;
    border: 1px solid #c35839;
    cursor: text;
}

    .myTextBox:focus {
        background-color: antiquewhite;
        border: 1px solid blue;
    }
/*anchortag*/

.fa-eye {
    /*    position: absolute;
    top: 28%;
    right: 4%;*/
    color: gray;
}

.fa-eye-slash {
    /*    position: absolute;
    top: 28%;
    right: 4%;*/
    color: gray;
}



.anchor1 {
    text-decoration: none; /* Remove underline */
    color: #007BFF; /* Initial color */
    transition: color 0.3s, background-color 0.3s; /* Smooth transition */
    padding: 10px 15px; /* Add some padding */
    border: 2px solid transparent; /* Initial border */
}

    .anchor1:hover {
        color: white; /* Change text color on hover */
        /*background-color: #007BFF;*/ /* Change background color on hover */
        /*border: 2px solid #0056b3;*/ /* Change border on hover */
    }

.wrapperLayout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.contentLayout {
    /*flex: 1;*/
    flex-grow: 1;
}

/*new*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body1 {
    height: 100%;
}

.body1 {
    font-family: 'Segoe UI';
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: white;
    margin-bottom: 0px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #c35839;
    color: white;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.logo1 {
    display: flex;
    align-items: center;
}

    .logo1 img {
        height: 50px;
        margin-right: 10px;
        background-color: white;
        padding: 5px;
        border-radius: 10px;
    }

.logo2 {
    height: 60px;
    margin-right: 10px;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.menu-toggle1 {
    display: none;
    font-size: 24px;
    margin-left: auto;
    margin-right: 10px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.nav1 ul {
    display: flex;
    list-style: none;
}

.nav1 li {
    margin: 0 15px;
}

.nav1 a {
    text-decoration: none;
    color: white;
}

    .nav1 a:hover {
        color: #FFE3B5;
    }



/*Enable footer css for layout page*/

.footer {
    color: white !important;
    background-color: #999999;
    text-align: center;
    padding: 0px;
    line-height: 18px;
    bottom: 0;
    width: 100%;
    height: auto;
    border-top: 1px solid #ddd;
    margin-top: auto; /* Pushes the footer to the bottom */
    position: relative;
}

    .footer p {
        margin-bottom: 0px;
        font-size: 12px;
        background-color: #999999;
    }

.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    background-color: #999999;
}

    .footer-links li {
        margin: 0;
    }

    .footer-links a {
        text-decoration: none;
        color: #c35839 !important;
        font-weight: bold;
        font-size: 11px;
    }

        .footer-links a:hover {
            text-decoration: none;
            color:white;
        }
@media (max-width: 768px) {
    .mobile-break::after {
        content: "\A";
        white-space: pre;
    }
}

/* =======humberger menu css for mobile screen Starts========= */

@media (max-width: 768px) {
    .menu-toggle1 {
        display: block;
    }

    .nav1 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #464342e3;
        z-index: 1000;
    }

        .nav1.active {
            display: block;
        }

        .nav1 ul {
            flex-direction: column;
            align-items: center;
        }

        .nav1 li {
            margin: 10px 0;
        }
}
/* =======humberger menu css for mobile screen ends========= */




/*for timeline*/


/*@media (max-width: 768px) {
    .container-div1 {
        flex-direction: column;
    }

    .left-div {
        margin-bottom: 10px;
    }

    .right-div {
        margin-bottom: 10px;
    }
}*/





/*============CSS for Homepage Slider Starts============*/
body2 {
    margin: 0;
    /* font-family: 'Segoe UI'; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f3c7;
}

.slider-container {
    background-color: transparent;
    position: relative;
    width: 100%;
    /*max-width: 4000px;*/
    overflow: hidden;
    border: 2px solid rgb(252, 252, 251);
    border-radius: 5px;
    margin: 5px 0px 5px 0px;
    justify-content: center;
}

.slider {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.slide {
    /*min-width: 35%;*/
    flex: 0 0 35%;
    margin-right: -2%;
    /*margin: 5px 5px 5px 5px;*/
    position: relative;
    color: #4b4848;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        display: block;
    }

.arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.arrow {
    background-color: transparent;
    color: #ddd;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 50%;
    transition: background 0.3s;
}

    .arrow:hover {
        background-color: transparent;
        /* background-color: #ddd; */
        cursor: pointer;
    }
/*============CSS for Homepage Slider ends============*/



/*timeline box for anusandhan page */
.container-div1 {
    display: flex;
    flex-direction: column;
    border: 0px solid black;
    padding: 10px;
    max-width: 95%;
    margin: auto;
}

.left-div {
    border: 0px solid black;
    /*min-height: 10px;*/
    padding: 20px;
    text-align: center;
    /*flex: 1;*/
}


.right-div {
    border: 0px solid black;
    min-height: 200px;
    padding: 20px;
    text-align: center;
    flex: 1;
}

/*    @media (max-width: 768px) {
        .container-div1 {
            flex-direction: column;
        }

        .left-div {
            margin-bottom: 10px;
        }

        .right-div {
            margin-bottom: 10px;
        }
    }*/
/*===============for timeline slider=====================*/
/*   * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
    font-family: 'Segoe UI';
    background-color: #222;
    
}

    .timeline {
        position: relative;
        max-width: 800px;
        margin: 50px auto;
    }

        .timeline::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 4px;
            height: 100%;
            background: #c35839;
            transform: translateX(-50%);
        }

    .timeline-item {
        position: relative;
        width: 50%;
        padding: 20px;
        opacity: 0;
        transition: all 0.8s ease-in-out;
        transform: translateY(30px) scale(0.95);
    }

        .timeline-item .content {
            background: #223250;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            position: relative;
            transition: transform 0.5s ease-in-out;
        }

            .timeline-item .content:hover {
                transform: scale(1.10);
            }

        .timeline-item.left {
            left: 0;
            text-align: right;
        }

        .timeline-item.right {
            left: 50%;
            text-align: left;
        }

        .timeline-item::before {
            content: "";
            position: absolute;
            top: 50%;
            width: 15px;
            height: 15px;
            background: #c35839;
            border-radius: 50%;
            transform: translateY(-50%);
        }

        .timeline-item.left::before {
            right: -8px;
        }

        .timeline-item.right::before {
            left: -8px;
        }

     Animation 
    .show {
        opacity: 1;
        transform: translateY(0) scale(1);
    }*/
/* ================CSS timeline slider ends=============== */
.sidebar {
    width: 250px;
    background-color: #223250;
    padding: 15px;
    position: fixed;
    top: 70px;
    height: 100%;
}

    .sidebar a {
        text-decoration: none;
        color: white;
    }

.content-with-sidebar {
    margin-left: 250px;
    padding: 20px;
}


/* ====== css for developers info ==== */
/* Popup styles */
.popup-bubble {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: white;
    padding: 15px;
    border-radius: 8px;
    max-width: 300px;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

    .popup-bubble:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 10px 10px 0;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.85) transparent;
    }

    .popup-bubble h6 {
        margin-top: 0;
        margin-bottom: 14px;
        font-size: 13px;
        /*white-space: nowrap;*/
    }

.popup-content-footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.info-item {
    margin-bottom: 10px;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    line-height: 0.9;
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.info-label {
    /*font-weight: bold;*/
    min-width: 60px;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 12px;
}

.info-item span:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex: 1;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #ccc;
}

/* Footer styles */
/*footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 14px;*/
    /* Add relative positioning for popup placement */
    /*position: relative;
}*/

.dev-info-link {
    /*color: #4da6ff;*/
    color: white;
    text-decoration: none;
    cursor: pointer;
    margin-left: 5px;
    /* font-size: 12px;*/
    background-color: #999999;
    text-decoration: none;
    cursor: pointer;
    margin-left: 5px;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: bold !important;
}

    .dev-info-link:hover {
        text-decoration: none;
        color: white;
    }



