a.btn.btn-success {
    background-color: #006400;
    border: none;
}

.steps-color {
    color: #006400;
}


.form-check-input:checked {
    background-color: #006400;
    border-color: #006400;
}


#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #006400;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

#back-to-top-btn:hover {
    background-color: #006400;
}


.btn-outline-success:hover {
    background-color: #006400;
    border-color: #006400;
}

/* .btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
} */

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

.job-item {
    background-color: #d1e7d0;
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}

.btn-success {
    border-radius: 10px;
    background-color: #006400;
    border-color: #006400;
    color: #fff;
}

.but-1 {
    background-color: #369142;
}

.but-2 {
    background-color: #015D0D;
}

.but-3 {
    background-color: #05420D;
}

.but-1:hover {
    background-color: #ffffff;
    color: black;
}

.but-2:hover {
    background-color: #ffffff;
    color: black;
}

.but-3:hover {
    background-color: #ffffff;
    color: black;
}

.but-1 :focus {
    background-color: white;
    color: black;
}

.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg, #d6e9d8, #82cf8d);
}

.text-success {
    color: #006400 !important;
}

/* New Card design */

.card-w {
    /* background-color: #E9F6F6; */
    /* background-color: #FDE5E8;  */
    /* background-color: #E7F4FD; */
    /* background-color: #FFF6E7; */
    /* background-color: #EAF5EB; */
    width: 20rem;
}

.card-w a {
    /* background-color: #3DBDAB; */
    /* background-color: #ED1873; */
    /* background-color: #4684C5; */
    /* background-color: #F7931E; */
    /* background-color: #258b35; */
}

.card-btn:hover {
    /* background-color: #2b9687; */
    /* background-color: #b40c55; */
    /* background-color: #2668ad; */
    /* background-color: #ce7108; */
    background-color: #1f752c;
}

.card-w i {
    /* background-color: #3DBDAB; */
    /* background-color: #ED1873; */
    /* background-color: #4684C5; */
    /* background-color: #F7931E; */
    background-color: #258b35;
    border-radius: 50px;
    padding: 12px;
}

@media (max-width: 991px) {
    .card-w {
        width: 35rem !important;
    }
}

@media (min-width: 1700px) {
    .col-lg-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
}

@media (min-width: 2500px) {
    .col-lg-1 {
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
}

.card {
    /* box-shadow: 0 2px 5px 0 rgba(48, 161, 74, 0.16), 0 2px 10px 0 rgba(24, 146, 20, 0.12); */
    transition: box-shadow .25s;
}

.card:hover {
    box-shadow: 0 8px 17px 0 rgba(53, 132, 58, 0.2), 0 6px 20px 0 rgba(16, 140, 24, 0.19);
}

.card_shadow {
    box-shadow: 0 0 1px 1px rgba(110, 110, 110, 0.3);
}

.card-text {
    font-weight: 500;
}

/* End New Card design */
/* index Page */
.search-card {
    width: 100%;
    height: 100%;
}

.search-card .search-img img {
    border: 3px solid rgb(0, 101, 0);
    border-radius: 50% !important;
    height: 4rem;
}

.search-card .text-success {
    font-weight: 500;
}

.init-data {
    position: relative;
}

.hover-data {
    position: absolute;
    top: 0%;
    visibility: hidden;
}

.search-card:hover {
    border-bottom: 0.5rem solid #006400;
}

.search-card:hover .init-data {
    visibility: hidden;
}

.search-card:hover .hover-data {
    visibility: visible;
}

#about {
    overflow: hidden;
}

/* Index Page Main section (Cloud) */
#main-section {
    background-image: url('/static/newUI/img/main-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 95vh;
}

.cloud-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    position: relative;
}

.cloud-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: 7rem;
    /* border: 1px solid black; */
}

