:root {
  --bg-theme-main-color: #00bcfff2;
}

body {
  font-family: "Segoe UI", sans-serif;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}
/* html {
  overflow-x: hidden;
} */
.btn-green {
  position: relative;
  background-color: #00bcfff2;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  font-weight: 600;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.bg-theme {
  background-color: #d9f4fff2;
}

.br-4 {
  border-radius: 4px;
}

.btn-green::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  transform: rotate(25deg);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.btn-green:hover::before {
  top: -100%;
  left: 100%;
  opacity: 1;
}

p {
  font-size: 17px !important;
  font-weight: 400 !important;
}
.title-text {
  color: var(--bg-theme-main-color);
}

.btn-line {
  border: 2px solid #00bcfff2;
  color: #00bcfff2;
  font-weight: 600;
  background-color: #fff;
}
.btn-line:hover {
  background-color: #00bcfff2;
  color: #000000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  font-weight: 600;
}
.btn-green:hover {
  background-color: #bde7cf;
}
.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.icon-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.icon-box i {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.icon-box:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: a(-px);
  /* background-color: #ffffff; */
}
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}
.nav-link {
  color: #64748b !important;
  font-weight: 600;
  font-size: 15px;
}
.nav-link:hover {
  color: #00bcfff2 !important;
  font-weight: 600;
  font-size: 15px;
}

.nav-active {
  color: #000 !important;
}

/* .lead,
.hera-small {
  color: #00bcfff2 !important;
  font-weight: 400;
} */

.h-64 {
  height: 16rem;
  width: 100%;
}

.heading-underline {
  position: relative;
  display: inline-block;
}

.heading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 140px;
  height: 3px;
  background-color: #00bcfff2;
  border-radius: 2px;
}
.heading-nav {
  position: relative;
  display: inline-block;
  color: #00bcfff2 !important;
}

.heading-nav::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 4px;
  width: 46px;
  height: 2px;
  background-color: #00bcfff2;
  border-radius: 2px;
}

.text-own {
  color: #16a249;
}

.fs {
  font-size: 26px;
}

.text-theme {
  color: #00bcfff2 !important;
}

.hero-title {
  line-height: 1;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.lead {
  line-height: 1.5;
}

.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.icon-box-enhanced {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  height: 100%;
  transform: scale(1);
}

.icon-box-enhanced:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
}

.icon-circle {
  background-color: #dcf6ff;
  color: #fff;
  font-size: 25px !important;
  padding: 1px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 188, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-15 {
  font-size: 15px !important;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 25px;
    line-height: 1.6;
  }
  .btn-green {
    width: 100%;
  }
  .solution-btn {
    font-size: 14px;
  }
}

.heading-nav-about {
  position: relative;
  display: inline-block;
  color: #00bcfff2 !important;
}

.heading-nav-about::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 4px;
  width: 46px;
  height: 2px;
  background-color: #00bcfff2;
  border-radius: 2px;
}

.heading-nav-know {
  position: relative;
  display: inline-block;
  color: #00bcfff2 !important;
}

.heading-nav-know::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 4px;
  width: 66px;
  height: 2px;
  background-color: #00bcfff2;
  border-radius: 2px;
}

.heading-nav-contact {
  position: relative;
  display: inline-block;
  color: #00bcfff2 !important;
}

.heading-nav-contact::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 4px;
  width: 46px;
  height: 2px;
  background-color: #00bcfff2;
  border-radius: 2px;
}

.green-list {
  list-style-type: disc;
  font-size: 17px;
  padding-left: 1.2rem;
}
.green-list li::marker {
  color: #00bcfff2;
  font-size: 18px;
}

.impact-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: default;
  height: 100%;
}

.impact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 188, 255, 0.15);
  background-color: #f9f9f9;
}

.emoji {
  font-size: 30px;
  margin-bottom: 10px;
}

/* tab-nav */

.tab-custom {
  background-color: #f3f6fa;
  border-radius: 5px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
  padding: 8px 13px;
  margin-bottom: 2rem;
}

.solution-btn {
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 0;
  font-weight: 500;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #f3f6fa;
  color: #6b5555;
  transition: all 0.3s ease;
}

.nav-link.active.solution-btn {
  background-color: #ffffff;

  color: rgb(0, 0, 0) !important;
}

@media (max-width: 576px) {
  .solution-btn {
    font-size: 14px;
    padding: 10px;
  }

  .heading-nav-about {
    position: relative;
    display: inline-block;
    color: #00bcfff2 !important;
  }

  .heading-nav-about::after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 4px;
    width: 46px;
    height: 2px;
    background-color: #00bcfff2;
    border-radius: 2px;
  }
  .heading-nav {
    position: relative;
    display: inline-block;
    color: #00bcfff2 !important;
  }

  .heading-nav::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 46px;
    height: 2px;
    background-color: #00bcfff2;
    border-radius: 2px;
  }
  .tab-label {
    font-size: 11px !important;
  }
}

