/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body Styling */
body {
    background-color: #e0e0e0;
    color: #212529;
    line-height: 1.6;
}

/* Headings */
h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

h2 {
    font-size: 2rem;
    color: #444;
}

h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #555;
}

h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #666;
}

h5 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #777;
}

h6 {
    font-size: 1rem;
    font-weight: bold;
    color: #888;
}

/* Paragraphs */
p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* Links */
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Lists */
ul, ol {
    margin-left: 2rem;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
}

td, th {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

/* Forms */
input, textarea, select, button {
    font-size: 1rem;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}









.navbar {
    background-color: #999;
}
.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: white;

}
.navbar-nav .nav-link {
    color: white;
    font-size: 18px;
    padding: 27px;
    font-family: 'Times New Roman', Times, serif;
}
.navbar-nav .nav-link:hover {
    color: lightblue;
    text-decoration: none;
}
.active {
    background-color: #666666;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #666666;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
}


/* carusa css  */


 /* Remove hover effect on next/prev buttons */
 .carousel-control-prev, .carousel-control-next {
    opacity: 1 !important;
    filter: none !important;
}

/* Make the carousel indicators (dots) circular */
.carousel-indicators button {
    width: 50px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff; /* Change color if needed */
    border: 2px solid #000; /* Border for better visibility */
    margin: 5px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;

}

/* Active dot styling */
.carousel-indicators .active {
    background-color: #000; /* Make the active dot stand out */
}

/* footer  */
.footer {
    background-color: #e0e0e0;
    text-align: center;
    padding: 15px;
}
.footer a {
    color: #007bff;
    text-decoration: none;
}
.bg-body {
    background-color: #e0e0e0 !important;
}

.padding-10 {
    padding-top: 30px;
}


/* contect page  */
.contact-container {
    background: white;
    padding: 30px;
    border-radius: 8px;
}
.contact-info a {
    color: #666;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
    color: #666;
}
.contact-info a i {
    color: #666;
    margin-right: 5px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Yeh ensure karega ki dropdown smoothly dikhe */
}

/* Dropdown toggle arrow remove karne ke liye */
.navbar-nav .dropdown-toggle::after {
    display: none !important;
}



li#menu-item-7002 a span:hover {
    background-color: #ffffff00; 
    color: #F9A01B !important;
    border: 3px solid #F9A01B;
}




















































