* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

a {
  color: #14ae5c;
}

p {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0d0d;
}

.button-primary {
  height: 3rem;
  padding: 0 1.5rem;
  border-radius: 30px;
  background-color: #017670;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  transition: all 0.3s;
  user-select: none;
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.button-primary:hover {
  background-color: #14ae5c;
}

.btn-icon-carousel {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
}
.btn-icon-carousel:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.tooltip-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* bottom of tooltip */
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.navbar-geojit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 999;
  height: 6.8rem;
  z-index: 999;
}
.navbar-geojit p {
  font-size: 16px;
}

.navbar-geojit-top {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  color: #017670;
  background-color: #f2f2f2;
  text-align: center;
}

.navbar-geojit-top p span {
  font-weight: 600;
}

.navbar-geojit-bottom {
  padding: 0.5rem 7.5rem;
  display: flex;
  align-items: center;
}
.navbar-geojit-bottom .geojit-nav-logo {
  width: 10rem;
}
.navbar-geojit-bottom .geojit-nav-logo img {
  width: 100%;
  min-width: 77px;
}
.navbar-geojit-bottom .nav-menu-container {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
.navbar-geojit-bottom .nav-menu-container .search-icon,
.navbar-geojit-bottom .nav-menu-container .menu-icon {
  width: 1.5rem;
  cursor: pointer;
}
.navbar-geojit-bottom .nav-menu-container .search-icon img,
.navbar-geojit-bottom .nav-menu-container .menu-icon img {
  width: 100%;
}
.navbar-geojit-bottom .nav-menu-container .menu-icon {
  display: none;
}
.navbar-geojit-bottom .nav-menu-container .dots-icon {
  width: 2rem;
  transition: all 0.3s;
  transform-origin: center;
  cursor: pointer;
}
.navbar-geojit-bottom .nav-menu-container .dots-icon img {
  width: 100%;
}
.navbar-geojit-bottom .nav-menu-container .dots-icon:hover {
  transform: rotate(45deg);
}
.navbar-geojit-bottom .nav-menu-container .open-demat-wrapper {
  display: flex;
  align-items: center;
  height: 3rem;
}
.navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .open-demat-btn {
  background-color: #f5cf47;
  white-space: nowrap;
  height: 100%;
  border-radius: 30px 0 0 30px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-weight: bold;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: inherit;
  transition: all 0.3s;
}
.navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .open-demat-btn:hover {
  background-color: #017670;
  color: #fff;
}
.navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .open-demat-btn p {
  font-size: 18px;
  font-weight: 600;
}
.navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .log-in-btn {
  display: flex;
  align-items: center;
  height: fit-content;
  border-radius: 0 30px 30px 0;
  white-space: nowrap;
  height: 3rem;
  border: 1px solid #f5cf47;
  padding: 0 1rem;
  user-select: none;
  cursor: pointer;
  outline: none;
  font-size: inherit;
  background-color: transparent;
  transition: all 0.3s;
}
.navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .log-in-btn:hover {
  border-color: #017670;
  background-color: #017670;
  color: #fff;
}
.navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .log-in-btn p {
  font-size: 18px;
}
.navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .log-in-btn img {
  width: 1.5rem;
}

.nav-mob {
  display: none;
}

.menu-primary {
  position: relative;
  width: fit-content;
}
.menu-primary .menu-btn {
  position: relative;
  font-weight: 400;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
  text-transform: uppercase;
  cursor: pointer;
  gap: 0.5rem;
  white-space: nowrap;
}
.menu-primary .menu-btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #017670;
  bottom: 5px;
  visibility: hidden;
  opacity: 0;
  border-radius: 2px;
  transition: all 0.3s;
}
.menu-primary .menu-btn svg {
  margin-left: 0.5rem;
  font-size: 1.75rem;
  margin-right: -0.5rem;
}
.menu-primary .menu-btn p {
  font-size: 1rem;
}
.menu-primary .menu-btn img {
  width: 1.5rem;
}
.menu-primary .menu-btn:hover::before {
  visibility: visible;
  opacity: 1;
}
.menu-primary .sub-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 1rem;
  visibility: collapse;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  transform: translateX(-50%) translateY(-10%);
  cursor: default;
  z-index: 999;
}
.menu-primary .sub-menu-wrapper .sub-menu {
  min-width: 15rem;
  width: max-content;
  border-radius: 5px;
  overflow: hidden;
  padding: 0.5rem;
  z-index: -1;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  overflow: auto;
  background-color: #fff;
}
.menu-primary .sub-menu-wrapper .sub-menu .header {
  font-weight: bold;
  font-size: 1rem;
  margin: 1rem 2rem;
}
.menu-primary .sub-menu-wrapper .sub-menu .item {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  text-decoration: none;
}
.menu-primary .sub-menu-wrapper .sub-menu .item img {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.menu-primary .sub-menu-wrapper .sub-menu .item:hover {
  background-color: rgba(1, 118, 112, 0.1);
}
.menu-primary .sub-menu-wrapper .sub-menu .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.menu-primary .sub-menu-wrapper .sub-menu .item .cs {
  padding: 0.25rem 0.5rem;
  background-color: #2f375a;
  margin-left: 1rem;
  border-radius: 5px;
  font-size: 0.75rem;
}
.menu-primary .sub-menu-wrapper .sub-menu .item.sm {
  padding: 0.5rem 1rem;
}
.menu-primary .sub-menu-wrapper .sub-menu .item.md {
  padding: 0.75rem 1.5rem;
}
.menu-primary .sub-menu-wrapper .sub-menu .item.active-arrow-select {
  background-color: #017670;
}
.menu-primary .sub-menu-wrapper .sub-menu.flex {
  align-items: flex-start;
}
.menu-primary .active-menu::before {
  visibility: visible;
  opacity: 1;
}
.menu-primary .sub-menu-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


/*19-06-25*/


@media only screen and (max-width: 600px) {
    .section-1-geojit {
        margin-top: 3rem !important;
    }

    .section-1-geojit .support-btn{
        display:none;
    }
.open_dmate_sc {
    position:sticky;
   bottom: 0;
    right:0;
    left:0;
    display: none;
    z-index:10;
}
.open_dmate_sc.active {
    display:block;
}
    .navbar-geojit-top {
        display: none;
    }
.navbar-geojit {
   height: 3rem;
}
    
  .nav-hd-mb {
    display: none !important;
  }
  .navbar-geojit-bottom .nav-menu-container {
      flex-direction:row-reverse;
    gap: 0.6rem;
}
  .navbar-geojit-bottom .nav-menu-container .open-demat-wrapper, .navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .log-in-btn  {
    height: 1.7rem;
}
  .navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .open-demat-btn p ,
  .navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .log-in-btn p {
  font-size: 12px;
}
  .navbar-geojit .navbar-geojit-bottom {
    gap: 1rem;
    display: flex;
    justify-content: space-between !important;
    padding: 10px 10px;
  }
  .navbar-geojit .navbar-geojit-bottom .geojit-nav-logo {
    width: 7.5rem;
  }
  .navbar-geojit .navbar-geojit-bottom .menu-icon {
    display: unset !important;
  }
  .nav-mob.active {
    display: unset !important;
    background-color: #fff !important;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    z-index: 999;
    position: absolute;
    top: 6.5rem;
    left: 0;
    right: 0;
    height: calc(100vh - 6.5rem);
    overflow-y: auto;
  }
  .nav-mob.active .menu-primary .menu-btn {
    height: 3rem;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1.5px solid #e4e4e4;
  }
  .nav-mob.active .menu-primary .menu-btn::before {
    content: unset;
  }
  .nav-mob.active .menu-primary .menu-btn p {
    font-size: 16px;
  }
  .nav-mob.active .menu-primary .sub-menu-wrapper {
    padding-top: 0;
  }
  .nav-mob.active .menu-primary .sub-menu-wrapper .sub-menu {
    box-shadow: none;
  }
  .nav-mob.active .menu-dots .item {
    padding: 0.5rem 2rem;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #000;
    text-decoration: none;
  }
  .nav-mob.active .menu-dots .item svg {
    margin-right: 0.5rem;
    font-size: 1.75rem;
  }
  .nav-mob.active .menu-dots .item:hover {
    background-color: rgba(1, 118, 112, 0.1);
  }
  .nav-mob.active .menu-dots .item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .nav-mob.active .menu-dots .item .cs {
    padding: 0.25rem 0.5rem;
    background-color: #2f375a;
    margin-left: 1rem;
    border-radius: 5px;
    font-size: 0.75rem;
  }
  .nav-mob.active .open-demat-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
    padding: 0 2rem 2rem;
  }
  .nav-mob.active .open-demat-wrapper .open-demat-btn {
    background-color: #f5cf47;
    white-space: nowrap;
    height: 100%;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: inherit;
    height: 2.5rem;
    width: 100%;
  }
  .nav-mob.active .open-demat-wrapper .log-in-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    border-radius: 30px;
    white-space: nowrap;
    height: 2.5rem;
    border: 1px solid #f5cf47;
    padding: 0 1rem;
    user-select: none;
    cursor: pointer;
    outline: none;
    font-size: inherit;
    background-color: transparent;
    width: 100%;
  }
  .nav-mob.active .open-demat-wrapper .log-in-btn img {
    width: 1.5rem;
  }
  .menu-primary {
    width: 100%;
  }
  .menu-primary .menu-btn {
    padding: 0 2rem;
    height: 4rem;
  }
  .menu-primary .menu-btn p {
    font-size: 1.5rem;
  }
  .menu-primary .sub-menu-wrapper {
    position: relative;
    display: none;
  }
  .menu-primary .sub-menu-wrapper .sub-menu {
    display: block;
    width: 100%;
  }
  .menu-primary .sub-menu-wrapper .sub-menu .col:not(:last-child) {
    margin-bottom: 3rem;
  }
  .menu-primary .sub-menu-wrapper .sub-menu .col .item {
    width: 100%;
  }
  .menu-primary .sub-menu-active {
    display: block;
  }
}
.section-1-geojit {
  display: flex;
  margin-top: 6.5rem;
  position: relative;
  background-color: #000;
}
.section-1-geojit .section-1-left {
  flex: 1;
  padding: 3rem 7.5rem;
  flex-shrink: 0;
  z-index: 2;
  width: fit-content;
}
.section-1-geojit .section-1-left .section-1-title {
  font-weight: 600;
  margin-bottom: 2rem;
  color: #fff;
  width: fit-content;
}
.section-1-geojit .section-1-left .section-1-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid transparent;
  border-radius: 15px;
  max-width: 25rem;
  padding: 0.75rem 1.5rem;
  position: relative;
  cursor: pointer;
  background-color: #d3f6f5;
  margin-bottom: 1rem;
  opacity: 0.95;
  transition: all 0.3s;
}

