* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;

}

ul {
  margin: 0px !important;
  padding: 0px !important;
}

a {
  cursor: pointer !important;
  text-decoration: none !important;
}

.top-header-bg {
  background-color: #f1f1f1;
}

/* .main-head {
  padding-top: 10px;
} */

.main-head nav {
  margin-top: 10px;

}

.logo-sec {
  padding: 10px 0px;
}

.logo-sec img {
  width: 128px;
  height: 112px;
  margin-left: 7rem;
}

.main-iprcl-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logoinfobox {
  float: left;
}

#logoinfobox h1 {
  color: #000000;
  /* margin: 2px; */
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  display: table;
  font-weight: 400;
  letter-spacing: 0px;

}

.header-top-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 1px; /* Added padding for better spacing */
    box-sizing: border-box; /* Ensures padding is included in element's total width */
    flex-wrap: nowrap; /* Prevents wrapping on large screens */
}

.header-top-min ul {
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none !important;
    padding: 5px 10px !important;
    flex-wrap: wrap; /* Allow items to wrap within the list */
}

.header-top-min ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px; /* Default padding for list items */
}

.header-top-min ul li a {
    font-size: 15px;
    color: #000000;
    white-space: nowrap; /* Prevent text from wrapping prematurely */
}

.header-top-min ul li a img {
    width: 25px;
    cursor: pointer;
    display: block; /* Ensures images behave predictably */
    height: auto; /* Maintains aspect ratio */
}

.min-left-top ul li {
    padding: 0px 10px; /* Specific padding for min-left-top list items */
}

.header-bottom-min {
    border: 2px solid rgb(188 188 188);
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px; /* Added internal padding */
    box-sizing: border-box;
}

.header-bottom-min ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0px;
    flex-wrap: wrap; /* Allow bottom bar logos to wrap */
    gap: 5px; /* Space between flex items */
}

.header-bottom-min ul li {
    padding: 0px 2px; /* Default padding for bottom bar list items */
}

.header-bottom-min ul li a img {
    width: 110px; /* Default width for logos */
    height: auto; /* Ensures aspect ratio is maintained */
    display: block; /* Prevents extra space below images */
    max-width: 100%; /* Ensures images scale down */
}




/* For screens smaller than 992px (typical for tablets and larger phones) */
@media (max-width: 991.98px) {
    .header-top-main {
        flex-direction: column; /* Stack header sections vertically */
        justify-content: center;
        align-items: center;
        padding: 15px 10px;
    }

    /* Add space between the main logo, saga logo, and 150/swach bharat logos when stacked */
    .header-top-main > div {
        margin-bottom: 15px;
    }
    .header-top-main > div:last-child {
        margin-bottom: 0; /* No margin after the last stacked item */
    }

    .header-top-min ul {
        justify-content: center; /* Center list items horizontally */
        padding: 5px 0px !important; /* Adjust padding */
        gap: 10px; /* Add gap between items */
    }

    .header-top-min ul li {
        padding: 0px 5px; /* Reduce horizontal padding for list items */
    }

    .header-top-min ul li a {
        font-size: 13px; /* Smaller font size */
        white-space: normal; /* Allow text to wrap if needed */
        text-align: center;
    }

    .header-top-min ul li a img {
        width: 20px; /* Slightly smaller icons */
    }

    .header-bottom-min {
        flex-direction: column; /* Stack bottom bar content vertically */
        padding: 10px; /* Increase padding for better visual separation */
    }

    .header-bottom-min ul {
        flex-direction: row; /* Keep logos in a row within the ul, but they will wrap */
        justify-content: center; /* Center logos */
        gap: 8px; /* Slightly increase gap */
        width: 100%; /* Ensure ul takes full width to allow wrapping */
    }

    .header-bottom-min ul li {
        padding: 0; /* Remove specific list item padding, rely on gap */
    }

    .header-bottom-min ul li a img {
        width: 90px; /* Smaller logos for tablets */
    }
}

/* For screens smaller than 768px (typical for most mobile phones) */
@media (max-width: 767.98px) {
    .header-top-main {
        padding: 10px 5px; /* Further reduce main header padding */
    }

    .header-top-main > div {
        margin-bottom: 10px; /* Reduce spacing between stacked header sections */
    }

    .header-top-min ul {
        flex-direction: column; /* Stack top-min items vertically */
        align-items: center; /* Center vertically stacked items */
        gap: 5px; /* Smaller gap */
    }

    .header-top-min ul li {
        padding: 2px 0; /* Minimal vertical padding */
    }

    .header-top-min ul li a {
        font-size: 12px; /* Even smaller font size for text */
    }

    .header-top-min ul li a img {
        width: 18px; /* Smallest icon size */
    }

    .header-bottom-min {
        padding: 8px; /* Reduce bottom bar padding */
    }

    .header-bottom-min ul {
        gap: 5px; /* Smaller gap for very small screens */
    }

    .header-bottom-min ul li a img {
        width: 70px; /* Smaller logos for phones */
    }
}

/* For very small screens (e.g., iPhone 5/SE size) */
@media (max-width: 400px) {
    .header-top-main {
        padding: 5px;
    }
    .header-top-min ul li a {
        font-size: 11px;
    }
    .header-bottom-min ul li a img {
        width: 60px;
    }
}
/* second Navbar */

.logo {
  padding: 0px 30px;
}

.logo img {
  width: 22px;
}

nav {
  width: 100%;
  height: 100%;
  height: 55px;
  background: #1a61b6;
  z-index: 999;
}

