/* _content/Public/Views/ContactUs/Index.cshtml.rz.scp.css */
.contact-card[b-vnja4or9h3] {
  background-color: white;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 51, 102, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-card-icon[b-vnja4or9h3] {
  background-color: #003366;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.info-card[b-vnja4or9h3] {
  background-color: #f8fbff;
  border-radius: 16px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}
.info-list-item[b-vnja4or9h3] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #4a5568;
}
.info-list-icon[b-vnja4or9h3] {
  color: #003366;
  margin-right: 15px;
  font-size: 1.2rem;
  margin-top: 2px;
}
/* _content/Public/Views/FAQs/Index.cshtml.rz.scp.css */
.faq-accordion .accordion-item[b-wol9r4zt95] {
  border: none;
  border-radius: 8px !important;
  margin-bottom: 12px;
  background-color: #ffffff;
  overflow: hidden;
}

.faq-accordion .accordion-button[b-wol9r4zt95] {
  color: #4a5568;
  font-weight: 600;
  font-size: 1.15rem;
  padding: 1.5rem 2rem;
  background-color: transparent !important;
  box-shadow: none !important;
}

.faq-accordion .accordion-button:not(.collapsed)[b-wol9r4zt95] {
  color: #003366;
}

.faq-accordion .accordion-body[b-wol9r4zt95] {
  padding: 0 2rem 1.5rem 2rem;
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.6;
  background-color: transparent;
}

.faq-accordion .accordion-button[b-wol9r4zt95]::after {
  content: "+";
  background-image: none;
  width: 26px;
  height: 26px;
  background-color: #cce9fb;
  color: #0093d0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transform: none !important;
  line-height: 1;
}

.faq-accordion .accordion-button:not(.collapsed)[b-wol9r4zt95]::after {
  content: "-";
}
/* _content/Public/Views/Home/Index.cshtml.rz.scp.css */
.text-gs1-blue[b-dqb3oq767r] {
  color: #002c6c;
}