.cloud {
    position: relative;
    border-radius: 3em;
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.cloud-tail {
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: solid 10px #ffffff;
    border-right: solid 20px #ffffff;
    border-left: solid 0px transparent;
    border-top: solid 60px transparent;
}

.cloud-box:nth-child(1) .cloud-tail {
    rotate: 100deg;
    left: 65%;
    top: 50%;
}

.cloud-box:nth-child(2) .cloud-tail {
    rotate: 90deg;
    left: 67%;
    top: 47%;
}

.cloud-box:nth-child(3) .cloud-tail {
    rotate: 170deg;
    top: 35%;
}

.cloud-box:nth-child(4) .cloud-tail {
    rotate: 240deg;
    right: 60%;
    top: 57%;
}

.cloud-box:nth-child(5) .cloud-tail {
    rotate: 250deg;
    right: 70%;
    top: 55%;
}

.cloud::after {
    content: "";
    position: absolute;
    top: -1rem;
    left: 1rem;
    background-color: #fff;
    height: 6rem;
    width: 6rem;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
}

.cloud::before {
    content: "";
    position: absolute;
    top: -1rem;
    right: 1rem;
    background-color: white;
    height: 6rem;
    width: 6rem;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
}

.cloud p {
    z-index: 2;
    margin: 12px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(25, 88, 25);
}

.main-img {
    display: flex;
    justify-content: center;
}

.main-img img {
    height: 19rem;
}

.cloud-box:nth-child(1) {
    position: absolute;
    top: 250%;
    left: 20%;
}

.cloud-box:nth-child(2) {
    position: absolute;
    top: 110%;
    left: 25%;
}

.cloud-box:nth-child(4) {
    position: absolute;
    top: 110%;
    right: 27%;
}

.cloud-box:nth-child(5) {
    position: absolute;
    top: 250%;
    right: 18%;
}

.img-text {
    border-radius: 3rem;
    background-color: rgb(30, 126, 30);
    color: #ffffff;
    padding: 10px;
}

.cloud-box:nth-child(1) {
    opacity: 0;
    transition: 1s;
}

.cloud-box:nth-child(2) {
    opacity: 0;
    transition: 1s;
}

.cloud-box:nth-child(3) {
    opacity: 0;
    transition: 1s;
}

.cloud-box:nth-child(4) {
    opacity: 0;
    transition: 1s;
}

.cloud-box:nth-child(5) {
    opacity: 0;
    transition: 1s;
}

.cg-text {
    opacity: 0;
    transition: 1s;
    animation: textBlink 1s infinite;
}

.cloud-box:nth-child(3){
    width: 25rem !important;
}

@keyframes textBlink {
    0% {
        color: rgb(58, 255, 9);
    }

    20% {
        color: white;
    }

    70% {
        color: yellow;
    }

    100% {
        color: green;
    }
}

@media (max-width: 768px) {
    .main-img img {
        height: 9rem;
    }

    .cloud-box:nth-child(3){
        width: 100% !important;
        padding-inline: 10px;
    }

    .cloud-box:nth-child(1) {
        position: static;
    }

    .cloud-box:nth-child(2) {
        position: static;
    }

    .cloud-box:nth-child(4) {
        position: static;
    }

    .cloud-box:nth-child(5) {
        position: static;
        top: -10;
    }

    .cloud-box:nth-child(1) .cloud-tail {
        display: none;
    }

    .cloud-box:nth-child(2) .cloud-tail {
        display: none;
    }

    .cloud-box:nth-child(3) .cloud-tail {
        display: none;
    }

    .cloud-box:nth-child(4) .cloud-tail {
        display: none;
    }

    .cloud-box:nth-child(5) .cloud-tail {
        display: none;
    }
    .cloud-box:nth-child(5) .content-box{
        padding-block: 1.7rem;
    }
}

@media (max-width: 368px) {
    .cloud-box{
        width: 100% !important;
        padding-inline: 10px;
    }
    .cloud-box .content-box{
        width: 100%;
    }
}

@media (max-width:978px) and (min-width:769px) {
    .cloud-box:nth-child(3){
        width: auto;
    }
    .cloud-box:nth-child(1) {
        position: absolute;
        top: 250%;
        left: 10%;
    }

    .cloud-box:nth-child(2) {
        position: absolute;
        top: 105%;
        left: 15%;
    }

    .cloud-box:nth-child(4) {
        position: absolute;
        top: 105%;
        right: 15%;
    }

    .cloud-box:nth-child(5) {
        position: absolute;
        top: 250%;
        right: 10%;
    }
}

@media only screen and (min-width: 2050px) and (min-height: 1080px) {
    .cloud-box{
        width: 15rem;
    }

    .cloud-box:nth-child(1) {
        position: absolute;
        top: 280%;
        left: 23%;
    }
    .cloud-box:nth-child(2) {
        position: absolute;
        top: 110%;
        left: 30%;
    }
    .cloud-box:nth-child(3) {
        padding-bottom: 5rem;
    }
    
    .cloud-box:nth-child(4) {
        position: absolute;
        top: 110%;
        right: 30%;
    }
    
    .cloud-box:nth-child(5) {
        position: absolute;
        top: 280%;
        right: 23%;
    }
}
/* End Index Page Main section */

/* get stream page */
.bg-steps {
    background-color: #006400;
    color: #fff;
}

.qaul-img {
    height: 25rem;
    border-radius: 1rem;
}
.card-icon{
    height: 3rem;
    width: 3rem;
    background-color: #d4dad1;
    border-radius: 50%;
}
/* End */
.navbar-nav .active {
    font-weight: bold;
    border: 2px solid #ffffff;
    border-radius: 50px;
}
.nav-item a{
    color: #ffffff !important;
}

.navbar-brand{
    color: #ffffff !important;
}

/* Website Notification */

.wnp-notification.modal.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    max-width: 25rem; 
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    /* top: 55; */
}

