:root {
  --main-color: #007367;
  --main-light-color: #e5f0ef;
  --main-dark-color: #054f47;
}


/* font-family: 'Poppins', sans-serif; */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 100px;
  /* Adjust to match your header height */
}


body {
  width: 100%;
  height: auto;
  /* font-family: 'Inter Regular'; */
  font-family: 'Forma DJR Display Regular';
  color: #303630;
  letter-spacing: 1.5px;
  overflow-x: hidden;
}

h4,
h3,
h5 {
  font-family: 'Forma DJR Display Medium';
  letter-spacing: 1.3px;
}

.img-rounded {
  border-radius: 20px;
}

#wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.cards {
  margin-block-start: -70px;
  margin-inline-start: 80px;
  margin-inline-end: 0px;
}

.event-card {
  margin-inline-start: 115px;
}

header {
  transition: 0.3s;
}




.black {
  position: fixed !important;
  background: #fff;
  z-index: 9999 !important;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
  transition: 0.5s;
  top: 0px;
  margin: 0px !important;
}

.black .shadow-lg {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}





label.error {
  color: #dc2626 !important;
  font-size: 1rem !important;
}

.fill-current {
  color: #fff;
  background: #10b981;
  border-radius: 50px;
}

.linkedin_icons .fa {
  color: #0288d1 !important;
  font-size: 20px;
}

.team img {
  width: 150px !important;
  height: 150px !important;
}

.dashboard table tr th,
.dashboard table tr td {
  border: 3px solid #eee;
}

.dashboard table tr th {
  color: #000;
}

.dashboard table tr td a {
  color: #206f99;
}

.GTecLogo {
  width: 150px;
}

.glogo {
  width: 8rem;
}

/*#dashboard .bg-white{
    background: #9e9e9e;
    color:#fff;
}*/
@media screen and (max-width: 560px) {
  .GTecLogo {
    width: 6rem;
  }

  .left_logo img {
    width: 6rem;
  }

  .glogo {
    width: 5rem;
    margin-top: 10px;
  }

  #profile .flex {
    display: block !important;
  }

  #profile .flex .w-48 {
    width: 100% !important;
  }

  #profile .flex .space-y-2 {
    margin: 10px 0px;
  }

  #t-xchange .card_types {
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .GTecLogo {
    width: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .objectives .box {
    width: 100%;
    margin: 0px 20px;
  }
}

@media screen and (max-width: 480px) {
  .topHeader .flex {
    display: block !important;
  }

  .topHeader {
    padding-bottom: 20px !important;
  }

  #navbar-sticky {
    padding: 30px 0px;
  }

  #faqs .container {
    padding: 0px !important;
  }

  #faqs .container .font-semibold:focus-visible {
    outline: none;
  }

}

@media screen and (max-width: 1023px) {
  #navbar-sticky {
    margin-top: 15px;
  }

  #dropdownNavbarLink {
    padding: 0px !important;
    width: 35%;
  }

  .drop_down {
    z-index: 1000;
  }

  #dropdownNavbarLink {
    border-bottom: 0;
  }

  #dropdownNavbarLink:focus-visible {
    outline: none;
  }

  #navbar-sticky {
    padding: 10px 0px;
  }

  .top_banner img {
    height: 300px;
  }
}

@media screen and (min-width:1024px) and (max-width: 1200px) {
  .GTecLogo {
    width: 6rem !important;
  }

  .left_logo img {
    width: 6rem;
  }

  .glogo {
    width: 6rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .registration .shadow-xl {
    margin-top: 125px;
  }
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.9)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
}

.bg-light {
  background: rgb(239, 249, 248) !important;
}

.equipment .details {
  margin-bottom: 20px;
  border: 1px solid #c4ece8;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}

.equipment .details p,
.equipment a {
  font-size: 13px;
}

.equipment .details h3 {
  color: var(--main-color);
  font-family: 'Inter Regular';
  letter-spacing: 0;
}

.equipment .details i {
  transform: rotate(-45deg);
}

.collapse {
  visibility: visible !important;
}

.slider {
  padding-top: 110px;
}

.section-title {
  font-size: 2.5rem;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 1rem;
}

.quicklinks .footer-heading {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.quicklinks li {
  line-height: 30px;
}

.footer-inner {
  /* border: 1px solid var(--main-light-color); */
  /* padding: 40px;
  border-radius: 25px; */
}

.mainbgdarkClr {
  background-color: var(--main-dark-color);
}

a:hover {
  color: #20c6b4;
}

.bannerSec {
  /* border-radius: 30px 30px 30px 0; */
  overflow: hidden;
}

.bannerSec h3 {
  border-radius: 0 15px 0 0;
  bottom: 0;
  left: 0;
  padding: 15px 15px 15px 15px;
  position: absolute;
  background: #fff;
  width: 535px;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

.accordion-button {
  letter-spacing: 1.5px;
  font-family: 'Forma DJR Display Medium';
  padding: 25px 0 25px 0;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  border-color: #fff;
  box-shadow: none;
}

.accordion-flush .accordion-item {
  border-bottom: 0 !important;
}

.links ul {
  list-style: disc;

  padding-left: 15px;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;

  padding: 5px 10px;
  white-space: nowrap;
  border-right: 1px solid #c8bfbf;
  background-color: #e1e1e1 !important;
  color: #131313;
}

table tr td:nth-child(3) {
  color: var(--main-color);
}

.table-sub-heading {
  text-align: center;
  background: #eff9f8 !important;
  color: #054f47;
  font-family: 'Forma DJR Display Medium';
}

@media screen and (max-width:767px) {
  body {
    font-size: 15px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .py-24 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bannerSec h3 {
    padding: 8px;
    width: 200px;
    font-size: 8px;
  }

  .slider {
    padding-top: 90px;
  }

  .bannerSec .img-rounded {
    border-radius: 0px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bannerSec h3 {
    padding: 8px;
    width: 350px;
    font-size: 12px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .section-title {
    font-size: 2rem;
  }
}

.mainbgClr {
  background-color: var(--main-color);
}

.w-150 {
  width: 150px;
}

/* header {
  background: var(--main-color);
  color: #fff;
} */