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

body {
  font-size: 15px!important;
  font-family: "Poppins", serif !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ckeditor-accordion-toggler {
  border-radius: 12px;
  color: #fff;
  transition: 0.3s all ease;
}

/* 1. Style the Button Container */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #00aead !important; /* Teal background */
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  border: none !important;
  border-radius: 4px; /* Optional: adds a slight curve to the corners */
  
  /* Flexbox centers the arrows perfectly */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* 2. Style and Center the Text Arrows (‹ and ›) */
.owl-nav button span {
  font-size: 28px; 
  line-height: 1;
  /* Angle quotes naturally sit a bit low on the text baseline. 
     This pulls them up to the optical center of the box. */
  margin-top: -4px; 
}

/* 3. Add a Hover Effect */
.owl-nav button:hover {
  background: #008c8b !important; /* Slightly darker teal when hovering */
}

/* 4. Remove the default blue outline on click */
.owl-nav button:focus {
  outline: none;
}

.ckeditor-accordion-toggler:hover {
  color: #fff !important;
  background: #008887 !important;
}
.two-column-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px; /* Indent for numbers */
}

.two-column-list li {
  width: 50%;         /* Equivalent to col-md-6 */
  box-sizing: border-box;
  padding-right: 15px;
  margin-bottom: 20px;
}

/* Optional: Stack them on mobile screens (like Bootstrap does) */
@media (max-width: 768px) {
  .two-column-list li {
    width: 100%;
  }
}

.maincontent a {
  color: #006b6b; /* Darker shade for readability */
  text-decoration: none !important; /* Clean look */
  font-weight: 500 !important;
  transition: color 0.2s ease;
}

.maincontent a:hover {
  color: #00aead; /* Your brand color */
  text-decoration: underline; /* Standard usability cue */
}

.maincontent a:active {
  color: #004d4d; /* Even darker when clicking */
}
header {
  z-index: 450;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  box-shadow: inset 0 0 0 0 #ffffff;
  height: 80px;
  top: 0;
  width: 100%;
  background: #fff;
  position: sticky;
  box-shadow: 1px 2px 4px rgb(0, 0, 0, 0.2);
}

header.darkHeader {
  position: sticky;
}
header img {
  max-width: 150px;
  filter: invert(1);
}
.maincontent header {
  position: relative;
  width: 100%;
  z-index: 8;
  height: clamp(400px, 40vh, 450px);
  overflow: hidden;
  /* REMOVE filter: brightness(0.5) from here */
}

/* 2. Apply the brightness filter ONLY to the image */
.viewsinternalPagesBanner img {
  width: 100%;
  max-width: initial;
  height: 100%;
  object-fit: cover; /* Ensures image fills the area without stretching */
  filter: brightness(0.5) !important; /* Darkens only the image */
}

header .navigation ul li a {
  color: #ffffff;
}

header .navbar-expand-lg .navbar-nav .dropdown-item {
  white-space: normal; /* allow wrapping */
  word-break: normal; /* default behavior */
  overflow-wrap: normal; /* prevent mid-word breaks */
  line-height: 1.4;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 245px;
}
header a.dropdown-item:hover {
  background-color: #00aead;
  color: #fff !important;
}

header .dropdown-item.active,
.dropdown-item:active {
  background-color: #00aead;
  color: #fff !important;
}

a.nav-link.dropdown-toggle:focus {
  color: #fff;
}

header .dropdown-menu a.dropdown-item {
  color: #212529;
}

.contact-btn {
  border-radius: 30px;
  font-size: 0.8em;
  padding: 10px 20px;
  margin: 0 20px;
}

