@font-face {
  font-family: BerlinSansFBDemi;
  src: url(../fonts/Berlin_Sans/BerlinSansFBDemiBold.ttf);
  font-weight: bold;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: #02231a;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "BerlinSansFBDemi", "Poppins", sans-serif;
  font-weight: bold;
}

.layout_margin {
  margin-top: 90px;
  margin-bottom: 90px;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  font-weight: bold;
  text-transform: uppercase;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/*header section*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  padding: 0 25px;
  width: 100%;
}

.sub_page .navbar-brand {
  margin-top: 0;
}

.sub_page .slider_section .navbar-brand {
  display: none;
}

.sub_page .header_section .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_page .slider_section .box::before {
  width: calc(100% - 25px);
}

.sub_page .custom_nav-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify; 
          justify-content: space-between;
}

.sub_page .user_option {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sub_page .user_option .nav_search-btn {
  margin: 0;
  margin-right: 15px;
}

.sub_page .custom_menu-btn button {
  margin: 15px 0;
}

.sub_page .menu_btn-style {
  position: fixed;
  left: 22px;
  top: 4px;
}

.header_section {
  background-color: #02231a;
  padding: 0 30px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .navbar-brand {
  display: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  font-family: "BerlinSansFBDemi", "Poppins", sans-serif;
  font-weight: bold;
}

.navbar-brand span {
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 99999;
  padding: 0;
  height: 100%;
}

.custom_nav-container .name_style {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container .name_style h6 {
  color: #e6e804;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  letter-spacing: -7px;
  margin: 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.custom_menu-btn button {
  margin-top: 25px;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn span {
  display: block;
  width: 35px;
  height: 4.5px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_btn-style {
  position: fixed;
  left: 27.5px;
  top: 12.5px;
}

.menu_btn-style button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.menu_btn-style span {
  display: block;
  width: 35px;
  height: 4.5px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_btn-style button {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(16px);
          transform: rotate(45deg) translateY(16px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-16px);
          transform: rotate(-45deg) translateY(-16px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(1, 11, 8, 0.95);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
}

.overlay a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  width: 190px;
}

.overlay a:hover, .overlay a.active {
  border-color: transparent;
  background-color: #ffffff;
  color: #000000;
}

.menu_btn-style {
  display: none;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer; /* Add cursor effect */
}

.hidden {
  display: none; /* Hide the element when this class is added */
}

.menu_width {
  width: 100%;
}

.scroll-y-hidden {
  overflow-y: hidden;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  background-position: center;
  color: #ffffff;
  margin: 25px 0;
}

.user_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

/*end header section*/
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
}

.slider_section #customCarousel1 {
  width: 100%;
}

.slider_section .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

html {
  scroll-behavior: smooth;
}


/* ✅ Background Image (Ensures it appears correctly) */
.slider_section .box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/gromo25.webp);
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
          clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
  z-index: -1;
}

/* ✅ Centering the Heading & Paragraph */
.slider_section .detail-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 80vh; /* Ensures it stays centered */
  padding-top: 10px; /* Reduces extra space above */
}

/* ✅ Styling for the Heading */
.slider_section .detail-box h1 {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; /* Adds slight gap before paragraph */
}

/* ✅ Styling for the Paragraph */
.slider_section .detail-box p {
  font-size: 1.2rem;
  color: #f8f8f8;
  max-width: 600px; /* Ensures readability on large screens */
  line-height: 1.5;
}

/* ✅ Navigation Button Styles */
.slider_section .carousel_btn-box {
  width: 50px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #000000;
  background-color: #e6e804;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background-color: #ffffff;
}

/* Main Section Styling */
.wedo_section {
  position: relative;
  padding: 50px 0;
  background-color: #02231a;
}

/* Background Shape */
.wedo_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background-color: #0ab79f;
  background-size: cover;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  z-index: -1;
}

/* Heading Styling */
.wedo_section .heading_container h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.wedo_section .heading_container h2 span {
  color: #35be99;
}

/* Container for Boxes */
.wedo_static_container {
  display: flex;
  gap: 20px; /* Space between boxes */
  justify-content: center;
  flex-wrap: wrap; /* Allows wrapping on small screens */
}

/* Individual Box */
.wedo_static_container .box {
  width: 45%; /* Two per row on larger screens */
  background: #0ab79f;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: justify;
  border-radius: 8px;
}