nav .navbar {
  height: 100%;
  max-width: 1600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.navbar .logo a {
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

nav .navbar .nav-links {
  line-height: 55px;
  height: 100%;

}

nav .navbar .links {
  display: flex;

}

nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 3px 21px;


}

.menubar .list {
  border-left: 1px solid #f1f1f1;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 55px;
  left: 0;
  line-height: 40px;
  background: #1a61b6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}

.navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
  /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .search-box {
  position: relative;
  height: 40px;
  width: 40px;
}

.navbar .search-box i {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar .search-box .input-box {
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #c0a229;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}

.search-box .input-box::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}

.search-box .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}

.navbar .bx-menu {
  display: none;
}

@media (max-width:920px) {
  nav .navbar {
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a {
    font-size: 27px;
  }

  nav .navbar .links li {
    padding: 0 10px;
    white-space: nowrap;
  }

  nav .navbar .links li a {
    font-size: 15px;
  }
}

@media (max-width:800px) {
  nav {
    /* position: relative; */
  }

  .navbar .bx-menu {
    display: block;
  }

  nav .navbar .nav-links {
    /* position: fixed;
  top: 0;
  left: -100%; */
    display: block;
    max-width: 270px;
    width: 100%;
    background: #c0a229;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }

  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #000000;
  }

  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #000000;
  }

  nav .navbar .links {
    display: block;
    margin-top: 20px;
  }

  nav .navbar .links li .arrow {
    line-height: 40px;
  }

  nav .navbar .links li {
    display: block;
  }

  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }

  nav .navbar .links li .sub-menu li {
    border-bottom: none;

  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }

  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }

  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  }

  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow {
    transform: rotate(180deg);
  }

  .navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width:370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}

.js-sub-menu {
  padding: 0px !important;
  margin: 0px !important;
}

/* Hide the sub-sub-menu initially */
.navbar .links li .sub-menu .sub-sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  /* Positions it to the right of the parent menu item */
  top: 0;
  background: #1a61b6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 2;
}

/* Optionally, you can style the sub-sub-menu to have a transition or other styles */
.navbar .links li .sub-menu .sub-sub-menu li {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu .sub-sub-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}






.marquee-section {
  border-top: 2px solid #1a61b6;
  border-bottom: 2px solid #1a61b6;
}

.marquee-section .marquee-pera a {
  text-decoration: none;
  color: #644e06;
}

.marquee-section .marquee-pera {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px;

}


.blink {
  animation: blinker 5s linear infinite;
  color: red;
  font-family: sans-serif;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.extra-link span {

  padding: 10px 10px;
  text-align: center !important;

}

.extra-link strong {
  font-size: 20px;
  padding-bottom: 10px;
}

.secheading h4 {
  text-align: center;
  padding: 15px 0px;
}

.col-bg {
  background-image: url('assets/background/Transparent-background-with-dots.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.summary-items-child {
  display: flex;
  justify-content: space-around;

}

.img-box {
  width: 100%;
  
  overflow: hidden;
}

.img-box img {
  width: 60%;
    height: 100%;
    object-fit: cover;
    margin-left: 8rem;
    box-shadow: 1px 1px 20px 20px rgb(233 200 185);
}

.content-box {
  padding: 0px 20px;
}

/* .testimonials-bg {
 
  display: flex;
  
  align-items: center;
  flex-direction: column-reverse;
  padding: 96px 0px;
} */

.logo-info img {
  width: 35%;
  padding: 0px 15px;
}

.logo-info span .h6-heading {
  font-size: 18px;
}

.logo-info span a {
  font-size: 28px;
  color: #fff;
  padding: -7px;
}

.img-hero img {
  width: 90%;
  border: 4px solid #1a61b6;
  display: block;
  margin: 0 auto;
  margin-left: 2rem;
  margin-top: 2rem;
  box-shadow: -2px -4px 6px 12px lightblue;
}



.top-content {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.top-content h4 {
  color: #fff;
}

.top-content p {
  padding: 0px 0px;
  margin: 0px;
  color: #000000;
}

.bottom-content h4 {
  color: #fff;
}

.bottom-content {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.bottom-content p {
  padding: 0px 0px;
  margin: 0px;
  color: #000000;
}

.header-bottom-sec {
  padding-bottom: 75px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.latest-event h4 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding-top: 20px;

}

.latest-event h5 {
  color: #fff;
  text-align: center;

}

.latest-event-bg {
  background-color: #1a61b6;
}

/* Tabs Css */
.tabs {}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #963000;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em;
}

.tabs label:last-of-type {
  border-bottom: none;
}

.tabs label:hover {
  background: #963000;
  color: #ffffff;
}

@media screen and (max-width: 1600px) {
  .tabs label {
    width: 25%;
  }
}

@media screen and (max-width: 900px) {
  .tabs label {
    width: 20%;
  }
}

@media screen and (max-width: 600px) {
  .tabs label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #C7C6C4;
    border-radius: 0;
  }
}

@media screen and (max-width: 600px) {
  .tabs {
    margin: 0;
  }
}

#tab1:checked+label,
#tab2:checked+label,
#tab3:checked+label,
#tab4:checked+label {
  background: #1a61b6;
  color: #FFFFFF;
}

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px;
}

.tab-content-wrapper {
  background: #FCFCFC;
  border-top: #1a61b6 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
}

@media screen and (max-width: 600px) {

  .tab-content-wrapper,
  .tab1-content-wrapper {
    border: none;
    border-radius: 0;
  }
}

#tab1:checked~.tab-content-wrapper #tab-content-1,
#tab2:checked~.tab-content-wrapper #tab-content-2,
#tab3:checked~.tab-content-wrapper #tab-content-3,
#tab4:checked~.tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px;
}

/* Tabs Css Ends */


