﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.middle-inti a i {
    transition: transform 0.3s ease;
}

.middle-inti a.rotate i {
    transform: rotate(180deg);
}
/* Toastr text white */
#toast-container > div {
    color: #ffffff !important;
}

/* Optional: title bhi white */
#toast-container .toast-title {
    color: #ffffff !important;
}

/* Optional: background thoda dark & clean */
.toast-success {
    background-color: #198754 !important; /* green */
}

.toast-error {
    background-color: #dc3545 !important; /* red */
}

.toast-warning {
    background-color: #ffc107 !important;
    color: #000 !important; /* warning readable */
}

.toast-info {
    background-color: #0dcaf0 !important;
    color: #000 !important;
}
#toast-container.toast-top-center {
    top: 10px;
}
/* ये CSS आपके main content section के लिए */
.min-vh-100 {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    padding-top: 343px;
}

.bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .bg-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.intro-content {
    position: relative;
    z-index: 2;
}

/* Welcome area को अलग करने के लिए */
.welcome-area {
    position: relative;
    z-index: 3;
}
@media (max-width: 576px) {
    #dateSearchBtn {
        margin-top: 8px !important; /* Add space above search button */
    }