.custom-carousel {
  max-height: 100vh;
}
.custom-carousel img {
  max-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-carousel .carousel-content {
  position: absolute;
  left: 15%;
  max-width: 650px;
  bottom: 35%;
  margin: auto;
  max-height: 300px;
  z-index: 1;
}
.custom-carousel .carousel-content h2 {
  font-size: 4em;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3em;
}

.custom-carousel .carousel-item a,.custom-carousel .carousel-item .carousel-video a{z-index:1;position:relative;}

.video-size{display:none;}

.custom-carousel .carousel-item img,.custom-carousel .carousel-item video {
  height: calc(100vh - 80px);
  object-fit: fill;
filter:brightness(0.6);
width:100%;
}
@media (width<=1024px){.custom-carousel .carousel-item img,.custom-carousel .carousel-item video {
 height:auto;
}}

@media only screen and (max-width: 767px) {
  .custom-carousel .carousel-content h2 {
    color: #1f1f1f;
    font-size: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-carousel .carousel-content h2 {
    color: #1f1f1f;
    font-size: 2em;
  }
}

.visitor-counter {
    color:#fff;
}

@media only screen and (max-width: 767px) {
  .custom-carousel .carousel-content {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 20px;
    max-height: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-carousel .carousel-content {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 20px;
    max-height: none;
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-carousel .carousel-content {
    max-width: 950px;
    bottom: 45%;
  }
}
.custom-carousel .carousel-content .read-more {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .custom-carousel .carousel-content .read-more {
    color: #00aead;
  }
  .custom-carousel .carousel-content .read-more:hover,
  .custom-carousel .carousel-content .read-more:focus {
    color: #ffffff;
  }
}
.custom-carousel .carousel-indicators button {
  border-top: 3px solid #ffffff;
  width: 25%;
  margin: 0 10px;
  height: auto;
  background: none;
  position: relative;
  display: block;
  text-align: left;
  flex: auto;
  text-indent: 0px;
  color: #ffffff;
  font-size: 15px;
  opacity: 1;
  border-bottom: 0;
  padding: 20px 0;
}
.custom-carousel .carousel-indicators button span {
  display: block;
}
.custom-carousel .carousel-indicators button.active {
  border-color: #00aead;
}
@media only screen and (max-width: 767px) {
  .custom-carousel .carousel-indicators button {
    width: 30px;
    flex: 0 1 auto;
    margin: 0 3px;
  }
  .custom-carousel .carousel-indicators button span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-carousel .carousel-indicators button {
    width: 30px;
    flex: 0 1 auto;
    margin: 0 3px;
  }
  .custom-carousel .carousel-indicators button span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .custom-carousel .carousel-indicators {
    bottom: 40%;
  }
}

.about-bg {
  background: url(../images/home-ring.png) no-repeat center center;
  background-size: 70% auto;

}

.read-more {
  border: 1px solid #00aead;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 30px;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 0.85em;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  box-shadow: inset 0 0 0 0 #00aead;
  position: relative;
}
.read-more:hover,
.read-more:focus {
  background-color: #00aead;
  color: #ffffff;
  box-shadow: inset 200px 0 0 0 #00aead;
}

.cmn-txt span.head {
  font-weight: 500;
  color: #00aead;
}

.latest-updates span.head{  font-weight: 500;
  color: #00aead;}
.cmn-txt h2, .imp-links h2 {
  font-weight: 500;
  line-height: 1.3em;
  font-size: 2.35em;
  color: #00aead;
}

.latest-updates-title { font-weight: 500;
  line-height: 1.3em;
  font-size: 2.35em;
  color: #00aead;}
.cmn-btn {
  padding: 10px 30px;
  border-radius: 30px;
  background: #00aead;
  color: #ffffff;
  border: 0;
display:inline-block;
  text-decoration: none;
  font-size: 0.85em;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  box-shadow: inset 0 0 0 0 #00827f;
  position: relative;
}
.cmn-btn:hover,
.cmn-btn:focus {
  background-color: #00827f;
  color: #ffffff;
  box-shadow: inset 200px 0 0 0 #00827f;
}


.verticals-wrap .carousel-control-next {
  right: -2.5%;
  opacity: 1;
  width: auto;
}
.verticals-wrap .carousel-control-prev {
  left: -2.5%;
  opacity: 1;
  width: auto;
}



.verticals-wrap .card {
  height:100%;
}



.masonry {
  /* Masonry container */
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 2em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 2em;
  column-gap: 2em;
  font-size: 0.85em;
}

.item {
  display: inline-block;
  margin: 0 0 2em;
  width:100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.item-content {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  padding: 20px;
  border-radius: 5px;
}
.item-content h2 {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.5em;
}
.item-content .read-more {
  color: #ffffff;
  position: absolute;
  bottom: 20px;
}
.item:hover .item-content {
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.item img {
  max-width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.masonry .views-row:nth-child(1) .item img {
  height: 400px;
}

.masonry .views-row:nth-child(2) .item img {
  height: 300px;
}

.masonry .views-row:nth-child(3) .item img {
  height: 300px;
}

.masonry .views-row:nth-child(4) .item img {
  height: 400px;
}

.masonry .views-row:nth-child(5) .item img {
  height: 400px;
}

.masonry .views-row:nth-child(6) .item img {
  height: 300px;
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 768px) {
  .masonry {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.whats-new {
  background-color:#DFFFF0;
mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}
.whats-new .swiper-pagination {
  bottom: 0;
  position: absolute;
}
.whats-new .swiper-slide {
  border-radius: 5px;
}
.whats-new .swiper-slide img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.whats-new .swiper-slide p {
  font-size: 1em;
  font-weight: 500;
  min-height: 70px;
}
.whats-new .swiper-slide a {
  text-decoration: none;
  color: #212529;
  transition: 0.3s ease;
}
.whats-new .swiper-slide a:hover {
  color: #00aead;
}
/*.whats-new .swiper:before {
  background-color: #f7fff0;
  height: 80px;
  width: 100%;
  content: "";
  border-radius: 100%;
  top: -40px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9;
}*/
.whats-new .swiper-slide {
  display: block;
  width: 100%;
  background-color: #ffffff;
}

.join-team {
  background: url(../images/join-bg.png) no-repeat bottom center;
  background-size: cover;
}


footer {
  background-color: #1c8d88;
}
footer .logo {
  max-width: 150px;
}
footer .social-icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
  text-align: center;
  color: #1c8d88;
}
footer .social-icons a:hover,
footer .social-icons a:focus {
  color: #00aead;
}
footer .btm-footer {
  background-color: #207874;
}
footer .btm-footer p {
  color: #ffffff;
  font-size: 0.85em;
}

.some-imp{
  background-image: url(../images/some-imp-img.png);
background-repeat:no-repeat;
background-size:contain;
}

.some-imp .cmn-btn{

font-size:1em;
margin:10px 0px;
}

.some-imp .nav-underline .nav-link.active {
  font-weight: 600;
  color: #1f1f1f;
  border-bottom-color: #00aead;
}
.some-imp .nav-underline .show > .nav-link {
  font-weight: 600;
  color: #1f1f1f;
  border-bottom-color: #00aead;
}
.some-imp
  .circular-carousel-body
  .circular-slider
  .wrapper
  .slides-holder__item {
  text-align: center;
}
.some-imp-resp{display:none!important;}
@media screen and (max-width: 1024px) {
  .some-imp .circular-carousel-body {
    display: none;
  }

.some-imp-resp{display:block!important;}

}
.some-imp
  .circular-carousel-body
  .circular-slider
  .wrapper
  .slides-holder__item
  img {
  height: 100px;
  width: 100px;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .some-imp
    .circular-carousel-body
    .circular-slider
    .wrapper
    .slides-holder__item
    img {
    height: 50% !important;
  }
}
.some-imp .descriptions {
  position: relative;
}
.some-imp .descriptions .slides-holder__item_active p {
  color: #00aead;
  font-weight: 600;
}
.some-imp .descriptions .previous-btn,
.some-imp .descriptions .next-btn {
  background: #1f1f1f !important;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50% !important;
}
.some-imp .descriptions .next-icon,
.some-imp .descriptions .prev-icon {
  width: 1.5em !important;
}
.some-imp .description {
  height: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .some-imp .description {
    width: 250px;
  }
}
@media screen and (max-width: 430px) {
  .some-imp .description {
    width: 100px !important;
  }
}
.some-imp .description p {
  font-size: 1.15em;
}
.some-imp .description img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .some-imp .description img {
    height: 100px;
  }
}
@media screen and (max-width: 430px) {
  .some-imp .description img {
    height: 50px;
  }
}

.niti-initiatives {
  background-color: #f5fff5;
  background-image: url("../images/circular-slider/bg-image.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 40%;
}

.circular-carousel-body {
 height:650px;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .circular-carousel-body {
    height: 35vh !important;
  }
}

.responsive {
  display: none;
}
@media (width<=1024px) {
  .responsive {
    display: block;
  }
}
.circular-carousel-body article,
.circular-carousel-body aside,
.circular-carousel-body details,
.circular-carousel-body figcaption,
.circular-carousel-body figure,
.circular-carousel-body footer,
.circular-carousel-body header,
.circular-carousel-body hgroup,
.circular-carousel-body menu,
.circular-carousel-body nav,
.circular-carousel-body section {
  display: block;
}
.circular-carousel-body ol,
.circular-carousel-body ul {
  list-style: none;
}
.circular-carousel-body blockquote,
.circular-carousel-body q {
  quotes: none;
}
.circular-carousel-body blockquote:before,
.circular-carousel-body blockquote:after {
  content: "";
  content: none;
}
.circular-carousel-body q:before,
.circular-carousel-body q:after {
  content: "";
  content: none;
}
.circular-carousel-body table {
  border-collapse: collapse;
  border-spacing: 0;
}
.circular-carousel-body .slider {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.circular-carousel-body .circular-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.circular-carousel-body .circular-slider .wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 0px 20px;
  overflow: hidden;
}
.circular-carousel-body .circular-slider .wrapper .controls__left {
  left: 0;
  transform: translateY(-50%);
}
.circular-carousel-body .circular-slider .wrapper .controls__left:hover {
  left: 0;
}
.circular-carousel-body .circular-slider .wrapper .controls__right {
  right: 0;
  transform: translate(0%, -50%);
}
.circular-carousel-body .circular-slider .wrapper .controls__autoplay {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.circular-carousel-body
  .circular-slider
  .wrapper
  .controls__autoplay_running
  .pause {
  display: block;
}
.circular-carousel-body
  .circular-slider
  .wrapper
  .controls__autoplay_running
  .run {
  display: none;
}
.circular-carousel-body
  .circular-slider
  .wrapper
  .controls__autoplay_paused
  .pause {
  display: none;
}
.circular-carousel-body
  .circular-slider
  .wrapper
  .controls__autoplay_paused
  .run {
  display: block;
}
.circular-carousel-body .circular-slider .wrapper .slides-holder {
  border: 90px solid transparent;
  border-radius: 50%;
  transform-origin: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e8ffdb, #bcebff) border-box;
}
.circular-carousel-body .circular-slider .wrapper .slides-holder__item {
  position: absolute;
  box-sizing: border-box;
  transform-origin: center;
  transition: 0.3s linear all;
  filter: brightness(70%);


  cursor: pointer;
}
.circular-carousel-body .circular-slider .wrapper .slides-holder__item img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.circular-carousel-body .circular-slider .wrapper .slides-holder__item_active {
  filter: brightness(100%);
}
.circular-carousel-body .circular-slider .wrapper .descriptions {
  position: absolute;
  bottom: 0%;
  z-index: 449;
}
.circular-carousel-body .circular-slider .wrapper .descriptions__item {
  width: 100%;
  height: 0%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0s 0s linear;
}
.circular-carousel-body .circular-slider .wrapper .descriptions__item h1 {
  font-size: 2.5em;
  padding-top: 15px;
  color: #00aead;
  font-weight: 700;
}
.circular-carousel-body
  .circular-slider
  .wrapper
  .descriptions__item
  .description {
  font-size: 1.5em;
  margin-top: 5px;

  text-overflow: ellipsis;
  min-height: 50px;
  overflow-y: hidden;
}
.circular-carousel-body .circular-slider .wrapper .descriptions__item_visible {
  height: 100%;
  opacity: 1;
  transition: opacity 0.6s 0s linear;
}
.circular-carousel-body .circular-slider .wrapper .controls__left,
.circular-carousel-body .circular-slider .wrapper .controls__right,
.circular-carousel-body .circular-slider .wrapper .controls__autoplay {
  position: absolute;
  z-index: 101;
  transition: 0.6s all;
}
.circular-carousel-body
  .circular-slider
  .wrapper
  .controls__left:hover
  .icon-wrapper,
.circular-carousel-body
  .circular-slider
  .wrapper
  .controls__right:hover
  .icon-wrapper,
.circular-carousel-body
  .circular-slider
  .wrapper
  .controls__autoplay:hover
  .icon-wrapper {
  font-size: 1.7em;
  opacity: 1;
}
.circular-carousel-body .circular-slider .wrapper .controls__left .icon-wrapper,
.circular-carousel-body
  .circular-slider
  .wrapper
  .controls__right
  .icon-wrapper,
.circular-carousel-body
  .circular-slider
  .wrapper
  .controls__autoplay
  .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #8eb8e5;
  font-size: 1.5em;
  opacity: 0.7;
}
.circular-carousel-body .circular-slider .wrapper .controls__left,
.circular-carousel-body .circular-slider .wrapper .controls__right {
  top: 50%;
}
.circular-carousel-body .circular-slider .wrapper .descriptions__item h1,
.circular-carousel-body
  .circular-slider
  .wrapper
  .descriptions__item
  .description {
  font-family: Helvetica, sans-serif;
}
.circular-carousel-body .simple-effect {
  padding: 1em 0.4em;
  display: block;
  font-size: 1.8em;
}
.circular-carousel-body .simple-effect span {
  color: #1e92ea;
}
.circular-carousel-body .overlay,
.circular-carousel-body .overlay-text,
.circular-carousel-body .simple-text,
.circular-carousel-body .overlay-sim-text-2,
.circular-carousel-body .overlay-text-effect-3,
.circular-carousel-body .zoom-effect-1 img,
.circular-carousel-body .zoom-effect-2 img,
.circular-carousel-body .opacity-effect img,
.circular-carousel-body .blur-effect img,
.circular-carousel-body .grayscale-effect img {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.circular-carousel-body .image-wrapper {
  margin-bottom: 35px;
}
.circular-carousel-body .effect-image-1 {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #00aead;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 50%;
}
.circular-carousel-body .effect-image-1 img {
  border-radius: 50%;
}
.circular-carousel-body .overlay-text p,
.circular-carousel-body .overlay-sim-text-2 p,
.circular-carousel-body .overlay-text-effect-3 p {
  text-align: center;
  color: #fff;
  padding: 20px 20px;
  max-height: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.circular-carousel-body .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00aead;
  opacity: 0;
  visibility: hidden;
}
.circular-carousel-body .overlay-sim-text-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 174, 173, 0.8);
  opacity: 0;
}
.circular-carousel-body .simple-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #1e92ea;
  color: #fff;
}
.circular-carousel-body .simple-text p {
  margin-bottom: 0px;
  padding: 2px 8px;
}
.circular-carousel-body .effect-image-1:hover .overlay-xs-1 {
  opacity: 1;
  visibility: visible;
  display: block;
}
.circular-carousel-body .effect-image-1:hover .simple-text {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .circular-carousel-body .circular-slider .wrapper .slides-holder {
    border: 20px solid transparent !important;
  }
  .effect-image-1 {
    padding: 0 !important;
  }
  .overlay-sim-text-2 p {
    font-size: 0.5em !important;
    padding: 0 !important;
  }

  .mobile-banner {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .banner {
      display: none;
    }
    .mobile-banner {
      display: block;
    }
  }
}

.a11y {
  background-color: #000;
  border: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 20%;
  border-radius: 8px 0 0 8px;
  z-index: 999;

  svg {
    color: #fff;
    width: 30px;
  }
}

.floating-div {
  display: none;
  position: fixed;
  top: 100px;
  right: 45px;
  width: 250px;
  background-color: #fff;
  color: #000;
  padding: 20px;
  z-index: 999;
}

.divisions .card {
  padding: 12px;
  border-left: 5px solid #00aead;
  min-height: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.divisions .card:hover {
  transform: translateY(-5px);
}
.divisions .org-box h5 {
  font-weight: 500;
  font-size: 1.3em;
}

.external-link-button {
  display: flex;
  justify-content: flex-end;
}
.external-link-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #00aead;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 174, 173, 0.3);
  transition: background-color 0.3s ease;
}
.external-link-button svg {
  fill: #fff;
}

.external-link-button a:hover {
  background-color: #008f8e;
}



.nice-menu {
  display: flex;
}
ul.nice-menu li {
  background: transparent !important;
}
ul.nice-menu {
  align-items: center;
}
.menuparent ul li {
  width: 100%;
}

#navbarSupportedContent {
  justify-content: end;
}

.nice-menu li a,
.nice-menu li span {
  color: #212529;
  text-decoration: none;
  padding: 0 15px;
  cursor: pointer;
  font-size: 0.9em;
}

ul.nice-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  width: 100%;
  border-top: 4px solid #008f8e; /* Top Accent */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 1000;

  /* Logic to hide/show */
  display: none !important; /* Forces override of inline HTML styles */
  opacity: 1 !important;
}

ul.nice-menu li:hover > ul {
  display: block !important;
  animation: fadeIn 0.3s ease;
}
ul.nice-menu ul ul {
  top: 0;

  left: 100%; /* Push to the right */
  border-top: none;
  border-left: 4px solid #008f8e;
  margin-top: -4px; /* Align with border */
}
ul.nice-menu ul li a,
ul.nice-menu ul li span {
  display: block;
  padding: 12px 20px;
  color: #333333;
  text-decoration: none;
  font-size: 0.8em;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.2s;
}

/* Remove border from last item */
ul.nice-menu ul li:last-child a {
  border-bottom: none;
}
ul.nice-menu ul li:hover > a,
ul.nice-menu ul li:hover > span {
  background-color: #f9f9f9;

  color: #00aead; /* Turns text to your theme color */
  
}

@media (min-width: 992px) {
  /* #block-nicemenus .nice-menu ul ul {
        max-height: 400px;
        overflow-y: auto !important;
    } */
  /* Target nested li items */
  #block-nicemenus .nice-menu ul li.menuparent > a:after,
  #block-nicemenus .nice-menu ul li.menuparent > span:after {
    content: " ›"; /* Right Arrow */
    /* Push to right edge */
  }

  /* --- 3. SUB-MENU PARENTS (Last 3 Items: Open Left) --- */
  /* Override for the last 3 menus */
  #block-nicemenus
    .nice-menu
    > li:nth-last-child(-n + 3)
    ul
    li.menuparent
    > a:after,
  #block-nicemenus
    .nice-menu
    > li:nth-last-child(-n + 3)
    ul
    li.menuparent
    > span:after {
    content: " ‹"; /* Left Arrow */
    float: left; /* Push to left edge */
    margin-right: 10px;
    margin-left: 0;
  }

  /* --- 1. Main Dropdown (Level 2) --- */
  /* Target the LAST 3 items */
  #block-nicemenus .nice-menu > li:nth-last-child(-n + 3) > ul {
    left: auto;
    right: 0; /* Aligns dropdown to the right edge of the button */
  }

  /* --- 2. Nested Flyouts (Level 3+) --- */
  /* Make these fly out to the LEFT instead of right */
  #block-nicemenus .nice-menu > li:nth-last-child(-n + 3) ul ul {
    left: auto;
    right: 100%; /* Push completely to the left */
    margin-left: 0;
    margin-right: -2px; /* Small overlap to look connected */
  }

  /* --- 3. Flip the Arrows --- */
  /* Change arrow to point Left (<) */
  #block-nicemenus
    .nice-menu
    > li:nth-last-child(-n + 3)
    li.menuparent
    > a:after,
  #block-nicemenus
    .nice-menu
    > li:nth-last-child(-n + 3)
    li.menuparent
    > span:after {
    content: " ‹";
    float: left;
    margin-right: 8px;
    margin-left: 0;
  }
}

@media (max-width: 1399px) {
  .nice-menu {
    flex-direction: column;
    background: #fff;
  }

  /* Reset the nice-menu to stack vertically */
  #block-nicemenus .nice-menu {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 500px;
    overflow-y: auto;
  }

  /* Style individual list items */
  #block-nicemenus .nice-menu li {
    width: 100%;
    border-bottom: 1px solid #eee; /* Separator line */
    position: relative;
    list-style: none;
  }

  /* Style links and spans */
  #block-nicemenus .nice-menu a,
  #block-nicemenus .nice-menu span {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
  }

  /* Hide sub-menus by default */
  #block-nicemenus .nice-menu ul {
    /* Stop Absolute Positioning */
    position: static !important;
    float: none !important;

    /* Toggle logic */
    display: none !important;

    /* Styling */
    padding-left: 20px;
    background-color: #f8f9fa;
    width: 100%;
    margin: 0;
    border-top: 1px solid #eee;
    box-shadow: none !important; /* Remove dropdown shadows on mobile */
  }

  /* Show sub-menu when the 'open' class is added via JS */
  #block-nicemenus .nice-menu li.open > ul {
    display: block !important;
  }

  /* --- Plus/Minus Icons --- */

  /* Add a Plus (+) icon to items that have children */
  #block-nicemenus .nice-menu li.menuparent > span::after,
  #block-nicemenus .nice-menu li.menuparent > a::after {
    content: "+";
    float: right;
    font-weight: bold;
    font-size: 18px;
    color: #00aead; /* Bootstrap primary color */
  }

  /* Change to Minus (-) when open */
  #block-nicemenus .nice-menu li.menuparent.open > span::after,
  #block-nicemenus .nice-menu li.menuparent.open > a::after {
    content: "-";
    color: #dc3545; /* Red color */
  }
}