.section-1-geojit .section-1-left .section-1-tab:hover {
  opacity: 1;
  filter: drop-shadow(0 4px 0.25rem rgba(0, 0, 0, 0.25));
  transition: all 0.3s;
}
.section-1-geojit .section-1-left .section-1-tab .tab-arrow {
  opacity: 0.5;
}
.section-1-geojit .section-1-left .section-1-tab .section-1-tab-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section-1-geojit .section-1-left .section-1-tab .section-1-tab-left h3 {
  font-weight: 600;
}

.section-1-geojit .section-1-left .section-1-tab:hover > .section-1-tab-left img {
  filter: drop-shadow(0 4px 0.25rem rgba(0, 0, 0, 0.25));
  transition: all 0.3s;
}
.section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 3px;
  visibility: collapse;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  cursor: default;
}
.section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper .sub-menu {
  min-width: 10rem;
  width: max-content;
  border-radius: 12px;
  overflow: hidden;
  padding: 0.5rem;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  overflow: auto;
  background-color: rgba(55, 55, 55, 0.8);
  border: 1px solid #727272;
  backdrop-filter: blur(10px);
  transition: all 0.3s;
  filter: drop-shadow(0 4px 0.25rem rgba(0, 0, 0, 0.25));
}
.section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper .sub-menu .item {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 3rem;
}
.section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper .sub-menu .item p {
  font-size: 18px;
}
.section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper .sub-menu .item svg {
  margin-right: 0.5rem;
  font-size: 1.75rem;
}
.section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper .sub-menu .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper .sub-menu .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper .sub-menu .item .cs {
  padding: 0.25rem 0.5rem;
  background-color: #2f375a;
  margin-left: 1rem;
  border-radius: 5px;
  font-size: 0.75rem;
}
.section-1-geojit .section-1-left .section-1-tab:hover {
  border: 2px solid #017670;
  transition: all 0.3s;
}
.section-1-geojit .section-1-left .section-1-tab:hover .tab-arrow {
  opacity: 1;
}
.section-1-geojit .section-1-left .section-1-tab.active {
  border: 2px solid #017670;
}
.section-1-geojit .section-1-left .section-1-tab.active .tab-arrow {
  display: unset;
}
.section-1-geojit .section-1-left .section-1-tab.active .sub-menu-wrapper {
  visibility: visible;
  opacity: 1;
}
.section-1-geojit .section-1-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  padding: 7.5rem 7.5rem 3rem;
  flex-shrink: 0;
  width: 50vw;
}
.section-1-geojit .section-1-right .carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 0;
}
.section-1-geojit .section-1-right .carousel-container .section-1-right-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(90%);
  object-fit: cover;
}
.section-1-geojit .section-1-right .carousel-container .right-content {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 7.5rem 7.5rem 3rem;
}
.section-1-geojit .section-1-right .carousel-container .right-content .right-text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.section-1-geojit .section-1-right .carousel-container .right-content .right-text-container .right-content-title {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 48px;
}
.section-1-geojit .section-1-right .carousel-container .right-content .right-text-container .right-content-desc {
  margin-bottom: 1.5rem;
  width: 30rem;
  height: 5rem;
}
.section-1-geojit .section-1-right .carousel-container .right-content .btn-flex-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.section-1-geojit .section-1-right .carousel-container.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.section-1-geojit .support-btn {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  transform: translateY(50%);
  z-index: 991;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .section-1-geojit {
    flex-direction: column-reverse;
    width: 100%;
    background-color: unset;
  }
  .section-1-geojit .section-1-left {
    padding: 3rem 2rem;
    width: 100%;
  }
  .section-1-geojit .section-1-left .section-1-title {
    color: #000;
  }
  .section-1-geojit .section-1-left .section-1-tab {
    max-width: 100%;
    width: 100% !important;
    padding: 1rem !important;
    z-index: 1;
    position: relative;
  }
  .section-1-geojit .section-1-left .section-1-tab.active {
    z-index: 10;
  }
  .section-1-geojit .section-1-left .section-1-tab .tab-arrow {
    display: unset;
    transform: rotate(0deg) !important;
  }
  .section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper {
    position: absolute;
    top: 105%;
    left: -0.25rem;
    right: 0;
    padding-bottom: 1rem;
    z-index: 11;
  }
  .section-1-geojit .section-1-left .section-1-tab .sub-menu-wrapper .sub-menu {
    width: 100%;
    z-index: 12;
  }
  .section-1-geojit .section-1-left .section-1-tab.active .tab-arrow {
    transform: rotate(180deg) !important;
  }
  .section-1-geojit .section-1-right {
    padding: 3rem 2rem !important;
    position: relative;
    height: 25rem;
    width: 100%;
    background-color: #000;
  }
  .section-1-geojit .section-1-right .carousel-container {
    height: 25rem;
  }
  .section-1-geojit .section-1-right .right-content .right-text-container .right-content-title {
    font-size: 24px !important;
    margin-bottom: 1rem !important;
  }
  .section-1-geojit .section-1-right .right-content .right-text-container .right-content-desc {
    width: 100% !important;
    font-size: 1rem !important;
    height: fit-content;
  }
  .section-1-geojit .section-1-right .right-content .right-text-container .button-primary {
    margin-bottom: 1rem;
    z-index: 2;
  }

  .section-1-geojit .section-1-right .carousel-container .right-content {
    padding: 3rem 2rem !important;
  }

  .section-1-geojit .section-1-right .carousel-container .right-content .right-text-container {
    align-items: flex-start;
    text-align: start;
  }

  .section-1-geojit .section-1-right .carousel-container .right-content .btn-flex-wrapper {
    justify-content: flex-start;
  }
}
.section-2-geojit {
  padding: 5rem 7.5rem;
  background-color: #d3f6f5;
  overflow: hidden;
}
.section-2-geojit .helper-text {
  font-size: 20px;
  color: #017670;
  text-transform: uppercase;
}
.section-2-geojit .section-title {
  font-size: 54px;
  margin-bottom: 1.5rem;
}
.section-2-geojit .grid-section-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.section-2-geojit .grid-section-2 .card-flex {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.section-2-geojit .grid-section-2 .card-flex h3 {
  margin-bottom: 0.5rem;
  font-size: 24px;
}
.section-2-geojit .grid-section-2 .card-flex p {
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .section-2-geojit {
    padding: 3rem 2rem;
  }
  .section-2-geojit .helper-text {
    font-size: 14px;
  }
  .section-2-geojit .section-title {
    font-size: 32px;
    margin-bottom: 1rem;
  }
  .section-2-geojit .grid-section-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .section-2-geojit .grid-section-2 .card-flex img {
    width: 25px;
    height: 25px;
    margin-top: 0.3rem;
  }
}
.section-3-geojit {
  padding: 5rem 7.5rem;
  background-color: #f1f4f7;
}

.section-3-geojit .abs-badge,
.section-3-geojit .badge {
  padding: 0.25rem 10px;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
}

.section-3-geojit .abs-badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 0 15px;
  background-color: #d3f6f5;
  color: #017670;
}

