.top-header p
{
    color: #131313;
    margin: .2rem 0;
    font-size: 11px;
}
.logo-heading
{
    width: 500px; float: left; color: #fff; font-size: 16px; padding-top: 10px; padding-left: 10px; font-weight: 400; line-height: 1.4;
}
.logo-span
{
    font-size: 13px;
}
.swachh
{
    width: 100px; margin-right: 20px;
}
.azadi
{
    width: 80px;
}
.navbar-expand-lg .navbar-nav .nav-link
{
    padding: 2px 12px;
}
.navbar-expand-lg
{
    padding: 2px !important;
}

.curved-container {
    display: flex;
    align-items: stretch;
    background: #f7f1ff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* Left Panel (Image Slider) */
/* Left Panel (Image Slider) */
#leftSlider
{
    height: 340px;
}
.left-panel {
    flex: 1;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    clip-path: ellipse(99% 117% at left center);
}
.left-panel img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

/* Right Panel (Content) */
.right-panel {
    flex: .5;
    padding-top: 60px;
    padding-bottom: 14px;
    background: #f7f1ff;
    position: relative;
    z-index: 2;
}
/* Curved Divider */
.curved-container::before {
 display: none;
}
.small-slider img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}
.main-banner
{
    padding-top: 134px;
}
.small-slider
{
    position: relative;
}
.transperent
{
    background: #000;
    display: none;
}
.transperent h3
{
    color: #fff;
}
.transperent p
{
    color: #e0e0e0;
}
.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}

.service-box img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.service-box:hover img {
    transform: scale(1.1);
}

.service-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    padding: 20px;
    text-align: center;
}
.service-desc p {
    color: #fff;
    font-weight: 600;
}

.service-box:hover .service-desc {
    opacity: 1;
}
.login a i
{
    font-size: 25px;
    color: #1ef35d;
}
.top-header
{
    background: #faf3ce !important;
}
.main-banner .container-fluid
{
    padding: 0;
}

/* box-section end here */

/* modal css */
.custom-login-modal {
    background-color: #005c64;
    color: white;
    border-radius: 12px;
    max-width: 420px;
    margin: auto;
  }

  .arrow-btn {
    position: absolute;
    top: 15px;
    background: transparent;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
  }

  .left-arrow {
    left: -135px;
  }

  .right-arrow {
    right: -135px;
  }

  .form-slider {
    position: relative;
    width: 100%;
  }

  .form-slide {
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
  }
  form
  {
    margin: 0 auto;
    width: 90%;
  }
  .modal-content 
  {
    background: linear-gradient(90deg, rgb(91 45 73) 0%, rgb(94 66 111) 50%, rgb(71 71 151) 100%);
  }
  .btn-dark1
  {
    background-color: #e8c5f6 !important;
    width: 55%;
    border-color: #d28bef;
    color: #000;
    align-items: center;
    margin-left: 21%;
    font-weight: 600 !important;
    font-size: 19px;
  }
  .login-link  a
  {
    color: #fff;
    text-decoration: none;
  }
/* Circular Container */
.status-circle {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #f8f9fa;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); /* Right-side shadow effect */
    overflow: hidden;
}

/* Center Heading */
.center-heading {
    position: absolute;
    width: 110px;
    height: 110px;
    background: #034b58;
    color: white;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 110px;
    border-radius: 50%;
    z-index: 10;
}

/* Status Sections */