.verticals-list {
  max-height: 500px;
  overflow-y: auto;
}

.verticals-list p {
  border-left: 5px solid #00aead;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #f4fcff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.verticals-list p:hover {
  background-color: #e1f5fe;
  padding-left: 20px;
  cursor: pointer;
}

.features img,
.divisions img {
  height: 500px;
width:100%;
  object-fit: cover;
}

.dark-mode {
  /* Layout */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  /* Button Shape & Border */

  border: 2px solid #00aead; /* Theme border */
  border-radius: 8px; /* Soft rounded corners */
  background-color: transparent;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover Effect: Fill with color and lift up */
.dark-mode:hover {
  background-color: #00aead;
  box-shadow: 0 8px 15px rgba(0, 174, 173, 0.3); /* Glow effect */
}

.dark-mode svg {
  transition: fill 0.3s ease;
}

.dark-mode:hover svg {
  fill: #ffffff !important;
}

.font-btn {
  width: 45px;
  height: 45px;
  border-radius: 8px;

  border: 2px solid #00aead;
  background-color: #fff;
  color: #00aead;

  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;

  /* Center text inside the button */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.font-btn:hover {
  background-color: #00aead;
  color: #ffffff;
}

/* Active (Click) Effect */
.font-btn:active {
  transform: scale(0.9); /* Button shrinks slightly when clicked */
}

/* Disabled State (When limit reached) */
.font-btn:disabled {
  border-color: #d1d1d1;
  color: #d1d1d1;
  background-color: #f5f5f5;
  cursor: not-allowed;
  box-shadow: none;
}

.margin-annual {
  padding: 20px;
  margin-bottom: 15px;
}
.margin-annual img {
  height: 350px;
  object-fit: cover;
width:100%;
}

.margin-annual .annual-title a {


  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .margin-annual {
    width: 100% !important ;
  }
}
.pager {
  margin: 30px 0;
}

.pager__items {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.pager__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #00aead;
  border: 1px solid #00aead;
  border-radius: 4px;
  text-decoration: none;
}

.pager__item.is-active a,
.pager__item a:hover {
  background: #00aead;
  color: #fff;
}

.pager__item--ellipsis {
  padding: 0 6px;
  color: #666;
}

.Innerbaner {
  position: relative;
  width: 100%;
  /* Responsive height: 300px on mobile, 450px on desktop */
  height: clamp(400px, 40vh, 450px);
  overflow: hidden;
  margin-bottom: 35px;
}

.Innerbaner img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  filter: brightness(0.5) !important;
}

/* The Title Bar */
.pagename {
  position: absolute;

  top: 75%;

  transform: translateY(-50%);

  left: 0%;

  width: auto;

  margin-bottom: 0;

  padding: 20px 40px;
  z-index: 1;

  /* Visual Tweaks */
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;

  /* Typography */
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.frontierTitle .pagename{top:57%;}
.frontierTitle #breadcrumb{top:60%;z-index:9;}
.frontierBanner img{filter:brightness(0.5);}
/* Add a nice accent line on the left of the text */
.pagename span {
  border-bottom: 3px solid #ffffffd4;
  padding-top: 5px;
  display: inline-block;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .pagename {
    left: 0;
    width: 100%; /* Full width on mobile looks cleaner */
    max-width: 100%;
    top: auto; /* Disable vertical centering */
    bottom: 15%; /* Stick to bottom */
    transform: none; /* Reset transform */
    border-radius: 0; /* Remove corners for bottom bar */
    padding: 15px 20px;
    font-size: 1.2em;
  }
}
td.views-field.views-field-field-report-upload.views-align-center img{
margin:auto;
}
.table.table-bordered thead th {
  background: #00aead!important;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border: 1px solid #00aead;
}
.table.table-bordered thead th:first-child{
    min-width:65px;
}




.table.table-bordered tbody td,
.table.table-bordered tbody th {
  padding: 12px;
  border: 1px solid #00aead;
  vertical-align: middle;
}

.table.table-bordered p {
  margin: 0;
}

.table.table-bordered {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.item-list ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.item-list li {
  width: 25%;
}
.item-list .views-field {
  margin: 20px;
}
@media (768px <= width <=992px) {
  .item-list li {
    width: 50%;
  }
}

@media (width <=767px) {
  .item-list li {
    width: 100%;
  }
}

/* 3. IMAGE STYLING */

.inner-whats-new {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.inner-whats-new a {
  text-decoration: none;
  padding: 15px;
  display: inline-block;

  color: #333;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4em;
}

/* Text Hover Color */
.inner-whats-new a:hover {
  color: #00aead;
}

div#block-visitors ul {
  list-style: none;
  color: #fff;
}

#block-aboutus .cmn-txt p{
text-align:justify;
}
.about-bg .cmn-txt p{
text-align:justify;
}

.about-bg-1{    background: url(../images/about-bg-1.png) no-repeat center center !important;
margin-top:-35px!important;
    }
div#block-visitors .placeholder {
  background: transparent;
  opacity: 1;
  font-weight: 600;
}

.imp-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imp-links-card {
  padding: 7.5px;
  max-width: 20%;
}
.imp-links-card-body {
  border: 1px solid #c5c5c5;
  border-radius: 16px;
  padding: 8px;
}
.imp-links-card-body img {
  max-width: 90px;
}
.imp-links-card-body a {
  display: flex;
  align-items: center;
  transition: 0.3s all ease;
  text-decoration: none;
  color: #212529;
  font-size: 0.65em;
}
.imp-links-card-body p {
  margin: 0;
  padding: 0px 12px;
}

.imp-links-card-body a:hover {
  color: #00aead;
}

@media only screen and (max-width: 767px) {
  .imp-links-card {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .imp-links-card {
    width: 50%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .imp-links {
    justify-content: center;
  }
  .imp-links-card {
    width: 33%;
    max-width: 100%;
  }
}

/* Card container */
.description-card {
  display: flex;
  max-width: 540px;
margin-top:40px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.1); /* Soft shadow */
  overflow: hidden;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px; /* Spacing between cards if needed */
}

.ckeditor-accordion-container > dl{border:none;}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button){background-color:#00aead;
border-bottom:0!important;margin:5px 0px ;}

/* Left side - Image container */
.description-card__image {
  flex: 0 0 45%; /* Sets image section to 40% width */
  max-width: 100%;
  position: relative;
}

/* Image styling to fill its container */
.description-card__image img {
  width: 100%;
  height: 250px;
  object-fit: cover; /* Ensures image covers the area perfectly */
  display: block;
}

/* Right side - Content container */
.description-card__content {
  flex: 1; /* Takes up the remaining 60% width */
  padding-left: 25px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
align-items:flex-start;
  justify-content: center; /* Vertically centers the text */
}

/* Title styling within the card */
.description-card__content h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 600;
  color: #222;
}