.section-3-geojit .badge {
  border-radius: 10px;
  background-color: #ffe8f1;
  color: #cf3974;
  margin-bottom: 1rem;
}

.section-3-geojit .helper-text {
  font-size: 20px;
  color: #017670;
  text-transform: uppercase;
}

.section-3-geojit .section-title {
  font-size: 54px;
  margin-bottom: 2rem;
}

.section-3-geojit .section-desc {
  margin-bottom: 2rem;
}

.section-3-geojit .grid-section-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}

.section-3-geojit .grid-section-3 .card-section-3 {
  position: relative;
  border-radius: 12px;
  transition: all 0.3s;
}

.section-3-geojit .grid-section-3 .card-section-3 .header-section3 {
  padding: 2rem 2rem 0;
}

.section-3-geojit .grid-section-3 .card-section-3 .header-section3 .sub-title-card {
  color: #909090;
  font-size: 14px;
}

.section-3-geojit .grid-section-3 .card-section-3 .header-section3 .title-card {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.section-3-geojit .grid-section-3 .card-section-3 .header-section3 .desc-card {
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  margin-bottom: 1rem;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 {
  padding: 0 2rem 2rem;
  position: relative;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 .card-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 .card-flex p {
  font-size: 16px;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 .green-text {
  color: #017670;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 .red-text {
  color: #e95353;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 .bold-text {
  font-weight: bold;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 .grey-text {
  color: #757575;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e4e4e4;
  margin: 1em 0;
  padding: 0;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 button {
  border: none;
  outline: none;
  padding: 0.6rem 1.2rem;
  background-color: #f5cf47;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 button:hover {
  background-color: #017670;
  color: #fff;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 .hide-lock {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0.9;
  border-radius: 12px;
}

.section-3-geojit .grid-section-3 .card-section-3 .content-section3 .lock-open-acc {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
}

.section-3-geojit .grid-section-3 .card-section-3 .card-wrapper {
  transform-style: preserve-3d;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
  border-radius: 12px !important;
  transition: transform 1.2s, box-shadow 0.3s, background 0.3s;
  background: #fff;
}

.section-3-geojit .grid-section-3 .card-section-3 .card-wrapper:hover {
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 50%, #f0f8ff 100%);
}

.section-3-geojit .grid-section-3 .card-section-3 .card-wrapper .card-front,
.section-3-geojit .grid-section-3 .card-section-3 .card-wrapper .card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-3-geojit .grid-section-3 .card-section-3 .card-wrapper .card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  position: absolute;
  inset: 0;
  border-radius: 12px;
}

.section-3-geojit .grid-section-3 .card-section-3 .card-wrapper .card-back .img-back {
  position: absolute !important;
  inset: 0 !important;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.section-3-geojit .grid-section-3 .card-section-3.card-rotatable.back-card-active {
  perspective: 1000px;
}

.section-3-geojit .grid-section-3 .card-section-3.card-rotatable.back-card-active .card-wrapper {
  transform: rotateY(180deg);
}

/* Responsive styles */
@media only screen and (max-width: 600px) {
  .section-3-geojit {
    padding: 3rem 2rem;
  }

  .section-3-geojit .helper-text {
    font-size: 14px;
  }

  .section-3-geojit .section-title {
    font-size: 32px;
  }

  .section-3-geojit .grid-section-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem !important;
  }

  .section-3-geojit .grid-section-3 .title-card {
    font-size: 1.5rem !important;
  }

  .section-3-geojit .grid-section-3 .card-section-3 .header-section3 {
    padding: 1rem 1rem 0;
  }

  .section-3-geojit .grid-section-3 .card-section-3 .content-section3 {
    padding: 0 1rem 1rem;
  }

  .section-3-geojit .grid-section-3 .card-section-3 .content-section3 .hide-lock {
    height: 100%;
    object-fit: cover;
  }

  .section-3-geojit .grid-section-3 .card-section-3 .content-section3 .lock-open-acc {
    bottom: 1rem;
    right: 1rem;
  }
}

.section-4-geojit {
  padding: 5rem 7.5rem;
  position: relative;
  overflow: hidden;
  background-color: #d3f6f5;
}
.section-4-geojit .bg-section4 {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-4-geojit .helper-text {
  font-size: 20px;
  color: #017670;
  text-transform: uppercase;
}
.section-4-geojit .section-title {
  font-size: 54px;
  margin-bottom: 2rem;
}
.section-4-geojit .section-para {
  width: 50%;
  margin-bottom: 3rem;
  font-size: 24px;
}
.section-4-geojit .stats-flex {
  display: flex;
  justify-content: space-between;
}
.section-4-geojit .stats-flex .stat {
  flex: 1;
  padding: 0 1rem;
  border-left: 2px solid #017670;
}
.section-4-geojit .stats-flex .stat h1 {
  font-size: 38px;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
  .section-4-geojit {
    padding: 3rem 2rem;
  }
  .section-4-geojit .helper-text {
    font-size: 14px;
  }
  .section-4-geojit .section-title {
    font-size: 32px;
  }
  .section-4-geojit .section-para {
    width: 100%;
    font-size: 16px;
  }
  .section-4-geojit .stats-flex {
    display: grid;
    grid-template-areas: "a b" "c d";
    grid-gap: 2rem;
  }
  .section-4-geojit .stats-flex .stat {
    padding: 0 0 0 1rem;
  }
  .section-4-geojit .stats-flex .stat:nth-child(1) {
    grid-area: a;
  }
  .section-4-geojit .stats-flex .stat:nth-child(2) {
    grid-area: c;
  }
  .section-4-geojit .stats-flex .stat:nth-child(3) {
    grid-area: b;
  }
  .section-4-geojit .stats-flex .stat:nth-child(4) {
    grid-area: d;
  }
  .section-4-geojit .stats-flex h1 {
    font-size: 20px !important;
    margin-bottom: 0.5rem !important;
  }
  .section-4-geojit .stats-flex p {
    font-size: 16px;
  }
}

.section-5-geojit {
  height: 36rem;
  position: relative;
}
.section-5-geojit .grid-carousel-wrapper {
  position: absolute !important;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  background-color: #f5ffff;
  transition: all 0.6s;
}
.section-5-geojit .helper-text {
  font-size: 20px;
  color: #017670;
  text-transform: uppercase;
}
.section-5-geojit .section-title {
  font-size: 54px;
  margin-bottom: 2rem;
}
.section-5-geojit .section-para {
  margin-bottom: 3rem;
  font-size: 20px;
}
.section-5-geojit .grid-section-5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
  height: 100%;
}
.section-5-geojit .grid-section-5 .button-primary {
  background-color: #f5cf47;
  color: #000;
  transition: all 0.3s;
}
.section-5-geojit .grid-section-5 .button-primary:hover {
  border-color: #017670;
  background-color: #017670;
  color: #fff;
}
.section-5-geojit .grid-section-5 .grid-left {
  padding: 5rem 0 5rem 7.5rem;
}
.section-5-geojit .grid-section-5 .grid-right {
  position: relative;
  overflow: hidden;
}
.section-5-geojit .grid-section-5 .grid-right .bg-carousel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: contain;
  height: 36rem;
  /* background-color: #000; */
}
.section-5-geojit .grid-section-5 .grid-right .arrow-container {
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.section-5-geojit .grid-section-5 .grid-right .arrow-container .btn-icon-carousel {
  margin: 1rem 0;
}
.section-5-geojit .grid-section-5 .grid-right .arrow-container .carousel-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #757575;
  flex-shrink: 0;
  transition: all 0.3s;
}
.section-5-geojit .grid-section-5 .grid-right .arrow-container .carousel-dot.active {
  background-color: #017670;
  transform: scale(1.2);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: 1;
  }
}

.grid-carousel-wrapper.section-active {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
    .navbar-geojit-bottom .nav-menu-container .open-demat-wrapper .open-demat-btn {
    display: block; 
    }
  .section-5-geojit {
    height: 48rem;
  }
  .section-5-geojit .helper-text {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .section-5-geojit .section-title {
    font-size: 30px;
  }
  .section-5-geojit .section-para {
    width: 100%;
    font-size: 16px;
  }
  .section-5-geojit .grid-section-5 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .section-5-geojit .grid-section-5 .grid-left {
    padding: 3rem 2rem 3rem;
  }
  .section-5-geojit .grid-section-5 .grid-right {
    width: 100%;
  }
  .section-5-geojit .grid-section-5 .grid-right .bg-carousel {
    position: relative;
    width: 100%;
    height: unset;
  }
  .section-5-geojit .grid-section-5 .grid-right .arrow-container {
    position: absolute;
    right: unset;
    top: unset;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .section-5-geojit .grid-section-5 .grid-right .arrow-container .btn-icon-carousel {
    margin: 0 1rem;
    transform: rotate(270deg);
  }
}
.section-6-geojit {
  position: relative;
  overflow: hidden;
  padding: 5rem 7.5rem 0;
  background-color: #d3fffc;
}
.section-6-geojit .helper-text {
  font-size: 20px;
  color: #017670;
  text-transform: uppercase;
}
.section-6-geojit .section-title {
  font-size: 54px;
  margin-bottom: 5rem;
}
.section-6-geojit .bg-green {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25vh;
  background: linear-gradient(0deg, rgba(8, 140, 161, 0.5) 0%, rgb(211, 255, 252) 100%);
  z-index: 0;
}
.section-6-geojit .grid-section-6 {
  display: flex;
  gap: 7rem;
  z-index: 2;
}
.section-6-geojit .grid-section-6 .flex-store {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}
.section-6-geojit .grid-section-6 .content-wrapper-left {
  display: none;
  height: fit-content;
}
.section-6-geojit .grid-section-6 .content-wrapper-left .button-primary {
  background-color: #f5cf47;
  color: #0d0d0d;
  margin-bottom: 2rem !important;
}
.section-6-geojit .grid-section-6 .content-wrapper-right {
  position: relative;
  display: none;
  flex-shrink: 0;
}
.section-6-geojit .grid-section-6 .content-wrapper-right .img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-6-geojit .grid-section-6 .content-wrapper-right .img-wrapper .section6-logo {
  height: 4rem;
  backface-visibility: hidden;
  transform: perspective(1px);
}
.section-6-geojit .grid-section-6 .content-wrapper-right .carousel6-wrapper {
  display: flex;
  justify-content: center;
}
.section-6-geojit .grid-section-6 .content-wrapper-right .carousel6-wrapper .carousel-img {
  width: 17.5rem;
  transition: filter 0.6s;
}
.section-6-geojit .grid-section-6 .content-wrapper-right .carousel6-wrapper .icon-left,
.section-6-geojit .grid-section-6 .content-wrapper-right .carousel6-wrapper .icon-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-6-geojit .grid-section-6 .content-wrapper-right .carousel6-wrapper .icon-left {
  left: 5rem;
  top: 2rem;
}
.section-6-geojit .grid-section-6 .content-wrapper-right .carousel6-wrapper .icon-right {
  right: 5rem;
  top: 2rem;
}
.section-6-geojit .grid-section-6 .content-wrapper-right.active,
.section-6-geojit .grid-section-6 .content-wrapper-left.active {
  display: unset;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: 1;
  }
}

.carousel-animation-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 50rem;
  padding-top: 1.75rem;
}

.carousel-animation-icon {
  position: absolute;
  border-radius: 50%;
  transition: transform 1s ease-in-out, z-index 1s ease-in-out, scale 1s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .content-wrapper-left {
  }
  .carousel-animation-container {
    padding-top: 5rem;
  }
  .section-6-geojit {
    padding: 3rem 2rem;
  }
  .section-6-geojit .helper-text {
    font-size: 14px !important;
  }
  .section-6-geojit .section-title {
    font-size: 32px !important;
    margin-bottom: 2rem !important;
  }
  .section-6-geojit .section-para {
    width: 100%;
    font-size: 16px;
  }
  .section-6-geojit .content-wrapper-left {
    margin-bottom: 3rem;
  }
  .section-6-geojit .grid-section-6 {
    flex-direction: column;
    gap: 0 !important;
  }
  .section-6-geojit .grid-section-6 #section-6 {
    /* min-height: 45rem; */
  }
  .section-6-geojit .grid-section-6 .section6-logo {
    margin-top: 2rem;
    height: 4rem !important;
  }
  .section-6-geojit .grid-section-6 .carousel6-wrapper .carousel-img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
  }
  .section-6-geojit .grid-section-6 .carousel6-wrapper .icon-left {
    top: 0 !important;
    transform: unset !important;
    left: 0 !important;
  }
  .section-6-geojit .grid-section-6 .carousel6-wrapper .icon-right {
    top: 0 !important;
    transform: unset !important;
    right: 0 !important;
  }
}
.section-7-geojit {
  position: relative;
  overflow: hidden;
  padding: 5rem 7.5rem;
}
.section-7-geojit .helper-text {
  font-size: 20px;
  color: #017670;
  text-transform: uppercase;
}
.section-7-geojit .section-title {
  font-size: 54px;
  margin-bottom: 5rem;
}
.section-7-geojit .img-btn {
  display: none;
}
.section-7-geojit .grid-section-7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
}
.section-7-geojit .grid-section-7 .section-7-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid transparent;
  border-radius: 15px;
  max-width: 25vw;
  padding: 1.25rem 1rem;
  position: relative;
  cursor: pointer;
}
.section-7-geojit .grid-section-7 .section-7-tab:hover {
  background-color: rgba(1, 118, 112, 0.1);
}
.section-7-geojit .grid-section-7 .section-7-tab .tab-arrow {
  display: none;
}
.section-7-geojit .grid-section-7 .section-7-tab .section-7-tab-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-7-geojit .grid-section-7 .section-7-tab .section-7-tab-left h3 {
  font-weight: 600;
}
.section-7-geojit .grid-section-7 .section-7-tab.active {
  border: 2px solid #017670;
}
.section-7-geojit .grid-section-7 .section-7-tab.active .tab-arrow {
  display: unset;
}
.section-7-geojit .grid-section-7 .grid-right .carousel-img {
  margin-bottom: 1rem;
  height: 40vh;
}

