/* General Body Styles */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Signika:wght@300..700&display=swap');
/* Apply Roboto Italic Globally */
* {
    font-family: 'Signika', serif;
    font-weight: 400;
    font-style: normal;
}


body {
    /*
    background-color: rgb(255, 235, 216);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 720"><circle cx="100" cy="500" r="150" fill="%23ffcc80"/><circle cx="550" cy="250" r="160" fill="%23ffcc80"/><circle cx="1100" cy="500" r="120" fill="%23ffe0b2"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Roboto', sans-serif;
*/
    overflow: hidden;
    background: linear-gradient(-180deg, #FFFEFF 10%, #eadcab 90%);
    font-family: 'Signika', serif;
    font-weight: 400;
    font-style: normal;

}



.cstm-text {
    margin-left: auto !important;
    margin-right: auto !important;
    color: var(--nav-text-color) !important;
    font-size: 1.8rem !important;
    text-shadow: 1px 1px var(--nav-text-shadow-color) !important;
    font-weight: bold;
}

.cstm-sd-hd-text {
    font-weight: bold;
    color: rgb(210 137 97);
    text-shadow: 1px 1px #f5f4ea;
    font-size: 1.3rem;
    }

/* Typography */
.roboto-bold {
    font-family: 'Roboto', serif;
    font-weight: 700;
}

.oswald-heading {
    font-family: 'Oswald', serif;
    font-weight: 500;
}

.header-title {
    margin-left: auto;
    margin-right: auto;
    color: #9e6658;
    font-size: 2.6rem;
    text-shadow: 2px 2px #d4ccc8;
    margin-top: 55px;
}

/* Form Styles */
.form-control:focus,
.form-select:focus {
    border-color: #ff8c42;
    box-shadow: 0 0 5px rgba(255, 140, 66, 0.5);
}

.form-section {
    display: flex;
    flex-direction: row;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .col-form-label {
    display: inline-block;
    width: 30%;
}

.form-group .form-control,
.form-group .form-select {
    display: inline-block;
    width: 65%;
}

/* Buttons */
.btn-custom {
    background-color: #ff8c42;
    border: none;
}

.btn-custom:hover {
    background-color: rgb(24, 176, 24);
    color: #fff;
}

/* Card Styles */
.card {
    border: none;
    background: rgb(255, 255, 255);
}

.cstm-card-title {
    font-weight: bold;
    color: rgb(77, 29, 0);
    height: 60px;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: rgb(181, 183, 181);
}

/* Scrollable List */
.scrollable-list {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f8f9fa;
}

/* Header */
.header {
    padding: 12px 0;
    position: sticky;
    top: 0;
    background-color: transparent;
}

.logo {
    width: 82px;
    height: 72px;
    margin-left: 10px;
    background-image: url('../images/swasti2.png');
    /* Set the image path */
    background-size: cover;
    /* Adjust to cover the container */
    background-repeat: no-repeat;
    /* Prevent repetition */
    background-position: center;
    /* Center the image */
}


/* Footer */
/*
.footer {
    background-color: transparent;
    padding: 16px 0;
    padding-bottom: 0;
    text-align: right;
    color: rgb(192, 192, 192);
    position: absolute;
    width: 100%;
    bottom: 0;
}
*/


footer {
    background-color: transparent;
    padding: 16px 0;
    padding-bottom: 0;
    text-align: right;
    color: rgb(132 117 117);
    position: absolute;
    width: 100%;
    bottom: 5px;
    padding-right: 5px;
    
}

/* Layout Utilities */
.container {
    display: flex;
    justify-content: center;
    min-height: 40vh;
    padding-top: 40px;
}

.custom-margin-top {
    margin-top: 1.1rem !important;
}

.custom-margin-large {
    margin-top: 11.9rem !important;
}

.custom-height {
    max-height: 200px !important;
}

.custom-width {
    max-width: 200px;
}

.cstm-pdng {
    padding-top: 12px !important;
}

.custom-select-width {
    width: 140px !important;
}

.btn-container {
    font-size: 0.9rem;
}

.main-container {
    position: relative;
    min-height: 100vh;
}

.content-wrapper {
    padding-bottom: 0px;
    /* Adjust for footer */
}

.spacer {
    flex-grow: 1;
}

.cstm-min-hght {
    min-height: 300px;
}


/* Dotted Circle Loader with Multiple Dots */
#loader {
    position: fixed;
    top: 60%;
    left: 50%;
    width: 00px;
    /* Increase the size of the loader */
    height: 200px;
    /* Increase the size of the loader */
    background-color: transparent;
    /* Transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotateLoader 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loader-text {
    position: absolute;
    font-size: 16px;
    /* Adjust font size for visibility */
    color: #8d878c;
    font-weight: bold;
    z-index: 10;
    /* Ensure text is above dots */
}

/* Dot Styling */
.dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: dotMove 2s linear infinite, dotColorChange 3s ease-in-out infinite;
}

/* Keyframes for moving dots around the circle */
@keyframes dotMove {
    0% {
        transform: rotate(0deg) translateX(90px) rotate(0deg);
    }

    /* Increase the translateX value */
    100% {
        transform: rotate(360deg) translateX(90px) rotate(-360deg);
    }
}

/* Keyframes for dot color change */
@keyframes dotColorChange {
    0% {
        background-color: #9e6658;
    }

    /* Blue */
    50% {
        background-color: #9e6658;
    }

    /* Red */
    100% {
        background-color: #9e6658;
    }

    /* Blue */
}

/* Add multiple dots with different delays for staggered effect */
#loader .dot:nth-child(1) {
    animation-delay: 0s;
}

#loader .dot:nth-child(2) {
    animation-delay: 0.2s;
}

#loader .dot:nth-child(3) {
    animation-delay: 0.4s;
}

#loader .dot:nth-child(4) {
    animation-delay: 0.6s;
}

#loader .dot:nth-child(5) {
    animation-delay: 0.8s;
}

#loader .dot:nth-child(6) {
    animation-delay: 1s;
}


.cstm-btm-pdng {
    padding-bottom: 30px;
}


.cstm-mn-cntnt-height {
    min-height: 40vh;
}

.cstm-crd-width {
    width: 700px;
    max-width: 100%;
}



/* 25-12-24 */
.cstm-crd-width2 {
    width: 630px;
    max-width: 100%;
}

.vertical-line {
    width: 3px;
    border-radius: 50%;
    /* Line thickness */
    height: 100%;
    /* Adjust the height as per your requirement */
    background-color: black;
}

.mx-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.cstm-card-title2 {
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(77, 29, 0);
    height: 50px !important;
}
.cstm-bg {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(181, 183, 181);
}

.align-text-center {
    display: flex;        /* Enable Flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    text-align: center;      /* Ensure text aligns horizontally */
    height: 100%;            /* Ensure it takes full height of the container */
}


/* 28-12-24 */
.col-md-5-cstm {
    width: 48%;
}
.col-md-2-cstm {
    width: 4%;
}

.mt-4-cstm {
    margin-top: 30px;
    width: 350px;
    margin: 25px auto;

}

.w-60 {
    width: 60%;
}



.lbl-cstm-wdth {
    width: 100px;
}
/*
.w-35 {
    width: 35% !important;
}
    */
/*
.lgn-btn-pdng {
    padding-left: 120px;
}
    */