.rounded-3 {
    border-radius: 10px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 13px !important;
}

.ml-15 {
    margin-left: -15px !important;
}

.card.rounded-3.p-3.mb-2.color-1 {
    background: #1a1a1a !important;
    border: none !important;
}

.darkmode hr {
    border-top: 1px solid #cfcfcf !important;
}

.card.rounded-3.p-3.mb-2.color-2 {
    background: #1a1a1a !important;
    border: none !important;
}

.card.rounded-3.p-3.mb-2.color-3 {
    background: #1a1a1a !important;
    border: none !important;
}

.card.rounded-3.p-3.mb-2.color-4 {
    background: #1a1a1a !important;
    border: none !important;
}



.card.rounded-3.p-3.mb-2.color-5 {
    background: #1a1a1a !important;
    border: none !important;
}

.card.rounded-3.p-3.mb-2.color-6 {
    background: #1a1a1a !important;
    border: none !important;
}

.card.rounded-3.p-3.mb-2.color-7 {
    background: #1a1a1a !important;
    border: none !important;
}


.card.rounded-3.p-3.mb-2.color-8 {
    border: none !important;
    background: #1a1a1a !important;
}

.bg-dark {
    background-color: #000 !important;
}

.darkmode .sub-header-container .navbar,
.sub-header-container {
    /* background-image: url(https://static.vecteezy.com/system/resources/previews/022/946/047/non_2x/gold-color-gradient-background-for-metallic-abstract-graphic-design-element-vector.jpg) !important; */
    background-color: #3FC8CD !important;
}

.color-1 .btn-primary,
.color-4 .btn-primary,
.color-7 .btn-primary {
    /* background-image: url(https://static.vecteezy.com/system/resources/previews/022/946/047/non_2x/gold-color-gradient-background-for-metallic-abstract-graphic-design-element-vector.jpg) !important; */
    color: #ffffff !important;
    border: 0 !important;
    background-color: #3FC8CD !important;
}

.card ul li {
    margin-bottom: 5px !important;
}

.headingcolor{
    color:#3FC8CD !important;
}


.sub-header-container {
    margin-top: 60px;

}


.box {
    background: #333;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
}

.box span{
    font-size: 20px;
}

.listmenu a{
    color: white !important;
    font-size: 17px;
}


.menuheader .btn {
    color: white !important;
    background-color: #e2a03f;
    padding: 6px;
    width: 100%;
    border-radius: 25px;
    border: none !important;
    font-size: 12px;
    margin-bottom: 10px !important;
}

@media (max-width: 767px) {
    .header-container .navbar {
        padding: 11px 20px 11px 0px !important;
        background-color: #000;
    }
    .main-container{
        background-color: #000 !important;
    }
   
     
}

.gap50{ width: 100%; height: 50px;}
.gap100{ width: 100%; height: 100px;}
.gap150{ width: 100%; height: 150px;}
.gap200{ width: 100%; height: 200px;}
.gap250{ width: 100%; height: 250px;}
.gap300{ width: 100%; height: 300px;}


.btn-danger {
    background-color: #3FC8CD !important;
    border-color: #3FC8CD !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #3fc8cd !important;
}

p {
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: #ffffff;
}

.box span {
    font-size: 20px;
    color: white;
}

.card ul li {
    margin-bottom: 5px !important;
    color: white;
}
.darkmode .form-control {
    border: 1px solid #383838 !important;
    background: transparent !important;
    color: #2a2929;
}
/* .form-control{
    background-color: #383838  !important;
} */

.main-container{
    background-color: #000 !important;
}
a {
    color: #fbfbfc !important;
    outline: none;
}

.text-white-btn{
    color:  white !important;
}


.popup-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); /* Dark transparent background */
    display: flex;
    justify-content: center !important; /* Horizontally center */
    align-items: center !important; /* Vertically center */
    z-index: 9999;
  }
  
  .popup-box {
    background: rgb(8, 8, 8);
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Drop shadow */
    max-width: 400px; /* Maximum width */
    width: 90%; /* Width should be responsive */
    text-align: center !important;
  }