.logo-info {
  display: flex;
  justify-content: start;
  align-items: center;
}

.orange-bg {
  background-color: #c0a229;
  width: 100%;
  height: 80px;
}

.green-bg {
  background-color: green;
  width: 100%;
  height: 80px;
}

.blue-bg {
  background-color: #043f53;
  width: 100%;
  height: 80px;
}

.red-bg {
  background-color: red;
  width: 100%;
  height: 80px;
}


.marquee-sec {
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #e3e3e3;
}

.facebook-sec {
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #e3e3e3;
}

.twitter-sec {
  border: 1px solid #9eccdc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #e3e3e3;
}
.instagram-sec {
  border: 1px solid #9eccdc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ed6767;
}

.secheading-facebook-bg {
  background-color: #5799af;
  width: 100%;
}

.secheading-twitter-bg {
  background-color: #9eccdc;
  width: 100%;
}
.secheading-instagram-bg {
  background-color: #ff4545;
  width: 100%;
}

.secheading-bg {
  background-color: #374a66;
  width: 100%;
}

.secheading h4 {
  color: #fff;

}

.intigration-margin {
  margin: 26px 0px;
}

.marquee-item-list {
  font-size: 22px;


}

.marquee-item-list li {
  padding: 5px 20px;
  text-align: center;
  color: #000000;
  font-weight: 600px;
}

.clientsec-bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.clientsec-bg::after {
  content: '';
  background-color: #ffffff4d;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}


.clientsection img {
  width: 100px;
  object-fit: cover;
}

.clientsection .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.clientsection .owl-nav button.owl-prev {
  left: 0;
}

.clientsection .owl-nav button.owl-next {
  right: 0;
}

/* .clientsection .owl-dots {
text-align: center;
padding-top: 15px;
} */
/* 
.clientsection .owl-dots button.owl-dot {
width: 15px;
height: 15px;
border-radius: 50%;
display: inline-block;
background: #ccc;
margin: 0 3px;
} */

/* .clientsection .owl-dots button.owl-dot.active {
background-color: #000;
} */

/* .clientsection .owl-dots button.owl-dot:focus {
outline: none;
} */

.clientsection .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.clientsection span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.clientsection .owl-nav button:focus {
  outline: none;
}

.clientsection .owl-item {
  height: 100% !important;
  /* Adjust this value as needed */
  display: flex;
}

.clientsection .item {
  width: 100%;
}

/* footer */
.footer-bg {
  background: #1a61b6;
  width: 100%
}

.foot-list {
  padding: 40px 0px;
  list-style: none;
}

footer .foot-list .footlistitems {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

footer .foot-list .footlistitems a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 20px 10px;

}

.btncolor {
  background: #1a61b6 !important;
  border: 1px solid #1a61b6 !important;
}





/* RTI */


.rtibg {
  background-color: #6c757d;
  font-weight: 500;
}

.rtibg:hover {
  background-color: #374a66;

}




/* policy page */


.policy {
  width: 50%;
  background-color: gray;
}

.policy:hover {
  background-color: #374a66;
}

.policyh {
  background-color: #1a61b6;
}

.policyh:hover {
  background-color: #374a66;

}




/* Gallary */






/* CurcularNotice */

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #f0f0f0;
}

.modal-body {
  overflow-y: auto;
}




.shipcontent {
  text-align: center;
}



.hellopro {
  background-color: #043f53;
}

.hellopro:hover {
  background-color: #043f53;

}







/*  rule page CSS here */
/* Global styles */


.header-rule {
  background-color: #2a3d66;
  color: white;
  padding: 20px;
  text-align: center;
}

.header-rule h1 {
  margin: 0;
  font-size: 2.5rem;
}

.rule-container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.rule-section-title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2a3d66;
}