/* Description text styling */
.description-card__content .description {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Existing clamp style */
.description-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  max-height: 84px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .description-card {
    flex-direction: column; /* Stack image on top of text */
  }
  .description-card__image,
  .description-card__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .description-card__image {
    height: 240px; /* Fixed height for image on mobile */
  }
  .description-card__content {
    padding: 24px;
  }
}

.some-imp .slick-dots li.slick-active {
  background: #00aead;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.some-imp .slick-dots li {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}
.some-imp .slick-prev:before,
.slick-next:before {
  background: #00aead;
  padding: 8px;
  border-radius: 50%;
}

.responsive h3 {
  font-size: 1.5em;
  color: #00aead;
  margin: 8px 0px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .some-imp .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.sitemap {
  display: block;
 
  text-decoration: none;

  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999;
  margin-top: 15px;
  padding: 12px 0px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  transition: color 0.3s ease;
}

.sitemap:hover {
  color: #00aead; /* Teal */
  text-decoration: none;
}

.language-switcher-language-url .links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  gap: 8px;
}

.language-switcher-language-url .links li a {
  text-decoration: none;
  color: #555;
  border: 2px solid #00aead;
  color: #00aead;
  padding: 6px 12px;
  border-radius: 8px;
  transition: 0.3s all ease;
}

.language-switcher-language-url .links li a:hover {
  background: #00aead;
  color: #fff;
}

.column-box {
  flex: 1;
  display: flex;
  padding: 45px 65px;
  background-color: #fff;
}



.column-card {
  flex: 1;
  background-color: #fff4d7;
  margin: 0 10px;
  border: 1px solid #fff4d7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.column-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.column-card h2 {
  color: #000000;
  font-size: 1.8em;
  font-weight: 800;
  margin-top: 15px;
}

.column-card .btn {
  padding: 5px 30px;
  color: #000000;
  border: 1px solid #909090;
  font-weight: 600;
  border-radius: 6.07px;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.column-card .btn:hover {
  background-color: #f4e6c3;
}

.column-card img {
  height: 310px;
}

.top-head-text {
  text-align: center;
  font-size: 2.5em;
  font-weight: 500;
  margin-top: 40px;
  color: #001944;
  font-family: Arial, sans-serif;
}

.t-h-t-high {
  font-weight: bold;
  /* color: #00aead; */
}
.portal-desc {
  font-size: 1rem;
  padding: 10px 25px 5px 25px;
  line-height: 20px;
}

.no-vac {
  font-size: 1.5rem;
  padding: 0px 25px 5px 25px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .column-box {
    flex-direction: column;
padding:20px;
  }
  .column-card {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .column-box {
    flex-wrap: wrap;
  }
  .column-card {
    margin: 20px;
    flex-basis: auto;
  }
}
.card-cnt {
  min-height: 185px;
}

.workmodal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
#myModal .modal-content{
max-width:600px;
width:100%;
text-align:justify;

}


.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  position: relative;
  text-align: center;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 16px;
  color: #aaa;
  font-size: 24px;
  cursor: pointer;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-menu ul li {
  padding: 12px 15px 0px;
}

.footer-menu ul a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s color ease;
}

.footer-menu ul a:hover {
  color: #e5e5e5;
}

.webform-submission-form {
  max-width: 900px;
  margin: auto;
  padding: 0;
}

.webform-submission-form #edit-processed-text {
  margin-top: 16px;       
  margin-bottom: 24px;
}

.webform-submission-form #edit-processed-text p {
  padding: 10px 12px;
  background-color: #f2fbfb;    
   border-left: 4px solid #00aead;
  font-size: 15px;
}

.webform-submission-form .form-item {
  margin-bottom: 18px;
}

.webform-submission-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form input[type="tel"],
.webform-submission-form input[type="number"],
.webform-submission-form textarea {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 6px;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.webform-submission-form textarea {
 resize: vertical;
  min-height: 110px;
}

.webform-submission-form input:focus,
.webform-submission-form textarea:focus {
  outline: none;
  border-color: #00aead;
}

.captcha-admin-links {
  margin: 20px 0;
  font-size: 14px;
}

.webform-submission-form .form-actions {
  margin-top: 28px;
  margin-bottom: 25px; 
}

.webform-submission-form .form-submit {
  padding: 8px 26px;
  font-size: 16px;
  background-color: #00aead;
  color: #fff;
  border: none;
  border-radius: 8px;              
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 174, 173, 0.35);
  transition: background-color 0.2s, box-shadow 0.2s, transform 0.1s;
}

.newArrivals h3 {
  font-size: 22px;
  font-weight: 600;
  color: #004f4c;
  background: #e6f7f6;
  margin: 30px 0 20px;
  padding: 12px 15px 12px 24px;
  border-radius: 6px;
  position: relative;
}

.newArrivals h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #00aead;
  border-radius: 6px 0 0 6px;
}

