:root {
  --primary-color: #2e619a;
  --secondary-color: #fdca78;
}

/* home page css start*/
.container-content {
  text-align: justify !important;
}

.top_bar {
  color: #0000001a !important;
  background: #0000001a !important;
}

.logo-overlay {
  width: 500px !important;
  position: absolute;
  top: 50% !important;
  left: 25% !important;
}

@media (max-width: 768px) {
  .logo-overlay {
    height: 70px !important;
    width: 200px !important;
    top: 15% !important;
    left: 10%;
  }
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.72);
  z-index: 20;
}

.bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* background: rgba(1, 43, 92, 0.72); */
  background: rgba(46, 97, 154, 0.72);
  z-index: 10;
  border-bottom: 1px solid rgb(250, 180, 72) !important;
  padding: 8px 0;
}

@media only screen and (max-width: 1023px) {
  .bottom-overlay {
    padding: 1px 0;
  }
}

.marquee-content {
  display: flex;
  animation: marquee 10s linear infinite;
  white-space: nowrap;
}

.marquee-paused {
  animation-play-state: paused !important;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Reduce font sizes on smaller screens */
@media (max-width: 768px) {
  .whatsNewTitle {
    font-size: 1rem !important;
  }

  #playPauseBtn {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  .marquee-content {
    font-size: 0.9rem !important;
  }
}

.header.header_default.style_one {
  background-color: rgb(2, 43, 92) !important;
}

.header-custom {
  padding: 0px 0px 0px !important;
}

.header-label {
  background-color: #fff !important;
}

.header .header_content_collapse .navigation_menu,
.default_sickty_heaad .header_content_collapse .navigation_menu {
  float: left !important;
}