/* Table Styles */
.table-rule {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.th-rule,
.td-rule {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}

.th-rule {
  background-color: #2a3d66;
  color: white;
  font-size: 1.2rem;
}

.td-rule {
  font-size: 1rem;
  color: #555;
}

.td-rule a {
  display: inline-block;
  /* Ensure it stays inline */
  padding: 10px 20px;
  background-color: #2a3d66;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  /* Prevent text from wrapping */
  max-width: 150px;
  /* You can control the max width if you want */
  overflow: hidden;
  /* Hide overflow if necessary */
  text-overflow: ellipsis;
  /* Add ellipsis if the text overflows */
}

td-rule a:hover {
  background-color: #1c2a44;
  transform: translateY(-3px);
  /* Slight lift effect */
}

.td-rule a:active {
  transform: translateY(0);
  /* Return to normal on click */
}

.td-rule a:focus {
  outline: none;
  /* Remove default focus outline */
  box-shadow: 0 0 5px rgba(42, 61, 102, 0.5);
  /* Add focus shadow */
}

.footer-rule {
  background-color: #2a3d66;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 50px;
}

.footer-rule p {
  margin: 0;
}





/* mission and vission */

.vision-vision-mission-section {
  background-color: #1c2b78;
  padding: 70px 37px 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision-container {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.vision-section-title {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 56px;
}

.vision-cards-container {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.vision-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 598px;
}

.vision-card-header {
  background-color: #008bf9;
  color: #edf7fe;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 0 13px;
  margin: 0;
}

.vision-card-content {
  background-color: #fff;
  padding: 20px 46px;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 165%;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .vision-container {
    max-width: 991px;
  }

  .vision-cards-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .vision-card {
    max-width: 100%;
  }

  .vision-card-header {
    font-size: 30px;
  }

  .vision-card-content {
    padding: 20px 30px;
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .vision-vision-mission-section {
    padding: 30px 15px;
  }

  .vision-container {
    max-width: 640px;
  }

  .vision-section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .vision-card-header {
    font-size: 24px;
  }

  .vision-card-content {
    padding: 15px 20px;
    font-size: 16px;
  }
}



/* footervisiter */
.footercounter {
  height: 62px;
  background-color: #374b65;
      width: 100%;
}

.footercontent {
  padding-left:500px !important; 
  color: aliceblue;
  font-weight: 600;
  padding-top: 15px;
}





/* navbar tab hover css */

/* Dropdown menu on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: .125rem;
  left: 100%;
  /* This shifts the dropdown to the right */
  top: 0;
  position: absolute;
  /* Ensures it's positioned relative to the parent */
  background-color: #1a63b3;
  /* Set background color to blue */
  color: white;
  /* Set text color to white */
  border-radius: 5px;
  /* Optional: Add rounded corners for a smooth look */

}

/* Dropdown menu for dropend (right-side) */
.dropend:hover>.dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  /* Ensure it opens to the right */
  margin-top: .125rem;
  background-color: #1a63b3;
  /* Set background color to blue */
  color: white;
  /* Set text color to white */
  border-radius: 5px;
  /* Optional: Add rounded corners */
}

/* Optional: Style for the items inside the dropdown */
.dropdown-menu li a {
  color: white;
  /* Ensure the text inside the dropdown is white */
  padding: 3px 5px;
  /* Add some padding for a better click area */
  text-decoration: none;
  /* Remove underline */
}

/* Optional: Add a hover effect for each item inside the dropdown */
.dropdown-menu li a:hover {
  background-color: #1a63b3;
  /* Change background color on hover */
}


/* preloader */

.notification {
  position: fixed;
  top: 250px;
  /* Adjust this value to control the space from the top */
  left: 50%;
  transform: translateX(-50%);
  /* Keep it centered horizontally */
  overflow: hidden;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 30rem;
  padding: 1rem;
  background: #efe5e5;
  pointer-events: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  opacity: 2;
  transition: opacity 0.5s ease-out;
  z-index: 9999;
  /* Ensure it stays in front of other elements */
}

.notification-inner {
  display: flex;
  align-items: flex-start;
  width: 440px;
  height: 205px;
}

.notification-icon {
  flex-shrink: 0;
}



.notification-text {
  padding-top: 0.125rem;
  margin-left: 0.75rem;
  flex: 1 1 0%;
  width: 0;
}

.title {
  font-size: 1.5rem;
  line-height: 1rem;
  font-weight: 700;
  color: #111827;
  padding-left: 145px;
  padding-top: 33px;
  border: 2px;

}

.subtitle {
  margin-top: 3.20rem;
  line-height: 1.25rem;
  color: #1a63b3;
  margin-left: 25px;
}

.notification-action {
  display: flex;
  margin-left: 1rem;
  flex-shrink: 0;
}

button {
  display: inline-flex;
  border-radius: 0.375rem;
  color: #9ca3af;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
}

button:hover {
  color: #6b7280;
}

.x-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1a63b3;
}



.contactButton.ht-contactButton {
  background: #1a63b3;
  color: white;
  font-family: inherit;
  padding: 0.45em;
  padding-left: 1em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  /* ht-contactButton height */
  padding-right: 3em;
  margin-left: 129px;
  width: 300x;
  margin-top: 25px;
}

.iconButton.ht-iconButton {
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  /* ht-iconButton height */
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #7a8cf3;
  right: 0.3em;
  transition: all 0.3s;
}

.contactButton.ht-contactButton:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em #e5e5e5
  !important;
}

.contactButton.ht-contactButton:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em #dadada;
}


.buttont {
  color: white;
}

.buttont:hover {
  color: white;
}




/* headingtop css */



/* --- Base Styles (Mobile First) --- */

.headertop {
    display: flex;
    flex-direction: column; /* Stack items vertically on small screens */
    align-items: center; /* Center items horizontally */
    justify-content: center;
    background-color: #343434;
    padding: 10px 15px; /* Add vertical padding for breathing room */
    font-family: Arial, sans-serif;
    font-size: 12px; /* Slightly smaller font for mobile */
    color: #ffffff;
    border-bottom: 2px solid #040404;
    text-align: center; /* Center text within the header */
    gap: 8px; /* Space between flex items */
}

/* Individual section styling for stacked items */
.sectiontop {
    display: flex;
    flex-direction: column; /* Ensure sections are stacked vertically */
    align-items: center;
    padding: 5px 0; /* Adjust padding for mobile */
    width: 100%; /* Take full width available */
}

/* Divider line - hidden on small screens when items are stacked */
.dividertop {
    display: none; /* Hide divider when items are stacked vertically */
}

/* Styling for datetime */
.datetimetop {
    font-style: italic;
    color: #fdfdfd;
    margin-top: 5px; /* Reduce top margin for mobile */
    font-size: 11px; /* Smaller font for date/time on mobile */
}

/* Logos (mobile adjustments) */
.toplogo {
    width: 90%; /* Make logo take more width on small screens */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto; /* Center the logo */
    max-width: 250px; /* Limit max width for readability */
}

.sidelogo {
    width: 70%; /* Adjust width for side logos on mobile */
    height: auto;
    margin: 0 auto; /* Center side logos */
    max-width: 180px; /* Limit max width */
}

/* --- Media Queries (for larger screens) --- */

