﻿body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 100px;
    font-family: 'FontName', sans-serif;
}

.bg-body {
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.bg-menu {
    background: linear-gradient(119.54deg,#000046 0%,#0085ab 100%);
}

.bg-hlr-primary {
    background: linear-gradient(119.54deg,#000046 0%,#054e62 100%);
}

.font-family-monospace {
    font-family: monospace;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

/* Footer */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(119.54deg,#000046 0%,#0085ab 100%);
}

.footer-left-text {
    text-align: left;
}


    .footer-left-text span {
        color: #fff;
    }


.footer-right-text {
    text-align: right;
}

    .footer-right-text span {
        color: #fff;
    }

/*Laptop*/
@media (max-width: 1024px) {
    .navbar-brand {
        font-size: 16px !important;
    }

    .home-logo {
        font-size: 25px !important;
    }
}

/*Tablet*/
@media (max-width: 767px) {
    .footer-left-text {
        text-align: center !important;
    }

    .footer-right-text {
        text-align: center !important;
    }

    .navbar-brand {
        font-size: 12px !important;
    }

    .home-legal-text {
        font-size: 20px !important;
    }

    .home-logo {
        font-size: 18px !important;
    }
}

/*Mobile*/
@media (max-width: 480px) {
    .home-legal-text {
        font-size: 15px !important;
    }

    .text-right-sm {
        text-align: center !important;
    }
}

/*Marquee*/
.marquee {
    height: 300px;
    font-size: 16px;
    text-align: justify;
}

/*Nav*/
.navbar-brand {
    font-size: 18px;
    margin-right: 5px;
}

.website-name {
    font-weight: bold;
    padding: 0px 2px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.home-logo {
    color: #d0fffb;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 2px 2px 2px #0085ab;
    padding: 0px 5px 0px 5px /* temp */
}

.brand-content {
    display: flex;
    align-items: center;
}

.nav-link {
    font-size: 17px;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
}

    .nav-link:hover {
        color: #00fff1 !important;
        border-bottom-color: #f8f9fa;
    }

.nav-item.active .nav-link {
    color: #00fff1 !important;
    border-bottom-color: #f8f9fa;
}

.nav-item {
    margin-right: 10px;
}

.logo {
    height: 30px;
    text-shadow: 1px 1px 1px orange;
    -webkit-filter: drop-shadow(5px 5px 5px #222 );
    filter: drop-shadow(5px 5px 5px #222);
}

@media (min-width: 1200px) {
    .navbar {
        height: 60px;
        overflow: visible;
        position: relative;
        z-index: 1;
    }

    .logo {
        margin-top: 5px;
        height: 65px;
        width: auto;
        object-fit: contain;
        display: block;
    }
}

/*PRICING CARD*/
#dv-pricing .card {
    background-color: #FFFFF0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    margin-bottom: 5px;
}

.card-3d {
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

    .card-3d:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }

.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.rupee-sign {
    color: #0069d9;
    font-weight: bold;
}

.bg-image {
    background-image: url(../Images/Home.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 420px;
}

/* Textbox */
.form-control-height {
    height: 48px !important;
}

/*A-Z*/
.atozdv {
    background-color: #f3ddd0;
    border-bottom: 1px solid #A020F0;
    border-top: 1px solid #A020F0;
    padding: 11px;
}

.azmenu {
    margin: 0;
    padding: 0;
}

    .azmenu li:first-child {
        list-style-type: none;
        display: inline-block;
        cursor: default;
    }

    .azmenu li:not(:first-child) {
        list-style-type: none;
        display: inline-block;
        transition: transform 0.3s ease;
    }

        .azmenu li:not(:first-child):hover {
            transform: scale(1.1);
        }

    .azmenu li a {
        color: #fff;
        font-size: 21px;
        font-weight: 600;
    }

.home-legal-text {
    background-color: #FEE140;
    background-image: linear-gradient(180deg, #edebe0 0%, #dab3d5 100%);
    border-color: #ffeeba;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 3px orange;
    color: #1e1e93
}

.notification-card .body {
    border: 3px solid #ddd;
}

.notification-card .header {
    background-color: #000046;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

/* Buttons */
.btn, a {
    font-weight: bold;
    font-family: monospace;
}

.btn-hlr-primary {
    background-color: #5025d1;
}

    .btn-hlr-primary:hover {
        background-color: #37129f;
        color: #fff;
    }

.btn-custom-danger {
    background-color: #d63163;
}

    .btn-custom-danger:hover {
        background-color: #b91345;
        color: #fff;
    }

.btn-custom-warning {
    background-color: #ff6f1e;
}

    .btn-custom-warning:hover {
        background-color: #d65a14;
        color: #fff;
    }

.btn-rounded {
    color: #fff;
    border-radius: 20px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-13 {
    font-size: 13px;
}

/* All anchors */
a {
    color: #07798c;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cursor-pointer {
    cursor: pointer;
}