.heading-with-underline {
  display: inline-block;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.heading-with-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 25%;
  height: 4px;
  background-color: #00bcfff2;
  border-radius: 2px;
}

[data-aos] {
  backface-visibility: hidden;
}
footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body {
  overflow-x: hidden;
}

.orange-box {
  border-radius: 8px;
}

.orange-list {
  list-style-type: disc;
  font-size: 17px;
  padding-left: 1.6rem;
}
.orange-list li::marker {
  color: #f97316;
  font-size: 18px;
}

.g-1 {
  list-style-type: disc;
  font-size: 15px;
  padding-left: 1.6rem;
}
.g-1 li::marker {
  color: #3ba249;
  font-size: 18px;
}
.g-2 {
  list-style-type: disc;
  font-size: 15px;
  padding-left: 1.6rem;
}
.g-2 li::marker {
  color: #3ee2dd;
  font-size: 18px;
}
.g-3 {
  list-style-type: disc;
  font-size: 15px;
  padding-left: 1.6rem;
}
.g-3 li::marker {
  color: #8b95f9;
  font-size: 18px;
}

.fs-30 {
  font-size: 30px;
}

.industry-badge {
  border: 1px solid #00000046;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 16px;
}

/* Tab Button Base */
.custom-tab-btn {
  border: none !important;
  background: transparent !important;
  transition: all 0.3s ease;
  padding: 10px 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-tab-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.custom-tab-btn.active {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 15px 15px;
}

/* Icon Circle */
.tab-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.8),
    inset 2px 2px 5px rgba(0, 0, 0, 0.05);
}

/* Label Text */
.tab-label {
  font-size: 15px;
  font-weight: 700;
}

/* Themed Colors */
.bg-connect {
  background-color: #dcfce7;
}
.text-connect {
  color: #16a249;
}

.bg-monitor {
  background-color: #dbeafe;
}
.text-monitor {
  color: #3ee0cf;
}

.bg-compute {
  background-color: #f3e8ff;
}
.text-compute {
  color: #8b5cf6;
}

.bg-control {
  background-color: #ffedd5;
}
.text-control {
  color: #f97316;
}

/* ===================================news-page=================== */
/* ===================================news-page=================== */
/* ===================================news-page=================== */

/* .badge-custom {
  background-color: var(--bg-theme-main-color);
  color: #fff;
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
 */

.badge-custom1 {
  background-color: #ffffff;
  color: #333;
  font-size: 0.75rem;
  border-radius: 15px;
  padding: 2px 10px;
  border: 1px solid #00000042;
}
.badge-secondary {
  background-color: #f3f4f6;
  color: #555;
  font-size: 0.75rem;
}

.card-featured {
  background-color: #f0f4fd;
  border: 1px solid #cbdbff;
}

.btn-outline-link {
  background-color: white;
  border: 1px solid var(--bg-theme-main-color);
  color: var(--bg-theme-main-color);
}

.btn-outline-link:hover {
  background-color: var(--bg-theme-main-color);
  color: white;
}

.news-subscribe {
  background-color: #f9fafb;
  border-radius: 10px;
  padding: 2rem;
  margin-top: 3rem;
}

input[type="email"] {
  max-width: 400px;
}

.badge-secondary {
  background-color: #ffffff !important;
}

/* ============================contact============================ */
/* ============================contact============================ */
/* ============================contact============================ */

.section-box {
  background-color: #f9fafb;
  border-radius: 10px;
  margin-top: 1rem;
}

.contact-info i {
  color: #022644;
  margin-right: 8px;
  padding: 4px 6px;
  border-radius: 2px;
}

.quick-contact {
  background-color: #f0fdfa;
  border: 1px solid #d1f3ed;
  border-radius: 10px;
  padding: 1.5rem;
}

.form-control:focus {
  border-color: #00bcfff2;
  box-shadow: 0 0 0 0.2rem rgba(0, 209, 178, 0.25);
}

.btn-custom {
  background-color: #00bcfff2;
  color: white;
}

.btn-custom:hover {
  background-color: #00b89f;
  color: white;
}

.form-label {
  font-weight: 600;
}

/* @media (max-width: 768px) {
  html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden; 
  }

  #scroll_on_mobile {
    height: 100%; 
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
  }
} */

.text-custom-center {
  text-align: center;
}

/* ===========================animated-text======================= */
/* ===========================animated-text======================= */
/* ===========================animated-text======================= */