/* Tablet & Smaller Laptop Screens (min-width: 768px) */
@media (min-width: 768px) {
    .headertop {
        flex-direction: row; /* Layout items horizontally */
        justify-content: space-between; /* Distribute items with space */
        padding: 0px 20px; /* Adjust horizontal padding */
        font-size: 13px; /* Default font size */
        gap: 0; /* Remove gap, use margins for spacing */
    }

    .sectiontop {
/*        flex-direction: row;  Layout sections horizontally */
        padding: 0 10px; /* Revert to original padding */
        width: auto; /* Allow content to dictate width */
    }

    .dividertop {
        display: block; /* Show divider again */
        width: 1px;
        height: 20px;
        background-color: #9d9d9d;
        margin: 0 10px;
    }

    .datetimetop {
        margin-top: 0; /* Remove top margin */
        font-size: 13px; /* Revert to default font size */
    }

    .toplogo {
        width: 77%; /* Revert to original width */
        margin-right: 5rem; /* Revert to original margin */
        max-width: none; /* Remove max-width constraint */
    }

    .sidelogo {
        width: auto; /* Allow image to dictate width */
        margin-right: 7rem; /* Revert to original margin */
        max-width: none;
    }
}

/* Desktop Screens (min-width: 1024px) - Optional, for larger desktops */
@media (min-width: 1024px) {
    .headertop {
        padding: 0px 30px; /* Increase padding for larger screens */
    }

    .toplogo {
        margin-right: 7rem; /* Adjust margin for larger screens if needed */
    }

    .sidelogo {
        margin-right: 10rem; /* Adjust margin for larger screens if needed */
    }
}




/* Techno all CSS here  */
 .containerA {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

   

    .Aboutus{
        text-align: center;
        color: #333;
    }

    .Aboutp {
        color: #555;
        line-height: 1.6;
    }

    /* Section Styling */
    .sectionA {
        background-color: #fff;
        margin-bottom: 40px;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        animation: fadeIn 1s forwards;
        width: 100%;  /* Ensures each section is full width */
        transition: all 0.3s ease;  /* For smoother hover effect */
    }

    /* Heading Styling */
    .section-titleA {
        font-size: 1.8rem;
        margin-bottom: 15px;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #007BFF; /* Default background color */
        color: #fff;
        transition: background-color 0.3s ease, transform 0.3s ease;
        text-align: center;
    }

    /* Hover Effect for Heading */
    .section-titleA:hover {
        background-color: #1a61b6; /* Darker shade on hover */
        transform: translateY(-5px); /* Subtle upward movement on hover */
    }

    /* Hover Effect for Section */
    .sectionA:hover {
        transform: scale(1.05); /* Slight zoom-in effect */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
        background-color: #f7f9fc; /* Light background change */
    }

    /* Animations */
    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .containerA {
            width: 95%;
        }

        .sectionA {
            padding: 20px;
        }

        .section-titleA {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .containerA {
            width: 100%;
            padding: 15px;
        }

        .sectionA {
            padding: 15px;
        }

        .section-titleA {
            font-size: 1.2rem;
        }
    }



    /* SelectionSechedule all Css here  */
    .containerC {
        width: 80%;
        margin: 0 auto;
        padding: 20px;
        background-color: white;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .titleC {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .vacancy-tableC {
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
    }

    .vacancy-tableC th,
    .vacancy-tableC td {
        padding: 12px;
        text-align: center;
        border: 1px solid #ddd;
    }

    .vacancy-tableC th {
        background-color: #007efb;
        font-weight: bold;
    }

    .vacancy-tableC td a {
        color: #007bff;
        text-decoration: none;
    }

    .vacancy-tableC td a:hover {
        text-decoration: underline;
    }

    .statusC {
        font-weight: bold;
    }

    .statusC.ongoing {
        color: #28a745;
    }

    .statusC.close {
        color: #dc3545;
    }

    /* For responsive design */
    @media (max-width: 768px) {
        .vacancy-tableC th,
        .vacancy-tableC td {
            padding: 8px;
            font-size: 14px;
        }

        .vacancy-tableC {
            width: 100%;
            font-size: 14px;
        }
    }

    /* Annualreports All Css here */

     /* General Reset *
        /* Main Container */
        .annual-container {
          max-width: 1400px;
            /* Increase the max-width to 1400px */
         margin: 3px auto;
         padding: 22px;
        }

        /* Header */
        .annual-header {
            background-color: #0056b3;
            color: white;
            padding: 40px 20px;
            text-align: center;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            margin-bottom: 40px;
        }

        .annual-header h1 {
            font-size: 3rem;
            margin-bottom: 10px;
            animation: slideInFromLeft 1s ease-out;
            text-align: center;
        }

        .annual-header p {
            font-size: 1.2rem;
        }

        /* Section Styling */
        .annual-section {
            padding: 40px 20px;
            margin: 20px 0;
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }

        h2 {
            text-align: center;
            margin-top: 50px;
            margin-bottom: 50px;
            padding: 10px 20px;
            /* Add some padding around the text */
            border: 2px solid #0056b3;
            /* Initial border color */
            border-radius: 8px;
            /* Rounded corners */
            color: #0056b3;
            /* Text color */
            font-size: 2rem;
            transition: all 0.3s ease;
            /* Smooth transition for hover effects */
        }

        

        /* Optional: Add box-shadow on hover for more emphasis */
        h2:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            /* Adds a subtle shadow */
        }

        .annual-section:hover {
            transform: translateY(-10px);
        }

        .annual-section h2 {
            color: #0056b3;
            font-size: 2rem;
            margin-bottom: 20px;
            margin-top: 20px;
            /* Add margin to top */
            border-bottom: 2px solid #0056b3;
            /* Add a border to the bottom */
            padding-bottom: 10px;
            /* Add some space between text and border */
        }

        /* Introduction */
        .annual-intro p {
            font-size: 1.2rem;
        }

        /* Key Metrics */
        .annual-key-metrics .annual-metrics-container {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-top: 20px;
        }

        .annual-key-metrics .annual-metric {
            background-color: #e0e0e0;
            padding: 30px;
            border-radius: 12px;
            width: 30%;
            text-align: center;
            transition: transform 0.3s ease, background-color 0.3s ease;
            margin-bottom: 28px;
        }

        .annual-key-metrics .annual-metric h3 {
            font-size: 1.5rem;
            color: #333;
        }

        .annual-key-metrics .annual-metric p {
            font-size: 2rem;
            font-weight: bold;
            color: #0056b3;
        }

        .annual-key-metrics .annual-metric:hover {

            color: white;
            transform: scale(1.05);
            cursor: pointer;
        }

        /* Financial Overview */
        .annual-table {
            width: 100%;
            margin-top: 20px;
            border-collapse: collapse;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }

        .annual-table th,
        .annual-table td {
            padding: 12px;
            text-align: center;
            border: 1px solid #ddd;
        }

        .annual-table th {
            background-color: #f4f4f4;
            color: #0056b3;
            font-weight: bold;
        }

        .annual-table tbody tr {
            transition: background-color 0.3s ease;
        }

        .annual-table tbody tr:hover {
            background-color: #f1f1f1;
        }

        /* Achievements */
        .annual-achievements ul {
            list-style: none;
            padding-left: 20px;
        }

        .annual-achievements li {
            margin-bottom: 10px;
            font-size: 1.2rem;
            line-height: 1.6;
        }

        /* Conclusion */
        .annual-conclusion p {
            font-size: 1.2rem;
        }

        /* Footer */
        .annual-footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 20px;
            position: relative;
            bottom: 0;
            width: 100%;
        }

        /* Keyframe Animations */
        @keyframes slideInFromLeft {
            from {
                transform: translateX(-30px);
                opacity: 0;
            }

            to {
                transform: translateX(0);
                opacity: 1;
            }
        }


        /* Board of Directors */

      /* Global Styles */
.dr-body {
  background-color: #68829d; /* Light background color for the body */
  color: #333;

}

.dr-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
}