/* Quadrant Positions */
.top-left { top: 0; left: 0; border-top-left-radius: 50%; background: #fbc7c7}
.top-right { top: 0; right: 0; border-top-right-radius: 50%; background:#c4f7dd }
.bottom-left { bottom: 0; left: 0; border-bottom-left-radius: 50%; background:  #c8b0e5;}
.bottom-right { bottom: 0; right: 0; border-bottom-right-radius: 50%; background: #fff0d5;}


/* Ensuring the Status Section is visible */
.status-section {
    position: absolute;
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 10px;
}

/* Ensuring the carousel items are visible */
.status-section .carousel-inner {
    width: 100%;
    height: 100%;
}

/* Styling for the carousel content */
.carousel-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

/* Styling the icon */
.carousel-content i {
    font-size: 30px;
    padding-top: 13px;
    color: #034b58;
    margin-bottom: 0;

}

/* Styling the title */
.carousel-content .title {
    font-size: 12px;
    font-weight: 600;
    color: #3e3d3d;
    margin-bottom: 5px;
    width: 80%;
}

/* Styling the dynamic number box */
.carousel-content .number-box {
    font-size: 13px;
    font-weight: 600;
    background: none;
    color: rgb(85, 85, 85);
    padding: 0px 15px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}

/* Overlay Effect */
/* Overlay Effect */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Show the overlay on hover */

.status-section .carousel-item:hover .overlay {
    opacity: 1;
}

/* Styling the Know More button */
.know-more {
    color: white;
    background: #414141;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
}

.know-more:hover {
    background: #000000;
    color: #fff;
}
.number-box {
    font-size: 20px;
    font-weight: 400;
    background: #383838;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}

.nav-item a i
{
    font-size: 20px;
    color: #0c7b11;
}
.quick-links-section {
    background-color: #f8fafc; /* Light background */
    border-radius: 10px;
    padding: 30px;
}

.quick-link-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.quick-link-card:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 24px;
    color: white;
}

.analytics { background-color: #2d74ff; }  /* Blue */
.crm { background-color: #7e3bf5; }        /* Purple */
.hr { background-color: #00a82d; }        /* Green */
.training { background-color: #1d9eff; }   /* Light Blue */
.timesheets { background-color: #f59e0b; } /* Orange */

h5 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}


/* boxes section */
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    margin: 0 5px;
    border: none;
  }
  
  .carousel-indicators button.active {
    opacity: 1;
    background-color: #000;
  }
  
.doj-banner-section {
    background: url('../images/background.jpg') center center no-repeat;
    background-size: cover;
    padding: 10px 0;
    position: relative;
  }
  
  .doj-banner-wrapper {
    position: relative;
    min-height: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .carousel-box-wrapper {
    width: 50%;
    /* background: rgba(255, 255, 255, 0.95); */
    padding: 30px;
    border-radius: 10px;
    margin-right: 30px;
  }
  
  .grid-box {
    position: relative;
    background: rgba(255, 255, 255, 0.2); /* default transparent */
    border: 1px solid black;
    border-radius: 8px;
    padding: 30px 10px;
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Georgia', serif;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    transition: color 0.5s ease;
  }
  
  .grid-box::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #002147, #004080); /* Change to your preferred color */
    z-index: -1;
    transition: bottom 0.4s ease-in-out;
  }
  
  .grid-box:hover::before {
    bottom: 0;
  }
  
  .grid-box:hover a{
    color: white;
  }
  
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
  }
  .indicator2
  {
    bottom: -50px !important;
  }
  .indicator1
  {
    bottom: -150px !important;
  }
  .indicator1 [data-bs-target]
  {
    width: 14px !important;
    height: 14px !important;
    background-color: #19054f !important;
  }
  .indicator2 [data-bs-target]
  {
    width: 12px !important;
    height: 12px !important;
    background-color: #6a202f !important;
  }

  /* footer start here */


footer p
{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.footer-2
{
    background-color: #faf3ce !important;
    padding: 5px 0;
}
footer img
{
    width: 200px;
}.menu1-container {
    position: fixed;
    top:40%;
    left: 4%;
    transform: translateX(-50%);
    z-index: 1000;
}
/* Menu1 Styling */
.menu1 {
    background: #1a1f72;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    cursor: pointer;
    border: 1em solid #65417b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

/* Remove the old 3-line icon */
.menu1:after {
    display: none;
}

/* Help Text */
.help-text {
    color: white;
    font-size: .5em;
    font-weight: 600;
    text-align: center;
}
/* Menu1 Items */
.menu1 ul {
    list-style: none;
    padding: 0;
}

.menu1 li {
    width: 5em;
    height: 1.5em;
    padding: 0.1em;
    margin-top: 0.2em;
    text-align: center;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    transition: all 1s;
    background: #65417b;
    opacity: 0;
    z-index: -1;
}
.menu1 li a
{
    color: #aaaaaa;
    font-size: 10px;
}

.menu1:hover li {
    opacity: 1;
}

/* Ensure items expand from the center */
.menu1 ul {
    transform: rotate(180deg) translateY(-2em);
    transition: 1s all;
}

.menu1:hover ul {
    transform: rotate(0deg) translateY(-1em);
}

.menu1 li:hover {
    background: #ebfcfe;
    z-index: 10;
}
.menu1.show-hover li {
    opacity: 1;
    z-index: 10;
}
.menu1.show-hover ul {
    transform: rotate(0deg) translateY(-1em);
}


/* Circular Expansion */
.menu1 li:nth-of-type(1) {
        transform: rotate(-102deg);
    position: absolute;
    left: -67px;
    top: -3em;
}

.menu1 li:nth-of-type(2) {
    transform: rotate(-65deg);
    position: absolute;
    left: -1.1em;
    top: -2.4em;
}

.menu1 li:nth-of-type(3) {
     transform: rotate(-28deg);
    position: absolute;
    left: 9px;
    top: -0.8em;
}

.menu1 li:nth-of-type(4) {
     transform: rotate(-4deg);
    position: absolute;
    left: 15px;
    top: 1em;
}

.menu1 li:nth-of-type(5) {
      transform: rotate(34deg);
    position: absolute;
    left: -0.1em;
    top: 2.5em;
}

.menu1 li:nth-of-type(6) {
        transform: rotate(55deg);
    position: absolute;
    left: -1.7em;
    top: 3.5em;
}

.menu1 li:nth-of-type(7) {
    transform: rotate(105deg);
    position: absolute;
    left: -3.6em;
    top: 3.9em;
}

.latest-news-section {
    background: #fff2fb;
}
.pad-2
{
    padding-left: 2em;
}

.news-item, .alert-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.alert-icon {
    font-size: 24px;
    color: #007bff;
}

 /* Underline effect for navbar links with smooth transition */
 /* Reset base nav link style */
.navbar-nav .nav-link {
    background-color: white;
    padding: 4px 14px !important;
    margin: 0;
    color: #333 !important;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-right: 1px solid #343434;

}

/* Hover effect */
.navbar-nav .nav-link:hover {
    background-color: #551b2e; /* Light blue on hover */
    color: white !important;
    border-color: #3a0c1b;
}

/* Active link (like "Products" in the image) */

.nav-item-fa-user
{
    box-shadow: none !important;
    color: #481427;
}
.nav-item-fa-user i
{
    font-size: 20px;
    padding: 1px 0 0 30px;
}

.dropdown-menu[data-bs-popper] {
    right: 0;
}

.banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
 .diagonal-banner {
    width: 50%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #002147, #004080);
    color: white;
    display: flex;
    align-items: center;
    padding: 0;
    clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
}/*
.overlay-content {
    position: absolute;
    left: 10%;
    z-index: 2;
}
.banner-title {
    font-size: 32px;
    font-weight: bold;
}
.banner-title .highlight {
    color: #FFD700;
}
.banner-description {
    font-size: 18px;
    margin-top: 10px;
}
.guest-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.guest-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
} */
.background-image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}
.navbar-light .navbar-nav .nav-link
{
    color: #000;
}


/* media query start from here */

@media screen and (max-width: 800px) {
   .swachh, .azadi
   {
    display: none;
   }
   .logo-heading
{
    width: 243px; font-size: 9px; padding-top: 20px; padding-left: 5px; font-weight: 400; line-height: 1.4;
}
.logo-span
{
    font-size: 9px;
}
.navbar-toggler
{
    margin: 0 auto;
    border: none !important;
}
.doj-banner-wrapper
{
    display: ruby !important;
    text-align: center;
}
.grid-box
{
    font-size: 7px;
}
  }