/* Image Box */
.wedo_static_container .box .img-box {
  width: 100%;
  text-align: center;
}

.wedo_static_container .box .img-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Text Content */
.wedo_static_container .box .detail-box {
  margin-top: 10px;
}

.wedo_static_container .box .detail-box h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.wedo_static_container .box .detail-box p {
  font-size: 16px;
  line-height: 1.5;
}

/* Read More Button */
.wedo_static_container .box .detail-box a {
  display: inline-block;
  background-color: #02231a;
  color: #ffffff;
  padding: 10px 25px;
  border: none;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  border-radius: 5px;
}

.wedo_static_container .box .detail-box a:hover {
  background-color: #000000;
}

/* ✅ Mobile View: Make it Full Width & Stack Boxes */
@media screen and (max-width: 768px) {
  .wedo_static_container {
      flex-direction: column; /* Stack items vertically */
      align-items: center; /* Center alignment */
  }

  .wedo_static_container .box {
      width: 100%; /* Full width on mobile */
  }
}





.choose_section {
  position: relative;
}

.choose_section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background-image: url(../images/choose-bg.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
          clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
  z-index: -1;
}

.choose_section .heading_container h2 {
  color: #ffffff;
}

.choose_section .heading_container h2 span {
  color: #e6e804;
}

.choose_section .box {
  margin-top: 45px;
  text-align: center;
}

.choose_section .box .box_content {
  background-color: #02231a;
  color: #ffffff;
  padding: 45px 15px;
}

.choose_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choose_section .box .img-box svg {
  width: 75px;
  height: auto;
  fill: #ffffff;
}

.choose_section .box .detail-box {
  margin-top: 15px;
}

.choose_section .box .detail-box h5 {
  font-weight: 600;
  font-size: 20px;
}

.choose_section .box .detail-box p {
  margin-bottom: 0;
}

.choose_section .box .btn-box {
  margin-top: 10px;
}

.choose_section .box .btn-box a {
  display: inline-block;
  background-color: #02231a;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
}

.choose_section .box .btn-box a:hover {
  background-color: #e6e804;
  color: #000000;
}

.choose_section .box:hover .box_content {
  background-color: #0ab79f;
  color: #000000;
}

.choose_section .box:hover .box_content .img-box svg {
  fill: #000000;
}

.blog_section {
  position: relative;
}

.blog_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background-color: #0ab79f;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  z-index: -1;
}

.blog_section .heading_container {
  margin-bottom: 0px;
}

.blog_section .heading_container h2 {
  margin: ;
}

.blog_section .heading_container h2 span {
  color: #ffffff;
}

.blog_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .blog_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 25px;
  position: relative;
}

.blog_section .blog_content:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d211b;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  z-index: -1;
}

.blog_section .blog_content .blog_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 45px;
}

.blog_section .blog_content .blog_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-family: "BerlinSansFBDemi", "Poppins", sans-serif;
  font-weight: bold;
}

.blog_section .blog_content .blog_social a i {
  font-size: 24px;
}
.blog_section .blog_content .img-box {
  -webkit-box-flex: 10;
      -ms-flex: 1;
          flex: 1;
}


.blog_section .blog_content .img-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;;
}

.blog_section .blog_detail {
  margin-top: 0px;
}

.blog_section .blog_detail h5 {
  font-weight: 600;
  font-size: 20px;
}

.blog_section .blog_detail a {
  display: inline-block;
  background-color: #02231a;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
}

.blog_section .blog_detail a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 1.5px 1.5px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1.5px 1.5px 5px 0 rgba(0, 0, 0, 0.3);
}

.blog_section .carousel_btn-box {
  width: 50px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog_section .carousel_btn-box .carousel-control-prev,
.blog_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}

.blog_section .carousel_btn-box .carousel-control-prev:hover,
.blog_section .carousel_btn-box .carousel-control-next:hover {
  background-color: #ffffff;
  color: #000000;
}

.contact_section {
  position: relative;
}

.contact_section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background-image: url(../images/choose-bg.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
          clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
  z-index: -1;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .heading_container h2 {
  color: #ffffff;
  margin: 0;
}

.contact_section .heading_container h2 span {
  color: #e6e804;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: #ffffff;
  outline: none;
  color: #000000;
}

.contact_section input::-webkit-input-placeholder {
  color: #4c4c4c;
}

.contact_section input:-ms-input-placeholder {
  color: #4c4c4c;
}

.contact_section input::-ms-input-placeholder {
  color: #4c4c4c;
}

.contact_section input::placeholder {
  color: #4c4c4c;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  border: none;
  display: inline-block;
  background-color: #e6e804;
  color: #000000;
  padding: 12px 35px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 15px;
  margin-top: 15px;
  font-weight: 600;
}

.contact_section button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 1.5px 1.5px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1.5px 1.5px 5px 0 rgba(0, 0, 0, 0.3);
}