.wavy-hover {
  position: relative;
  font-weight: bold;
  color: #0dbfff;
  cursor: pointer;
}
.wavy-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(
    90deg,
    #0c0244,
    #0dbfff 5px,
    transparent 5px,
    transparent 10px
  );
  animation: wave 1s infinite linear;
}
@keyframes wave {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10px 0;
  }
}

.neon-hover {
  font-weight: bold;
  color: #747474;
  /* background-color: #000; */
  padding: 4px 8px;
  transition: all 0.3s ease-in-out;
}
.neon-hover:hover {
  color: #14d0ff;
  text-shadow: 0 0 5px #14d0ff, 0 0 10px #14d0ff, 0 0 20px #14d0ff;
}

.bg-slide {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #212529;
  z-index: 1;
  overflow: hidden;
}
.bg-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffc107;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: left 0.4s ease;
}
.bg-slide:hover::before {
  left: 0;
}
.bg-slide:hover {
  color: #000;
}

.flip-hover {
  display: inline-block;
  perspective: 1000px;
}
.flip-hover::before {
  content: "30% in total operational cost savings";
  display: inline-block;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-hover:hover::before {
  transform: rotateY(180deg);
}

.typing-hover {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid transparent;
  width: 0;
  transition: width 1.5s steps(30, end);
}
.typing-hover:hover {
  width: 100%;
  border-color: #0d6efd;
}

/* ==========================knowledge base========================== */
/* ==========================knowledge base========================== */
/* ==========================knowledge base========================== */

.highlight {
  color: #00bcfff2;
}

.resource-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  transition: box-shadow 0.3s;
  height: 100%;
}

.resource-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.badge-custom {
  background-color: #f1f1f1;
  color: #333;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  padding: 4px 10px;
}

/* .download-btn {
  background-color: white;
  border: 1px solid #ccc;
  color: #333;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
}

.download-btn:hover {
  background-color: #f9f9f9;
}
 */

.download-btn {
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #00bcfff2;
  font-weight: 600 !important;
}

.bg-light th:last-child {
  text-align: center;
}
.icon {
  font-size: 1.2rem;
}

.card-tag {
  font-size: 12px;
  color: #495153f2;
  display: block;
}

.card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.card-description {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 20px;
}

.featured-header {
  font-weight: 700;
  font-size: 2rem;
}

.sub-text {
  color: #00bcfff2;
  font-size: 1rem;
  margin-bottom: 30px;
}

.admission-enquiry-button,
.apply-btn {
  background-color: #00bcfff2;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 16px;
}

.admission-enquiry-button {
  position: fixed;
  right: 22px;
  bottom: 40%;
  transform: rotate(-90deg);
  transform-origin: right center;
  padding: 10px 20px;
  border-radius: 3px 3px 0 0;
  writing-mode: initial;
  z-index: 1000;
  text-decoration: none;
}

.d-footer {
  display: flex;
}

@media (max-width: 768px) {
  .d-footer {
    display: block;
  }
  .arrow {
    display: none !important;
  }
  .right-border {
    border: none !important;
  }
  /*   .mob-sticky {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 80px;
  }
  .tab-content {
    margin-top: 50px;
  } */
}

.trusted-certified-container {
  color: white;
}

.trusted-certified-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.trusted-item {
  display: flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  min-width: 200px;
  flex: 1 1 auto;
}

.icon {
  font-size: 30px;
  margin-right: 10px;
}

/* .border-top-color {
  border-top: 5px solid #064578;
  border-radius: 15px;
} */

.bg-light th {
  background-color: #022644 !important;
  color: white;
}
.accordion-item {
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: none;
}
.accordion-button {
  font-weight: 600;
  font-size: 17px;
  color: #212529;
}
.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #000;
}
.accordion-body {
  background-color: #fff;
}

.download-btn .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.download-btn:hover .arrow {
  transform: translateX(10px);
}

.right-border {
  border-right: 1px solid #fff;
  padding-right: 7px;
}

.esg-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
}
.esg-tag {
  display: inline-block;
  background-color: #f0f8ff;
  color: #022644;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.esg-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.esg-desc {
  color: #666;
  margin-bottom: 15px;
}
.btn-request {
  background-color: #022644;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 5px 25px !important;
  border-radius: 6px;
}
.btn-request:hover {
  background-color: #00a9e6;
  color: #fff;
}

.btn-request {
  padding: 4px 5px;
}

.fs-wm {
  font-size: 20px;
}

.fs-wm1 {
  font-size: 17px;
}

@media (max-width: 568px) {
  .fs-wm {
    font-size: 15px;
  }

  .fs-wm1 {
    font-size: 13.4px;
  }
}

@media (max-width: 400px) {
  .fs-wm1 {
    font-size: 11.4px;
  }
}

.home-font {
  font-size: 1rem;
}