.newArrivals .views-view-grid {
  margin-bottom: 30px;
}

.newArrivalsRow {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.newArrivalsCol {
  padding: 6px 10px;
  box-sizing: border-box;
}

.newArrivalsCol a {
  color: #006b68;
  font-weight: 500;
  text-decoration: none;
}

.newArrivalsCol a:hover {
  color: #00aead;
  text-decoration: underline;
}

.newArrivalsCol span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #666;
}


@media ( width < 768px) {
  .newArrivalsCol{
  width:50% !important;}
}
.press-releases{
background-image: url(../images/some-imp-img.png);
background-color:#F7FFF0;
    background-repeat: no-repeat;background-size:contain;}
.press-releases .latest-updates {
  background: linear-gradient(219.1deg, #f7fff0 1.93%, #f0fffc 46.57%, #bcebff 97.36%);
box-shadow: 0px 9px 40px -13px #0000002E;
border-radius:16px;

}

a.press-btn{
    padding:10px 30px;
    border-radius:30px;
    text-decoration:none;
  
    transition:0.3s all ease;
    
}

a.press-btn:hover{
    background:#00aead !important;
    color:#fff !important;
  border:none !important;
    
}





.press-releases .latest-updates a {
  transition: all 0.3s ease-in-out;
}



.press-releases .latest-updates a.learn-more:hover {
  color: #00aead !important ;
}
span.time-btn {
    background:#00aead;
    color:#fff;
    padding:10px 15px;
    border-radius:20px;
}
.press-releases .latest-updates-heading {
  border-bottom: 2px dotted #1f1f1f;
}
.press-releases .imp-links .card {
  transition: all 0.3s ease;
}
.press-releases .imp-links .card:hover {
  border-color: #00aead;
}
.press-releases .imp-links .card:hover .arrow-link {
  background-color: #00aead;
  color: #ffffff !important;
  border: 1px solid #00aead;
}
.press-releases .imp-links .arrow-link {
  width: 40px;
  height: 40px;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f1f1f;
  transition: all 0.3s ease;
}
.press-releases .imp-links h3{
    font-size:0.95em;
    font-weight:500;
    margin-bottom:0
    
}


.imp-card {
    justify-content:space-between;
    align-items:center;
flex-wrap:wrap;
}




.press-releases .imp-links .card{
    width:100%;
}

@media screen and (max-width:767px){
.press-releases .imp-links img {
  width:100%;
}
}

.latest-updates .views-row:not(:last-child) {
  border-bottom: 1px solid #424242;
min-height:110px;
  margin-bottom: 26px;
}

 .newArrivals .views-view-grid {
    max-width:1200px;
    margin:auto;
}

.newArrivals h3{
     max-width:1200px;
    margin:15px auto;
}

.teamNITI .views-view-grid{
    max-width:1200px;
    margin:auto;
}

/* NITI Frontier Hub */

.about-diagram{
position:relative;
}


.fullwidth{
  width: 100%;
}
/* About */
.sectionContainer {
  padding: 30px 15px;
}
.sectionHeading h3 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  line-height: 1;
  font-size: 2em;
  text-transform: uppercase;
}
.sectionHeading h3:before {
  content: "";
  display: block;
  height: 2px;
  max-width: 450px;
  min-width: 30%;
  position: absolute;
  top: 55%;
  left: 0;
  background: #ddd;
}
.sectionHeading h3:after {
  content: "";
  display: block;
  height: 2px;
  max-width: 450px;
  min-width: 30%;
  position: absolute;
  top: 55%;
  right: 0;
  background: #ddd;
}
.custom-txt ul {
  padding-left: 0;
}
.custom-txt ul.highlight-points {
  padding-left: 20px;
  margin: 10px 0;
}
.custom-txt p.principles {
  margin-top: 20px;
  margin-bottom: 5px;
}
.custom-txt p.highlight {
  margin: 10px 0;
}

.sectionContainer button#category-filter-btn {
    border:1px solid black;
  max-width:800px;
  width:100%;
    text-align:left;
  overflow:hidden;
  text-overflow:ellipsis;
  position:relative;
}

.sectionContainer ul.dropdown-menu{
  max-width:800px;
  max-height:400px;
  overflow-y:auto;
  
}

.sectionContainer a.dropdown-item{
  word-wrap: break-word;
  white-space:normal;
}

.sectionContainer .dropdown-toggle::after {
  position:absolute;
  top:50%;
  right:1%;
  transform:translate(-50%,-50%);
}

.about-diagram .box {
  padding: 20px 10px;
  background-color: #1a5c80;
  border-radius: 10px;
min-height:200px;
  margin-bottom: 20px;
}
.about-diagram .box-2 {
  background-color: #CE1F3C;
}
.about-diagram .box-3 {
  background-color: #7D3D93;
}
.about-diagram .box-4 {
  background-color: #206734;
}
.about-diagram .box p {
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
  min-height: 120px;
}
.about-diagram .box p span {
  display: block;
  margin-top: 5px;
  font-size: 0.86em;
}
.key-objectives {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 9.97px 3.32px #00000040;
  padding: 15px 0;
  font-size: 0.9em;
  font-weight: 500;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -25px;
  bottom: 0;
  z-index: 9;
}
.key-objectives p {
  text-align: center;
}
.workstreams-container {
  background: url(/themes/niti/images/frontier/workstreams-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 20px 0;
}
.workstreams-container h3 {
  color: #ffffff;
}
.workstreams-container .table-wrapper {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.workstreams-container table th:first-child {
  border-top-left-radius: 10px;
  border:0;
}
.workstreams-container table th:last-child {
  border-top-right-radius: 10px;
  text-align: center;
  min-width: 150px;
    border:0;
}
.workstreams-container table td img {
  padding: 10px;
}
.workstreams-container table td:nth-child(4) {
  min-width: 300px;
}
.workstreams-container table td {
  vertical-align: middle;
  font-size: 0.85em;
}
.workstreams-container table td:last-child {
  text-align: center;
}
.workstreams-container table th,
.workstreams-container table td {
  border: 1px solid #e3e3e3;
}
/* Documents */
.documentsContainer{
  padding-top: 50px;
  padding-bottom: 50px;
}

.documentsContainer ul.nav li a{
  padding:5px 15px;
  font-weight: bold;
  color: #1f1f1f;
 border-radius: 8px;
 font-size: .85em;
}
.documentsContainer ul.nav li.active a{
  background-color: #15557A;
  color: #ffffff;
}
.documentsContainer .tab-content{
  padding:30px 0;
}
.documentsContainer .card{
  padding:10px;
  background-color: #F6F6F6;
  border-radius: 20px;
text-decoration:none;
  /*max-width: 300px;*/
  margin: 10px;
align-items:flex-start;
}
.documentsContainer .card h2{
  font-size: .95em;
  font-weight: 600;
  line-height: 2em;
  min-height: 90px;
  margin:25px 0 ;
}
div#block-niti-frontiertechrepository img {
    height:100%;
    object-fit:cover;
    border-radius:12px;
}
.documentsContainer a.download{
  background-color: #007a79;
text-decoration:none;
  border-radius: 8px;
  color: #ffffff;
  border:0;
  padding:8px 15px;
  font-size: .8em;
  font-weight: 600;
}

/* Team */
.team-container {
  background: url(/themes/gavias_vinor/images/Frontier/team-bg.png) repeat top center;
  background-size: cover;
}

.team-container h3{
  color: #000000;
}
.gallery-carousel h2{
    font-size:1.5em;
    margin:12px 0px;
    
} 

.team-container .card {
 width: 250px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}
.team-container .card p {
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
}
.team-container .card p span {
  display: block;
  font-size: 0.8em;
  min-height: 50px;
}
.team-container .cards-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-container tr:nth-child(even) td{
  background-color: #F8F8F8;
}
.workstream-mobileimg{display:none;}

.mobile-doc-block{display:none;}
@media only screen and (max-width:767px){
  .sectionHeading h3:before,
  .sectionHeading h3:after,
  .workstream-webimg{
    display: none;
  }
  .workstream-mobileimg{display: block;}
  .about-diagram .box p{min-height: 200px;}
  .mobile-doc-block{display:block;}
  .web-doc-block{display:none;}
}
@media only screen and (min-width:768px) and (max-width:1199px){
  .sectionHeading h3:before,
  .sectionHeading h3:after{
    min-width: 20%;
  }
}


.teamMemberDesignationAll {
  background-color: rgba(0, 174, 173, 0.08) !important;  
  border-left: 4px solid #00aead;       
  padding: 10px 16px;
  margin: 24px 0px;
 
}

.teamMemberDesignationAll h4 {
  margin: 0;
  color: #003b3a !important;                    
  font-size: 1em;
  font-weight: 600;

  letter-spacing: 0.4px;
}


/* --- Container Tweaks --- */
.sectionContainer .nav-tabs {
  border-bottom: 2px solid #e9ecef; /* The main horizontal line */
  gap: 20px; /* Space between tabs */
  padding-bottom: 0;
}

/* --- The Tab Items --- */
.sectionContainer .nav-item {
  margin-bottom: -2px; /* Pulls active border down to cover the grey line */
}

/* --- The Buttons (Links) --- */
.sectionContainer .nav-tabs .nav-link {
  border: none;
  /* Reserve space for the border so text doesn't jump on hover */
  border-bottom: 3px solid transparent; 
  background: transparent;
  color: #6c757d; /* Muted text color */
  font-weight: 600;
  padding: 12px 0;
  font-size: 1rem;
  transition: color 0.2s ease, border-bottom 0.2s ease;
}

/* Hover State */
.sectionContainer .nav-tabs .nav-link:hover {
  color: #00aead;
  border-bottom: 3px solid rgba(0, 174, 173, 0.4); /* Light Teal Border */
  isolation: isolate;
}

/* Active State */
.sectionContainer .nav-tabs .nav-link.active {
  color: #00aead;
  background: transparent;
  border-bottom: 3px solid #00aead; /* Solid Teal Border */
}
.adviserRow{
    border-bottom:1px solid #ccc;
}

.adviserRow .row{
    align-items:center;
    border-right:1px solid #ccc;
}

.adviserSingleCol {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width:767px){
.adviserSingleCol{width:100% !important;} 
.teamMemberDesignationAll h4{font-size:0.8em !important;}

}

.adviserSingleCol::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
 
}