.wnp-notification.modal.show.right .modal-dialog {
    transform: translateX(0);
}
.wnp-notification button{
    font-size: 14px;
    border-radius: 20px;
    padding: 7px 13px;
    border: none;
    font-weight: 600;
}

.wnp-notification button.clear{
    background-color: red;
    font-size: 12px;
    padding: 3px 9px;
    color: #fff;
}

.wnp-notification button.active{
    color: #006400;
    background-color: #e1f1e0;
}

.wnp-notification .notification{
    position: relative;
}

.wnp-notification .notification-element{
    min-height: 75vh !important;
}

.wnp-notification .notification a{
    color: #000000;
}
.wnp-notification .notification .notification-msg{
    padding: 2px;
    /* cursor: pointer; */
    background-color: #ffffff;
}
.wnp-notification .notification .notification-msg img{
    border-radius: 50%;
    height: 3.5rem;
    width: 3.5rem;
    object-fit: cover;
}
.wnp-notification .notification .notification-msg .msg-time{
    color: #006400;
    font-size: 12px;
    font-weight: 600;
}
.wnp-notification .notification .notification-msg .read-indicator{
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #006400;
    display: none;
}
.wnp-notification .notification .notification-msg .read-indicator.active{
    display: block;
}
.wnp-notification .notification .notification-msg:hover{
    background-color: #ececec;
    border-radius: 10px;
}
.wnp-notification .notification .msg-options{
    display: none;
    font-weight: 600;
    height: 2rem;
    width: 2rem;
    padding-top: 7.5px;
    border-radius: 50%;
    position: absolute;
    right: 40;
    box-shadow: 0px 2px 10px 0px rgb(197, 197, 197);
    z-index: 10;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
}
.wnp-notification .notification .msg-options.active{
    display: block;
}

.wnp-notification .notification:hover .msg-options{
    display: block;
}
.wnp-notification .notification .msg-option-menu{
    display: none;
    position: absolute;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: 0px 2px 10px 0px rgb(218, 218, 218);
    z-index: 10;
    top: 0;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
}

.wnp-notification .notification .msg-option-menu.active{
    display: block;
}

.wnp-notification .notification .msg-option-menu ul{
    list-style-type: none;
    padding: 0;
}
.wnp-notification .notification .msg-option-menu ul li{
    cursor: pointer;
}
.notification-data{
    display: none;
}

