@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url(https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  scroll-behavior: smooth;
}

/* body {
  overflow-x: hidden;
} */

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .off-canvas-menu {
    transform: translateX(-100%) !important;
    position: absolute !important;
    left: 0 !important;
  }

  body {
    font-family: "Nunito Sans", sans-serif !important;
    color: #000 !important;
    font-size: 2rem !important;
    color: var(--secondary-color) !important;
    font-size: 1.563rem !important;
  }
}

.space-up {
  padding-top: 5% !important;
}

#text {
  color: #000 !important;
  font-size: 2rem !important;
  color: var(--secondary-color) !important;
}

b,
strong {
  font-weight: bolder;
  font-size: 1.25rem;
  color: #000;
  font-family: "Nunito Sans", sans-serif !important;
}

body p {
  line-height: 1.8;
  color: #514B4D;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

body {
  font-family: "Nunito Sans", sans-serif !important;
  color: #000 !important;
  font-size: 1.563rem !important;
  color: var(--secondary-color) !important;
  font-size: 1.563rem !important;
}

:root {
  /* Primary Colors */
  --primary-color: #1a6599 !important;

  /* Secondary Colors */
  --secondary-color: #004e89;
  --secondary-light: #96d2f0;
  --text-secondary: rgba(150, 210, 240, 1);

  /* Text Colors */
  --accent-color: #fafafa;
  --accent-dark: #231f20;
  --text-grey: #514B4D;

  /* Background Colors */
  --background-color: #dff2fb;
  --dark-background: #002f52;
  --card-background: #e0f2fb;
  --linear-background: linear-gradient(90deg, #002a52 0%, #004e89 100%);
}
.text-accent-color {
  color: var(--accent-dark);
}
.text-grey {
  color: #979092 !important;
}

.linear-background {
  background: linear-gradient(to right,
      rgba(0, 42, 82, 1),
      rgba(0, 78, 137, 1)) !important;
}

.black-background {
  background-color: black !important;
  padding: 5px 15px 5px 15px !important;
  top: 33% !important;
  left: 5% !important;
  z-index: 1 !important;
  border-radius: 4px !important;
}

.event-overall {
  min-height: 600px !important;
}

.blue-background {
  background-color: var(--card-background) !important;
}

.text-light-blue {
  color: var(--text-secondary) !important;
}

.custom-hr {
  border: 2px solid #328acd !important;
  /* Remove default border */
}

.text-blue {
  color: #004e89 !important;
}

.text-height {
  height: 80px !important;
}

.light-blue {
  background-color: var(--card-background) !important;
}

.light-grey {
  background-color: #fafafa !important;
}

.cool-blue {
  background-color: #dff2fb !important;
}

.text-color {
  color: #1a6599 !important;
}

.tab-section-btn {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
}

.tab-secondary-btn {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border: none !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
}

.accordin-secondary-btn {
  background-color: var(--secondary-light) !important;
  color: var(--primary-color) !important;
  border: none !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  border-radius: 24px !important;
  transition: background-color 0.3s ease;
  /* Smooth transition */
}

/* Change background color on hover */
.accordin-secondary-btn:hover {
  background-color: var(--primary-color) !important;
  color: white !important;
  /* Change text color on hover if needed */
}

/* Change background color when the button is active/selected */
.accordin-secondary-btn.active {
  background-color: var(--primary-color) !important;
  color: white !important;
}

/* Change icon color when the button is active */
.accordin-secondary-btn.active .icon-image,
.accordin-secondary-btn:hover .icon-image {
  filter: brightness(0) invert(1) !important;
  /* Inverts colors for white icons */
}

.first-under-tabs {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping */
  overflow-x: auto;
  /* Allow horizontal scrolling if necessary */
}

.single-under-tab {
  margin-right: 15px;
  /* Add spacing between tabs */
}

.single-under-tab h6 {
  margin: 0;
  /* Remove default margin */
  text-decoration: none !important;
}

.under-tab-description {
  margin-top: 20px;
  /* Space between tabs and description */
}

.btn-blue {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px !important;
}

.primary-btn {
  background-color: #e0f2fb !important;
  color: var(--secondary-color) !important;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px !important;
}

.primary-btn:hover {
  background-color: #d1e8f6 !important;
}

.disabled-btn {
  background-color: #e0f2fb !important;
  color: var(--secondary-color) !important;
  padding: 8px 20px !important;
  font-size: 16px !important;
  cursor: not-allowed !important;
  /* Prevents interactions */
  border-radius: 0px !important;
  pointer-events: none !important;
  /* Disables clicking */
}

.horizontal-line {
  border: none;
  border-top: 2px solid var(--secondary-color);
  width: 100%;
  margin: 0 auto;
}

/* .idra-logo {
  width: 104px !important;
  height: 104px !important;
} */

/* .tab-content {
  display: none;
} */

/* Show only the selected tab's content */
/* .tab-2 input:checked + label + .tab-content {
  display: block;
} */

/* Improve tab styling */
/* .tab-2 {
  margin-bottom: 20px;
}
.tab-2 label {
  display: block;

} */

/* Typongraphy Heading */
.heading-1 {
  font-size: 3.75rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-family: "Lora", serif !important;
}

.heading-2 {
  font-size: 3.125rem !important;
  line-height: 1.2 !important;
  font-weight: 400;
  font-family: "Lora", serif !important;
}

.heading-2-white {
  font-size: 6rem !important;
  line-height: 1.2 !important;
  font-weight: 700;
  color: #fff;
}

.heading-3 {
  font-size: 2.438rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  font-family: "Lora", serif !important;
}

.heading-3-semi {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-family: "Lora", serif !important;
}

.heading-4 {
  font-size: 1.938rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  font-family: "Lora", serif !important;
}

.heading-4-bold {
  font-size: 2rem !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  font-family: "Lora", serif !important;
}

.heading-5 {
  font-size: 1.4rem !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.heading-5-l {
  font-size: 1.563rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.heading-5-l-bold {
  font-size: 1.563rem !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.heading-theme {
  font-family: "Poppins", sans-serif !important;
  text-decoration: none !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 2 !important;
  align-items: center;
  /* Center the content vertically */
  display: flex;
  /* Ensure the heading is a flex container */
  max-width: 100%;
  /* Prevent it from exceeding the container's width */
}

.heading-theme:before,
.heading-theme:after {
  content: "";
  flex: 1;
  /* Allow the lines to take up available space */
  height: 1px;
  margin: 0 10px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
}

.sub-heading-bold {
  font-size: 1.5rem !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.sub-heading {
  font-size: 1.25rem !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.sub-heading-regular {
  font-size: 1.25rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.sub-heading-body {
  font-size: 1.25rem !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.heading-6 {
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
  font-family: "Lora", serif !important;
}

.heading-url {
  font-family: "Nunito Sans", sans-serif !important;
  text-decoration: none !important;
  font-size: 1.938rem !important;
  font-weight: 400 !important;
}

.paragraph-avenir {
  font-family: "Nunito Sans", sans-serif !important;
  text-decoration: none !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  line-height: 2 !important;
}

.paragraph-pre {
  font-family: "Nunito Sans", sans-serif !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 2 !important;
}

.content-justify {
  text-align: justify !important;
}

.footer-block {
  padding: 0 15px;
  /* Adjust spacing between columns */
}

.row.flex-nowrap {
  overflow-x: auto;
  /* Enable horizontal scrolling on small screens */
  white-space: nowrap;
  /* Prevent wrapping */
}

@media (max-width: 768px) {
  .heading-1 {
    font-size: 2.8rem !important;
  }

  .heading-2 {
    font-size: 2.5rem !important;
  }

  .heading-2-white {
    font-size: 4.5rem !important;
  }

  .heading-3 {
    font-size: 1.8rem !important;
  }

  .heading-4 {
    font-size: 1.5rem !important;
  }

  .heading-5 {
    font-size: 1.1rem !important;
  }

  .paragraph-avenir,
  .paragraph-pre {
    font-size: 0.95rem !important;
  }

}

/* Typongraphy paragraph */
.paragraph {
  font-size: 1.2rem !important;
  line-height: 2rem !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.paragraph-lg {
  font-size: 1rem !important;
  line-height: 2rem !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.paragraph-l {
  font-size: 1rem !important;
  line-height: 1.8rem !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.paragraph-l-body {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.paragraph-l-body-bold {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.paragraph-2 {
  font-size: 0.813rem !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.paragraph-2-italic {
  font-size: 0.813rem !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
  font-style: italic;
  font-family: "Nunito Sans", sans-serif !important;
}

.paragraph-btn {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  font-weight: 600 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.subtitle-text {
  font-size: 0.625rem !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.btn-text {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  font-weight: 800 !important;
  font-family: "Nunito Sans", sans-serif !important;
  text-decoration: none !important;
}

.btn-text :focus {
  border: none !important;
}

.btn-primary {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-radius: 4px !important;
  border: none !important;
}

.secondary-btn {
  background-color: #fff !important;
  color: var(--secondary-color) !important;
  border-radius: 4px !important;
  border: none !important;
}

.numbers {
  font-size: 3rem !important;
  font-weight: 600 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.plus-icon {
  font-size: 3rem !important;
  color: #fff;
  font-weight: 600 !important;
  margin-top: 10px !important;
}

/* Konekt styles start */

.bg-btn-white {
  background-color: #fff !important;
  color: #16359b !important;
  border-radius: 50px !important;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 16px;
}

.bg-blue {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 20px !important;
}

.bg-dark-blue {
  background-color: #002F5A !important;
}

.home_banner_title_2 {
  color: #fff;
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 116%;
}

.black-background {
  background-color: #000;
}

.card-content {
  position: absolute;
  top: 35%;
}

.card-inner {
  position: relative;
}

.s5-content {
  position: absolute;
  top: 40%;
}

.light-blue-lite {
  background-color: #eef2ff;
}

.section_3_casestudy_card {
  border-radius: 15px;
}

.more_casestudy-card {
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: none !important;
  min-height: 430px;
}

.more_casestudy-card-body {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.casestudy_card_title {
  min-height: 100px;
}

.btn-case-study {
  border-radius: 15px;
  border: 2px solid #16359b;
}

.text-dark-blue2 {
  color: #16359b;
}

.text-black {
  color: #000;
}

.text-dark-grey {
  color: #616161;
}

.list li a :hover {
  color: var(--secondary-light) !important;
}

@media screen and (max-width: 768px) {
  .paragraph-e {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: normal;
  }

  .home_banner_title_2 {
    color: #fff;
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: normal;
  }

  .card-content {
    position: absolute;
    top: 10%;
  }

  .card-content-insights {
    position: absolute;
    top: 60%;
  }

  .heading-13 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  .blog-hero-mobile {
    height: 150px !important;
    background-position: center;
  }

  .card-image-icon {
    position: absolute;
    top: 15% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

/* Header start */
@media (max-width: 767px) {
  .navigation-section .navbar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 !important;
    /* Adjust padding as needed */
    background-color: var(--accent-dark);
  }

  .navbar.scrolled {
    background-color: var(--accent-dark);
  }

  .menu {
    padding: 0 !important;
  }

  .navbar-nav .nav-link {
    padding: 0 !important;
  }

  .navbar>.container-fluid {
    display: flex !important;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }

  .paragraph-avenir {
    font-family: "Nunito Sans", sans-serif !important;
    text-decoration: none !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    line-height: 2 !important;
  }

  .navigation-section .navbar-brand {
    margin: 0 !important;
    /* Ensure the logo stays aligned to the left */
    flex-grow: 1 !important;
    /* Allow the logo to take up available space */
  }

  .navigation-section .navbar-toggler {
    margin: 0 !important;
    padding: 5px 10px !important;
    border: none !important;
    /* Remove border for a cleaner look */
  }

  .offcanvas-header {
    padding-right: 20px !important;
    /* Space for the offcanvas close button */
  }

  .container-fluid {
    padding: 0 !important;
    /* Remove extra padding from the container */
  }
}

@media (max-width: 1024px) {
  .navbar-expand-lg .navbar-nav {
    display: flex !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0 1rem !important;
  }

  #wrapper-navbar #main-menu li a {
    font-weight: 400 !important;
    color: #dff2fb !important;
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 1.063rem !important;

  }

  /* Increased specificity for join-btn */
  #wrapper-navbar .join-btn {
    background-color: var(--primary-color) !important;
    color: white !important;
    border-radius: 4px !important;
    /* padding: 10px 25px !important; */
    margin-right: 0 !important;
    /* display: none !important; */
  }

  .company-box,
  .company-box-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  /* Adjust alignment for smaller screens */
  @media (max-width: 992px) {

    /* Adjust for tablets */
    .company-box,
    .company-box-2 {
      flex-direction: column;
      padding: 20px;
      text-align: center;
      width: 100%;
    }

    .numbers,
    .sub-heading-body,
    .world-icon {
      flex-direction: column;
      justify-content: center;
      /* text-align: center; */
      width: 100%;
    }

    .world-icon img {
      margin-bottom: 10px;
    }

    .numbers {
      justify-content: center;
    }
  }

  .navbar-expand-lg {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    padding-top: 10px !important;
  }

  #wrapper-navbar .fixed-top {
    top: 0 !important;
    position: fixed !important;
    z-index: 1030 !important;
    transition: top 0.3s ease;
    /* Optional: adds smooth transition */
  }

  /* .navbar-nav li {
    padding-top: 25px !important;
  } */
  .idra-logo {
    max-width: 100%;
    height: auto;
    /* padding-top: 20px; */
  }

  .idra-uni {
    max-width: 80%;
    height: auto;
    /* padding-top: 20px; */
    padding-right: 8px;
    padding-left: 40px;
  }
}

#wrapper-navbar .join-btn {
  background-color: var(--primary-color);
  color: white;
  border-radius: 4px;
  padding: 10px 15px;
  margin-right: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.menu {
  list-style: none;
}

.dropdown-menu {
  border-radius: 0px !important;
  border: none !important;
}

.secondary-nav {
  font-size: 0.875rem !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ec1c24 !important;
}

.fixed-top {
  position: fixed;
  top: 32px !important;
  right: 0;
  left: 0;
  z-index: 1030;
}

.nav-link a:hover {
  color: #0d6efd;
}

.navbar-main {
  box-shadow: rgb(0 0 0/20%) 0 0 6px !important;
}

a.skip-link {
  position: fixed !important;
  z-index: 1000 !important;
  top: 0 !important;
  right: 0 !important;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: var(--secondary-light) !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle !important;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Header end */

/* footer section start */
.footer-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: -1 !important;
  visibility: visible !important;
  display: flex !important;
}

.footer-c-links {
  color: #616161;
  font-size: 16px;
  line-height: 1.5;
}

.footer-c-links-only:hover {
  color: #0d6efd;
}

.partners-logo-list {
  list-style-type: none;
  display: inline-block;
  padding: 25px 10px;
}

.footer-partners-logo {
  width: 115px;
}

.grid-container {
  display: grid;
  grid-template-columns: 75px 350px;
  grid-template-rows: 80px;
  grid-gap: 10px;
  padding: 0;
}

.grid-container>div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.review-rate {
  font-size: 14px;
  font-weight: 600;
  color: #616161;
}

.review-rate-text {
  font-size: 13px;
  color: #616161;
}

.copy-right-text {
  font-size: 14px;
  color: #757575;
  font-family: poppins, sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copy-right-text {
    font-size: 12px;
    color: #757575;
    font-family: poppins, sans-serif;
    padding-bottom: 10px;
    text-align: center;
  }
}

.social-link-spacer {
  margin-top: 10px !important;
}

.social-link-spacer span {
  font-size: 14px;
  color: #616161;
}

.copyright-content img {
  width: 80px;
  cursor: pointer;
}

.social-icons-footer {
  color: #616161;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #616161;
  line-height: 2;
  justify-content: center;
}

.company-logo {
  width: 80px;
  cursor: pointer;
}

/* Konekt styles end */

/* footer start */
.footer-section {
  background-color: var(--dark-background) !important;
}

.footer-headings {
  color: #fff;
  font-size: 1.2rem;
}

.footer-section {
  display: flex;
  justify-content: space-between;
  /* Ensures logo and address are spaced out */
  align-items: center;
  /* Centers items vertically */
}

@media (max-width: 768px) {
  .button-container {
    flex-direction: row !important;
    /* Ensure items are in a row */
    flex-wrap: nowrap !important;
    /* Prevent wrapping on mobile */
  }

  .footer-social {
    margin: 0 5px !important;
  }

  .divider {
    width: 20px !important;
    /* Adjust line width for mobile */
    margin: 0 5px !important;
  }
}

.address-info h4 {
  margin: 0;
  /* Remove default margin */
}

.address-info p {
  margin: 0;
  /* Remove default margin */
}

.list li a {
  text-decoration: none !important;
  font-size: 1rem;
  color: #fff;
  line-height: 2.2;
}

.list li a:hover {
  color: #f1f1f1;
}

.social-icons-footer {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #fff;
  line-height: 2;
  justify-content: center;
}

.footer-social {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-left: 1em;
  margin-right: 1em;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 10px !important;
}

.footer-social:nth-child(odd) {
  background-color: rgba(26, 101, 153, 0.9);
}

.footer-social:nth-child(even) {
  background-color: rgba(0, 78, 137, 0.8);
}

.footer-social i {
  color: #fff;
}

/* footer end */

/* navbar start */
#wrapper-navbar {
  justify-content: space-around !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: transparent;
  color: #fff !important;
}

.fixed-top {
  box-shadow: rgb(0 0 0 / 20%) 0 0 6px !important;
  background-color: #231f20 !important;
  color: #fff !important;
  top: 0 !important;
}

.blue-fixed {
  box-shadow: rgb(0 0 0 / 20%) 0 0 6px !important;
  background-color: #002f5a !important;
  color: #fff !important;
  top: 0 !important;
}

.navbar-expand-lg {
  justify-content: space-around !important;
  padding: 0px 10px !important;
}

@media (max-width: 768px) {
  .nav-link {
    color: #fff !important;
    padding-left: 20px !important;
  }
}

.custom-logo-link {
  padding-top: 0px !important;
}

.navbar>.container-fluid {
  display: block !important;
}

.nav-link:hover {
  color: var(--secondary-light) !important;
}

.menu-item a:hover {
  color: var(--secondary-light) !important;
}

.social-icons {
  text-align: center;
}

.social-icons a {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #fff;
  line-height: 2;
}

.social-icons a i {
  line-height: 30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.social-icons a:hover i {
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

.fa-x-twitter:before {
  content: "\e61b";
}

.social-icons-footer:hover {
  color: #ec1c24;
  border: 1px solid #ec1c24;
}

.dropdown-menu li a {
  font-weight: 600 !important;
  color: #dff2fb !important;
}

#main-menu li a {
  font-weight: 500 !important;
  color: #dff2fb !important;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1rem !important;

}

@media (max-width: 768px) {
  #main-menu li a {
    font-weight: 500 !important;
    color: #fff !important;
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 20px !important;

  }

  .navbar-nav .dropdown-menu {
    background-color: #06214e !important;
    color: #fff !important;
  }

  .owl-theme .owl-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: var(--accent-dark) !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
  color: var(--secondary-light) !important;
}

.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* Ensures button and menu stack vertically */
}

#navbarNavDropdown {
  text-align: center;
}

.navbar-nav {
  display: flex;
  /* justify-content: center; */
  width: 100%;
}

button.navbar-toggler {
  margin-bottom: 20px;
  /* Add some space between the button and menu */
}

/* navbar end */

.owl-theme .owl-dots .owl-dot span {
  color: #004e89 !important;
}

.owl-theme .owl-dots .owl-dot span .owl-theme .owl-nav.disabled+.owl-dots {
  color: #004e89 !important;
  margin-top: 20px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  color: #004e89 !important;
}

.placeholder {
  position: relative;
  background-color: #f0f0f0;
  overflow: hidden;
}

.placeholder::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.placeholder img.loaded {
  opacity: 1;
}

/* Start Home Page Styles */
@media (max-width: 1024px) and (min-width: 768px) {
  .desktop-video {
    height: 800px !important;
  }

  .video-title {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .heading-4 {
    font-size: 1rem !important;
  }

  .video-description {
    font-size: 1rem !important;
  }

  .home-video {
    height: 280px !important;
  }
}

.home-video {
  min-height: 410px;
}

@media (max-width: 1024px) {
  .video-title {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center;
  }

  .home-video {
    min-height: 280px;
  }

  .blue-box-img {
    position: absolute;
    height: 50% !important;
    top: 35% !important;
    /* height: 25%; */
  }
}

/* Default Styles */
.single-top {
  padding-top: 10%;

}

@media (max-width: 1024px) and (min-width: 768px) {
  .single-top {
    padding-top: 20%;

  }
}

@media (max-width: 768px) {
  .single-top {
    padding-top: 33%;

  }
}

.main-event-container {
  padding-top: 55vh;
  position: absolute;
  right: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  background: #231F20;
}

.navbar-expand-md .navbar-nav .dropdown-menu li a {
  color: #dff2fb;
}

/* Tablet View Styles */
@media (max-width: 1024px) and (min-width: 768px) {
  .main-event-container {
    padding-top: 15vh;
    /* Adjust padding for tablets */
  }

  .join-height {
    height: 0vh;
  }
}

@media (max-width: 768px) {
  .main-event-container {
    padding-top: 70vh;
    /* Adjust padding for tablets */
  }
}

.join-height {
  height: 6.5vh;
}

.events-carousel {
  padding: 40px 0;
}

.img-single {
  border-radius: 16px 0px 0px 16px !important;
}

.carousel-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.carousel-item img {
  max-width: 100%;
  border-radius: 8px;
}

.btn {
  margin-right: 10px;
}

.video-info {
  color: #fff;
}

.carousel-inner {
  justify-content: center !important;
  align-items: center !important;
}

.carousel-control-prev {
  left: -70px !important;
}

.carousel-control-next {
  right: -70px !important;
}

.video-container {
  position: relative;
  background-color: #fff;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.video-container.clicked {
  background-color: rgba(0, 76, 153, 0.5) !important;
}

.video-container:hover {
  opacity: 0.8;
}

.video-card {
  border-radius: 8px !important;
}

.video-card:hover {
  position: relative;
  border-radius: 8px !important;
}

.video-card:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 78, 137, 0.5) !important;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
  border-radius: 8px !important;
}

.video-card:hover::after:hover {
  opacity: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  display: none !important;
}

.custom-icon {
  font-size: 5rem !important;
  font-weight: 200 !important;
  color: #004c99;
}

.water-reuse-card-image {
  background-color: var(--secondary-color);
  border-radius: 16px;
}

.water-reuse-card-image .row {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 992px) {

  /* For tablets */
  .water-reuse-card-image .row {
    flex-direction: column;
  }

  .water-reuse-card-image .col-md-5,
  .water-reuse-card-image .col-md-7 {
    width: 100%;
    /* Ensure full width on smaller screens */
  }

  .img-single {
    width: 100%;
    /* Makes image fill its column */
    height: auto;
  }
}

.water-reuse-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  height: 100%;
  min-height: 300px;
}

.water-reuse-card-image .col-md-5,
.water-reuse-card-image .col-md-7 {
  height: 100%;
}

.button-container {
  display: flex;
  height: 100%;
}

/* .partner-image {
  height: 130px !important;
} */
.glass-btn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-left: 1em;
  margin-right: 1em;
  cursor: pointer;
  transition: all 0.3s;
}

.glass-btn:nth-child(odd) {
  background-color: rgba(26, 101, 153, 0.9);
}

.glass-btn:nth-child(even) {
  background-color: rgba(0, 78, 137, 0.8);
}

.glass-btn i {
  color: #fff;
}

.owl-carousel .item {
  position: relative !important;
}

.owl-nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
}

.owl-carousel .owl-item img {
  width: 100% !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  /* background-color: #000 !important; */
  color: #000 !important;
  padding: 5px !important;
  font-size: 50px !important;
  /* width: 40px !important;
  height: 40px !important; */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: none !important;
  margin: -30px !important;
  /* border-radius: 50px !important; */
}

.owl-nav .owl-prev,
.owl-nav .owl-next:hover {
  background-color: transparent !important;
  color: #000 !important;
  padding: 5px !important;
  font-size: 50px !important;
  /* width: 40px !important;
  height: 40px !important; */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: none !important;
  margin: -30px !important;
  /* border-radius: 50px !important; */
}

.owl-carousel .owl-item img {
  border-radius: 10px;
}

.card-text {
  text-align: left !important;
  font-family: "Inter" !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  color: var(--text-grey) !important;
}

.card-title {
  text-align: left !important;
  font-family: "Inter" !important;
  font-size: 1rem !important;
}

#background-video {
  display: block !important;
}

@media (max-width: 992px) {
  .navbar-nav {
    text-align: center;
    width: 100%;
  }

  .navbar-nav .nav-item {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .navbar-toggler {
    display: block;
  }
}

@media (max-width: 768px) {

  #background-image,
  #background-video {
    height: 70vh !important;
    /* Adjust based on preference */
  }

  .rotating-bar {
    display: none !important;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next:hover {
    background-color: transparent !important;
    color: #000 !important;
    padding: 5px !important;
    font-size: 50px !important;
    /* width: 40px !important;
  height: 40px !important; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: none !important;
    margin: 30px !important;
    /* border-radius: 50px !important; */
  }

  .owl-nav .owl-next,
  .owl-nav .owl-next:hover {
    background-color: transparent !important;
    color: #000 !important;
    padding: 5px !important;
    font-size: 50px !important;
    /* width: 40px !important;
  height: 40px !important; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: none !important;
    margin: 30px !important;
    /* border-radius: 50px !important; */
  }

  .heading-1 {
    font-size: 2em;
    /* Smaller font size on mobile */
  }

  .heading-5 {
    font-size: 1rem !important;
    /* Smaller font size on mobile */
  }

  .button-container {
    flex-wrap: wrap;
    /* Allow buttons to wrap on smaller screens */
  }

  .glass-btn {
    margin: 0.5em;
    /* Adjust margins for buttons */
    width: 50px !important;
    height: 50px !important;
  }
}

/* End Home Page Styles */

/* Start Join Us compnent Styles */
.joinus {
  background: linear-gradient(to right, #004e89 0%, #96d2f0 100%) !important;
}

/* End Join Us compnent Styles */

/* Start About Us Styles */

.company-box {
  background: radial-gradient(circle, #009c8f 5%, #202d73 100%, #202d73 100%);
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
}

.company-box-2 {
  background: radial-gradient(circle, #1a6599 13%, #004e89 100%);
  padding: 15px;
  border-radius: 0px 0px 10px 10px;
}

.about-card {
  position: relative;
}

.about-card-height {
  min-height: 260px;
}

.card-image-icon {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.about-card-section .img-icon {
  width: 92px;
  height: 92px;
}

.company-box .world-icon img {
  width: 30px;
  height: auto;
}

.company-box .title-1 h5 {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}

.numbers {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}

.plus-icon {
  font-size: 1.5rem;
}

.company-box,
.company-box-2 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 576px) {
  .numbers {
    font-size: 1.2rem;
  }

  .company-box>div,
  .company-box-2>div {
    flex-direction: column;
    text-align: center;
  }

  .world-icon,
  .sub-heading-body,
  .numbers {
    margin-bottom: 10px;
  }
}

.company-box .numbers p {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}

.about-card {
  background-color: var(--card-background);
  border-radius: 8px !important;
  min-height: 810px !important;
}

.leader-img {
  border-radius: 8px !important;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3) !important;
  /* Adjust the opacity here */
}

@media (max-width: 768px) {
  .history-card {
    text-align: center;
  }
}
.idra-history-img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
/* End About Us Styles */

/*/ start about work experience /*/
.idra-history {
  background-color: var(--background-color);
}

.experience {
  margin-top: 5%;
  width: 100%;
  height: auto;
  background-color: var(--background-color);
}

.experience ol,
.experience ul {
  list-style: none;
}

.experience a {
  text-decoration: none;
}

.experience .fa {
  color: #40e0d0;
  font-size: 35px;
}

.experience .fa-users {
  font-size: 30px;
}

.cd-horizontal-timeline {
  opacity: 0;
  /* margin: 2em auto; */
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}

.cd-horizontal-timeline.loaded {
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}

.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #008080;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #008080;
  border-color: #008080;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Apply styles for the older events */
.cd-horizontal-timeline .events a::after {
  background-color: #7ea6c1;
  /* Change as per your design */
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 2em auto;
  }

  .cd-horizontal-timeline::before {
    content: "desktop";
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #008080;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.events-content {
  height: fit-content !important;
}


.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  height: fit-content !important;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
  font-size: 16px;
  color: #778899;
}

.cd-horizontal-timeline .events-content p {
  font-size: 15px;
  color: #333;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h4 {
    font-size: 22px;
  }

  .cd-horizontal-timeline .events-content em {
    font-size: 16px;
  }

  .cd-horizontal-timeline .events-content p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 535px) {
  .experience img {
    padding-bottom: 10px !important;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.cd-horizontal-timeline {
  width: 100%;
  overflow: hidden;
}

.timeline {
  position: relative;
  width: 100%;
}

.events-wrapper {
  width: 100%;
  overflow-x: auto;
}

.events {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.events ol {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.events li {
  flex: none;
  text-align: center;
  margin: 0 80px;
  align-items: center;
}

.events a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.filling-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
  z-index: 1;
}

.events-content {
  margin-top: 40px;
}

.events-content li {
  display: none;
}

.events-content li.selected {
  display: block;
}

@media (max-width: 1200px) {
  .events {
    width: 100%;
  }

  .events li {
    margin: 0 80px;
  }
}

@media (max-width: 992px) {
  .events {
    width: 130%;
  }

  .events li {
    margin: 0 60px;
  }

  .events a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .events {
    width: 100% !important;
    transform: translateX(-15.822px) !important;
  }

  .events li {
    margin: 0 35px !important;
  }

  .events a {
    font-size: 12px;
    padding: 8px;
  }

  .history-ol {
    padding: 0 !important;
  }
}

@media (max-width: 576px) {
  .events {
    width: 250%;
  }

  .events li {
    margin: 0 20px;
  }

  .events a {
    font-size: 10px !important;
    padding: 6px;
  }
}

/*/ end about work experience /*/

/* Water Positive Page Styles */
.question-box {
  max-height: 100px;
  /* Default height */
  overflow: hidden;
  transition: max-height 0.3s ease;
  /* Smooth transition for height */
}

.question-box.expanded {
  max-height: 300px;
  /* Fixed height when expanded */
  overflow-y: auto;
  /* Add scroll bar when content overflows */
}

.question-item {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* Sticks at the top of the viewport when scrolling */
  z-index: 10;
  /* Ensure it's on top */
  background-color: #fff;
  /* Optional: Give it a background to avoid overlaying content */
  padding: 10px;
  height: 100px !important;
}

.positive-height {
  /* height: 15vh;  */
  min-height: 130px;
}

/* Adjust height for tablets (768px - 991px) */
@media (max-width: 991px) {
  .positive-height {
    height: 10vh;
    /* Adjust height for tablets */
    text-align: left;
  }
}

/* Hide the navbar-toggler on large screens */
@media (min-width: 992px) {

  /* Large screens (lg and above) */
  .navbar-toggler {
    display: none !important;
  }
}

/* Ensure the navbar-toggler appears on tablets & smaller */
@media (max-width: 991px) {

  /* Tablets and smaller */
  .navbar-toggler {
    display: block !important;
  }
}

/* Adjust offcanvas for better appearance */
.offcanvas {
  width: 250px;
  /* Adjust width of the offcanvas menu */
}

.offcanvas-body .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.navbar-toggler-icon {
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin: 0;
}



.about-water-postive {
  background: radial-gradient(circle, #002a52 38%, #004e89 100%) !important;
}

.awards-img.selected {
  opacity: 0.5 !important;
  /* Ensure the opacity is applied */
  background-color: rgba(0,
      78,
      137,
      0.5) !important;
  /* Background color with 50% opacity */
  position: relative;
  /* Ensure the background is positioned correctly */
}

/* Optional: This will ensure the image is still visible behind the background */
.awards-img.selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 78, 137, 0.5) !important;
  z-index: 1;
  /* Ensure it appears above the image */
  opacity: 0.5;
  /* Background opacity */
}

.awards-img {
  border-radius: 8px;
}

@media (max-width: 768px) {
  section {
    height: auto;
  }

  .question-item {
    height: 93px !important;
  }

  .water-reuse-card-image {
    border-radius: 0px !important;
  }


  #background-image {
    height: 100%;
  }

  h1.heading-1 {
    font-size: 3em !important;
    padding: 0 20px;
  }

  .heading-url {
    font-size: 1rem !important;
  }

  h5.heading-5 {
    font-size: 1.2em;
  }

  .heading-3 {
    font-size: 2rem !important;
  }

  .button-container {
    flex-direction: column;
    padding: 0;
  }

  .glass-btn {
    margin-bottom: 15px;
    width: 50px !important;
    height: 50px !important;
  }

  .glass-btn i {
    font-size: 1.5em !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .glass-btn {
    width: 50px !important;
    /* Increase size for better touch accessibility */
    height: 50px !important;
  }

  .glass-btn i {
    font-size: 1em !important;
    /* Slightly larger icon */
  }
}

.no-underline {
  text-decoration: none;
}

.no-underline:hover {
  text-decoration: none;
}

.fixed-tab {
  position: fixed;
  bottom: 10%;
  left: 35% !important;
  right: 35% !important;
  background-color: black;
  color: white;
  z-index: 1000;
  border-radius: 12px !important;
}

.fixed-tab-2 {
  position: fixed;
  bottom: 10%;
  left: 33% !important;
  right: 33% !important;
  background-color: black;
  color: white;
  z-index: 1000;
  border-radius: 12px !important;
}

.tab-bar {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  background-color: rgba(35, 31, 32, 0.8);
  border-radius: 12px !important;
}

.tab-bar a {
  flex: 1;
  text-align: center;
  margin: 0 2px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s;
}

.tab-bar a:hover {
  color: var(--text-grey);
}

.tab-item {
  margin: 0 10px;
  background-color: #000 !important;
  border-radius: 8px !important;
  border: 1px solid #4e4b4c !important;
}

.tab-item a {
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  .fixed-tab {
    width: 40%;
  }

  .tab-bar {
    flex-direction: column;
    padding: 5px 0;
  }

  .tab-bar a {
    margin: 5px 0;
    padding: 10px;
    text-align: center;
  }
}

.primary-card {
  background: radial-gradient(circle, #002a52 38%, #004e89 100%);
  border-radius: 16px !important;
}

.made-with {
  background: #fd264f;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  padding: 5px 110px;
  position: fixed;
  top: 20px;
  right: -100px;
  text-align: center;
  text-decoration: none;
  transform: rotate(45deg);
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
}

.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.563rem !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
  border-bottom: 8px solid #514B4D;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs [class^="tab"] [type="radio"]:hover,
.tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
  border-bottom: 8px solid #514B4D;
}

.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
  border-bottom: 8px solid var(--primary-color);
}

.tabs [class^="tab"] [type="radio"]:checked+div,
.tabs [class*=" tab"] [type="radio"]:checked+div {
  opacity: 1;
}

.tabs [class^="tab"] [type="radio"]+div,
.tabs [class*=" tab"] [type="radio"]+div {
  display: block;
  opacity: 0;
  padding: 2rem 0;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs .tab-2 {
  width: 50%;
}

.tabs .tab-2 [type="radio"]+div {
  width: 200%;
  margin-left: 200%;
}

.tabs .tab-2 [type="radio"]:checked+div {
  margin-left: 0;
}

.tabs .tab-2:last-child [type="radio"]+div {
  margin-left: 100%;
}

.tabs .tab-2:last-child [type="radio"]:checked+div {
  margin-left: -100%;
}

/* .tab-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
} */
.footprint-card {
  background-color: #f9f9f9;
  transition: box-shadow 0.3s ease;
  height: auto;
}

@media (max-width: 768px) {
  .footprint-card {
    min-height: 600px !important;
  }

  .water-card {
    min-height: 800px !important;
  }
}

@media (max-width: 767.98px) {
  .carousel-item .row {
    display: flex;
    flex-direction: column;
  }
}

.footprint-card {
  height: 592px !important;
}

.footprint {
  flex: 1 1 calc(33.333% - 20px);
  margin: 10px;
  padding: 1rem;
  border-radius: 5px;
  text-align: center;
}

.footprint-img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  align-items: center;
}

.carousal-card {
  background-color: #ebf7ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 390px !important;
}

.water-card {
  background-color: #d5ebf6 !important;
  height: 552px !important;
}

.custom-border-radius {
  border-radius: 8px !important;
}

.article-card {
  position: relative;
  cursor: pointer;
}

.overlay-content {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex;
  flex-direction: column;
  background-color: var(--secondary-color);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px !important;
}

.article-card:hover .overlay-content {
  opacity: 1;
}

.article-card img {
  transition: transform 0.3s ease;
  border-radius: 8px !important;
}

.article-card:hover img {
  transform: scale(0.5);
  border-radius: 8px !important;
}

.icon-container {
  display: flex;
}

.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--primary-color);
  cursor: pointer;
  margin: 5px;
  border: 1px solid var(--primary-color);
}

#sync1 .item {
  background: #0c83e7;
  padding: 80px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  margin: 5px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

.ifrm {
  border: none;
  width: 100%;
  margin-top: 50px;
}

/* End Water positive Styles */

/* Start Goverence Page Styles */
#accordionPanelsStayOpenExample {
  box-shadow: none !important;
}

.accordion-button {
  box-shadow: none !important;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button {
  padding-right: 40px;
}

.accordion-body ul li a {
  text-decoration: none !important;
  font-size: 1rem;
  color: #616161;
  line-height: 2.2;
}

.accordion-button {
  position: relative;
}

.accordion-arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.accordin-blue-btn {
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 24px;
  border: none;
  font-size: 1rem;
  color: #fff;
}

.accordin-blue-btn:hover {
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 24px;
  border: none;
  font-size: 1rem;
  color: #fff !important;
}

.accordin-btn {
  background-color: rgba(150, 210, 240, 0.3);
  padding: 10px 20px;
  border-radius: 24px;
  border: none;
  font-size: 1rem;
  color: var(--primary-color) !important;
}

.accordin-btn img {
  margin: 0px 5px 0px 5px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #004e89 !important;
  border-right: 1px var(--background-color);
  border-left: 1px var(--background-color);
  border-bottom: 1px var(--background-color);
}

.accordion-collapse .collapse .show {
  border-right: 1px var(--background-color);
  border-left: 1px var(--background-color);
  border-bottom: 1px var(--background-color);
}

.accordion-item {
  background-color: var(--background-color) !important;
  border: none !important;
  border-top: 1px solid #004e89 !important;
  border-radius: 0px !important;
  border-right: 1px var(--background-color);
  border-left: 1px var(--background-color);
  border-bottom: 1px var(--background-color);
}

.accordion-header {
  margin-bottom: 20px !important;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom: 1px solid #f1f1f1 !important;
}

.nav-tabs {
  border: none !important;
}

.accordion-goverence {
  background-color: #fafafa !important;
  border: none !important;
  border-radius: 0px !important;
  border-right: 1px var(--background-color);
  border-left: 1px var(--background-color);
  border-bottom: 1px var(--background-color);
}

.accordion-goverence:not(:first-of-type) {
  border-right: 1px var(--background-color);
  border-left: 1px var(--background-color);
  border-bottom: 1px var(--background-color);
}

.accordion-goverence:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom: 1px solid #f1f1f1 !important;
}

.under-tab-button {
  margin-right: 15px;
  /* Adjust the margin between buttons */
}

.tab-link {
  text-decoration: none !important;
  color: var(--primary-color) !important;
  font-size: 1rem !important;
  padding: 10px 20px !important;
  display: block;
  text-align: center;
  background-color: var(--secondary-light);
  font-size: 1.2rem !important;
  border-radius: 24px !important;
}

@media (max-width: 767.98px) {
  .tab-link {
    padding: 10px 15px;
    font-size: 0.9rem;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    width: 310px !important;
  }

  .tab-link.active {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 15px;
    font-size: 0.9rem;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    width: 310px !important;
  }
}

.tab-item-goverence:hover,
.tab-link:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color);
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  border-radius: 24px !important;
}

.tab-item-goverence:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 24px !important;
}

.tab-link.active {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color);
}

.nav-tabs {
  justify-content: center;
  display: flex;
  gap: 15px;
}

.resources {
  background: linear-gradient(112deg, #004e89 0%, #96d2f0 100%) !important;
  border-radius: 16px !important;
}

/* End Goverence Page Styles */

/* Start Newsletter Styles */
.mc4wp-alert .mc4wp-success {
  color: #fff;
  font-weight: 600;

}

.sb-form {
  background-color: #1d6095;
  color: #fff !important;
  border: 1px solid #1d6095;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}

.sb-form::placeholder {
  color: #fff;
}

.subscribe-btn {
  background-color: #004e89;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.subscribe-btn:hover {
  background-color: #003d6a;
}

/* End Newsletter Styles */

.event-card {
  background-color: #fafafa !important;
  border: none !important;
  border-left: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
  min-height: 280px !important;
}

.event-more {
  transition: background-color 0.3s ease;
  padding: 10px !important;
  border-left: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0px 0px 8px 8px !important;
}

/* Style for cards with no button text */
.event-card.no-button {
  border-radius: 5px !important;
  border-bottom: 1px solid #e6e6e6 !important;
}

.event-more {
  position: relative;
  /* Ensure the parent has a positioning context */
  overflow: hidden;
  /* Hide overflow if necessary */
}

.event-more a {
  display: block;
  /* Make the link a block element to fill the whole area */
  color: var(--primary-color) !important;
  /* Text color before hover */
  padding: 5px;
  /* Add padding for better click area */
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth transition effect */
}

.event-more:hover {
  background-color: var(--secondary-color) !important;
  /* Background color on hover */
}

.event-more a:hover {
  color: #fff !important;
  /* Change text color on hover */
}

.title-height {
  height: 128px !important;
}

/* Styling the year box */
.year-box {
  position: absolute;
  background-color: rgba(35,
      31,
      32,
      0.5);
  /* Background color #231F20 with 50% opacity */
  color: #fff;
  padding: 5px 10px;
  z-index: 10;
  /* Ensures it's above the image */
}

.theme-card .top-card {
  position: relative;
  /* Ensures the year box is positioned inside the image */
}

.theme-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
  border-radius: 8px !important;
}

.theme-card:hover {
  transform: translateY(-5px);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px !important;
}

.theme-card .top-card {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 8px !important;
}

.top-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.7s ease;
  border-radius: 8px !important;
}

.top-card img:hover {
  transform: scale(1.1);
  border-radius: 8px !important;
}

.theme-card:hover .top-card img {
  transform: scale(1.1);
  border-radius: 8px !important;
}

.bottom-card {
  text-align: center;
  position: relative;
  padding: 20px;
  padding-top: 60px;
  background-color: #002a52 !important;
  width: 100%;
  border-radius: 8px !important;
}

.top-btn {
  padding: 15px 15px;
  background: rgba(0, 78, 137, 0.8);
  backdrop-filter: blur(6px);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: right !important;
  display: flex;
  justify-content: flex-end;
  /* Aligns items to the left */
  align-items: center;
  /* Aligns items vertically center */
}

.theme-box {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
  width: 100%;
  min-height: 200px !important;
}

.theme-img {
  position: relative;
}

.theme-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  opacity: 1;
  z-index: 1;
  border-radius: 8px !important;
}

.bottom-first {
  color: #fff !important;
  font-size: 0.813rem !important;
  font-family: "Nunito Sans", sans-serif !important;
}

.bottom-card p {
  color: #999;
  font-size: 14px;
  line-height: 1.8;
}

.price {
  font-size: 30px;
  color: #fff;
}

.bottom-card .address {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 380px) {
  .container {
    padding: 0 5px;
  }

  .top-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {

  /* Adjust the max-width value as needed for your breakpoint */
  .icon-container {
    /* padding-top: 80%; */
  }
  .home-icon {
      padding-top: 80%; 
  }
}

/* Custom Video Player */
.video-wrapper {
  position: relative;
  background-color: black;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px !important;
}

video {
  width: 100%;
}

/* Centered play/pause icon in the middle */
.play-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 0% !important;
  top: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background: linear-gradient(to bottom,
      rgba(150, 210, 240, 0.6) 0%,
      /* #96D2F0 with 60% opacity */
      rgba(0, 78, 137, 0.42) 70%,
      /* #004E89 with 42% opacity */
      rgba(0, 78, 137, 0.6) 100%
      /* #004E89 with 60% opacity */
    );
  border: none;
  border-radius: 50%;
  padding: 20px;
  cursor: pointer;
}

/* Video controls inside the player */
.controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.controls button,
.controls input {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.controls input[type="range"] {
  width: 100px;
}

.right h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.right p {
  font-size: 16px;
  margin-bottom: 20px;
}

.right button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

/* Description under video */
.video-description {
  background-color: #231f20;
  color: white;
  padding: 10px;
  font-size: 1.25rem;
  border-radius: 0px 0px 8px 8px;
}

.owl-carousel {
  margin-top: 50px;
}

.item img {
  width: 100%;
  cursor: pointer;
}

#player,
#small-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress-bar {
  width: 400px !important;
}

.html5-main-video {
  width: 100% !important;
  height: 270px !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}

.water-reuse-card-image img {
  width: 100%;
  /* Ensures the image stretches to the container's width */
  height: auto;
  /* Maintains the aspect ratio */
  object-fit: cover;
  /* Adjusts the image to cover the container */
  border-radius: 8px;
  /* Optional: adds rounded corners */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .single-card {
    padding: 2rem 1rem !important;
  }

  .water-reuse-card-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* Centers content */
  }

  .water-reuse-card-image img {
    width: 100% !important;
    height: auto !important;
    max-height: 250px;
    /* Ensures image doesn’t get too big */
    object-fit: cover;
    border-radius: 10px;
  }

  .water-reuse-card-content {
    padding: 1.5rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .reuse-title {
    font-size: 1.8rem !important;
    padding: 1rem 0;
  }

  .reuse-description {
    font-size: 1rem !important;
    margin-bottom: 1rem;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .buttons a {
    width: 100% !important;
    text-align: center;
  }
}

.custom-card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  background-color: #f8f8f8;
  /* Card background color */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.custom-card:hover {
  transform: scale(1.05);
}

.card-image {
  height: 140px;
  /* Set the height of images */
  object-fit: cover;
  /* Ensures the image covers the card area */
}

.video-img {
  height: 135px;
  /* Set the height of images */
  object-fit: cover;
  /* Ensures the image covers the card area */
  border-radius: 8px !important;
}

.item-video {
  height: 135px;
  /* Set the height of images */
  object-fit: cover;
  /* Ensures the image covers the card area */
  border-radius: 8px !important;
  cursor: pointer;
  position: relative;
  /* Make it relative to position the overlay */
}

.nested-item-description li {
  color: grey !important;
  /* Set text color to grey */
  font-size: 1rem !important;
  /* Set font size to 1rem */
  line-height: 1.5 !important;
  /* Optional: Improve readability with line height */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  opacity: 0;
  /* Start hidden */
  transition: opacity 0.3s ease;
  /* Smooth transition */
}

.item-video:active .overlay {
  opacity: 1;
  /* Show overlay on hover */
  background-color: rgba(0,
      78,
      137,
      50) !important;
  /* Semi-transparent black */
}

.item-video:hover .overlay {
  opacity: 40% !important;
  /* Show overlay on hover */
  background-color: rgba(0,
      78,
      137,
      50) !important;
  /* Semi-transparent black */
  border-radius: 8px !important;
}

.item-video:hover .overlay,
.item-video.selected .overlay {
  opacity: 50% !important;
  /* Show overlay on hover or selected */
  background-color: rgba(0, 78, 137) !important;
  /* #004E89 with 50% opacity */
  border-radius: 8px !important;
}

.video-section {
  background-color: var(--background-color);
}

.video-title {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .video-title {
    padding-top: 1rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

/* Media Query for tablets and smaller screens */
@media (max-width: 768px) {

  /* Centering the parent container */
  .owl-carousel {
    display: flex;
    justify-content: center;
    /* Center align items horizontally */
    flex-wrap: wrap;
    /* Wrap items if there are too many to fit in one line */
  }

  .owl-item {
    display: flex;
    justify-content: center;
    /* Center align items horizontally */
    flex-wrap: wrap;
    /* Wrap items if there are too many to fit in one line */
  }

  .item-video {
    width: 250px;
    /* Set width for video items */
    height: 135px;
    /* Set the height of images */
    object-fit: cover;
    /* Ensures the image covers the card area */
    border-radius: 8px !important;
    cursor: pointer;
    position: relative;
    /* Make it relative to position the overlay */
    margin: 10px;
    /* Optional: Add some margin between items */
  }
}

.news-categories ul {
  list-style: none;
  /* Remove bullet points */
  padding-left: 0;
  /* Remove default padding */
  margin: 0;
  /* Remove any default margin */
}

.cat-item ul li {
  margin-bottom: 10px;
  /* Optional: Space between items */
}

.news-categories ul li a {
  color: grey !important;
  /* Set text color to grey */
  text-decoration: none !important;
  /* Remove underline or other decorations */
}

.news-categories ul li a:hover,
.news-categories ul li a:active {
  color: var(--secondary-color) !important;
}

.news-categories ul li a.active,
.news-categories ul li a.current-menu-item {
  color: var(--secondary-color) !important;
}

.cat-item ul li a {
  color: grey !important;
  /* Set text color to grey */
  text-decoration: none !important;
  /* Remove underline or other decorations */
}

.news-categories ul li a:hover {
  color: darkgrey;
  /* Optional: Change color on hover */
}

.news-categories .cat-item {
  margin-bottom: 10px;
  list-style: none !important;
}

/* Remove bullets and any left padding/margin from the list */
.news-categories ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Style individual list items */
.news-categories .cat-item {
  margin-bottom: 10px;
  /* Add spacing between items */
}

/* Style the links */
.news-categories a {
  text-decoration: none !important;
  /* Remove text underline */
  color: #514B4D;
  /* Set text color */
}

/* Optional: Add hover effect for links */
.news-categories a:hover {
  color: #007bff;
  /* Change text color on hover */
}

.blue-box {
  background: linear-gradient(to bottom, #1b75b3 0%, #3fa7e6 100%);
  border-radius: 16px;
  min-height: 310px !important;
  margin-top: 25%;
  margin-bottom: 10%;
}

.blue-box-img {
  position: absolute;
  left: 70%;
  /* Center horizontally */
  top: -15%;
  /* Adjust this value to position the image upwards */
  transform: translate(-50%, 0);
  /* Adjust for centering */
  z-index: 1;
}

.news-category li {
  list-style: none;
}

.news-card {
  background-color: #eeeeee !important;
  min-height: 550px;
}

.news-img {
  border-radius: 0px !important;
  width: 100%;
  height: 210px;
}

.news-content {
  height: 270px;
}

.news-size {
  height: 112px
}

@media (max-width: 768px) {

  /* Adjust the breakpoint as necessary */
  .news-card {
    margin-bottom: 15px;
    /* Optional: Add some space between cards */
  }
}

.news-link {
  background-color: transparent !important;
  color: var(--primary-color);
}

.news-category-list {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove default padding */
  margin-bottom: 5px !important;
  /* Remove default margin */
}

.news-category-list li {
  margin-bottom: 10px !important;
}

.news-category-list li a:hover {
  margin-bottom: 10px !important;
  color: var(--dark-background) !important;
}

.btn-secondary {
  display: none !important;
}

.water-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.awards-img:hover .overlay,
.item-awards-img.selected .overlay {
  opacity: 50% !important;
  background-color: rgba(0, 78, 137) !important;
  border-radius: 8px !important;
}

.awards-img {
  position: relative !important;
}

.awards-img:hover {
  background-color: rgba(0, 78, 137) !important;
}

.water-overlay.active {
  opacity: 0.5 !important;
  background-color: rgba(0, 78, 137, 1) !important;
  border-radius: 8px !important;
  pointer-events: none !important;
}

.water-overlay {
  display: none;
  /* Hidden by default */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3 !important;
  border-radius: 8px !important;
  background-color: rgba(0, 78, 137, 1) !important;
  z-index: 1;
  /* Ensure it sits above the image */
}

/* Initial transparent navbar */
.navbar.bg-body-transparent {
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}

/* Scrolled navbar color */
.navbar.scrolled {
  background-color: black !important;
  /* Change to the desired color */
}

/* Make sure text color is readable */
.navbar.scrolled .navbar-brand,
.navbar.scrolled .navbar-nav .nav-link {
  color: white !important;
}

/* Style for the navbar toggler icon to show three lines */
.navbar-toggler {
  border: none;
  /* Remove default border */
}

.navbar-toggler-icon {
  background-image: none !important;
  /* Remove default background */
  display: inline-block;
  width: 1em;
  height: 1em !important;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 30px;
  /* Adjust width as needed */
  height: 20px;
  /* Adjust height as needed */
  position: relative;
  /* For positioning the lines */
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.line {
  content: "";
  display: block;
  width: 100%;
  /* Full width */
  height: 2px;
  /* Thickness of the lines */
  background-color: white;
  /* Set color to white */
  border-radius: 2px;
  /* Optional: rounded corners */
  position: absolute;
  left: 0;
  /* Align to the left */
}

/* Position the lines */
.navbar-toggler-icon::before {
  top: 0;
  /* Position the top line */
}

.line {
  top: 50%;
  /* Position the middle line */
  transform: translateY(-50%);
  /* Center the middle line */
}

.navbar-toggler-icon::after {
  bottom: 0;
  /* Position the bottom line */
}

@media (max-width: 768px) {
  .carousel-item {
    display: flex;
    justify-content: center;
    /* Center the item in the carousel */
    flex-direction: column;
    /* Align items vertically */
  }

  .article-card {
    width: 100%;
    /* Full width for mobile */
  }

  .carousel-inner .row {
    display: flex;
    /* Use flex to control layout */
    flex-direction: column;
    /* Ensure a single column layout on mobile */
  }

  /* Example CSS for the carousel */
  .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
  }

  /* Adjust the position of the arrows */
  .owl-nav .owl-prev {
    left: 10px;
  }

  .owl-nav .owl-next {
    right: 10px;
  }
}

.custom-select-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.filter-icon {
  margin-right: 10px;
  /* Spacing between icon and select */
  font-size: 18px;
  color: #000;
  /* Adjust icon color */
}

.custom-select {
  appearance: none;
  /* Remove default select styling */
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  border: none;
  width: 100%;
  padding-left: 10px;
  /* Optional extra padding for better appearance */
}

.custom-select:focus {
  outline: none;
  /* Remove focus outline */
}

/* Optional border styling for the select wrapper */
.custom-select-wrapper {
  border-radius: 5px;
  padding: 5px;
}

/* Events Page Styles  */
.event-more.transparent {
  visibility: visible !important;
  /* Keep the element taking up space */
  background-color: transparent !important;
  /* Make it fully transparent */
  height: 70px !important;
  /* You can adjust the height to match your layout needs */
}

.event-more.transparent:hover {
  visibility: visible !important;
  /* Keep the element taking up space */
  background-color: transparent !important;
  /* Make it fully transparent */
  height: 70px !important;
  /* You can adjust the height to match your layout needs */
}

/* Start Contact Us Page Styles */
.email-row {
  display: flex;
  align-items: center;
}

.email-row span {
  margin-right: 10px;
}

.email-row a {
  text-decoration: none;
  color: inherit;
}

.email-type {
  position: relative;
  padding-left: 50px;
  color: #333;
}

.email-type::before {
  content: "—";
  position: absolute;
  left: 5px !important;
  color: rgba(151, 144, 146, 0.5);
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.email-box {
  background-color: rgba(245, 244, 244, 1);
  border-radius: 8px;
  padding: 20px;
}

.contact-icon {
  width: 48px !important;
  height: 48px !important;
}

@media (max-width: 768px) {
  .email-box {
    width: 100% !important;
    padding: 10px !important;
  }

  .email-type {
    position: relative;
    padding-left: 0px !important;
    color: #333;
  }

  .paragraph {
    font-size: 0.8rem !important;
  }

  .contact-icon {
    width: 25px !important;
    height: 25px !important;
  }
}

.contact-info-card {
  background-color: var(--primary-color) !important;
  border-radius: 8px !important;
}

/* Style for Contact Form 7 text inputs */
.wpcf7 input[type="text"] {
  background-color: transparent !important;
  /* Set background to transparent */
  border: none;
  /* Remove any default border */
  border-bottom: 1px solid #fff;
  /* Add a bottom border */
  color: #fff;
  /* Set text color to white for better visibility */
  padding: 8px 0;
  /* Add some padding to the top and bottom */
  width: 100%;
  /* Make input take full width */
  border-radius: 0px !important;
}

.wpcf7 input[type="email"] {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff !important;
  /* Ensure input text color */
  padding: 8px 0;
  width: 100%;
  border-radius: 0 !important;
}

.wpcf7 input[type="email"]::placeholder {
  color: #ffffff !important;
  /* Placeholder color */
  opacity: 1;
  /* Ensure visibility in some browsers */
  padding: 0.375rem 0.75rem !important;
}

.wpcf7 input[type="text-area"]::placeholder {
  color: #ffffff !important;
  /* Placeholder color */
  opacity: 1;
  /* Ensure visibility in some browsers */
  padding: 0.375rem 0.75rem !important;
}

.wpcf7 textarea::placeholder {
  color: #ffffff !important;
  /* Placeholder color */
  opacity: 1;
  /* Ensure visibility in some browsers */
}

.wpcf7 input[type="textarea"] {
  background-color: transparent !important;
  /* Set background to transparent */
  border: none;
  /* Remove any default border */
  border-bottom: 1px solid #fff;
  /* Add a bottom border */
  color: #fff;
  /* Set text color to white for better visibility */
  padding: 8px 0;
  /* Add some padding to the top and bottom */
  width: 100%;
  /* Make input take full width */
  border-radius: 0px !important;
}

.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff !important;
  background-color: transparent !important;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
}

/* Optional: Add focus styles for better UX */
.wpcf7 input[type="text"]:focus {
  outline: none;
  /* Remove the default focus outline */
  border-bottom: 1px solid #f0f0f0;
  /* Change the bottom border color on focus */
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="text"]:hover {
  color: #fff !important;
  /* Ensure text is white on focus or hover */
}

.wpcf7 input[type="text"]::placeholder {
  color: #ffffff !important;
}

.wpcf7 input[type="submit"] {
  background-color: #ffffff;
  /* White background */
  color: var(--primary-color) !important;
  /* Use primary color for text */
  padding: 15px 30px;
  /* Padding */
  border: none;
  /* Remove border */
  border-radius: 5px;
  /* Optional: Rounded corners */
  cursor: pointer;
  /* Change cursor to pointer */
  font-weight: bold;
  /* Optional: Make text bold */
  border: 1px solid #fff !important;
}

.wpcf7 input[type="submit"]:hover {
  background-color: transparent;
  /* Change to primary color on hover */
  color: #ffffff !important;
  /* Text color changes to white on hover */
  border: 1px solid #fff !important;
}

.wpcf7 input[type="submit"]::after {
  content: "\f105" !important;
  /* Unicode for the angle-right icon */
  font-family: "Font Awesome 5 Free" !important;
  /* Make sure Font Awesome is loaded */
  font-weight: 900 !important;
  /* Font weight for Font Awesome */
  margin-left: 8px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red !important;
  color: red !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #fff;
  color: #fff !important;
}

.social-info-card {
  background-color: rgba(224, 242, 251, 1) !important;
}

/* End Contact Us Page Styles */

/* Start academy styles */
.overview {
  background-color: #004e89 !important;
  min-height: 400px !important;
  border-radius: 8px !important;
}

.overview-card {
  background-color: #004e89 !important;
  border-radius: 16px !important;
}

.brochure-img {
  position: absolute !important;
  top: -30px !important;
  right: 100px !important;
  width: 222px !important;
  height: auto !important;
  z-index: 3 !important;
  border-radius: 12px !important;
}

@media (max-width: 767px) {
  .brochure-img {
    position: static !important;
    margin: 0 auto !important;
    width: 150px !important;
    height: auto !important;
    display: block !important;
    z-index: 3 !important;
  }
}

.primary-img {
  position: relative;
  z-index: 1;
}

.level-img {
  position: absolute;
  top: 0;
  left: 12px !important;
  width: 100px;
  height: 100px;
  z-index: 10;
  border-radius: 8px 0px 0px 0px !important;
}

.cool-grey-card {
  background-color: #f5f4f4 !important;
}

.white-card {
  background-color: #fff !important;
  border-radius: 8px !important;
  border: 1px solid #ececec !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08) !important;
  /* Drop shadow */
}

@media (max-width: 768px) {
  .white-card {
    flex-direction: column !important;
  }

  .primary-img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .level-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: auto;
  }

  .cool-grey-card {
    margin-top: 15px;
  }

  .btn-text {
    /* text-align: center; */
  }
}

/* End academy styles */

/* Start Academy Certificate and Degree - IROC */

.linear-background-card {
  background: radial-gradient(circle, #002A52 0%, #004E89 100%);
  padding: 40px;
  color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.mail-button {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 768px) {
  .mail-button {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}

.mail-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #e0e0e0;
}

.mail-icon img {
  width: 20px;
  height: 20px;
}

.mail-text {
  font-size: 0.9rem;
}

.cool-blue-table {
  background-color: #dff2fb !important;
  border-color: #dff2fb !important;
}

.cool-blue-table th {
  background-color: #dff2fb !important;
  color: var(--primary-color) !important;
  font-weight: bold !important;
}

.cool-blue-table td {
  order: 1px solid #000 !important;
  background-color: #dff2fb !important;
  color: #333 !important;
  text-align: center !important;
}

.cool-blue-table tr {
  padding: 10px !important;
}

.cool-blue-table td {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  /* Border top with 6% opacity */
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  /* Border bottom with 6% opacity */
  padding: 12px !important;
}

.cool-blue-table tr:nth-child(even) td {
  background-color: transparent !important;
}

.feature-cards {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
  background: #004e89;
  padding: 40px;
  color: white;
  border-radius: 4px;
}

.news-img-container {
  width: 100%;
  /* Ensure it takes up full width of the column */
  overflow: hidden;
  /* Hide any overflowed parts of the image */
}

.news-img {
  object-fit: cover;
  /* Ensures the image covers the area */
  height: 210px;
  /* Set a fixed height */
  width: 100%;
  /* Make sure the image stretches across the full width of the container */
}

/* End Academy Certificate and Degree - IROC */

/* Start Academy Certificate and Degree Styles */
.program-cards {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
  background: #004e89;
  padding: 0px !important;
  color: white;
  border-radius: 4px;
}

.more-info-btn {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 15px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  display: inline-block;
  text-align: right;
}

.image-container {
  height: 100%;
  overflow: hidden;
}

.image-container img {
  object-fit: cover;
  height: 600px !important;
  width: 100%;
}

.content-box {
  background-color: #004376;
  padding: 50px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .image-container {
    height: auto;
  }

  .more-info-btn {
    text-align: center;
  }
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  object-fit: cover;
}

.image-overlay {
  height: 176px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.image-overlay img {
  max-height: 164px;
  max-width: 124px;
  object-fit: contain;
}

/* End Academy Certificate and Degree Styles */

/* Start News Room Styles */

.custom-tabs .nav-link {
  background-color: rgba(150, 210, 240, 0.3) !important;
  /* Light background */
  color: var(--primary-color) !important;
  /* Default text color */
  border-radius: 24px !important;
  /* Optional rounded corners */
  transition: all 0.3s ease !important;
  /* Smooth transitions */
  border: none !important;
  /* Remove border */
  margin-right: 5px !important;
  /* Add spacing between tabs */
  font-size: 1rem !important;
  font-weight: 400 !important;
}

/* Active tab styling */
.custom-tabs .nav-link.active {
  background-color: var(--primary-color) !important;
  /* Active background */
  color: #fff !important;
  /* Active text color */
}

/* Hover effect */
.custom-tabs .nav-link:hover {
  background-color: var(--primary-color) !important;
  /* Hover background */
  color: #fff !important;
  /* Hover text color */
}

.btn-load-more {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  padding: 16px 32px !important;
  text-decoration: none !important;
  border: 1px solid var(--secondary-color) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  justify-content: center !important;
  align-items: center !important;
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.btn-load-more:hover {
  background-color: transparent !important;
  color: var(--secondary-color) !important;
  padding: 16px 32px !important;
  text-decoration: none !important;
  border: 1px solid var(--secondary-color) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  justify-content: center !important;
  align-items: center !important;
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.media-card {
  background-color: #d5ebf6 !important;
}

/* End News Room Styles */

/* Start Gallery Styles */
.gallery-card {
  background-color: #fafafa !important;
  border: none !important;
  border-left: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
}

@media (max-width: 768px) {
  .sbx-custom__input {
    padding-left: 100px !important;
  }

  .gallery-year {
    background-color: black !important;
    padding: 5px 15px 5px 15px !important;
    top: 35% !important;
    left: 11% !important;
    z-index: 1 !important;
    border-radius: 4px !important;
  }
}

.gallery-size {
  height: 150px !important;
}

.gallery-year {
  background-color: black !important;
  padding: 5px 15px 5px 15px !important;
  top: 40% !important;
  left: 11% !important;
  z-index: 1 !important;
  border-radius: 4px !important;
}

/* Apply to the first two cards in a row */
.gallery-card {
  border-left: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-top: none !important;
  border-radius: 0px 0px 8px 8px !important;
  height: 40vh !important;
  /* Dynamic height for large screens */
  max-height: 320px;
  /* Prevents excessive stretching */
}

/*  Tablets (768px - 991px) */
@media (max-width: 991px) {
  .gallery-text {
    font-size: 0.9rem !important;
    /* Adjust for medium screens */
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  visibility: visible !important;
  /* Ensure visibility */
  display: flex !important;
  /* Force display */
  align-items: center;
}

@media (max-width: 768px) {

  .carousel-control-prev,
  .carousel-control-next {
    width: 15%;
    /* Increase area for easier clicking on mobile */
  }
}

/* Gallery container for horizontal scroll */
.gallery-container {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping of items to new lines */
  overflow-x: auto;
  /* Allow horizontal scrolling */
  gap: 20px;
  /* Add space between gallery items */
}

/* Individual gallery card item */
.gallery-card-item {
  flex: 0 0 auto;
  /* Prevent the item from shrinking */
  width: 300px;
  /* Adjust width as needed */
}

/* Optionally, set a maximum height for gallery items */
.gallery-card-item img {
  height: auto;
  max-width: 100%;
}

/* Make the gallery container scrollable on small screens */
@media (max-width: 768px) {
  .gallery-container {
    flex-direction: column;
  }
}

/* End Gallery Styles */


/* Start Video section Styles */
.video-description-box {
  height: 80px !important;
  background-color: #000 !important;
  color: white !important;
  padding: 10px !important;
  font-size: 1.25rem !important;
  border-radius: 0px 0px 8px 8px !important;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #231F20;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumbnail {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  cursor: pointer !important;
  padding: 0 !important;
  border: none !important;
}

.thumbnail-container {
  position: relative !important;
  width: 100% !important;
}

.video-thumbnail-img {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
}

#centered-container {
  display: block;
  height: 100%;
  position: relative;
}

#filtered-videos,
#all-videos {
  transition: opacity 0.3s ease-in-out;
}

/* Style for the notification */
.copy-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4CAF50;
  color: white;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Fade out animation */
.copy-notification.fade-out {
  opacity: 0;
}

/* End Video section Styles */


/* Start YLP Form Styles */

/* Universal input and textarea styling */
input.custom-input,
textarea.custom-input {
  border: none !important;
  border-bottom: 2px solid var(--secondary-color) !important;
  background: transparent !important;
  color: var(--secondary-color) !important;
  width: 100%;
  padding: 10px;
  font-size: 1.2rem !important;
  line-height: 2rem !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

/* Placeholder styling */
input.custom-input::placeholder,
textarea.custom-input::placeholder {
  color: var(--secondary-color) !important;
  opacity: 1;
}

/* Vendor prefixes for placeholder cross-browser compatibility */
input.custom-input::-webkit-input-placeholder,
textarea.custom-input::-webkit-input-placeholder {
  /* Chrome, Safari, Edge */
  color: var(--secondary-color) !important;
}

input.custom-input:-ms-input-placeholder,
textarea.custom-input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--secondary-color) !important;
}

input.custom-input::-ms-input-placeholder,
textarea.custom-input::-ms-input-placeholder {
  /* Edge */
  color: var(--secondary-color) !important;
}

/* Hover styling */
input.custom-input:hover,
textarea.custom-input:hover {
  color: var(--secondary-color) !important;
  /* Text color on hover */
  border-bottom: 2px solid var(--secondary-color) !important;
}

/* Focus styling */
input.custom-input:focus,
textarea.custom-input:focus {
  outline: none !important;
  border-bottom: 2px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

/* Active styling */
input.custom-input:active,
textarea.custom-input:active {
  border-bottom: 2px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

/* Contact Form 7 specific styles */
.wpcf7 input.custom-input,
.wpcf7 textarea.custom-input {
  color: var(--secondary-color) !important;
}

.wpcf7 input.custom-input::placeholder,
.wpcf7 textarea.custom-input::placeholder {
  color: var(--secondary-color) !important;
  opacity: 1;
}

.wpcf7 input.custom-input::-webkit-input-placeholder,
.wpcf7 textarea.custom-input::-webkit-input-placeholder {
  color: var(--secondary-color) !important;
}

.wpcf7 input.custom-input:-ms-input-placeholder,
.wpcf7 textarea.custom-input:-ms-input-placeholder {
  color: var(--secondary-color) !important;
}

.wpcf7 input.custom-input::-ms-input-placeholder,
.wpcf7 textarea.custom-input::-ms-input-placeholder {
  color: var(--secondary-color) !important;
}

/* Start YLP Form Styles */

/* Universal input and textarea styling */
input.custom-input,
textarea.custom-input {
  border: none !important;
  border-bottom: 2px solid var(--secondary-color) !important;
  background: transparent !important;
  color: var(--secondary-color) !important;
  width: 100%;
  padding: 10px;
  font-size: 1.2rem !important;
  line-height: 2rem !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

/* Placeholder styling */
input.custom-input::placeholder,
textarea.custom-input::placeholder {
  color: var(--secondary-color) !important;
  opacity: 1;
}

/* Vendor prefixes for placeholder cross-browser compatibility */
input.custom-input::-webkit-input-placeholder,
textarea.custom-input::-webkit-input-placeholder {
  /* Chrome, Safari, Edge */
  color: var(--secondary-color) !important;
}

input.custom-input:-ms-input-placeholder,
textarea.custom-input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--secondary-color) !important;
}

input.custom-input::-ms-input-placeholder,
textarea.custom-input::-ms-input-placeholder {
  /* Edge */
  color: var(--secondary-color) !important;
}

/* Hover styling */
.wpcf7 input[type="text"].custom-input:hover,
textarea.custom-input:hover {
  color: var(--secondary-color) !important;
  /* Text color on hover */
  border-bottom: 2px solid var(--secondary-color) !important;
}

/* Focus styling */
input.custom-input:focus,
textarea.custom-input:focus {
  outline: none !important;
  border-bottom: 2px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

/* Active styling */
input.custom-input:active,
textarea.custom-input:active {
  border-bottom: 2px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

/* Contact Form 7 specific styles */
.wpcf7 input.custom-input,
.wpcf7 textarea.custom-input {
  color: var(--secondary-color) !important;
}

.wpcf7 input.custom-input::placeholder,
.wpcf7 textarea.custom-input::placeholder {
  color: var(--secondary-color) !important;
  opacity: 1;
}

.wpcf7 input.custom-input::-webkit-input-placeholder,
.wpcf7 textarea.custom-input::-webkit-input-placeholder {
  color: var(--secondary-color) !important;
}

.wpcf7 input.custom-input:-ms-input-placeholder,
.wpcf7 textarea.custom-input:-ms-input-placeholder {
  color: var(--secondary-color) !important;
}

.wpcf7 input.custom-input::-ms-input-placeholder,
.wpcf7 textarea.custom-input::-ms-input-placeholder {
  color: var(--secondary-color) !important;
}

.ylp-form {

  margin: 0 !important;
  /* Removes auto margin */
}

.wpcf7 {
  max-width: 600px;
  margin: 0 !important;
}

/* Style the submit button */
/* Style for submit button */
.wpcf7 input[type="submit"],
.btn-inquiry {
  background-color: var(--secondary-color) !important;
  /* Background color */
  color: #fff !important;
  /* White text */
  border: none !important;
  /* Remove default border */
  padding: 10px 20px !important;
  /* Add padding */
  font-size: 16px !important;
  /* Adjust font size */
  font-weight: bold !important;
  /* Make the text bold */
  text-transform: uppercase !important;
  /* Uppercase text */
  border-radius: 5px !important;
  /* Rounded corners */
  cursor: pointer !important;
  /* Pointer cursor on hover */
  transition: background-color 0.3s ease !important;
  /* Smooth background transition */
}

/* Hover effect for submit button */
.wpcf7 input[type="submit"]:hover,
.btn-inquiry:hover {
  background-color: #444 !important;
  /* Slightly lighter background on hover */
}

.img-fit {
  object-fit: contain !important;
  /* Ensures the image scales proportionally */
  width: 100% !important;
  /* Takes full width of the column */
  height: auto !important;
  /* Maintains the aspect ratio */
  display: block !important;
  /* Ensures no inline space issues */
  margin: auto !important;
  /* Centers the image */
}

.wpcf7 textarea.custom-input {
  height: 100px !important;
  /* Ensures the height is explicitly 30px */
  overflow-y: auto;
  /* Adds a scrollbar if the content overflows */
}

/* End YLP Form Styles */

/* Start Globle Connection Page Styles */
.globle-heading {
  height: 100px !important;
}

.globle-img {
  border-radius: 0px !important;
  width: 100%;
}

.row.d-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  /* Allows items to wrap on smaller screens */
}

/* End Globle Connection Page Styles */

/* Start Academy past Course Styles */
.academy-course-card {
  background-color: #fff !important;
  border: 1px solid #D1E0EB !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08) !important;
  padding: 20px !important;
  border-radius: 8px !important;
}

.separator-container {
  gap: 1rem;
}

.separator-container .separator {
  width: 1px;
  height: 20px;
  background-color: #D1E0EB;
}

/* End Academy past Course Styles */

/* Start Academy Events Styles */

.academy-events-card {
  background-color: #fff !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.18) !important;
  /* X=0, Y=4, Blur=16, Spread=0, Color=#000000 18% */
  padding: 20px !important;
  border-radius: 8px !important;
}

.past-card {
  background-color: var(--background-color) !important;

}

/* End Academy Events Styles */


/* Strat e-library styles */
.exclusive-card {
  background-color: var(--secondary-color) !important;
  padding: 20px !important;
  border-radius: 16px !important;
}

.library-card {
  background-color: #fff !important;
  border-radius: 8px !important;
}

.library-img {
  border-radius: 8px 0px 0px 8px !important;
}

.globle-img {
  border-radius: 0px !important;
}

.content-globle {
  height: 220px !important;
}

.document-card {
  position: relative;
  overflow: hidden;
  background-color: #EEEEEE !important;
}

.document-card-image {
  width: 100%;
  height: 200px;
  /* Adjust this height as needed */
  object-fit: cover;
  /* Ensures the image fills the container without distortion */
  border-radius: 0px !important;
}

/* End e-library styles */

/* Start Single-Webinars Styles */
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
}

/* End Single-Webinars Styles */


.paragraph p {
  font-size: 1.2rem !important;
  line-height: 2rem !important;
  font-weight: 400 !important;
  font-family: "Nunito Sans", sans-serif !important;
  color: #000 !important;
}

/* .paragraph a {
  color: #000;
  text-decoration: underline !important;
} */
/* a:hover {
	color: inherit !important;
} */
.wp-block-button__link.has-white-color.has-background:hover {
    color: var(--wp--preset--color--white) !important;
   
}
/*----- IDRA CR Development Styles Home Page -----------------*/

.event-more {
  transition: background-color 0.3s ease;
  padding: 10px !important;
  border-left: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0px 0px 8px 8px !important;
}

.date-badge {
  min-width: 220px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 4px;
}
.featured-event-card {
  background-color: #FAFAFA;
  min-width: 0; 
    word-wrap: break-word; 
    display: flex;
    flex-direction: column;
}
.featured-event {
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color) !important;
  margin-top: auto;
}

.featured-event a {
  display: block;
  color: #fff !important;
  padding: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.featured-event:hover {
  background-color: var(--primary-color) !important;
}

.featured-event a:hover {
  color: #fff !important;
}
.featured-event-height {
  height: 330px; 
  max-height: 330px; 
  overflow: visible;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.card-body {
  flex: 1 1 auto; 
  min-height: 0;
}


@media (max-width: 768px) {
  .featured-event-height {
    min-height: 400px; 
  }
}
@media (max-width: 992px) {
  .featured-event-height {
    min-height: 400px; 
  }
}
.featured-event-text-grey p {
  color: #979092 !important;
}
span.featured-event-text-grey,
.paragraph-2.featured-event-text-grey {
  color: #979092 !important;
}
.text-accent-color:hover {
  color: var(--accent-dark);
}


    /* Carousel styling */
    #featured-events-carousel {
        padding-bottom: 30px; /* Space for dots */
    }
    
    /* Carousel indicators/dots */
    .carousel-indicators {
        position: relative;
        bottom: 0;
        margin: 15px 0 0;
        justify-content: center;
        bottom: -30px !important;
    }
    
    .carousel-indicators [data-bs-target] {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50%;
        background-color: #c2c2c2 !important;
        border: none;
        margin: 0 5px;
        padding: 0;
        text-indent: -9999px;
        opacity: 1;
    }
    
    .carousel-indicators button.active {
        background-color: #333 !important;
    }
    
    /* Hide indicators on desktop */
    @media (min-width: 768px) {
        .carousel-indicators {
            display: none !important;
        }
    }
    
    /* Mobile carousel item padding */
    .carousel-item {
        padding-bottom: 15px;
    }
.event-title {
      min-height: 85px;
    }
@media (max-width: 992px) {
  .event-title {
        min-height: 125px; 
  }
}
.paragraph strong {
  color: inherit !important;
}
/*----- IDRA CR Development Styles Home Page -----------------*/