.contact_section .map_container {
  height: 350px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}
.client_section {
  background-image: url(../images/client-bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0;
}

.client_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background-color: #0ab79f;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  z-index: -1;
}

.client_section .heading_container {
  color: #000000;
  text-align: center;
}

.client_section .heading_container h2 {
  text-transform: none;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* ✅ Main Container: Side-by-Side Layout */
.static-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* ✅ Left Side: Dataset Text & Button */
.client_section .box {
  width: 50%; /* Takes half of the space */
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: justify;
  border-radius: 8px;
}

/* ✅ Right Side: Folder Structure Image */
/* ✅ Right Side: Folder Structure Image */
.folder-structure-box {
  width: 100%; /* Takes full width */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px; /* Adds spacing between images */
  flex-wrap: wrap; /* Ensures responsiveness */
}

.folder-structure-box figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* ✅ Dataset Image Styling */
.folder-structure-box img:first-of-type {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
}

/* ✅ GIF Image Styling */
.folder-structure-box img:last-of-type {
  width: 100%;
  max-width: 400px;
  height: 200px; /* Crop height for landscape GIF */
  object-fit: cover; /* Crops the GIF while maintaining aspect ratio */
  border-radius: 8px;
}

/* ✅ Responsive Adjustments */
@media (min-width: 768px) {
  .folder-structure-box figure {
    flex-direction: row; /* Side by side on larger screens */
    justify-content: space-between;
    align-items: flex-start;
  }

  .folder-structure-box img:first-of-type,
  .folder-structure-box img:last-of-type {
    width: 48%; /* Each takes half of the space */
    max-width: none;
  }
}


/* ✅ View Database Button */
.client_section .box .detail-box .view-database-btn {
  display: inline-block;
  background-color: #02231a;
  color: #ffffff;
  padding: 10px 25px;
  border: none;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.client_section .box .detail-box .view-database-btn:hover {
  background-color: #000000;
}

/* ✅ Mobile Responsive: Stack Layout */
@media screen and (max-width: 768px) {
  .static-container {
      flex-direction: column; /* Stacks content */
      text-align: center;
  }

  .client_section .box {
      width: 100%; /* Full width */
      padding: 20px;
  }

  .folder-structure-box {
      width: 100%; /* Full width for image */
      margin-top: 20px;
  }

  .folder-structure-box img {
      max-width: 100%;
  }
}


/* table  section start  */.dataset-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Header Styling */
.dataset-table thead {
    background-color: #0ab79f; /* Theme color */
    color: #ffffff;
    font-size: 18px;
}

/* Table Headers */
.dataset-table th {
    padding: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap; /* Prevents line break */
}

/* Table Rows */
.dataset-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    white-space: nowrap; /* Prevents line break */
}

/* Alternate Row Colors */
.dataset-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Hover Effect */
.dataset-table tbody tr:hover {
    background-color: #e8f6f3;
    transition: 0.3s;
}

/* ✅ Mobile Responsive: Scrollable Table */
@media screen and (max-width: 768px) {
    .table-container {
        width: 100%;
        overflow-x: auto; /* Enables horizontal scrolling on small screens */
    }

    .dataset-table {
        font-size: 14px;
    }

    .dataset-table th, .dataset-table td {
        padding: 10px;
        white-space: nowrap; /* Ensures text never breaks */
    }
}

/* table  section End  */


/* Oraganiser section start */

/* Organizer Section Styling */
.organizer_section {
  padding: 60px 0;
  background: #02231a;
  text-align: center;
}

/* Grid Layout for Organizers: 4 in first row, 4 in second row */
.organizer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
  padding: 20px;
}

/* Organizer Box */
.organizer-box {
  background: #0ab79f;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 280px;
  text-align: center;
}

/* Organizer Photo */
.organizer-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

/* ✅ Separate Headline Styling for Organizers */
.organizer-heading {
  font-size: 28px;
  color: #f1f5f7;
  font-weight: bold;
  margin-bottom: 20px;
}

