.loginSection {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.loginSection .loginSectionThumbnail {
  width: 50%;
  height: 100vh;
  background: #eee;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .loginSection .loginSectionThumbnail {
    width: 100%;
    height: 220px;
    display: none;
  }
}
.loginSection .loginSectionThumbnail::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.661), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.718));
}
.loginSection .loginSectionThumbnail .logo {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 200px;
  height: 50px;
  z-index: 1;
}
@media (max-width: 480px) {
  .loginSection .loginSectionThumbnail .logo {
    left: 20px;
    width: 150px;
    height: 40px;
  }
}
.loginSection .loginSectionThumbnail .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.loginSection .loginSectionThumbnail .loginSectionThumbnailBg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
  background: #aaa;
}
.loginSection .loginSectionThumbnail .loginSectionThumbnailBg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loginSection .loginSectionThumbnail .loginSectionThumbnailDetails {
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .loginSection .loginSectionThumbnail .loginSectionThumbnailDetails {
    padding: 30px 40px;
  }
}
@media (max-width: 480px) {
  .loginSection .loginSectionThumbnail .loginSectionThumbnailDetails {
    padding: 30px 3%;
  }
}
.loginSection .loginSectionThumbnail .loginSectionThumbnailDetails h2 {
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  width: 65%;
}
@media (max-width: 1200px) {
  .loginSection .loginSectionThumbnail .loginSectionThumbnailDetails h2 {
    width: 75%;
  }
}
@media (max-width: 1080px) {
  .loginSection .loginSectionThumbnail .loginSectionThumbnailDetails h2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .loginSection .loginSectionThumbnail .loginSectionThumbnailDetails h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .loginSection .loginSectionThumbnail .loginSectionThumbnailDetails h2 {
    font-size: 18px;
  }
}
.loginSection .loginSectionForm {
  width: 50%;
  height: 100vh;
  padding: 60px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .loginSection .loginSectionForm {
    padding: 60px 6%;
  }
}
@media (max-width: 992px) {
  .loginSection .loginSectionForm {
    padding: 60px 3%;
  }
}
@media (max-width: 768px) {
  .loginSection .loginSectionForm {
    width: 100%;
    padding: 40px 5%;
  }
}
.loginSection .loginSectionForm .logoBlack {
  position: absolute;
  top: 50px;
  width: 150px;
  height: 40px;
  z-index: 1;
  display: none;
}
@media (max-width: 768px) {
  .loginSection .loginSectionForm .logoBlack {
    display: block;
  }
}
.loginSection .loginSectionForm .logoBlack img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.loginSection .loginSectionForm .loginSectionFormBg {
  width: 100%;
}
@media (max-width: 768px) {
  .loginSection .loginSectionForm .loginSectionFormBg {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .loginSection .loginSectionForm .loginSectionFormBg {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .loginSection .loginSectionForm .loginSectionFormBg {
    width: 100%;
  }
}
.loginSection .loginSectionForm .loginSectionFormBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.loginSection .loginSectionForm .loginArea {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loginSection .loginSectionForm .loginArea .loginBtn {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #696969;
  height: 55px;
  border-radius: 14px;
  margin-top: 60px;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .loginSection .loginSectionForm .loginArea .loginBtn {
    width: 60%;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .loginSection .loginSectionForm .loginArea .loginBtn {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .loginSection .loginSectionForm .loginArea .loginBtn {
    width: 100%;
  }
}
.loginSection .loginSectionForm .loginArea .loginBtn:hover {
  border-color: var(--primaryColor);
  background: #f4f8ff;
}
.loginSection .loginSectionForm .loginArea .loginBtn .icon {
  width: 30px;
  height: 30px;
}
.loginSection .loginSectionForm .loginArea .loginBtn .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.loginSection .loginSectionForm .loginArea .loginBtn p {
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.loginSection .loginSectionForm .loginArea .secure {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #575757;
  margin-top: 20px;
  margin-bottom: 50px;
}
.loginSection .loginSectionForm .loginArea .secure .icon {
  font-size: 18px;
  color: rgb(4, 157, 4);
}
.loginSection .loginSectionForm .loginArea .secure p {
  font-size: 14px;
}

.dashboardNav {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.dashboardNav.scrolled {
  background: rgba(0, 55, 46, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.dashboardNav.scrolled .dashboardNavMain {
  height: 60px;
}
.dashboardNav .dashboardNavMain {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: height 0.3s ease;
}
.dashboardNav .dashboardNavMain .dashboardNavCol1 {
  display: flex;
  align-items: center;
}
.dashboardNav .dashboardNavMain .dashboardNavCol1 .dashboardNavLogo {
  width: 200px;
  height: 50px;
}
@media (max-width: 480px) {
  .dashboardNav .dashboardNavMain .dashboardNavCol1 .dashboardNavLogo {
    width: 160px;
  }
}
.dashboardNav .dashboardNavMain .dashboardNavCol1 .dashboardNavLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navNotification {
  width: 35px;
  height: 35px;
  text-decoration: none;
  background: white;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navNotification:hover {
  transition: 0.2s ease-in-out;
  transform: scale(1.04);
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navNotification .notificationCount {
  position: absolute;
  top: -5px;
  right: 5px;
  padding: 3px 4px;
  background: var(--gradient2);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navNotification .notificationCount p {
  color: white;
  font-size: 10px;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navNotification img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navNotification span {
  font-size: 22px;
  color: var(--primaryColor);
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile .navProfileIcon {
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile .navProfileIcon h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--primaryColor);
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile p {
  font-size: 16px;
  color: white;
  font-weight: 400;
}
@media (max-width: 480px) {
  .dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile p {
    display: none;
  }
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile .downIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile .downIcon span {
  font-size: 20px;
  color: white;
  transition: transform 0.2s ease;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile.active .navProfileDropdown {
  display: block;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile.active .downIcon span {
  transform: rotate(180deg);
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile .navProfileDropdown {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 150px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px;
  z-index: 100;
  transform-origin: top right;
  animation: dropdownFadeIn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile .navProfileDropdown .dropdownItem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--primaryColor);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile .navProfileDropdown .dropdownItem span.material-symbols-rounded {
  font-size: 20px;
  color: var(--primaryColor);
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 20;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile .navProfileDropdown .dropdownItem:hover {
  background: rgba(42, 97, 88, 0.08);
  color: #1b443e;
}
.dashboardNav .dashboardNavMain .dashboardNavCol2 .navProfile .navProfileDropdown .dropdownItem:hover span.material-symbols-rounded {
  color: #1b443e;
}

.dashboard {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/dashboard-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.dashboard::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.661), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.718));
}
.dashboard .dashboardHead {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .dashboard .dashboardHead {
    padding-top: 100px;
  }
}
.dashboard .dashboardHead h2 {
  color: white;
  font-size: 3em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .dashboard .dashboardHead h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 480px) {
  .dashboard .dashboardHead h2 {
    font-size: 1.8em;
  }
}
.dashboard .dashboardHead p {
  color: white;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .dashboard .dashboardHead p {
    font-size: 16px;
    padding: 0 10px;
  }
}
.dashboard .dashboardBody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  padding: 0px 0px 60px 0px;
}
@media (max-width: 992px) {
  .dashboard .dashboardBody {
    margin-top: 25px;
    padding: 0px 0px 40px 0px;
  }
}
.dashboard .dashboardBody .dashboardCol1 {
  width: calc(100% - 800px - 20px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 2100px) {
  .dashboard .dashboardBody .dashboardCol1 {
    width: calc(100% - 700px - 20px);
  }
}
@media (max-width: 1800px) {
  .dashboard .dashboardBody .dashboardCol1 {
    width: calc(100% - 600px - 20px);
  }
}
@media (max-width: 1440px) {
  .dashboard .dashboardBody .dashboardCol1 {
    width: calc(100% - 500px - 20px);
  }
}
@media (max-width: 1260px) {
  .dashboard .dashboardBody .dashboardCol1 {
    width: calc(100% - 450px - 20px);
  }
}
@media (max-width: 1024px) {
  .dashboard .dashboardBody .dashboardCol1 {
    width: 100%;
  }
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(226, 226, 226, 0.2901960784);
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox::after {
  position: absolute;
  content: "";
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 55, 46, 0.5764705882);
  backdrop-filter: blur(15px);
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxHead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxHead .col1 {
  display: flex;
  flex-direction: column;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxHead .col1 h3 {
  color: white;
  font-size: 20px;
  font-weight: 500;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxHead .col1 p {
  color: white;
  font-size: 14px;
  font-weight: 300;
  margin-top: 4px;
  opacity: 0.8;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxHead .col2 {
  display: flex;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody {
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1200px) {
  .dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody {
    grid-template-columns: 1fr;
  }
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody .dashboardQuickAccessBoxItem {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody .dashboardQuickAccessBoxItem {
    padding: 20px;
  }
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody .dashboardQuickAccessBoxItem:hover {
  transition: 0.2s ease-in-out;
  transform: scale(1.02);
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody .dashboardQuickAccessBoxItem .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--primaryColor);
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody .dashboardQuickAccessBoxItem .icon span {
  font-size: 30px;
  color: white;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody .dashboardQuickAccessBoxItem h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primaryColor);
  margin-top: 15px;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody .dashboardQuickAccessBoxItem p {
  font-size: 14px;
  color: var(--primaryColor);
  margin-top: 10px;
  font-weight: 500;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody .dashboardQuickAccessBoxItem .rightIcon {
  display: flex;
  margin-top: 20px;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardQuickAccessBox .dashboardQuickAccessBoxBody .dashboardQuickAccessBoxItem .rightIcon span {
  font-size: 24px;
  color: var(--primaryColor);
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox::after {
  position: absolute;
  content: "";
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 55, 46, 0.5764705882);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(226, 226, 226, 0.2901960784);
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxHead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxHead .col1 {
  display: flex;
  flex-direction: column;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxHead .col1 h3 {
  color: white;
  font-size: 20px;
  font-weight: 500;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxHead .col1 p {
  color: white;
  font-size: 14px;
  font-weight: 300;
  margin-top: 4px;
  opacity: 0.8;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxHead .col2 {
  display: flex;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody {
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media (max-width: 1200px) {
  .dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody .dashboardOperationToolsBoxItem {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 20px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody .dashboardOperationToolsBoxItem:hover {
  transition: 0.2s ease-in-out;
  transform: scale(1.02);
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody .dashboardOperationToolsBoxItem .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody .dashboardOperationToolsBoxItem .icon span {
  font-size: 30px;
  color: var(--primaryColor);
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody .dashboardOperationToolsBoxItem .icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody .dashboardOperationToolsBoxItem .icon .fill {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 48;
}
.dashboard .dashboardBody .dashboardCol1 .dashboardOperationToolsBox .dashboardOperationToolsBoxBody .dashboardOperationToolsBoxItem h4 {
  font-size: 14px;
  font-weight: 800;
  color: var(--primaryColor);
  margin-top: 10px;
  text-align: center;
}
.dashboard .dashboardBody .dashboardCol2 {
  width: 800px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
@media (max-width: 2100px) {
  .dashboard .dashboardBody .dashboardCol2 {
    width: 700px;
  }
}
@media (max-width: 1800px) {
  .dashboard .dashboardBody .dashboardCol2 {
    width: 600px;
  }
}
@media (max-width: 1440px) {
  .dashboard .dashboardBody .dashboardCol2 {
    width: 500px;
  }
}
@media (max-width: 1260px) {
  .dashboard .dashboardBody .dashboardCol2 {
    width: 450px;
  }
}
@media (max-width: 1024px) {
  .dashboard .dashboardBody .dashboardCol2 {
    width: 100%;
  }
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid rgba(226, 226, 226, 0.2901960784);
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox::after {
  position: absolute;
  content: "";
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 55, 46, 0.5764705882);
  backdrop-filter: blur(15px);
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  padding: 20px;
}
@media (max-width: 480px) {
  .dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead {
    padding: 15px 15px 5px 15px;
  }
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col1 {
  display: flex;
  flex-direction: column;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col1 h3 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col1 h3 {
    font-size: 18px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col1 h3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col1 h3 .date {
  color: white;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col1 h3 .date {
    border-left: none;
    padding-left: 0;
  }
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col1 p {
  color: white;
  font-size: 14px;
  font-weight: 300;
  margin-top: 4px;
  opacity: 0.8;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col2 .secondaryBtn {
  color: white;
  font-size: 12px;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  font-weight: 400;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxHead .col2 .secondaryBtn:hover {
  background: white;
  color: var(--primaryColor);
  transition: 0.2s ease-in-out;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody {
  width: 100%;
  overflow-x: auto;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody .table-responsive {
  width: 100%;
  overflow-x: auto;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody .table-responsive::-webkit-scrollbar {
  height: 4px;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody .table-responsive::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody .table-responsive::-webkit-scrollbar-track {
  background: transparent;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table thead {
  background: #092e27;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table thead tr th {
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 10px 12px;
  white-space: nowrap;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table thead tr th:first-child {
  padding-left: 16px;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr:last-child td {
  border-bottom: none;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr:last-child td.day-cell {
  border-bottom: none;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td {
  padding: 10px 12px;
  vertical-align: middle;
  border-bottom: 1px solid #edf2f7;
  white-space: nowrap;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td.day-cell {
  background: #113f36;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 12px;
  width: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font-family: "DM Sans", sans-serif;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td.time-cell .time-val {
  font-weight: 700;
  font-size: 14px;
  color: #1a202c;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td.time-cell .duration-val {
  font-size: 12px;
  color: #718096;
  margin-top: 2px;
  font-weight: 500;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td.subject-cell {
  white-space: normal;
  max-width: 130px;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td.subject-cell .subject-title {
  font-weight: 700;
  font-size: 14px;
  color: #1a202c;
  line-height: 1.3;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td.subject-cell .subject-for {
  font-size: 12px;
  color: #718096;
  margin-top: 2px;
  font-weight: 500;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td.trainer-cell {
  font-weight: 600;
  font-size: 14px;
  color: #1a202c;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td.location-cell select.location-select {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f3f6;
  border: 1px solid #e2e8f0;
  padding: 6px 28px 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #4a5568;
  font-family: "DM Sans", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23718096'%3e%3cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  transition: all 0.2s ease;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardTrainingScheduleBox .dashboardTrainingScheduleBoxBody table tbody tr td.location-cell select.location-select:hover {
  background-color: #e4e8ed;
  border-color: #cbd5e0;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardThumbnail {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.dashboard .dashboardBody .dashboardCol2 .dashboardThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.comingSoon {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.comingSoon .comingSoonBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.comingSoon .comingSoonBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.comingSoon .comingSoonOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 55, 46, 0.92) 0%, rgba(0, 30, 25, 0.85) 50%, rgba(0, 55, 46, 0.88) 100%);
}
.comingSoon .comingSoonParticles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.comingSoon .comingSoonParticles .particle {
  position: absolute;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: floatUp linear infinite;
}
.comingSoon .comingSoonContent {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 680px;
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.comingSoon .comingSoonContent .comingSoonLogo {
  width: 180px;
  height: 50px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonLogo {
    width: 140px;
    margin-bottom: 30px;
  }
}
.comingSoon .comingSoonContent .comingSoonLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.comingSoon .comingSoonContent .comingSoonBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 8px 18px;
  margin-bottom: 24px;
  animation: fadeSlideDown 0.6s ease both;
  animation-delay: 0.1s;
}
.comingSoon .comingSoonContent .comingSoonBadge span.material-symbols-rounded {
  font-size: 18px;
  color: #9edfd6;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;
}
.comingSoon .comingSoonContent .comingSoonBadge p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  letter-spacing: 0.3px;
}
.comingSoon .comingSoonContent .comingSoonTitle {
  font-size: clamp(52px, 10vw, 90px);
  font-weight: 600;
  color: white;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 16px;
  animation: fadeSlideDown 0.7s ease both;
  animation-delay: 0.2s;
}
.comingSoon .comingSoonContent .comingSoonTitle span {
  background: linear-gradient(135deg, #6ee7da, #a8f5ec, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.comingSoon .comingSoonContent .comingSoonSubtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1.6;
  max-width: 460px;
  margin-bottom: 48px;
  animation: fadeSlideDown 0.7s ease both;
  animation-delay: 0.3s;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonSubtitle {
    font-size: 15px;
    margin-bottom: 36px;
  }
}
.comingSoon .comingSoonContent .comingSoonCountdown {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
  animation: fadeSlideDown 0.7s ease both;
  animation-delay: 0.4s;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonCountdown {
    gap: 6px;
    margin-bottom: 36px;
  }
}
.comingSoon .comingSoonContent .comingSoonCountdown .countdownItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 18px 22px;
  min-width: 80px;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonCountdown .countdownItem {
    padding: 14px 14px;
    min-width: 62px;
    border-radius: 12px;
  }
}
.comingSoon .comingSoonContent .comingSoonCountdown .countdownItem .countdownValue {
  font-size: 36px;
  font-weight: 800;
  color: white;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonCountdown .countdownItem .countdownValue {
    font-size: 26px;
  }
}
.comingSoon .comingSoonContent .comingSoonCountdown .countdownItem .countdownLabel {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonCountdown .countdownItem .countdownLabel {
    font-size: 9px;
  }
}
.comingSoon .comingSoonContent .comingSoonCountdown .countdownDivider {
  font-size: 32px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonCountdown .countdownDivider {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.comingSoon .comingSoonContent .comingSoonNotify {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  animation: fadeSlideDown 0.7s ease both;
  animation-delay: 0.5s;
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyLabel {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  letter-spacing: 0.2px;
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyForm {
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 6px 6px 6px 14px;
  gap: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyForm:focus-within {
  border-color: rgba(110, 231, 218, 0.5);
  box-shadow: 0 0 0 4px rgba(110, 231, 218, 0.1);
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonNotify .notifyForm {
    flex-direction: column;
    padding: 10px;
    border-radius: 16px;
    gap: 8px;
  }
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyForm .notifyIcon {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonNotify .notifyForm .notifyIcon {
    display: none;
  }
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyForm input[type=email] {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: white;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyForm input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyForm input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonNotify .notifyForm input[type=email] {
    text-align: center;
    width: 100%;
    padding: 4px 0;
  }
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyForm .notifyBtn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #2a6158, #3d8a7e);
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyForm .notifyBtn:hover {
  background: linear-gradient(135deg, #3d8a7e, #2a6158);
  transform: scale(1.02);
}
.comingSoon .comingSoonContent .comingSoonNotify .notifyForm .notifyBtn span.material-symbols-rounded {
  font-size: 18px;
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 20;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonNotify .notifyForm .notifyBtn {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 10px;
  }
}
.comingSoon .comingSoonContent .comingSoonNotify .notifySuccess {
  display: none;
  align-items: center;
  gap: 8px;
  color: #6ee7da;
  font-size: 14px;
  font-weight: 500;
  animation: fadeSlideDown 0.4s ease both;
}
.comingSoon .comingSoonContent .comingSoonNotify .notifySuccess.show {
  display: flex;
}
.comingSoon .comingSoonContent .comingSoonNotify .notifySuccess span.material-symbols-rounded {
  font-size: 18px;
  color: #6ee7da;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;
}
.comingSoon .comingSoonContent .ucBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 14px 28px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
  animation: fadeSlideDown 0.6s ease both;
  animation-delay: 0.3s;
}
.comingSoon .comingSoonContent .ucBtn span.material-symbols-rounded {
  font-size: 20px;
  transition: transform 0.2s ease;
}
.comingSoon .comingSoonContent .ucBtn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
}
.comingSoon .comingSoonContent .ucBtn:hover span.material-symbols-rounded {
  transform: translateX(-4px);
}
.comingSoon .comingSoonContent .comingSoonFooter {
  margin-top: 60px;
  animation: fadeSlideDown 0.7s ease both;
  animation-delay: 0.6s;
}
@media (max-width: 480px) {
  .comingSoon .comingSoonContent .comingSoonFooter {
    margin-top: 40px;
  }
}
.comingSoon .comingSoonContent .comingSoonFooter p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: inherit;
  }
  80% {
    opacity: inherit;
  }
  100% {
    transform: translateY(-110vh) scale(0.5);
    opacity: 0;
  }
}
@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.inBuilt {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}
.inBuilt .inBuiltBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.inBuilt .inBuiltBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.inBuilt .inBuiltOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 55, 46, 0.92) 0%, rgba(0, 30, 25, 0.85) 50%, rgba(0, 55, 46, 0.88) 100%);
}
.inBuilt .underConstruction {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 24px 60px;
}
.inBuilt .underConstruction .ucIconWrap {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  animation: fadeSlideDown 0.6s ease both;
}
.inBuilt .underConstruction .ucIconWrap .ucIconRing {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(110, 231, 218, 0.3);
}
.inBuilt .underConstruction .ucIconWrap .ucIconRing1 {
  width: 120px;
  height: 120px;
  animation: spinRing 8s linear infinite;
  border-top-color: rgba(110, 231, 218, 0.8);
}
.inBuilt .underConstruction .ucIconWrap .ucIconRing2 {
  width: 90px;
  height: 90px;
  animation: spinRing 5s linear infinite reverse;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.12);
}
.inBuilt .underConstruction .ucIconWrap .ucIconCore {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2a6158, #3d8a7e);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.inBuilt .underConstruction .ucIconWrap .ucIconCore span.material-symbols-rounded {
  font-size: 32px;
  color: white;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 32;
  animation: rockIcon 3s ease-in-out infinite;
}
.inBuilt .underConstruction .ucBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 7px 18px;
  margin-bottom: 22px;
  animation: fadeSlideDown 0.6s ease both;
  animation-delay: 0.1s;
}
.inBuilt .underConstruction .ucBadge span.material-symbols-rounded {
  font-size: 16px;
  color: #f59e0b;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;
}
.inBuilt .underConstruction .ucBadge p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  letter-spacing: 0.3px;
}
.inBuilt .underConstruction .ucTitle {
  font-size: clamp(38px, 7vw, 72px);
  font-weight: 700;
  color: white;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  animation: fadeSlideDown 0.6s ease both;
  animation-delay: 0.15s;
}
.inBuilt .underConstruction .ucTitle span {
  background: linear-gradient(135deg, #f59e0b, #fcd34d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.inBuilt .underConstruction .ucSubtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 44px;
  animation: fadeSlideDown 0.6s ease both;
  animation-delay: 0.2s;
}
@media (max-width: 480px) {
  .inBuilt .underConstruction .ucSubtitle {
    font-size: 14px;
  }
}
.inBuilt .underConstruction .ucProgress {
  width: 100%;
  max-width: 380px;
  margin-bottom: 40px;
  animation: fadeSlideDown 0.6s ease both;
  animation-delay: 0.25s;
}
.inBuilt .underConstruction .ucProgress .ucProgressLabel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.inBuilt .underConstruction .ucProgress .ucProgressLabel span {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.inBuilt .underConstruction .ucProgress .ucProgressTrack {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  overflow: hidden;
}
.inBuilt .underConstruction .ucProgress .ucProgressTrack .ucProgressFill {
  height: 100%;
  width: 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #2a6158, #6ee7da);
  transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 0 12px rgba(110, 231, 218, 0.4);
}
.inBuilt .underConstruction .ucBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 14px 28px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
  animation: fadeSlideDown 0.6s ease both;
  animation-delay: 0.3s;
}
.inBuilt .underConstruction .ucBtn span.material-symbols-rounded {
  font-size: 20px;
  transition: transform 0.2s ease;
}
.inBuilt .underConstruction .ucBtn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
}
.inBuilt .underConstruction .ucBtn:hover span.material-symbols-rounded {
  transform: translateX(-4px);
}
@keyframes spinRing {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rockIcon {
  0%, 100% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
}/*# sourceMappingURL=style.css.map */