@media only screen and (max-width: 600px) {
  .section-7-geojit {
    padding: 3rem 2rem;
  }
  .section-7-geojit .helper-text {
    font-size: 14px !important;
  }
  .section-7-geojit .section-title {
    font-size: 32px !important;
    margin-bottom: 2rem;
  }
  .section-7-geojit .section-para {
    width: 100%;
    font-size: 16px;
  }
  .section-7-geojit .img-btn {
    display: flex;
    gap: 1rem;
  }
  .section-7-geojit .grid-section-7 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-7-geojit .grid-section-7 .grid-left {
    display: none;
  }
  .section-7-geojit .grid-section-7 .grid-left .section-7-tab {
    max-width: 100%;
    width: 100%;
  }
  .section-7-geojit .grid-section-7 .grid-right .carousel-img {
    margin-bottom: 1rem;
    height: unset;
    width: 100%;
  }
  .section-7-geojit .grid-section-7 .grid-right h1 {
    font-size: 1.5rem !important;
  }
}
.section-8-geojit {
  position: relative;
  overflow: hidden;
  padding: 5rem 7.5rem;
  background-color: #ebfbfb;
}
.section-8-geojit .section-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.section-8-geojit .helper-text {
  font-size: 20px;
  color: #017670;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.section-8-geojit .helper-text:hover {
  text-decoration: underline;
}
.section-8-geojit .section-title {
  font-size: 54px;
}
.section-8-geojit .section8-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
.section-8-geojit .section8-grid .card-blog {
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 10px;
}
.section-8-geojit .section8-grid .card-blog .desc-card {
  padding: 1rem;
}
.section-8-geojit .section8-grid .card-blog:hover {
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.section-8-geojit .section8-grid .card-blog .thumbnail {
  width: 100%;
  object-fit: contain;
}
.section-8-geojit .section8-grid .card-blog .by {
  margin-bottom: 0.5rem;
  color: #757575;
  font-weight: 600;
}
.section-8-geojit .section8-grid .card-blog .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-8-geojit .section8-grid .card-blog .flex h3 {
  font-size: 24px;
}
.section-8-geojit .section8-grid .card-blog .flex .open-icon {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.section-8-geojit .section8-grid .card-blog .desc {
  color: #757575;
  margin-bottom: 0.5rem;
}
.section-8-geojit .section8-grid .card-blog .badge-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.section-8-geojit .section8-grid .card-blog .badge-wrapper .badge {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  border-radius: 10px;
  background-color: #ffe8f1;
  color: #cf3974;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
  .section-8-geojit {
    padding: 3rem 2rem;
  }
  .section-8-geojit .section-flex {
    margin-bottom: 2rem;
  }
  .section-8-geojit .helper-text {
    font-size: 14px !important;
  }
  .section-8-geojit .section-title {
    font-size: 32px !important;
  }
  .section-8-geojit .section-para {
    width: 100%;
    font-size: 16px;
  }
  .section-8-geojit .section8-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem !important;
  }
  .section-8-geojit .section8-grid .card-blog .flex {
    flex-wrap: wrap;
  }
  .section-8-geojit .section8-grid .card-blog .by {
    font-size: 16px !important;
  }
  .section-8-geojit .section8-grid .card-blog h3 {
    font-size: 20px !important;
  }
  .section-8-geojit .section8-grid .card-blog .open-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  .section-8-geojit .section8-grid .card-blog .desc {
    font-size: 16px !important;
  }
}
.section-9-geojit {
  position: relative;
  overflow: hidden;
  padding: 5rem 7.5rem;
}
.section-9-geojit .section-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.section-9-geojit .helper-text {
  font-size: 20px;
  color: #017670;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.section-9-geojit .helper-text:hover {
  text-decoration: underline;
}
.section-9-geojit .section-title {
  font-size: 54px;
}
.section-9-geojit .section9-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
.section-9-geojit .section9-grid .card-blog {
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 10px;
}
.section-9-geojit .section9-grid .card-blog .desc-card {
  padding: 1rem;
}
.section-9-geojit .section9-grid .card-blog:hover {
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.section-9-geojit .section9-grid .card-blog .thumbnail {
  width: 100%;
  object-fit: contain;
}
.section-9-geojit .section9-grid .card-blog .by {
  margin-bottom: 0.5rem;
  color: #757575;
  font-weight: 600;
}
.section-9-geojit .section9-grid .card-blog .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-9-geojit .section9-grid .card-blog .flex h3 {
  font-size: 24px;
}
.section-9-geojit .section9-grid .card-blog .flex .open-icon {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.section-9-geojit .section9-grid .card-blog .desc {
  color: #757575;
  margin-bottom: 0.5rem;
}
.section-9-geojit .section9-grid .card-blog .badge-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-9-geojit .section9-grid .card-blog .badge-wrapper .badge {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  border-radius: 10px;
  background-color: #ffe8f1;
  color: #cf3974;
  margin-bottom: 1rem;
}

.infinite-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: #e2e2e2;
  padding: 0 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 991;
}
.infinite-wrapper .infinite-carousel {
  --no-of-slides: 1;
  --slides-in-view: 1;
  --slide-width: 50rem;
  --slide-height: 3rem;
  --iteration-time: 45s;
  overflow: hidden;
  width: calc(2 * var(--no-of-slides));
  counter-reset: slideNo;
  /* just for analysis remove this 3 rules later*/
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides) * -1));
  }
}
.infinite-wrapper .infinite-carousel .carousel__wrapper {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  width: calc(var(--slides-in-view) * var(--slide-width));
  overflow: hidden;
  margin: 0 auto;
}
.infinite-wrapper .infinite-carousel .carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: var(--slide-width);
  height: var(--slide-height);
  box-sizing: border-box;
}
.infinite-wrapper .infinite-carousel .carousel__image {
  height: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.infinite-wrapper .infinite-carousel .carousel__image p {
  color: #757575;
  white-space: nowrap;
}
.infinite-wrapper .infinite-carousel .carousel__slide {
  position: relative;
}

.input-wrapper-green {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  height: fit-content;
  padding: 1rem 0;
  background-color: #017670;
  gap: 2rem;
  flex-wrap: wrap;
}
.input-wrapper-green .green-label {
  color: #fff;
}
.input-wrapper-green .input-wrapper {
  display: flex;
  align-items: center;
  height: 45px;
}
.input-wrapper-green .input-wrapper .input-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  height: 45px;
}
.input-wrapper-green .input-wrapper .input-number .menu-primary {
  height: 45px;
  width: 6rem;
  position: relative;
}
.input-wrapper-green .input-wrapper .input-number .menu-primary .menu-btn {
  font-weight: bold;
  background-color: #f3f3f3;
  border-radius: 30px 0 0 30px;
  padding: 0 0.5rem 0 1rem;
  height: 45px;
}
.input-wrapper-green .input-wrapper .input-number .menu-primary .menu-btn::before {
  display: none !important;
}
.input-wrapper-green .input-wrapper .input-number input {
  height: 100%;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  min-width: 15rem;
}
.input-wrapper-green .input-wrapper .button-primary {
  background-color: #14ae5c;
  border-radius: 0 30px 30px 0;
  height: 45px;
  transition: all 0.3s;
}
.input-wrapper-green .input-wrapper .button-primary:hover {
  background-color: #f5cf47;
  color: #0d0d0d;
}