/* Header Styling */
.dr-h1 {
  text-align: center;
  font-size: 2.5rem;
  padding: 20px;
  color: white;
  background: linear-gradient(90deg, #4e73df, #1cc88a); /* Subtle gradient background */
  border-radius: 10px;
  margin-bottom: 50px;
}

.dr-board-of-directors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  text-align: center;
}

.dr-director-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 250px;
  height: auto; /* Remove fixed height to adjust based on content */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures that the content is well spaced */
  opacity: 0;
  animation: fadeIn 1s forwards;
  overflow: hidden; /* Ensures content doesn't spill out */
}

.dr-director-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.dr-director-photo {
  width: 100%;
  height: 180px; /* Fixed height for consistency */
  object-fit: cover;

  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.dr-director-card:hover .dr-director-photo {
  transform: scale(1.05);
}

.dr-director-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0;
  color: #2a3d66;
  white-space: nowrap; /* Prevents name from breaking into multiple lines */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds "..." if the name is too long */
}

.dr-director-designation {
  font-size: 1.2rem;
  color: #777;
  margin-bottom: 15px;
}

.dr-director-summary {
  font-size: 1rem;
  color: #555;
  line-height: 1.5; /* Improves readability */
  text-align: justify;
  flex-grow: 1; /* Makes sure the summary expands and adjusts the height dynamically */
  overflow: hidden; /* Ensures no text spills out of the card */
  text-overflow: ellipsis; /* Adds "..." if the text overflows */
  max-height: 100px; /* Optional: ensures the summary stays within a defined space */
  margin-bottom: 20px; /* Adds margin at the bottom of the summary */
}

/* Animation for page loading */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Animation delay for each card */
.dr-director-card:nth-child(1) {
  animation-delay: 0.2s;
}

.dr-director-card:nth-child(2) {
  animation-delay: 0.4s;
}

.dr-director-card:nth-child(3) {
  animation-delay: 0.6s;
}