.marquee-container {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: inline-block;
  animation: marquee 10s linear infinite;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.rounded_image {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50px;
  object-fit: cover;
}

.hamburger_menu .line {
  display: block;
  width: 30px;
  /* Adjust width */
  height: 3px;
  /* Thickness of lines */
  background-color: white;
  /* White color */
  border-radius: 2px;
  /* Rounded edges */
}

.header .hamburger_menu .line,
.default_sickty_heaad .hamburger_menu .line {
  background-color: #fff !important;
}

@media (max-width: 768px) {
  /* Adjust breakpoint as needed */
  .navbar_nav .nav-link span {
    color: inherit !important;
    /* Resets the text color */
  }
}

.logo-overlay {
  top: 50%;
  left: 25%;
  transform: translate(-30%, -50%);
  width: 80px;
  /* Adjust as needed */
  height: auto;
}

@media (max-width: 768px) {
  /* Desktop screens */
  .logo-overlay {
    top: 25%;
    left: 25%;
    transform: translate(0, 0);
    width: 100px;
    /* Adjust size for desktop */
  }
}

.moreInfo {
  width: 100%;
  padding: 10px 0 10px;
  background: linear-gradient(
    0deg,
    rgba(46, 97, 154, 0.88) 0%,
    rgba(46, 97, 154, 0.88) 100%
  );
  /* background: linear-gradient(rgba(2, 43, 92, 0.8), rgba(2, 43, 92, 0.8)),
        url('/assets/images/moreInfoBgImage.webp?v=1.0') no-repeat center center/cover; */
  background-attachment: fixed;
  position: relative;
  text-align: center;
}

/* Scrollable content */
.content {
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

/* Adjust carousel size */

.slider-icons {
  height: 120px !important;
  width: 100px !important;
  align-self: start;
}

.slider-icons {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.content-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 43, 92, 0.8);
  z-index: 1;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.title-yellow {
  color: #faad35;
  font-size: 24px;
  font-weight: bold;
}

.content_header {
  background-color: #faad35;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: white;
}

.content_header {
  background-color: #faad35;
  padding: 10px;
  color: white;
  text-align: center;
  font-weight: bold;
}

.content_footer {
  background-color: #f8f9fa;
  padding: 20px;
  text-align: center;
}

.content_footer a:hover {
  color: #faad35 !important;
}

/* home page css end*/
/*----====page-header--css========----*/
.page_header_default {
  min-height: 460px !important;
}

@media (max-width: 1400px) {
  .page_header_default {
    .simpleParallax {
      position: absolute;
      top: 0;
      height: 100%;
      bottom: 0;
      right: 0;
      width: 100%;
      left: 0;
    }
  }
}

@media (max-width: 526px) {
  .page_header_default {
    min-height: 0px !important;
  }
}

@media (max-width: 1200px) {
  .page_header_default::after {
    display: none;
  }
}

.home-slider-images {
  height: 500px !important;
}

.custom_page_header_default::before {
  background: #00000000 !important;
}

.heading-title {
  background: #04418b !important;
}

/* Default font size for web view */
.footer-content {
  font-size: 14px !important;
}

/* Mobile view (max-width: 768px) */
@media (max-width: 768px) {
  .footer-content {
    font-size: 10px !important;
  }
}

@media (max-width: 768px) {
  .custom-date {
    font-size: 10px !important;
  }
}

.custom-date {
  font-size: 14px !important;
}

.auto-scroll {
  overflow: hidden;
  position: relative;
  height: 280px;
  /* Adjust height as needed */
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.auto-scroll .scroll-content {
  animation: scroll 10s linear infinite;
}

.auto-scroll:hover .scroll-content {
  animation-play-state: paused;
}

.custom-content-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: -8px 13px 6px 2px rgba(0, 0, 0, 0.1);
  width: 350px !important;
}

.custom-grid-box-right {
  box-shadow: -8px 13px 6px 2px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev::before {
  top: 45px !important;
  left: 70px !important;
}

.swiper-button-next::before {
  top: 45px !important;
  right: 70px !important;
}

.swiper-img {
  height: 70px !important;
  width: 70px !important;
}

.marquee-container {
  justify-content: center !important;
  /* Centers horizontally */
  align-items: center !important;
  /* Centers vertically */
  overflow: hidden;
  background-color: transparent;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 30px;
  animation: marquee 30s linear infinite;
  margin-bottom: 0px;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.marquee-content a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

.dropdown-menu {
  background-color: #04418b !important;
  border-radius: 0 !important;
}

.dropdown-item {
  color: white !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.dropdown-item:hover {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.dropdown-item:last-child {
  border-bottom: none !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu {
  padding: 0px 0px !important;
}

.blue-box {
  background-color: #053876 !important;
  height: 62px !important;
  width: 60px !important;
}

/* Mobile view menu css start*/
.crt_mobile_menu-visible .crt_mobile_menu .menu-box {
  transform: translate(0px, 216px) !important;
}

.crt_mobile_menu .menu-box {
  height: auto !important;
}

.crt_mobile_menu .menu-backdrop {
  background: transparent !important;
}

.menu-box {
  background-color: var(--primary-color) !important;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li a.nav-link {
  color: #ffffff !important;
}

/* Mobile view menu css end*/
/* Custom class for hover effects */
.custom-hover-effect {
  transition: transform 0.3s ease-in-out !important;
  text-align: center !important;
}

.custom-hover-effect:hover {
  transform: translateY(-10px) !important;
}

/* Custom class for text color change */
.custom-text-effect {
  transition: color 0.3s ease-in-out !important;
}

.custom-hover-effect:hover .custom-text-effect {
  color: #faad35 !important;
}

/* Image fast scrolling effect */
@keyframes fast-bounce {
  0% {
    transform: translateY(0) !important;
  }

  50% {
    transform: translateY(-5px) !important;
  }

  100% {
    transform: translateY(0) !important;
  }
}

.custom-hover-effect:hover .custom-img-effect {
  animation: fast-bounce 0.2s infinite alternate !important;
}

.custom_news_box {
  border-radius: 0px !important;
  box-shadow: none !important;
  display: flow-root !important;
}

@media (max-width: 768px) {
  /* Adjust breakpoint if needed */
  .important-linksBg {
    height: 495px !important;
  }
}

.text-dark-yellow {
  color: #faad35 !important;
}

.text-dark {
  color: #000 !important;
}

.megamenu-wraper {
  border-top: 0px solid rgb(214, 212, 212) !important;
  background: #faad35;
}

.common-wrapper {
  border-bottom: 0px solid #eeeeee;
  background: #012b5c;
  z-index: 10;
  color: white;
}

.common-left ul li {
  height: 25px !important;
  line-height: 85% !important;
  font-size: 12px !important;
}

.four_content .common-left ul li {
  padding-top: 7px !important;
}

.transparent-input {
  background-color: transparent !important;
  border: 1px solid rgba(5, 5, 5, 0.3) !important;
  /* optional light border */
  color: #000000;
  /* change text color to white or as needed */
  box-shadow: none;
  /* removes Bootstrap's default shadow */
}

.transparent-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  /* lighter placeholder */
}

.custom-label-contact {
  top: 16px;
  z-index: 100001;
  left: 18px;
}

.custom-btn {
  padding: 10px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
}

.custom-btn:hover {
  padding: 10px;
  background: white;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.text-yellow {
  color: #faad35;
}

.text-white {
  color: white;
}

.text-blue {
  color: #022b5c;
}

.banner-wrapper .flex-control-nav {
  background: transparent !important;
}

/* .custom-top-header-wrapper {
    background: linear-gradient(90deg, #FFF -16.72%, #002855 41.48%) !important;
} */
.custom-top-header-wrapper {
  background: linear-gradient(
    90deg,
    #fff -16.72%,
    var(--primary-color) 41.48%
  ) !important;
}

.custom-megamenu-wrapper {
  background: linear-gradient(90deg, var(--primary-color) 41.8%, #fff 100%);
}

/* .custom-header-container {
    background: linear-gradient(90deg, #FBAD36 0%, #FFF 100%);
    backdrop-filter: blur(35.45000076293945px);
} */
.custom-header-container {
  background: linear-gradient(90deg, var(--secondary-color) 0%, #fff 100%);
  backdrop-filter: blur(35.45000076293945px);
}

.cmf_lan select {
  width: 86px !important;
  height: 28px !important;
  bottom: 7px !important;
  color: white !important;
}

.common-right ul li {
  border: 0px solid red !important;
  padding-left: 5px;
}

/* .common-right ul > li > a{
    padding: 10px !important;
}
.common-right ul li.ico-skip a{
    padding-top: 0px !important;
}
.common-right ul li{
    height: 20px !important;
}
.header-nav{
    position: relative !important;
    top: 10px !important;
}
.common-right ul>li>.de-lag {
    padding: 0px !important;
    padding-left: 10px !important; 
    top: -5px !important;
} */
.breadcam-bg {
  border: 0px solid black !important;
  background-color: #fff !important;
}

.custom-container {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 1140px !important;
}

.custom-header-border {
  border: 1px solid #ffffff !important;
  /* border-color: #4a2e2e !important; */
}

.common-right ul li.ico-skip a {
  padding-top: 0px !important;
}

.region .region-header-top {
  height: 40px !important;
}

.common-left ul li span {
  font-size: 100% !important;
}

.common-right ul li {
  top: 5px !important;
}

.common-right ul > li > a {
  padding: 0% !important;
  padding-left: 6px !important;
  width: 36px !important;
}

.custom-search-icon {
  background: #fff;
}

.custom-glob {
  height: 30px !important;
}

.custom-header-logo {
  width: 70px !important;
}

.custom-footer-logo {
  width: 80px !important;
}

.common-right ul li.hover a {
  background: none !important;
}

.find .bttn-search,
.find .bttn-search:hover {
  min-width: 50px !important;
  min-height: 36px !important;
}

.logo {
  padding-top: 10px !important;
}

.faq_section.type_two .faq_header.active span {
  background: var(--primary-color);
}

.faq_section.type_two .faq_header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding: 35px 90px 40px 20px;
  background: #fff;
  border: 0px solid var(--primary-color);
  color: var(--primary-color);
}

.faq_section.type_two .faq_header.active {
  border: 0px solid var(--primary-color);
  color: var(--primary-color);
}

.faq_section.type_two .faq_header span {
  color: var(--primary-color);
  background: #e9e9ff;
}

.faq_section.type_two .accordion-content {
  border: 0px solid var(--primary-color);
  background: #2e619a;
  padding: 40px 20px 35px 20px;
  color: white;
}

.badge-preview {
  background-color: #fff5e7;
  color: var(--secondary-color);
  border-radius: 50px;
  padding: 16px 28px 17px 28px;
  font-weight: 500;
}

.text-blue {
  color: #002855;
}

.btn-custom-faq {
  color: white;
  bottom: 10px;
  height: 56px;
  background: var(--primary-color);
}

.btn-custom-search-cross {
  border: 1px solid #e7e3e3;
  background: 00000029;
  bottom: 10px;
  height: 56px;
  color: black;
}

.btn-custom-tender {
  color: white;
  bottom: 10px;
  height: 55px;
  background: var(--primary-color);
}

.custom-img-style {
  width: 470px;
  height: 450px;
  object-fit: cover;
  border-bottom-left-radius: 45%;
  border-bottom-right-radius: 45%;
  border-top-left-radius: 45%;
  border-top-right-radius: 0;
  border: 4px solid var(--secondary-color);
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .custom-img-style {
    width: 470px;
    height: 400px;
    object-fit: fill !important;
  }
}

.dotted-bg-container {
  position: relative;
  display: inline-block;
}

.dotted-bg-container::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 250px;
  background-image: radial-gradient(lightgray 3px, transparent 3px);
  background-size: 20px 20px;
  z-index: 1;
}

.custom-font {
  font-size: 250%;
}

.custom-gallery-card {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.custom-gallery-card:hover {
  transform: translateY(-5px);
}

.custom-gallery-card img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  /* Ensures any image fills the box */
  display: block;
}

.custom-gallery-card .card-body {
  background-color: #fff;
  text-align: center;
}

.custom-gallery-card .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .pagination li a,
.pagination li span,
.woocommerce-pagination li a,
.woocommerce-pagination li span {
    display: table-cell !important;
}

.pagination li:hover a {
    background: #002855 !important;
}

.pagination li {
    margin-right: 5px;
}

.pagination li:last-child {
    margin-right: 0;
} */

/* 1. Base rule: make each <a> or <span> inside .pagination a flexbox square */
/* 1. Make each <a> or <span> inside .pagination a square box */
.pagination li a,
.pagination li span,
.woocommerce-pagination li a,
.woocommerce-pagination li span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 8px !important;
  /* ✅ curved corners */
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid #e0e0e0;
}

/* Add gap between pagination items */
.pagination li,
.woocommerce-pagination li {
  margin-right: 8px;
}

.pagination li:last-child,
.woocommerce-pagination li:last-child {
  margin-right: 0;
}

/* Hover and Active States */
.pagination li a:hover,
.pagination li.active a,
.woocommerce-pagination li a:hover,
.woocommerce-pagination li.active a {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  cursor: pointer;
}

/* Disabled State */
.pagination li.disabled a,
.pagination li.disabled span,
.woocommerce-pagination li.disabled a,
.woocommerce-pagination li.disabled span {
  background-color: #f0f0f0 !important;
  color: #a9a9a9 !important;
  cursor: not-allowed;
}

.gallery-details-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.custom-img-gallery {
  width: 1200px;
  height: 600px;
  object-fit: cover;
  border-radius: 192.475px 0px 197.211px 194.701px;
  display: block;
  z-index: 2;
  position: relative;
}

.custom-gallery-card {
  transition: transform 0.3s ease-in-out;
}

.gallery-img-wrapper {
  position: relative;
}

.img-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* overlay shadow */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.custom-gallery-card:hover .img-overlay {
  opacity: 1;
}

.scroll-content.scrolling {
  animation: scroll-vertical 30s linear infinite;
}

.scroll-wrapper {
  height: 850px;
  overflow: hidden;
  position: relative;
}

.scroll-content {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
}

.scroll-content {
  position: relative;
  top: 0;
  transition: top 0.1s linear;
}

.custom-card-news {
  box-shadow: 20px 20px 20px -10px rgba(0, 0, 0, 0.15);
}

.custom-card-news-2 {
  box-shadow: 11px -10px 20px 2px rgba(0, 0, 0, 0.15);
}

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--secondary-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.events-card,
.news-card {
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.events-card {
  background-color: rgba(251, 173, 54, 0.61);
  color: #000;
}

.news-card {
  background-color: #2e629a;
  color: #fff;
}

.date-range {
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.divider {
  width: 30px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 4px;
}

.news-divider {
  background-color: #fff;
}

.news-scroll-wrapper {
  height: 700px;
  overflow: hidden;
  position: relative;
}

.news-scroll-content {
  position: absolute;
  top: 0;
  left: 0;
}

.client_logo_carousel .item {
  padding: 10px;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Odd boxes: white bg + thick gold border */
.client_logo_carousel .item.odd {
  background-color: rgba(46, 98, 154, 0.16);
  border: 2px solid #a26400;
}

/* Even boxes: light gold bg + thinner gold border */
.client_logo_carousel .item.even {
  background-color: #fee5bf;
  border: 0.714px solid #a26400;
}

.border-dark-yellow {
  border-top: 2px solid #b8860b;
}

.owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-nav button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 50%;
  pointer-events: all;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  font-size: 20px;
}

.custom-shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Event page css start */
.circle-number {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: white;
  background-color: #2e619a;
  /* dark blue */
}

.circle-number-odd {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: white;
  background-color: var(--secondary-color);
  /* dark blue */
}

@media (max-width: 768px) {
  .circle-number {
    width: 100px;
    height: 100px;
  }

  .circle-number-odd {
    width: 100px;
    height: 100px;
  }
}

/* Event page css start */

.no-data-container {
  max-width: 400px;
  margin: 3rem auto;
  padding: 2rem;
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: 8px;
  background-color: #fafafa;
}

.no-data-icon {
  font-size: 3rem;
  color: #bbb;
  margin-bottom: 1rem;
}

.no-data-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #555;
}

.no-data-text {
  color: #777;
  font-size: 1rem;
}

.testimonial_sec.style_three .testimonial_box img {
  width: 200px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0%;
}

.tender-card {
  max-height: 250px;
}

.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul {
  display: flex !important;
  margin-bottom: 40px !important;
}

.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li button.active {
  color: #002b5b !important;
  background: var(--secondary-color) !important;
}

.custom-table {
  border-spacing: 0;
  overflow: hidden;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  border-bottom: 1px solid gray !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
  border-bottom: 1px solid gray !important;
}

.table-head-custom tr:nth-of-type(odd) {
  border-radius: 8px 8px 0px 0px !important;
  border: 2px solid var(--secondary-color) !important;
  background: linear-gradient(
    90deg,
    rgba(251, 173, 54, 0.37) 0%,
    #fff 100%
  ) !important;
}

.custom-table th {
  background-color: linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    #fff 100%
  ) !important;
  border-top: 10px !important;
}

.table > :not(:first-child) {
  border: 2px solid lightgray !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: 0px solid black !important;
  padding: 16px !important;
}

.custom-body tr:nth-child(odd) td {
  background-color: #fcfcfc !important;
}

.custom-body tr:nth-child(even) td {
  background-color: #ffffff !important;
}

/* Recruitment rule css start*/
.custom-card-recruitment {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(to right, white 20%, #4b6a78 35%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px;
  max-width: 90%;
}

.color-1 {
  background: linear-gradient(to right, white 20%, #4b6a78a3 35%);
  color: #4b6a78a3;
}

.color-2 {
  background: linear-gradient(to right, white 20%, #e83f2ebf 35%);
  color: #e83f2ebf;
}

.color-3 {
  background: linear-gradient(to right, white 20%, #25a4bab5 35%);
  color: #25a4bab5;
}

.color-4 {
  background: linear-gradient(to right, white 20%, #7b4e4dc4 35%);
  color: #7b4e4dc4;
}

.circle-color-1 {
  background-color: #4b6a78a3;
  color: white;
}

.circle-color-2 {
  background-color: #e83f2ebf;
  color: white;
}

.circle-color-3 {
  background-color: #25a4bab5;
  color: white;
}

.circle-color-4 {
  background-color: #7b4e4dc4;
  color: white;
}

.circle-number-recruitment {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  top: 20px;
  left: 40px;
  position: relative;
  z-index: 1;
}

.card-title-text {
  font-size: 1.25rem;
  color: #555;
}

.download-btn {
  position: absolute;
  right: 20px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-curve {
  position: absolute;
  right: 280px;
  top: 0;
  width: 565px;
  height: 125px;
  background-color: white;
  z-index: 1;
  border-bottom-right-radius: 140px;
}

.custom-card-content {
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .custom-card-recruitment {
    flex-direction: column;
    padding: 30px;
    max-width: 80%;
    background: white;
    /* Simplify background for small screens */
  }

  .custom-card-content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .circle-number-recruitment {
    /* position: static; */
    top: 10px;
    left: 25px;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }

  .card-title-text {
    width: 75%;
    font-size: 1rem;
    color: #4b6a78;
  }

  .card-curve {
    display: none;
    /* Hide the curve on mobile for simplicity */
  }

  .download-btn {
    /* position: static; */
    margin-top: 15px;
    width: 40px;
    height: 40px;
  }
}

.truncate-tooltip {
  max-width: 45ch;
  /* Approx. 45 characters */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* Recruitment rule css end*/
.fs-6 {
  font-size: 1.075rem !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}

.fs-10 {
  font-size: 0.5rem !important;
}

.dop_logo {
  padding: 3px;
  width: 110px;
  height: 110px;
  object-fit: cover;
  border: 2px solid rgb(250, 173, 53);
}

@media (max-width: 768px) {
  .dop_logo {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .megamenu-wraper .showhide {
    top: -30px !important;
    right: 5px !important;
  }

  .header-title-dop {
    font-size: 0.75rem !important;
  }
}

.header-title-dop {
  font-size: 0.7em;
}

/* Animation home page start*/

/* Animation home page end*/
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  z-index: 10;
  padding: 10px 15px;
  color: white;
  border-radius: 50%;
}

.carousel-prev {
  left: 0;
  margin-left: -15px;
}

.carousel-next {
  right: 0;
  margin-right: -15px;
}

.carousel-nav:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.carousel-nav i {
  font-size: 1.5rem;
}

.events-scroll-wrapper {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.client_logo {
  width: 100%;
  max-width: 300px;
  height: 100px;
  object-fit: contain;
}

/* .custom-light {
    background: linear-gradient(90deg, #002855 41.8%, #cbced0 100%);
} */
.custom-light {
  background: linear-gradient(
    90deg,
    var(--primary-color) 41.8%,
    #fff 100%
  ) !important;
}

@media (min-width: 992px) {
  .navbar-nav > li.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    margin-top: 0;
  }
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: none !important;
}

@media (max-width: 992px) {
  .navbar {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}

.navbar {
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}

.navbar-light .navbar-nav .nav-link {
  border: none !important;
  color: rgb(255 255 255) !important;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin-right: 2rem;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.nav-item.open > a > .fa-plus {
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.nav-item .fa-plus {
  transition: transform 0.3s;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin-right: 1rem;
  }
}

.dropdown-menu {
  font-size: 0.9rem !important;
  display: none;
}

/* Show dropdown when .show class is applied by Bootstrap JS */
.dropdown.show .dropdown-menu {
  display: block;
}

/* Optional: For hover effect on large screens */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.custom-play-pause {
  height: 35px;
  width: 35px;
}

/* sitemap css start */
.custom-sitemap {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.custom-sitemap .sitemap-header {
  background: linear-gradient(to right, #f9b577, #f7c393);
  border-radius: 10px;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.custom-sitemap .main-menu .btn {
  width: 100%;
  padding: 20px 10px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
}

.custom-sitemap .btn-dark-blue {
  height: 200px;
  background-color: #0d2b56e8;
}

.custom-sitemap .btn-orange {
  height: 200px;
  background-color: #f4a640;
}

.custom-sitemap .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-sitemap .sub-btn {
  background-color: #ffe5b4;
  border: 1px solid #f4a640;
  padding: 10px 15px;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.2s;
  cursor: pointer;
}

.custom-sitemap .sub-btn.blue {
  background-color: #dce9ff;
  border-color: #b3d2ff;
}

.custom-sitemap .sub-btn:hover {
  background-color: #ffc876;
}

/* sitemap css end */
.text-yellow {
  color: #fbad36;
}

.text-sky-blue {
  color: #2e629a;
}

.search-highlight {
  background-color: #ffeb3b;
  color: #000;
  padding: 0 2px;
  border-radius: 3px;
  animation: highlight-pulse 1.5s ease-in-out;
}

/* Active Navigation Menu Styles */
.navbar-nav .nav-link.active {
  /* background-color: #fbad36 !important; */
  color: #fbad36 !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  padding: 8px 12px !important;
  /* box-shadow: 0 2px 4px rgba(250, 173, 53, 0.3) !important; */
  transition: all 0.3s ease !important;
}

.navbar-nav .nav-link.active:hover {
  /* background-color: #fbad36 !important; */
  color: #fbad36 !important;
  transform: translateY(-1px) !important;
  /* box-shadow: 0 4px 8px rgba(250, 173, 53, 0.4) !important; */
}

.dropdown-menu .dropdown-item.active {
  /* background-color: #fbad36 !important; */
  color: #fbad36 !important;
  font-weight: bold !important;
  /* border-left: 4px solid #fbad36 !important; */
  padding-left: 16px !important;
}

.dropdown-menu .dropdown-item.active:hover {
  /* background-color: #fbad36 !important; */
  color: #fbad36 !important;
}

/* Additional styling for better visibility */
.navbar-nav .nav-item.dropdown .nav-link.active {
  position: relative;
}

.navbar-nav .nav-item.dropdown .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: #e89b2a;
  border-radius: 1px;
}

@keyframes highlight-pulse {
  0% {
    background-color: #ffeb3b;
  }

  50% {
    background-color: #fff176;
  }

  100% {
    background-color: #ffeb3b;
  }
}

.important-person-img {
  width: 160px !important;
  height: 160px;
  object-fit: cover;
  border: 4px solid #fdca78;
  padding: 10px;
  border-radius: 5px;
}

.event-scroll-card {
  background-color: #fff7e0;
  border-radius: 0.5rem;
}

.event-scoll-btn {
  border: none;
  background: none;
}

.news-updates-card {
  background-color: rgba(46, 98, 154, 0.16);
  border-radius: 0.5rem;
}

.news-scroll-wrapper {
  height: 500px;
  overflow: hidden;
}

.dir-link-strip {
  height: 3px;
  background-color: #ffc107;
  border-radius: 4px;
}

.importance-link-overlay {
  background: linear-gradient(
    0deg,
    rgba(46, 97, 154, 0.52) 0%,
    rgba(46, 97, 154, 0.52) 100%
  );
}

.ico-site-search .search-drop {
  left: -100px !important;
}

.find .bttn-search,
.find .bttn-search:hover {
  background: url(/assets/images/ico-site-search.webp) no-repeat center center
    brown !important;
}

/* Footer */
.footer-bg {
  background: linear-gradient(90deg, #5e7489 0%, #466b91 50%, #2e629a 100%);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.custom-header-logo-right {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border: 4px solid #fee883;
}

@media (max-width: 768px) {
  .custom-header-logo-right {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
    border: 4px solid #fee883;
  }

  .custom-header-logo {
    width: 60px !important;
  }

  .common-wrapper .container.common-container.four_content {
    padding: 0px 0px !important;
  }

  .common-right {
    float: inline-start;
    position: relative;
  }
}

/* Recuritment  Rule Website-Tabs */

.custom-tabs-wrapper {
  padding-bottom: 10px;
  white-space: nowrap;
  padding-left: 324px;
}

.custom-tabs .tab-btn {
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 8px 20px;
  font-weight: 600;
  background-color: #fff;
  color: #2e619a;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}

.custom-tabs .tab-btn.active {
  color: white;
  background: #2e619a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-color: #ffc107;
}

.custom-site-map-img {
  height: 90px;
}

/* Employee - Corner - Login */

.employee-card-login {
  max-width: 600px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 20px;
}

.custom-btn-emplyee-corner {
  background: rgb(250, 173, 53) !important;
  padding: 10px !important;
  border-radius: 10px !important;
  min-width: 100% !important;
  height: 50px !important;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}

.w-60 {
  width: 60%;
}

.custom-input-fields {
  border-right: 1px solid black !important;
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
}

.custom-input-fields-span {
  border-left: 1px solid black !important;
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
}

.custom-input-fields-captcha {
  border: 1px solid black !important;
}

.custom-input-fields-captcha:focus {
  box-shadow: none !important;
}

.custom-input-fields:focus {
  box-shadow: none !important;
}

.custom-input-group {
  height: 56px;
}

.custom-input-group .input-group-text,
.custom-input-group .form-control {
  height: 100% !important;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-tender-card {
  border: 1px solid #2e619a;
  transition: all 0.3s ease;
  /* Smooth transition */
}

.custom-tender-card:hover {
  border: 1px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#directorsCarousel .carousel-item {
  transition: transform 1.5s ease-in-out !important;
}

.carousel-indicators [data-bs-target] {
  position: relative !important;
  top: 50px !important;
  background-color: var(--primary-color) !important;
}

.marquee-content {
  display: flex;
  animation: scrollMarquee linear infinite;
  animation-duration: 15s;
}

.marquee-paused {
  animation-play-state: paused !important;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

a {
  text-decoration: none !important;
  outline: none !important;
}

a img {
  border: none !important;
  outline: none !important;
}

a:focus img,
a:active img {
  outline: none !important;
  border: none !important;
}

/* .custom-carousel-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: transparent;
    border: none;
    outline: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.7);
} */

ul.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.breadcrumb li {
  display: flex;
  align-items: center;
}
.nav-link.active,
.dropdown-item.active {
  color: red !important;
}