@media only screen and (max-width: 600px) {
  .section-9-geojit {
    padding: 3rem 2rem;
  }
  .section-9-geojit .section-flex {
    margin-bottom: 2rem;
  }
  .section-9-geojit .helper-text {
    font-size: 14px !important;
  }
  .section-9-geojit .section-title {
    font-size: 32px !important;
  }
  .section-9-geojit .section-para {
    width: 100%;
    font-size: 16px;
  }
  .section-9-geojit .section9-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
  .section-9-geojit .section9-grid .card-blog h3 {
    font-size: 20px !important;
  }
  .section-9-geojit .section9-grid .card-blog .open-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  .infinite-wrapper {
    gap: 1rem;
    padding: 0 1rem;
    display:none;
  }
  /*.input-wrapper-green {
    padding: 2rem 0;
  }*/
  .input-wrapper-green .input-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    height: fit-content;
  }
  .input-wrapper-green .input-wrapper .input-number {
    border-radius: 30px;
    margin-bottom: 1rem;
  }
  .input-wrapper-green .input-wrapper .input-number .menu-primary {
    height: 45px;
    padding: 0;
  }
  .input-wrapper-green .input-wrapper .input-number .menu-primary .sub-menu-wrapper {
    top: 0px;
  }
  .input-wrapper-green .input-wrapper .button-primary {
    border-radius: 30px;
  }
}
.footer-geojit {
  overflow: hidden;
  background-color: #fbfbfb;
}
.footer-geojit .nav-top-grid,
.footer-geojit .nav-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5rem;
  padding: 3rem 7.5rem;
  position: relative;
}
.footer-geojit .nav-top-grid::before,
.footer-geojit .nav-bottom-grid::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c1c1c1;
}
.footer-geojit .nav-top-grid .nav-items .text-green,
.footer-geojit .nav-bottom-grid .nav-items .text-green {
  color: #017670;
}
.footer-geojit .nav-top-grid .nav-items .text-bold,
.footer-geojit .nav-bottom-grid .nav-items .text-bold {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.footer-geojit .nav-top-grid .nav-items a,
.footer-geojit .nav-bottom-grid .nav-items a {
  display: block;
  width: fit-content;
  text-decoration: none;
  color: #545454;
}
.footer-geojit .nav-top-grid .nav-items a:not(:last-child),
.footer-geojit .nav-bottom-grid .nav-items a:not(:last-child) {
  margin-bottom: 1rem;
}
.footer-geojit .nav-top-grid .nav-items a:hover,
.footer-geojit .nav-bottom-grid .nav-items a:hover {
  text-decoration: underline;
}
.footer-geojit .nav-top-grid .nav-address p,
.footer-geojit .nav-bottom-grid .nav-address p {
  font-size: 16px;
}
.footer-geojit .nav-top-grid .nav-address img,
.footer-geojit .nav-bottom-grid .nav-address img {
  width: 10rem;
  margin-bottom: 1rem;
}
.footer-geojit .nav-bottom-grid::before {
  content: none !important;
}
.footer-geojit .nav-bottom-grid .flex-a {
  display: flex !important;
  align-items: center;
  gap: 1rem;
}
.footer-geojit .nav-bottom-grid h3 {
  margin-bottom: 0.5rem;
}
.footer-geojit .nav-bottom-grid .mb-2 {
  margin-bottom: 2rem !important;
}
.footer-geojit .nav-bottom-grid .mb-1 {
  margin-bottom: 1rem !important;
}
.footer-geojit .nav-bottom-grid .grid-last-item h3 {
  color: #545454;
}
.footer-geojit .nav-bottom-grid .grid-last-item p {
  font-size: 16px !important;
  color: #545454;
}
.footer-geojit .investor-alert {
  padding: 3rem 7.5rem;
  background-color: #e1f6f5;
}
.footer-geojit .investor-alert h1 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.footer-geojit .investor-alert .para-bold {
  font-weight: 600;
  margin-bottom: 3rem;
  font-size: 18px;
}
.footer-geojit .investor-alert h3 {
  font-weight: 600;
  margin-bottom: 2rem;
}
.footer-geojit .investor-alert .grey-text-p {
  font-size: 16px;
  color: #545454;
  margin-bottom: 2rem;
}
.footer-geojit .investor-alert .grey-text-p span {
  font-weight: bold;
  color: #000;
}
.footer-geojit .investor-alert .text-grey-bold {
  color: #545454 !important;
  font-weight: bold;
}
.footer-geojit .investor-alert .text-green-d {
  color: #017670;
}

@media only screen and (max-width: 600px) {
  .footer-geojit .nav-top-grid,
  .footer-geojit .nav-bottom-grid {
    padding: 2rem 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    overflow: hidden;
  }
  .footer-geojit .nav-top-grid a,
  .footer-geojit .nav-top-grid p,
  .footer-geojit .nav-bottom-grid a,
  .footer-geojit .nav-bottom-grid p {
    font-size: 14px !important;
  }
  .footer-geojit .nav-top-grid .text-bold,
  .footer-geojit .nav-bottom-grid .text-bold {
    font-size: 16px !important;
  }
  .footer-geojit .nav-top-grid {
    grid-template-areas: "a b" "c d" !important;
  }
  .footer-geojit .nav-top-grid .nav-items:nth-child(1) {
    grid-area: a;
  }
  .footer-geojit .nav-top-grid .nav-items:nth-child(2) {
    grid-area: d;
  }
  .footer-geojit .nav-top-grid .nav-items:nth-child(3) {
    grid-area: c;
  }
  .footer-geojit .nav-top-grid .nav-items:nth-child(4) {
    grid-area: b;
  }
  .footer-geojit .investor-alert {
    padding: 3rem 2rem;
  }
  .footer-geojit .investor-alert h1 {
    font-size: 20px;
  }
  .footer-geojit .investor-alert .para-bold {
    font-size: 14px !important;
  }
  .footer-geojit .investor-alert p {
    font-size: 14px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