/* For skeleton loading animation */
.wnp-notification .notification-skeleton {
    height: 100%;
}
.wnp-notification .notification-skeleton .notification-img{
    border-radius: 50%;
    height: 3.5rem;
    width: 3.5rem;
}
.wnp-notification .notification-skeleton .msg-content {
    height: 1rem;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.wnp-notification .notification-skeleton .msg-time {
    height: .7rem;
    width: 30%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.wnp-notification .skeleton-btn button{
    height: 1.5rem;
    width: 3rem;
    border-radius: 10px;
}
.wnp-notification .notification-skeleton .notification-img,
.wnp-notification .notification-skeleton .msg-content,
.wnp-notification .notification-skeleton .msg-time,
.wnp-notification .skeleton-btn button{
    background: linear-gradient(
        120deg,
        #e5e5e5 30%,
        #f0f0f0 38%,
        #f0f0f0 40%,
        #e5e5e5 48%
    );
    /* background-color: #006400; */
    background-size: 200%, 100%;
    background-position: 100%, 0;
    animation: load 2s infinite;
}
@keyframes load{
    100%{
        background-position: -100% 0;
    }
}

.page {
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.social-auth-btn a {
    margin: 10px 3px;
}

.social-auth-btn button {
    border: 0.5px solid rgb(199, 199, 199);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.185);
    background-color: #ffffffff;
    border-radius: 5px;
    padding: 4px 20px;
    width: 100%;
}

.social-auth-btn button.facebook {
    background-color: #0866FF;
}

.social-auth-btn button.facebook i {
    background-color: #ffffffff;
    color: #0866FF;
    padding: 2px 5px;
    border-radius: 3px;
}

.social-auth-btn button.linkedin i {
    background-color: #0a66c2;
    color: #ffffffff;
    padding: 3px;
    border-radius: 3px;
}

.social-auth-btn img {
    height: 20px;
    margin-right: 5px;
}

.register-hr {
    height: 1px;
    width: 100%;
    background-color: rgb(212, 212, 212);
}

.whatsnext-btn {
    background: linear-gradient(to right, #175203, #30b404);
    border: none;
    padding: 4px 7px;
    border-radius: 5px;
    color: #ffffffff;
}

.whatsnext-btn:disabled {
    background: linear-gradient(to right, #a1a1a1, #c7c7c7);
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.6;
}

.register-left {
    background: rgb(31, 108, 6);
    /* background: linear-gradient(38deg, rgb(27, 95, 4) 0%, rgba(184, 255, 172, 1) 96%); */
    border-radius: 25px;
    color: #ffffffff;
}

.register-left .brand-logo {
    height: 2rem;
}

.register-left .register-steps ul {
    list-style-type: none;
    padding-left: 0;
}

.register-left .register-steps ul li {
    background-color: #e2e2e254;
    margin-block: 7px;
    padding: 10px 15px;
    border-radius: 10px;
}

.register-left .register-steps ul li span {
    background-color: #175203;
    border-radius: 50%;
    padding: 1px 8px;
    margin-right: 10px;
    color: #ffffffff;
}

.register-left .register-steps ul li.active {
    background-color: #ffffffff;
    color: #175203;
}

.wn-registration {
    /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.274); */
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #ffffff;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

span.input-group-text i {
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .wn-registration {
        border-radius: 0;
    }
}

.bg-steps{
    border-radius: 10px;
    /* border-top-left-radius: 10px; */
}

.bg-first {
    border-radius: 10px;
    background-color: #ffffff;
}
.background-register{
    background-color: rgb(217, 217, 217);
}
.container-background{
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    overflow: hidden;
}

/* Button underline animation */
/* .underline-animate {
    position: relative;
    display: inline-block;
}

.underline-animate::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #006400;
    transition: width .3s ease;
}

.underline-animate:hover::after,
.underline-animate:focus::after {
    width: 100%;
} */

.dropdown.mega .dropdown-button{
    position: relative;
}

/* Mega menu styling */
.dropdown-menu.mega-menu {
    top: 4rem;
    width: 700px;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    position: relative;
}

/* Center the panel under the trigger */
@media (min-width: 992px) {
    .dropdown.mega .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
    }

    /* Open on hover for desktop */
    /* .dropdown.mega:hover>.dropdown-menu {
    } */
}

/* Card-ish link items */
.dropdown-menu .service-item {
    border-radius: .5rem;
    transition: background-color .2s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.dropdown-menu .service-item:hover {
    background-color: rgba(0, 100, 0, 0.08);
}

.dropdown-menu .service-icon {
    background: #f3f4f6;
    border-radius: .375rem;
    padding: .5rem .6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease, color .2s ease;
    color: #006400;
    min-width: 42px;
    /* to keep square look */
    min-height: 42px;
}

.dropdown-menu .service-item:hover .service-icon {
    background: #006400;
    color: #fff;
}
.dropdown.mega .dropdown-button{
    padding-inline: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.dropdown-menu.mega-menu p{
    font-size: 0.875rem;
    padding-bottom: 0;
}
.dropdown-menu .service-title {
    font-weight: 500;
    transition: color .2s ease;
    color: #000000;
    font-size:1rem;
}

.dropdown-menu .description {
    color: #6a7282;
    font-weight: 100;
}

.dropdown-menu .service-item:hover .service-title,
.dropdown-menu .service-item:hover p.text-muted {
    color: #006400 !important;
}

.dropdown-menu.mega-menu ul{
    list-style-type: none;
    padding-left: 0;
}

.dropdown-menu.mega-menu ul li{
    /* padding-block: 3px; */
}

.dropdown-menu.mega-menu ul li a{
    color: #000000 !important;
    font-weight: 500;
    font-size:1rem;
    padding: 7px 15px;
    text-decoration: none;
}

.dropdown-menu.mega-menu ul li a i{
    color: #006400;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #ffffff !important;
}

.dropdown-menu.mega-menu ::after{
    content: "";
    position: absolute;
    top: -10px; /* adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff; /* Change this to match your mega-menu background */
    z-index: 10;
}