.px-custom[b-dqb3oq767r] {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.text-gs1-orange[b-dqb3oq767r] {
  color: #f26322;
}

.btn-orange[b-dqb3oq767r] {
  background-color: #f26322;
  color: white;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: bold;
  border: none;
  transition: 0.3s;
}

.btn-orange:hover[b-dqb3oq767r] {
  background-color: #d95316;
  color: white;
}

.full-width-wrapper[b-dqb3oq767r] {
  width: 92vw;
  max-width: 1600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.hero-gradient[b-dqb3oq767r] {
  background-image: url("/images/hero-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 70px 20px;
  color: #002c6c;
}

.section-light-blue[b-dqb3oq767r] {
  background-color: #eef5ff;
  border-radius: 20px;
  padding: 40px;
}

.section-light-peach[b-dqb3oq767r] {
  background-color: #fff5f0;
  border-radius: 20px;
  padding: 40px;
}

.quote-gradient[b-dqb3oq767r] {
  background: linear-gradient(
    180deg,
    rgba(250, 199, 174, 0.6) 0%,
    rgba(197, 223, 238, 0.8) 100%
  );
  border-radius: 20px;
  padding: 50px 20px;
}

.quote-text[b-dqb3oq767r] {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #002c6c;
}

.service-card[b-dqb3oq767r] {
  margin: 0px 10px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 8px 24px rgba(0, 44, 108, 0.08);
  transition: all 0.3s ease;
  height: fit-content;
  overflow: hidden;
  background-color: #ffffff;
}

.service-card:hover[b-dqb3oq767r] {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 44, 108, 0.1);
}

.card-img-wrapper[b-dqb3oq767r] {
  padding: 40px 30px 10px;
  height: 190px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.card-img-wrapper img[b-dqb3oq767r] {
  width: 100%;
  height: 268px;
  object-fit: contain;
}

.custom-card-body[b-dqb3oq767r] {
  padding: 20px 30px 40px !important;
}

.custom-card-body h4[b-dqb3oq767r] {
  font-size: 16px;
}

.custom-card-body p[b-dqb3oq767r] {
  font-size: 13px;
  font-weight: bold;
}

.bg-gradient-blue[b-dqb3oq767r] {
  background: linear-gradient(180deg, #ffffff 0%, #c9ddfa 100%);
}

.bg-gradient-peach[b-dqb3oq767r] {
  background: linear-gradient(180deg, #ffffff 0%, #fde6d8 100%);
}

.bottom-cta-gradient[b-dqb3oq767r] {
  background: linear-gradient(180deg, #c4d7ff 0%, #002c6c 100%);
  border-radius: 40px 40px 0 0;
  color: white;
  padding: 80px 40px;
}

@media (max-width: 991.98px) {
  .px-custom[b-dqb3oq767r] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  
  .hero-gradient[b-dqb3oq767r] {
    padding: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .px-custom[b-dqb3oq767r] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .carousel-item h1.fw-bold[b-dqb3oq767r] {
    font-size: 1.8rem !important; 
    line-height: 1.3 !important;
  }
  
  .carousel-item p[b-dqb3oq767r] {
    font-size: 0.95rem !important;
    max-width: 100% !important;
  }

  .carousel-item .d-flex[b-dqb3oq767r] {
    min-height: 380px !important; 
  }

  h2[b-dqb3oq767r], .full-viewport-width h2.fw-bold[b-dqb3oq767r] {
    font-size: 1.8rem !important;
  }
  
  h3[b-dqb3oq767r] {
    font-size: 1.5rem !important;
  }

  .full-viewport-width img[alt="Scan"][b-dqb3oq767r],
  .full-viewport-width img[alt="Global"][b-dqb3oq767r],
  .full-viewport-width img[alt="Members"][b-dqb3oq767r],
  .full-viewport-width img[alt="Products"][b-dqb3oq767r] {
    height: 60px !important; 
  }

  .bi-quote[b-dqb3oq767r] {
    font-size: 1.8rem !important;
  }
  
  .position-relative h5.fw-normal[b-dqb3oq767r] {
    font-size: 1rem !important;
    padding: 0 10px;
  }

  footer .text-lg-start[b-dqb3oq767r] {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .logo-track img[b-dqb3oq767r] {
    height: 40px !important;
    margin: 0 20px !important;
  }
}
/* _content/Public/Views/Registration/BusinessDetail.cshtml.rz.scp.css */
body[b-6phy9m6xh6] {
  background-color: #f8f9fc;
  font-family: "Inter", sans-serif;
  color: #333;
}

.gs1-sidebar[b-6phy9m6xh6] {
  background-color: #1a3686;
  color: white;
}

.gs1-sidebar .nav-link[b-6phy9m6xh6] {
  padding: 12px 20px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.gs1-sidebar .nav-link.active[b-6phy9m6xh6] {
  background-color: rgba(255, 255, 255, 0.15);
}

.gs1-sidebar .hover-white:hover[b-6phy9m6xh6] {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.05);
}

.content-card[b-6phy9m6xh6] {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.stepper-wrapper[b-6phy9m6xh6] {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0 20px;
}

.stepper-line[b-6phy9m6xh6] {
  position: absolute;
  top: 22px;
  left: 60px;
  right: 60px;
  height: 1px;
  border-top: 1.5px dashed #d1d5db;
  z-index: 1;
}

.step-item[b-6phy9m6xh6] {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  text-align: center;
}

.step-circle[b-6phy9m6xh6] {
  width: 44px;
  height: 44px;
  background-color: #f8f9fc;
  border: 1.5px solid #d3d4d7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.step-circle i[b-6phy9m6xh6] {
  font-size: 1.2rem;
}

.step-circle.active[b-6phy9m6xh6] {
  border: 2px solid #1a3686;
  color: #1a3686;
  background-color: #d3d4d7;
  box-shadow: 0 0 0 4px rgba(26, 54, 134, 0.08);
}

.step-text[b-6phy9m6xh6] {
  font-size: 0.8rem;
  color: #9ca3af;
  font-weight: 500;
  line-height: 1.3;
}

.step-text.active-text[b-6phy9m6xh6] {
  color: #1a3686;
  font-weight: 600;
}

.gs1-form .form-label[b-6phy9m6xh6] {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.bg-light-blue[b-6phy9m6xh6] {
  background-color: #f3f4f6 !important;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.9rem;
  color: #374151;
  font-weight: 500;
}

.bg-light-blue:focus[b-6phy9m6xh6] {
  background-color: #ffffff !important;
  border-color: #1a3686;
  box-shadow: 0 0 0 3px rgba(26, 54, 134, 0.1);
  outline: none;
}

.form-select.bg-light-blue[b-6phy9m6xh6] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-size: 12px 12px;
}

.custom-radio[b-6phy9m6xh6] {
  width: 1.1em;
  height: 1.1em;
  margin-top: 0.15em;
}

.custom-radio:checked[b-6phy9m6xh6] {
  background-color: #1a3686;
  border-color: #1a3686;
}
/* _content/Public/Views/TrainingSchedule/Index.cshtml.rz.scp.css */
.calendar-container[b-kulkjo80x7] {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 51, 102, 0.05);
  padding: 30px;
}

.calendar-header-controls[b-kulkjo80x7] {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.calendar-btn[b-kulkjo80x7] {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #4a5568;
  cursor: pointer;
  padding: 5px 10px;
}

.calendar-month-badge[b-kulkjo80x7] {
  border: 1px solid #ed5c2b;
  color: #ed5c2b;
  padding: 6px 20px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.95rem;
}

.calendar-wrapper[b-kulkjo80x7] {
  width: 100%;
  overflow-x: auto;
}

.calendar-grid[b-kulkjo80x7] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid #eaedf1;
  border-left: 1px solid #eaedf1;
  min-width: 800px; 
}

.calendar-cell[b-kulkjo80x7] {
  min-height: 140px;
  border-right: 1px solid #eaedf1;
  border-bottom: 1px solid #eaedf1;
  padding: 12px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.calendar-date[b-kulkjo80x7] {
  font-weight: 500;
  color: #2d3748;
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.calendar-date.inactive[b-kulkjo80x7] {
  color: #cbd5e0;
}

.event-tag[b-kulkjo80x7] {
  font-size: 0.75rem;
  padding: 6px 8px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.2s;
}
.event-tag:hover[b-kulkjo80x7] {
  opacity: 0.8;
}

.event-dark[b-kulkjo80x7] {
  background-color: #002c6c;
  color: white;
}

.event-light[b-kulkjo80x7] {
  background-color: #f0f7ff;
  color: #002c6c;
}
/* _content/Public/Views/WhatWeDo/Index.cshtml.rz.scp.css */
.hexagon-wrapper[b-cawm0puld7] {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  z-index: 2;
}
.hexagon[b-cawm0puld7] {
  width: 100%;
  height: 100%;
  background-color: white;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.service-step-card[b-cawm0puld7] {
  background: white;
  border-radius: 15px;
  padding: 60px 20px 30px; 
  margin-top: -60px; 
  position: relative;
  z-index: 1;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.service-step-card[b-cawm0puld7]::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.timeline-line[b-cawm0puld7] {
  height: 4px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}

.timeline-hex[b-cawm0puld7] {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.pricing-card[b-cawm0puld7] {
  border: 2px solid #003366;
  border-radius: 12px;
  padding: 30px;
  background: white;
  height: 100%;
  box-shadow: 4px 4px 0px rgba(0, 51, 102, 0.1);
}
/* _content/Public/Views/WhoWeAre/Index.cshtml.rz.scp.css */
.custom-bullet-list[b-vbpme65poa] {
  list-style: none;
  padding-left: 0;
}
.custom-bullet-list li[b-vbpme65poa] {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #e0e8f0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.custom-bullet-list li[b-vbpme65poa]::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: #ffffff;
  font-size: 1.5rem;
}

.left-border-accent[b-vbpme65poa] {
  border-left: 2px solid #4d8de3;
  padding-left: 1.5rem;
}