.adviserSingleCol .col-md-7 {
  padding-left: 40px;
  padding-right: 40px;
}

.adviserName {
  margin: 0 0 4px;
  font-weight: 600;
  color: #00aead !important;
}

.adviserDesignation {
  margin: 0 0 4px;
  font-weight: 500;
}

.adviserVertical {
  margin: 0 0 4px;
  line-height: 1.4;
}

.adviserEmail {
  margin: 0;
  font-size: 14px;
}

.adviserImage {
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: 20px;  
}
.adviserSingleCol:nth-child(2n) .row{
border-right:0!important;
}
.adviserImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #00aead !important;
  border-radius: 12px;
}

.webform-confirmation {
  position: relative;
  max-width: 480px;
  margin: 80px auto;
  padding: 70px 50px;
  text-align: center;
 
  
  /* Glassmorphism Properties */
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(20px) saturate(180%); /* Stronger blur and saturation */
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 30px;

  box-shadow: 0 20px 40px rgba(0, 174, 173, 0.15),0 30px 60px -15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  /* Spring physics entrance animation */
  animation: springEntrance 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* Top Decorative Accent Bar with glowing shadow */
.webform-confirmation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background:linear-gradient(135deg, #00aead 0%, #4fd1c5 50%, #63e6be 100%);
  box-shadow: 0 4px 20px rgba(0, 174, 173, 0.5);
}


/* --- 3. The Success Message & FIXED Tick Icon --- */
.webform-confirmation__message {
  font-size: 2rem; /* Larger, more prominent text */
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 3rem;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2;
}

/* The Circle Container AND The Tick (Fixed Approach) */
.webform-confirmation__message::before {
  content: '';
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 32px auto; /* Spacing below circle */
  border-radius: 50%;
  
  /* Background Circle Color */
  background-color: #e0f7fa; 
  
  /* THE FIX: Injecting the SVG tick directly into the circle's background.
     This is the most robust way to ensure it appears. */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300aead' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%; 
  
  box-shadow: inset 0 0 20px rgba(0, 174, 173, 0.1);
  

  animation: 
    iconPopIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s backwards,
    pulseRipple 3s infinite ease-in-out;
}


/* --- 4. The "Next Level" Back Button --- */
.webform-confirmation__back {
  position: relative;
  z-index: 2;
}

.webform-confirmation__back a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  
  background-size: 200% auto;
  background-image: linear-gradient(135deg, #00aead 0%, #4fd1c5 50%, #63e6be 100%);
  
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px; /* Full pill shape */
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px -10px rgba(0, 174, 173, 0.6);
}

/* Hover state: shift gradient and lift */
.webform-confirmation__back a:hover {
  background-position: right center; /* Moves the gradient */
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 20px 35px -15px rgba(0, 174, 173, 0.7);
}

.webform-confirmation__back a:active {
  transform: translateY(-1px) scale(0.98);
}


/* --- 5. Animations --- */

/* Card Entrance - Spring Physics */
@keyframes springEntrance {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(60px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Icon Pop In - Bouncy */
@keyframes iconPopIn {
  0% { opacity: 0; transform: scale(0.5); }
  100% { opacity: 1; transform: scale(1); }
}

/* Subtle Ripple outward from the checkmark */
@keyframes pulseRipple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 174, 173, 0.5), inset 0 0 20px rgba(0, 174, 173, 0.1);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 174, 173, 0), inset 0 0 20px rgba(0, 174, 173, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 174, 173, 0), inset 0 0 20px rgba(0, 174, 173, 0.1);
  }
}

/* --- Mobile Responsiveness --- */
@media (max-width: 600px) {
  .webform-confirmation {
    margin: 40px 20px;
    padding: 50px 30px;
    border-radius: 24px;
  }
  .webform-confirmation__message {
    font-size: 1.75rem;
  }
  .webform-confirmation__back a {
    width: 100%; /* Full width button on mobile */
    padding: 16px 0;
  }
}



/* --- Main Container (No Card/Border) --- */
.wim {
  max-width: 800px;
  margin: 40px 0; /* Left aligned, remove auto to align left */

  color: #4b5563;
}

/* --- 1. Intro Text --- */
.wim p:nth-child(1) {
  font-size: 0.9rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.wim p:nth-child(2) {
  font-size: 1.1rem;
  color: #111827;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* --- 2. The Person Block (Highlighted with Left Border) --- */
/* This targets the paragraph containing Name, Designation, Email */
.wim p:nth-child(3) {
  position: relative;
  padding-left: 24px;
  margin-bottom: 2.5rem;
  border-left: 4px solid #00aead; /* The only border */
}

/* Name Styling */
.wim p:nth-child(3) strong:first-child {
  display: block;
  font-size: 1.5rem;
  color: #111827;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 4px;
}

/* Designation (Adviser) */
.wim p:nth-child(3) br + text { 
  /* It's hard to target plain text, so we assume standard font settings on parent */
}

/* Personal Email */
.wim p:nth-child(3) strong:last-child {
  display: block;
  margin-top: 12px;
  color: #00aead;
  font-weight: 600;
  font-size: 0.95rem;
}

/* --- 3. Contact Details List (The Bottom 3 Paragraphs) --- */
/* We turn these into a clean list with icons */

.wim p:nth-child(n+4) {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #4b5563;
}

/* Common Icon Style using SVG Masks */
.wim p:nth-child(n+4)::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  background-color: #9ca3af; /* Muted icon color */
  transition: background-color 0.3s ease;
}

/* Hover Effect: Icons turn Teal */
.wim p:nth-child(n+4):hover {
  color: #00aead;
}
.wim p:nth-child(n+4):hover::before {
  background-color: #00aead;
}

/* 4. Phone Icon */
.wim p:nth-child(4)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
}

/* 5. Address Icon */
.wim p:nth-child(5)::before {
  min-width: 18px; /* Prevent shrink */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E") no-repeat center;
}

/* 6. General Email Icon */
.wim p:nth-child(6)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
}

nav#breadcrumb {    position: absolute;

    top: 83%;
    left: 0;
    color: #fff;
    padding: 0px 40px;}

@media (width<768px){
nav#breadcrumb{
top:85%;
font-size:0.85em;
padding:0px 20px;
}}

nav#breadcrumb  a{
    text-decoration:none;
    color:#fff;
}
/* Hide Hindi content by default */
 .hindi {
  display: none !important;
}
/* Show Hindi content if lang="hi" is set */
[lang="hi"] .hindi {
  display: inline-block !important;
}
/* Hide English content if lang="hi" is set */
[lang="hi"] .english {
  display: none !important;
}



.banner .owl-nav .owl-next{
    position:absolute;
    top:45%;
    right:0;
    
}
.banner .owl-nav .owl-prev{
    position:absolute;
    top:45%;
    left:0;
    
}

.banner .owl-dot.active span{
        background:#00aead !important;
}

.banner .owl-next,.banner .owl-prev{
   width:40px !important;
    height:40px !important;
    border-radius:50% !important;
        background:rgb(0, 122, 121) !important;
    color:#fff !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
}
.banner .owl-next span, .banner .owl-prev span{
font-size:2em !important
 
    
}

.oppo-breadcrumb {
    top:25% !important;
    color:#333 !important
}
.oppo-breadcrumb a {

    color:#333 !important
}
.annualReportNew .views-view-grid.horizontal.cols-4.clearfix {
    max-width:1200px;
    margin:auto;
}

.maincontent .container > .container {
    padding: 0;
    margin: 0;
    width: 100%;
}

/*# sourceMappingURL=style.css.map */

.maincontent header{
position:absolute;
left:0;
right:0;
margin-top:80px;
}
.maincontent header img{width:100%; max-width:none; filter:brightness(0.5);}


.bio-layout {
  display: flex;
  gap: 48px;
  padding: 40px 0;
}

.bio-sidebar {
  width: 300px;
}

.bio-sidebar .sticky-content {
  position: sticky;
  top: 120px;
  text-align: left;
}

.bio-sidebar img {
  width: 260px;
  border-radius: 8px;
  border: 4px solid #f2f5f6;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  margin-bottom: 16px;
}

.bio-sidebar h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #222;
}

.bio-sidebar p {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #00aead;
  padding: 6px 14px;
  background: rgba(0, 174, 173, 0.1);
  border-left: 4px solid #00aead;
}