/* Concepts all CSS here */
 .containerA {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

   

    .Aboutus{
        text-align: center;
        color: #333;
    }

    .Aboutp {
        color: #555;
        line-height: 1.6;
    }

    /* Section Styling */
    .sectionA {
        background-color: #fff;
        margin-bottom: 40px;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        animation: fadeIn 1s forwards;
        width: 100%;  /* Ensures each section is full width */
        transition: all 0.3s ease;  /* For smoother hover effect */
    }

    /* Heading Styling */
    .section-titleA {
        font-size: 1.8rem;
        margin-bottom: 15px;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #007BFF; /* Default background color */
        color: #fff;
        transition: background-color 0.3s ease, transform 0.3s ease;
        text-align: center;
    }

    /* Hover Effect for Heading */
    .section-titleA:hover {
        background-color: #1a61b6; /* Darker shade on hover */
        transform: translateY(-5px); /* Subtle upward movement on hover */
    }

    /* Hover Effect for Section */
    .sectionA:hover {
        transform: scale(1.05); /* Slight zoom-in effect */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
        background-color: #f7f9fc; /* Light background change */
    }

    /* Animations */
    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .containerA {
            width: 95%;
        }

        .sectionA {
            padding: 20px;
        }

        .section-titleA {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .containerA {
            width: 100%;
            padding: 15px;
        }

        .sectionA {
            padding: 15px;
        }

        .section-titleA {
            font-size: 1.2rem;
        }
    }

    /* detailsprojects Html page all Css here  */
     /* Main Heading Styling */
        .main-headingD {
            text-align: center;
            background-color: #e0f7fa; /* Soft background color */
            padding: 40px;
            font-size: 2.5rem;
            color: #00796b; /* Text color */
            border-radius: 10px;
            margin-bottom: 40px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        /* Container to Center the Content */
        .containerD {
            width: 80%;
            max-width: 1200px; /* Ensure container doesn't get too wide */
            margin: 0 auto;
            padding: 20px;
        }

        /* Full Width Sections */
        .section-containerD {
            width: 100%; /* Ensures full width */
            margin: 0 auto;
        }

        /* Individual Section Styling */
        .sectionD {
            width: 100%; /* Ensures full width */
            background-color: #ffffff;
            padding: 40px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px; /* Adds space between sections */
        }

        .sectionD h3 {
            font-size: 1.8rem;
            color: #1a61b6;
            margin-bottom: 10px;
            padding: 10px;
            background-color: #f1f8e9; /* Soft background for heading */
            border-radius: 5px;
            text-align: center;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .sectionD p {
            font-size: 1rem;
            color: #555;
        }

        /* Hover Effect for Section */
        .sectionD:hover {
            transform: translateY(-10px); /* Slight lift effect */
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* Enhanced shadow */
        }

        /* Hover Effect for Heading */
        .sectionD:hover h3 {
            background-color: #1a61b6; /* Change background color on hover */
            color: white; /* Change text color */
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .sectionD {
                padding: 30px 20px; /* Adjust padding for smaller screens */
            }
        }


        /* Independent page html all Css here */
        .containerA {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

   

    .Aboutus{
        text-align: center;
        color: #333;
    }

    .Aboutp {
        color: #555;
        line-height: 1.6;
    }

    /* Section Styling */
    .sectionA {
        background-color: #fff;
        margin-bottom: 40px;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        animation: fadeIn 1s forwards;
        width: 100%;  /* Ensures each section is full width */
        transition: all 0.3s ease;  /* For smoother hover effect */
    }

    /* Heading Styling */
    .section-titleA {
        font-size: 1.8rem;
        margin-bottom: 15px;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #007BFF; /* Default background color */
        color: #fff;
        transition: background-color 0.3s ease, transform 0.3s ease;
        text-align: center;
    }

    /* Hover Effect for Heading */
    .section-titleA:hover {
        background-color: #1a61b6; /* Darker shade on hover */
        transform: translateY(-5px); /* Subtle upward movement on hover */
    }

    /* Hover Effect for Section */
    .sectionA:hover {
        transform: scale(1.05); /* Slight zoom-in effect */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
        background-color: #f7f9fc; /* Light background change */
    }

    /* Animations */
    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .containerA {
            width: 95%;
        }

        .sectionA {
            padding: 20px;
        }

        .section-titleA {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .containerA {
            width: 100%;
            padding: 15px;
        }

        .sectionA {
            padding: 15px;
        }

        .section-titleA {
            font-size: 1.2rem;
        }
    }


    /* manahement page all css here  */
     /* Container for Boxes */
    .box-containerM {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px;
        gap: 30px;
    }

    /* Individual Box Styling */
    .boxM {
        flex: 1;
        min-width: 22%; /* Minimum width for each box to ensure 4 fit in one row */
        max-width: 24%; /* Maximum width to prevent them from growing too large */
        height: 300px; /* Fixed height */
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box; /* Ensures padding doesn't affect the box size */
    }

    /* Box Content Styling */
    .boxM h3 {
        margin: 10px 0;
        font-size: 1.5rem; /* Increased font size */
        color: #333;
        padding: 10px; /* Add padding to header */
        background-color: #f4f4f4; /* Default background color for header */
        border-radius: 5px;
        transition: background-color 0.3s ease; /* Smooth transition */
    }

    .boxM p {
        font-size: 1rem;
        color: #666;
    }

    /* Hover Effects */
    .boxM:hover {
        transform: translateY(-10px); /* Slight lift effect */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Enhanced shadow */
    }

    .boxM:hover h3 {
        background-color: #007BFF; /* Background color change on hover */
        color: white; /* Text color change on hover */
    }

    /* Responsive Styling */
    @media (max-width: 768px) {
        .box-containerM {
            gap: 20px; /* Adjust gap for smaller screens */
        }
        .boxM {
            min-width: 45%; /* For tablets, each box takes up nearly half the width */
            height: 250px; /* Adjust height for tablets */
        }
    }

    @media (max-width: 480px) {
        .box-containerM {
            gap: 10px; /* Adjust gap for mobile screens */
        }
        .boxM {
            min-width: 100%; /* For mobile devices, each box takes up full width */
            height: 200px; /* Adjust height for mobile */
        }
    }



    /* Results page CSS here */
     .containerC {
            width: 80%;
            margin: 0 auto;
            padding: 20px;
            background-color: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        .titleC {
            text-align: center;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .vacancy-tableC {
            width: 100%;
            border-collapse: collapse;
            margin: 0 auto;
        }

        .vacancy-tableC th,
        .vacancy-tableC td {
            padding: 12px;
            text-align: center;
            border: 1px solid #ddd;
        }

        .vacancy-tableC th {
            background-color: #007efb;
            font-weight: bold;
        }

        .vacancy-tableC td a {
            color: #007bff;
            text-decoration: none;
        }

        .vacancy-tableC td a:hover {
            text-decoration: underline;
        }

        .statusC {
            font-weight: bold;
        }

        .statusC.ongoing {
            color: #28a745;
        }

        .statusC.close {
            color: #dc3545;
        }

        /* For responsive design */
        @media (max-width: 768px) {
            .vacancy-tableC th,
            .vacancy-tableC td {
                padding: 8px;
                font-size: 14px;
            }

            .vacancy-tableC {
                width: 100%;
                font-size: 14px;
            }
        }



        /* careerportal Css here all  */
        /* Container */
        .containerC {
            width: 90%;
            max-width: 2000px;
            margin: 0 auto;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        /* Title */
        .titleC {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 20px;
        }

        /* Table Styling */
        .vacancy-tableC {
            width: 100%;
            border-collapse: collapse;
            transition: all 0.3s ease;
        }

        .vacancy-tableC th,
        .vacancy-tableC td {
            padding: 10px;
            text-align: center;
            border: 1px solid #ddd;
        }

        /* Header Styling */
        .vacancy-tableC th {
            background-color: #007BFF;
            color: white;
            font-weight: bold;
            text-transform: uppercase;
        }

        /* Row Styling */
        .vacancy-tableC tbody tr {
            background-color: #f9f9f9;
            transition: background-color 0.3s ease;
        }

        .vacancy-tableC tbody tr:hover {
            background-color: #f1f1f1;
        }

        /* Status Color Coding */
        .statusC {
            padding: 5px 10px;
            border-radius: 5px;
            font-weight: bold;
        }

        .statusC.ongoing {
            background-color: #f1c40f;
            color: #fff;
        }


        .statusC.close {
            background-color: #e74c3c;
            color: #fff;
        }

        /* Animations */
        @keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        .vacancy-tableC {
            animation: fadeIn 1s ease-in;
        }

        /* Responsiveness */
        @media (max-width: 768px) {
            .vacancy-tableC th,
            .vacancy-tableC td {
                padding: 8px;
            }

            .vacancy-tableC {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .containerC {
                width: 95%;
            }

            .vacancy-tableC th,
            .vacancy-tableC td {
                font-size: 12px;
            }
        }


        /*  */
        /* Global Styling */
   

    .containerA {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

   

    .Aboutus{
        text-align: center;
        color: #333;
    }

    .Aboutp {
        color: #555;
        line-height: 1.6;
    }

    /* Section Styling */
    .sectionA {
        background-color: #fff;
        margin-bottom: 40px;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        animation: fadeIn 1s forwards;
        width: 100%;  /* Ensures each section is full width */
        transition: all 0.3s ease;  /* For smoother hover effect */
    }

    /* Heading Styling */
    .section-titleA {
        font-size: 1.8rem;
        margin-bottom: 15px;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #007BFF; /* Default background color */
        color: #fff;
        transition: background-color 0.3s ease, transform 0.3s ease;
        text-align: center;
    }

    /* Hover Effect for Heading */
    .section-titleA:hover {
        background-color: #1a61b6; /* Darker shade on hover */
        transform: translateY(-5px); /* Subtle upward movement on hover */
    }

    /* Hover Effect for Section */
    .sectionA:hover {
        transform: scale(1.05); /* Slight zoom-in effect */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
        background-color: #f7f9fc; /* Light background change */
    }

    /* Animations */
    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .containerA {
            width: 95%;
        }

        .sectionA {
            padding: 20px;
        }

        .section-titleA {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .containerA {
            width: 100%;
            padding: 15px;
        }

        .sectionA {
            padding: 15px;
        }

        .section-titleA {
            font-size: 1.2rem;
        }
    }


  
        /* General Styling */
      

        /* Table Container */
        .table-containerCon {
            width: 80%;
            margin: 50px auto;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        /* Table Styling */
        .tableCon {
            width: 100%;
            border-collapse: collapse;
        }

        th, .tdCOn {
            padding: 12px;
            text-align: center;
            border: 1px solid #ddd;
            cursor: pointer;
        }

        .thCon {
            background-color: #007BFF;
            color: white;
            font-weight: bold;
            text-transform: uppercase;
           
        }

        .trCon:nth-child(even) {
            background-color: #f9f9f9;
        }

        .trCon:hover {
            background-color: #f1f1f1;
        }

        /* Accordion Styling */
        .accordionCon {
            background-color: #007BFF;
            color: white;
            font-weight: bold;
            padding: 12px;
            text-align: center;
            border: none;
            width: 100%;
            display: block;
            border-radius: 8px;
        }

      

        /* Responsive Styling */
        @media (max-width: 768px) {
            table {
                font-size: 14px;
            }
            th, td {
                padding: 8px;
            }
        }

        /* Heading Styling */
        .headCon {
            text-align: center;
            margin-top: 20px;
            font-size: 2rem;
        }


        /* Operation page css all here */
         /* Global Styling */
   

    .containerA {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

   

    .Aboutus{
        text-align: center;
        color: #333;
    }

    .Aboutp {
        color: #555;
        line-height: 1.6;
    }

    /* Section Styling */
    .sectionA {
        background-color: #fff;
        margin-bottom: 40px;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        animation: fadeIn 1s forwards;
        width: 100%;  /* Ensures each section is full width */
        transition: all 0.3s ease;  /* For smoother hover effect */
    }

    /* Heading Styling */
    .section-titleA {
        font-size: 1.8rem;
        margin-bottom: 15px;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #007BFF; /* Default background color */
        color: #fff;
        transition: background-color 0.3s ease, transform 0.3s ease;
        text-align: center;
    }

    /* Hover Effect for Heading */
    .section-titleA:hover {
        background-color: #1a61b6; /* Darker shade on hover */
        transform: translateY(-5px); /* Subtle upward movement on hover */
    }

    /* Hover Effect for Section */
    .sectionA:hover {
        transform: scale(1.05); /* Slight zoom-in effect */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
        background-color: #f7f9fc; /* Light background change */
    }

    /* Animations */
    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive Design */
    
    
    