.organizer-name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.organizer-role {
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-bottom: 10px;
}

/* Social Icons */
.social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.icon-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  text-decoration: none;
}

.linkedin-btn {
  background: #0077B5;
}

.scholar-btn {
  background: #4285F4;
}

.icon-btn:hover {
  opacity: 0.8;
}


/* Oraganiser section end */

/* info section */
.info_section {
  color: #ffffff;
  position: relative;
}

.info_section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background-image: url(../images/info-bg.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
          clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
  z-index: -1;
  opacity: 0.2;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.info_section .info_logo a {
  color: #ffffff;
  font-family: "BerlinSansFBDemi", "Poppins", sans-serif;
  font-weight: bold;
  font-size: 3rem;
}

.info_section h4 {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #e6e804;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #e6e804;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  color: #ffffff;
}

.info_section .info_links a:hover, .info_section .info_links a.active {
  color: #e6e804;
}

.info_section form {
  background-color: #e6e804;
  padding: 10px;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  text-align: center;
}

.info_section form input::-webkit-input-placeholder {
  color: #000000;
}

.info_section form input:-ms-input-placeholder {
  color: #000000;
}

.info_section form input::-ms-input-placeholder {
  color: #000000;
}

.info_section form input::placeholder {
  color: #000000;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #e6e804;
  color: #000000;
  padding: 10px 55px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
  text-transform: uppercase;
  outline: none;
}

.info_section form button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 1.5px 1.5px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1.5px 1.5px 5px 0 rgba(0, 0, 0, 0.3);
}

/* end info section */
/* footer section*/
.footer_section {
  background-color: #02231a;
  text-align: center;
  color: #ffffff;
}

.footer_section p {
  margin: 0;
  padding-bottom: 25px;
  color: #ffffff;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
/* ✅ Main Container: Side-by-Side Layout *//* ✅ Main Container: Ensures Two Columns */
.dataset-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap; /* Prevents wrapping on larger screens */
}

/* ✅ Left Side: Dataset Info */
.dataset-info {
  width: 50%; /* Takes half of the available space */
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: justify;
  border-radius: 8px;
}

/* ✅ Right Side: Dataset Table & Images (Together) */
.dataset-right {
  width: 50%; /* Takes the other half */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ✅ Table Styling */
.dataset-table-wrapper {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow-x: auto;
}

/* ✅ Right Side: Dataset Images */.dataset-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.dataset-images figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

.dataset-images img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain; 
    margin-bottom: 0px;    /* need to change after uppdating size of gif */
    margin-top: 0px;
   
}

@media (max-width: 768px) {
  .dataset-images img {
      margin-bottom: 300px;
  }
}






@media (max-width: 768px) {
  .dataset-images img {
      width: 100%; /* Adjust width for smaller screens */
  }
}

/* ✅ Mobile Responsive: Stack Layout */
@media (max-width: 768px) {
  .dataset-container {
    flex-direction: column;
  }

  .dataset-info,
  .dataset-right {
    width: 100%;
  }
}

/* ✅ View Database Button */
.view-database-btn {
  display: inline-block;
  background-color: #02231a;
  color: #ffffff;
  padding: 12px 30px;
  border: none;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

/* ✅ Button Hover Effect */
.view-database-btn:hover {
  background-color: #0ab79f;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* ✅ Center Align Button on Mobile */
@media (max-width: 768px) {
  .view-database-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
  }
}

.gromo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full viewport height */
}

.gromo-content {
  background-color: #0ab79f(4, 106, 4, 0.2); /* Light green with transparency */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 600px;
  backdrop-filter: blur(5px);
}



/* Leaderboard */
/* Leaderboard Section Container */
.leaderboard_section {
  background: #0ab79f;
  padding: 60px 20px;
  border-radius: 8px;
  color: #222;
  font-family: 'Poppins', sans-serif;
}

/* Section Heading */
.leaderboard_section h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}

/* Toggle Buttons */
.leaderboard-tabs {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.leaderboard-tabs .tab {
  font-weight: bold;
  font-size: 16px;
  padding: 8px 16px;
  background: #efefef;
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.leaderboard-tabs .tab:hover {
  background-color: #ddd;
}

.leaderboard-tabs .tab.active {
  background-color: #0ab79f;
  color: #fff;
  border-color: #0ab79f;
}

/* Table Container */
.table-container {
  background: #fff;
  border-radius: 10px;
  overflow-x: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