.bio-text {
  flex: 1;
  max-width: 900px;
}

.bio-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .bio-layout {
    flex-direction: column;
  }

  .bio-sidebar {
    width: 100%;
  }

  .bio-sidebar img {
    width: 220px;
  }

  .bio-sidebar .sticky-content {
    position: static;
  }
}
.nice-menu a.is-active, .nice-menu span.is-active{
  color:#008f8e;
}
.nice-menu ul li a.is-active{
  color:inherit;
}


.some-imp #PhotoVideoTab .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px; 
}

.photoCard {
    position:relative;
}
.photoCard img{height:280px;}
.photoCard p{
    position:absolute;
    right:0%;
    left:0%;
bottom:3%;
margin:auto;
text-align:center;
    color:#fff;
    font-weight:600;
    font-size:1.3em;
z-index:2;
    
}

.photoCard::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13%; /* Adjust height of the shadow */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    z-index: 1;
}


.no-drop{cursor:no-drop;}


.photoGallery .owl-stage-outer{
    position:relative;
}
.photoGallery button.owl-next {
    position:absolute;
    top:35%;
    right:-5%;
 
    font-size:2em;
    
    
    
}

.photoGallery button.owl-prev{
    position:absolute;
    top:35%;
    left:-5%;
 
    font-size:2em;
}

.photoGallery button.owl-next, .photoGallery button.owl-prev {
      height:40px;
    width:40px;
    background:#008f8e!important;

}
.photoGallery button.owl-next span,.photoGallery button.owl-prev span{
    color:#fff;
}

.about-card .card{transition: all 0.3s ease;}
.about-card .card:hover { box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);transform: translateY(-4px); border-color: #008f8e;}

.gallery-item{width:23.5%}
@media only screen and (max-width:767px){
.gallery-item{width:100%;}
}
@media only screen and (min-width:768px) and (max-width:991px){
.gallery-item{width:48.5%;}
}

.mobile-verticals {
    display:none;
}

@media (width <= 767px){
   .mobile-verticals {
    display:block;
}


    .desktop-verticals{
        display:none!important;
    }
}

.verticlasHomeCol{
  padding: 8px;
cursor:pointer;
  
   
}

.verticlasHomeCol .views-field-field-verticals-image img{
    border:1px solid #008f8e;
    border-radius:0;
    height:150px;
    object-fit:cover;
}

.verticlasHomeCol span.field-content a{
    padding:8px;
    text-decoration:none;
    color:#008f8e;
    font-size:0.9em;
    text-align:center;
transition:0.3s all ease;

}
.verticlasHomeCol span.field-content a:hover{
color:#005e5d;
}
.verticlasHomeCol .views-field-title{
    text-align:center;
}

.mobile-verticals .verticalsMobileSlider .views-field-field-verticals-image  img {
    height:250px;
    object-fit:cover;
    margin-bottom:15px;
}
.mobile-verticals .verticalsMobileSlider .views-field-title{
    text-align:center;
}
.mobile-verticals .verticalsMobileSlider .views-field-title span.field-content a{
    text-decoration:none;
    color:#008f8e;
    text-align:center;
    font-weight:600;

    font-size:1.2em;
}

.cells {
    display:flex;
    flex-wrap:wrap;
}
.cells-card{
    padding:12px;
    width:20%;
   
    
}
.cells-card img{
     margin-bottom:8px;
}
.cells-card a{
    text-decoration:none;
    
}
.cells-card a p{
    color:#008f8e;
}

@media(768px<=width<=992px){
    .cells-card{
  
    width:30%;
   
    
}
}

@media(width<768px){
    .cells-card{
  
    width:100%;
   
    
}
}

#navbarSupportedContent button {
  background-color: #00aead;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px; /* Spacing from the menu */
  height: 38px;      /* Standard height to match menu items */
  width: 42px;
}

/* Hover state - slightly darker or lighter to show interaction */
#navbarSupportedContent button:hover {
  background-color: #008fa0; /* A slightly darker shade of your theme */
  box-shadow: 0 4px 8px rgba(0, 174, 173, 0.3);
  transform: translateY(-1px);
}

/* Hidden state */
.search-panel-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.3s ease;
  opacity: 0;
  background-color: #f8f9fa;
  border-bottom: 2px solid #00aead;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%; /* Positions it exactly below the nav */
  z-index: 1000;
}

/* Active state triggered by JS */
.search-panel-active {
  max-height: 150px; /* Large enough to fit the padding and input */
  opacity: 1;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Style the input for your test series brand */
#search-dropdown-bar .form-control:focus {
  border-color: #00aead;
  box-shadow: none;
}

.search-block-form form{
    display:flex;
    align-items:center;
gap:15px;
    
}

.search-block-form #edit-submit{
   margin-top:0;
    
}
.search-block-form form .form-item{
    width:100%;
}

.search-block-form form .form-item input[type="search"] {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
width:100%;
padding:12px;
   border:1px solid #00aead;
    border-top-left-radius:12px;
        border-bottom-left-radius:12px;
    outline:none;
                                             }

.search-block-form form .form-item input[type="search"]:focus {

    background-color: #f9ffff; /* Very subtle teal tint */
    
   
}

.search-block-form #edit-actions input{
    padding:13px;
    border:none;
    background-color:#00aead;
    color:#fff;
    

    border-top-right-radius:12px;
      border-bottom-right-radius:12px;
       transition:0.3s all ease;
}

.search-block-form #edit-actions input:hover{
     background-color:#038888;

       
}


.maincontent #block-niti-content{padding-top:450px;}

/* Base styling for the dropdown items */
.filter-section .dropdown-menu.show a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: normal; /* Allows long titles to wrap */
    line-height: 1.4;
}

/* Hover state */
.filter-section .dropdown-menu.show a:hover {
    background-color: #f8f9fa;
    color: #00aead; 
}

/* Container styling */
.filter-section .dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* Adds depth */
    border: 1px solid #e0e0e0;
    max-height: 400px; /* Prevents menu from going off-screen */
    overflow-y: auto; /* Adds scrollbar for long lists */
    min-width: 250px;
}

#block-niti-content:has(#search-form) {
    padding-top: 50px !important;
}

#search-form {
    margin-bottom: 30px;
    background: #f4f9f9; /* Very light teal background to frame the search */
    padding: 25px;
    border-radius: 12px;
}
#search-form .form-item{
    width:100%;
    max-width:600px;
    margin-bottom:15px;
}

#search-form .form-wrapper{
    display:flex;
align-items:center;
    gap:5px;
    flex-wrap:wrap;
}
/* Label styling */
#search-form label {
    display: block;
    font-weight: 600;
  
    color: #00aead; /* Theme color */
}

/* Input field styling */
#edit-keys {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #00aead;
    border-radius: 8px;
    outline: none;
    transition: box-shadow 0.3s ease;
}

#edit-keys:focus {
    box-shadow: 0 0 10px rgba(0, 174, 173, 0.2); /* Theme glow */
}

/* Search Button */
#edit-submit {
    background-color: #00aead !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 10px;
    transition: opacity 0.3s;
}

#edit-submit:hover {
    opacity: 0.9;
}

/* Target the results heading immediately following the form */
#search-form + h3, 
#search-form ~ h3 {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #00aead; /* Your theme color */
    color: #333;
    font-size: 1.5rem;
}

/* Target the list items (li) that follow the search form */
#search-form ~ ul, 
#search-form ~ ol {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

#search-form ~ ul li, 
#search-form ~ ol li {
    padding: 20px;
    margin-bottom: 15px;
    background: #fff;
    border-left: 4px solid #00aead; /* Left accent border */
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

#search-form ~ ul li:hover {
    transform: translateX(5px); /* Subtle slide effect on hover */
    background-color: #f9ffff;
}

/* Container for the filter form */
#views-exposed-form-report-and-publication-page-1,#views-exposed-form-report-and-publication-page-2,#views-exposed-form-report-and-publication-page-3,#views-exposed-form-report-and-publication-page-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; /* Aligns labels and button at the bottom */
    gap: 15px;
    background: #f9fdfd; /* Subtle theme-tinted background */
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0eeee;
    margin-bottom: 25px;
}

/* Individual form items */
#views-exposed-form-report-and-publication-page-1 .form-item,#views-exposed-form-report-and-publication-page-2 .form-item,#views-exposed-form-report-and-publication-page-3 .form-item,#views-exposed-form-report-and-publication-page-4 .form-item {
    flex: 1; /* Fields share equal space */
    min-width: 200px; /* Prevents fields from getting too narrow */
    margin: 0;
}

/* Label styling */
#views-exposed-form-report-and-publication-page-1 label,#views-exposed-form-report-and-publication-page-2 label,#views-exposed-form-report-and-publication-page-3 label,#views-exposed-form-report-and-publication-page-4 label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

/* Input styling */
#views-exposed-form-report-and-publication-page-1 .form-text,#views-exposed-form-report-and-publication-page-2 .form-text,#views-exposed-form-report-and-publication-page-3 .form-text,#views-exposed-form-report-and-publication-page-4 .form-text {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #00aead; /* Theme color */
    border-radius: 4px;
    outline: none;
    transition: box-shadow 0.2s ease;
}

#views-exposed-form-report-and-publication-page-1 .form-text:focus,#views-exposed-form-report-and-publication-page-2 .form-text:focus,#views-exposed-form-report-and-publication-page-3 .form-text:focus,#views-exposed-form-report-and-publication-page-4 .form-text:focus {
    box-shadow: 0 0 5px rgba(0, 174, 173, 0.4); /* Theme glow */
}

/* Submit Button */
.views-exposed-form #edit-actions {
    margin: 0;
}

.views-exposed-form input#edit-reset {background-color: transparent;
    color: #00aead;
    border: 1px solid #00aead !important;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;}

.views-exposed-form input#edit-reset:hover{
    background-color:#00aead;
    color:#fff;
    
}

.views-exposed-form #edit-submit-report-and-publication {
    background-color: #00aead !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.views-exposed-form #edit-submit-report-and-publication:hover {
    background-color: #008c8b !important;
}

/* 1. Style the Button Container */
.swiper-button-prev, 
.swiper-button-next {
  color: #fff !important;
  background: #00aead !important;
  height: 30px !important;
  width: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; 
}

.swiper-button-prev::after, 
.swiper-button-next::after {
 
  font-size: 14px !important; 
  font-weight: bold;
}


   .timeline {
        display: flex;
        flex-direction: column;
        align-items: center;
     
        width: 100%;
      }

      .timeline-row {
        display: flex;
        align-items: center;
        width: 100%;
        /* max-width: 900px; */
        justify-content: space-between;
        gap: 30px;
      }

      .center {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        z-index: 2;
        width: 100%;
      }

      .pill {
        background-color: #ffffff;
        border: 1.5px solid;
        border-radius: 50px;
        padding: 22px 36px;
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-weight: 600;
        color: #1a202c;
        line-height: 1.6;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
        position: relative;
      }

     .timeline  .pill.red {
        border-color: #eb3e45;
      }
     .timeline  .pill.yellow {
        border-color: #cf9b2b;
      }
     .timeline  .pill.green {
        border-color: #2b9d48;
      }

     .timeline  .pill.orange {
        border-color: #ed4129;
      }
     .timeline  .pill.blue {
        border-color: #00abd7;
      }
     .timeline  .pill.maroon {
        border-color: #8e1838;
      }
     .timeline  .pill.light-orange {
        border-color: #f26e24;
      }
      .timeline .pill.pink {
        border-color: #d1217b;
      }
    .timeline   .pill.dark-green {
        border-color: #46763a;
      }
     .timeline  .pill.dark-blue {
        border-color: #007cb8;
      }
      .timeline .pill.light-green {
        border-color: #3dae46;
      }
      .timeline .pill.darker-blue {
        border-color: #183766;
      }
    .timeline   .icon-large {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
      }

   .timeline    .icon-large svg {
        width: 32px;
        height: 32px;
        stroke-width: 1.5;
      }

    .timeline   .icon-large.red {
        background-color: #eb3e45;
        box-shadow: 0 6px 16px rgba(235, 62, 69, 0.3);
      }
    .timeline   .icon-large.yellow {
        background-color: #d19f2a;
        box-shadow: 0 6px 16px rgba(209, 159, 42, 0.3);
      }
     .timeline  .icon-large.green {
        background-color: #2b9d48;
        box-shadow: 0 6px 16px rgba(43, 157, 72, 0.3);
      }
     .timeline  .icon-large.orange {
        background-color: #ed4129;
        box-shadow: 0 6px 16px rgba(43, 157, 72, 0.3);
      }
     .timeline  .icon-large.blue {
        background-color: #00abd7;
        box-shadow: 0 6px 16px rgba(0, 171, 215, 0.3);
      }
      .timeline .icon-large.maroon {
        background-color: #8e1838;
        box-shadow: 0 6px 16px rgba(142, 24, 56, 0.3);
      }
    .timeline   .icon-large.light-orange {
        background-color: #f26e24;
        box-shadow: 0 6px 16px rgba(242, 110, 36, 0.3);
      }
     .timeline  .icon-large.pink {
        background-color: #d1217b;
        box-shadow: 0 6px 16px rgba(209, 33, 123, 0.3);
      }
     .timeline  .icon-large.dark-green {
        background-color: #46763a;
        box-shadow: 0 6px 16px rgba(70, 118, 58, 0.3);
      }
     .timeline  .icon-large.dark-blue {
        background-color: #007cb8;
        box-shadow: 0 6px 16px rgba(0, 124, 184, 0.3);
      }
     .timeline  .icon-large.light-green {
        background-color: #3dae46;
        box-shadow: 0 6px 16px rgba(61, 174, 70, 0.3);
      }
    .timeline   .icon-large.darker-blue {
        background-color: #183766;
        box-shadow: 0 6px 16px rgba(24, 55, 102, 0.3);
      }
    .timeline   .ring-dot {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
      }

     .timeline  .ring-dot.red {
        border-color: #eb3e45;
      }
    .timeline   .ring-dot.yellow {
        border-color: #cf9b2b;
      }
      .timeline .ring-dot.green {
        border-color: #2b9d48;
      }
    .timeline   .ring-dot.orange {
        border-color: #ed4129;
      }
     .timeline  .ring-dot.blue {
        border-color: #00abd7;
      }
     .timeline  .ring-dot.maroon {
        border-color: #8e1838;
      }
     .timeline  .ring-dot.light-orange {
        border-color: #f26e24;
      }
    .timeline   .ring-dot.pink {
        border-color: #d1217b;
      }
    .timeline   .ring-dot.dark-green {
        border-color: #46763a;
      }
    .timeline   .ring-dot.dark-blue {
        border-color: #007cb8;
      }
    .timeline   .ring-dot.light-green {
        border-color: #3dae46;
      }
   .timeline    .ring-dot.darker-blue {
        border-color: #183766;
      }
  .timeline     .inner-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
      }

 .timeline      .inner-dot.red {
        background-color: #eb3e45;
      }
    .timeline   .inner-dot.yellow {
        background-color: #cf9b2b;
      }
    .timeline   .inner-dot.green {
        background-color: #2b9d48;
      }
   .timeline    .inner-dot.orange {
        background-color: #ed4129;
      }
    .timeline   .inner-dot.blue {
        background-color: #00abd7;
      }
    .timeline   .inner-dot.maroon {
        background-color: #8e1838;
      }
   .timeline    .inner-dot.light-orange {
        background-color: #f26e24;
      }
     .timeline  .inner-dot.pink {
        background-color: #d1217b;
      }
   .timeline    .inner-dot.dark-green {
        background-color: #46763a;
      }
    .timeline   .inner-dot.dark-blue {
        background-color: #007cb8;
      }
     .timeline  .inner-dot.light-green {
        background-color: #3dae46;
      }
    .timeline   .inner-dot.darker-blue {
        background-color: #183766;
      }
      .connector {
        height: 80px;
        margin: -5px 0;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 1;
      }

      @media (max-width: 768px) {
        .timeline-row {
          flex-direction: column;
          gap: 15px;
          text-align: center;
        }
      .timeline  .side {
          margin: 10px 0;
          display: none;
        }
      .timeline   .pill {
          text-align: center;
          border-radius: 30px;
          padding: 24px;
        }
        /* .connector {
          display: none;
        } */
        .timeline-row:nth-child(even) {
          flex-direction: column-reverse;
        }
      }

      .timeline-cnt {
        background-color: #fff;
        border: 2px solid #c12032;
        padding: 25px 30px;
        box-shadow: 0px 2px 4px -2px #0000001a;
        border-radius: 16px;
      }
      .activity-img {
        height: 65px;
        width: 65px;
        min-width: 65px;
display:flex;
       justify-content: center;
    align-items: center;
        border-radius: 50%;
        background-color: #c12032;
      }
      @media (width<992px) {
        .activity {
          padding: 15px 0px;
        }
      }
.icon-large i{
font-size:1.8em;
}

.video-facade {
  position: relative;
  width: 100%;
  height: 300px; /* Matches your original iframe height */
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  width: 68px;
  height: 48px;
  background-color: #f00;
  border-radius: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.play-button::after {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}
body[data-once~="webform-single-submit"] .maincontent #block-niti-content{padding-top:10px;}
#block-niti-content:has(.webform-confirmation) {
    padding-top: 10px;
}
span.inline-error {
    position:absolute;

}

.webform-submission-form .form-item{
position:relative;
  min-height:80px;
}
form#webform-submission-feedback-add-form input {
    color:#000;
}

#webform-submission-feedback-add-form .js-form-item-captcha-response span.inline-error,
#webform-submission-feedback-add-form .js-form-item-feedback span.inline-error {
    top:95%;
}
.verticals-wrap:has(.timeline){
    background-color:#f7fff0;
}
a.focusable.skip-link.text-decoration-none {
    color:#00aead;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.5px;

    font-size:0.9em;
margin-top:10px;
    display:inline-block;
    border-radius:8px;
    transition:0.3s all ease;
}

.skip-link:hover{
    color:#007978!important;

}
.js-form-item-field-publication-date-papers-value{display:none;}
input#edit-reset-report-and-publication {
    padding:9px 24px;
    border:none;
    background-color:#fff;
    border:1px solid #00aead;
    border-radius:4px;
    color:#00aead;
    font-weight:600;
    transition:0.3s all ease;
}

input#edit-reset-report-and-publication:hover{
    background-color:#00aead;
    color:#fff;
}

#block-niti-visitorcounterblock{
color:#fff;}

section.maincontent{
min-height:232px;}
