:root {
  --tec-blue: #0b1c2d;
  --tec-red: #bf0a30;
  --tec-gold: #d4af37;
}

body { font-family: 'Segoe UI', sans-serif; }

/* Navbar */
.navbar {
  background: var(--tec-blue);
}

/* Buttons */
.btn-tec {
  background: var(--tec-red);
  color: white;
  border: none;
}
.btn-tec:hover { background: #930825; }

/* Section titles */
.section-title {
  color: var(--tec-blue);
  font-weight: 700;
}

/* Services */
.service-card {
  border: none;
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Footer */
.footer {
  background: var(--tec-blue);
  color: white;
}

/* Carousel images and overlay */
.carousel-item {
  position: relative;
}
.carousel-image {
  display: block;
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(11,28,45,.45), rgba(11,28,45,.45));
  z-index: 1;
}
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
}

/* Make sure caption content centers nicely */
.carousel-caption .container {
  max-width: 900px;
}

/* Small adjustments */
@media (max-width: 768px) {
  .carousel-image { height: 60vh; }
  .carousel-caption h1 { font-size: 1.75rem; }
}

.about-section {
  background: #f8f9fa;
}

.section-title {
  color: #0b1c2d;
  font-weight: 700;
}

.about-box {
  background: white;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.about-box i {
  font-size: 28px;
  color: #bf0a30;
  margin-bottom: 10px;
}

.about-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.stats-section {
  background: linear-gradient(135deg, #0b1c2d, #07121d);
}

.stat-card {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  transition: 0.3s;
  backdrop-filter: blur(6px);
}

.stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.08);
}

.stat-icon {
  font-size: 40px;
  color: #bf0a30;
}

.counter {
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0;
}

.services-section {
  background: linear-gradient(135deg, #0b1c2d, #07121d);
  color: white;
}

.section-title {
  font-weight: 700;
}

.service-box {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  transition: 0.3s;
  backdrop-filter: blur(6px);
}

.service-box:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.service-icon {
  font-size: 40px;
  color: #bf0a30;
}


.digital-section {
  background: linear-gradient(135deg, #0b1c2d, #07121d);
}

.text-accent {
  color: #bf0a30;
}

.digital-image-wrapper {
  position: relative;
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(135deg, #bf0a30, #0b1c2d);
}

.digital-image-wrapper img {
  border-radius: 10px;
}

.feature-badge {
  display: block;
  background: rgba(255,255,255,0.08);
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.feature-badge i {
  color: #bf0a30;
  margin-right: 6px;
}

.btn-tec {
  background: #bf0a30;
  color: white;
  border: none;
}
.btn-tec:hover {
  background: #930825;
}


.text-accent {
  color: #bf0a30;
}

.team-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.team-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #bf0a30;
}

.role {
  color: gray;
  font-size: 14px;
}

.btn-tec {
  background: #bf0a30;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
}

.btn-tec:hover {
  background: #930825;
}

.values-section {
  background: #f8f9fa;
}

.text-accent {
  color: #bf0a30;
}

.value-card {
  background: white;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.value-icon {
  width: 65px;
  height: 65px;
  background: #bf0a30;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 28px;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  z-index: 999;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #1ebe5b;
}

.about-banner {
  height: 80vh;
  background: linear-gradient(rgba(11,28,45,.85), rgba(11,28,45,.85)),
              url('../img/banner1.png');
  background-size: cover;
  background-position: center;
}

.carousel-image {
  height: 90vh;
  object-fit: cover;
}

.btn-tec {
  background: #bf0a30;
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
}
.btn-tec:hover {
  background: #930825;
}
.mission-vision {
  background: linear-gradient(135deg, #0b1c2d, #07121d);
}

.text-accent {
  color: #bf0a30;
}

.mv-card {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  transition: 0.3s;
  backdrop-filter: blur(6px);
}

.mv-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.08);
}

.mv-icon {
  font-size: 45px;
  color: #bf0a30;
}

.about-section {
  background: #f8f9fa;
}

.text-accent {
  color: #bf0a30;
}

.about-img-wrapper {
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(135deg, #bf0a30, #0b1c2d);
}

.about-img-wrapper img {
  border-radius: 10px;
}

.about-feature {
  background: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.about-feature i {
  color: #bf0a30;
  margin-right: 6px;
}

.stats-section {
  background: linear-gradient(135deg, #0b1c2d, #07121d);
}

.stat-card {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.08);
}

.stat-card i {
  font-size: 35px;
  color: #bf0a30;
  margin-bottom: 10px;
}

.counter {
  font-size: 36px;
  font-weight: bold;
}

.text-accent {
  color: #bf0a30;
}

:root {
  --tec-blue: #0b1c2d;
  --tec-red: #bf0a30;
}

.navbar { background: var(--tec-blue); }

.page-hero {
  height: 60vh;
  background: linear-gradient(rgba(11,28,45,.85), rgba(11,28,45,.85)),
              url('../img/banner2.png');
  background-size: cover;
  background-position: center;
}

.course-box {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.course-box:hover {
  transform: translateY(-8px);
  background: var(--tec-blue);
  color: white;
}

.text-accent { color: var(--tec-red); }

.btn-tec {
  background: var(--tec-red);
  color: white;
  border-radius: 30px;
}

.cta-section { background: var(--tec-red); }

.footer { background: var(--tec-blue); color: white; }


.page-hero-sm {
  height: 30vh;
  background: linear-gradient(rgba(11,28,45,.9), rgba(11,28,45,.9));
}

.form-card {
  max-width: 500px;
  background: white;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.text-accent { color: var(--tec-red); }

.course-header {
  background: #f8f9fa;
}

.text-accent {
  color: var(--tec-red);
}

.divider {
  width: 120px;
  height: 4px;
  background: var(--tec-red);
  border-radius: 10px;
}

.digital-university {
  background: linear-gradient(120deg, #002868, #bf0a30);
  overflow: hidden;
}

.du-card {
  background: rgba(255,255,255,0.95);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform .3s ease;
}

.du-card:hover {
  transform: translateY(-6px);
}

.partners-strip {
  background: #ffffff;
}

.partner-logo {
  max-height: 70px;
  opacity: 0.7;
  transition: all .3s ease;
  filter: grayscale(100%);
}

.partner-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

.text-accent {
  color: var(--tec-red);
}

.course-header {
  background: #f8f9fa;
}

.video-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.divider {
  width: 120px;
  height: 4px;
  background: var(--tec-red);
  border-radius: 10px;
}

.service-hero {
  height: 55vh;
  background: linear-gradient(rgba(11,28,45,.9), rgba(11,28,45,.9)), url('../img/banner2.png') center/cover;
}

.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform .3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.why-hire-us {
  background: #f8f9fa;
}

.why-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all .3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
}

.careers-hero {
  height: 60vh;
  background: linear-gradient(rgba(0,40,104,.85), rgba(0,40,104,.85)), url('../img/banner3.png') center/cover;
}

/* BRAND TEXT COLOR */
.text-brand {
  color: #0b1c2d !important;
}

/* TEAM PAGE */
.team-hero {
  height: 50vh;
  background: linear-gradient(rgba(0,40,104,.85), rgba(0,40,104,.85)), url('../img/banner1.png') center/cover;
}

.team-card {
  background:#fff;
  padding:25px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  text-align:center;
  cursor:pointer;
  transition:.3s;
}

.team-card h5 {
  color:#002868;
  font-weight:600;
}

.team-card p {
  color:#002868;
  opacity:.85;
}

.team-card:hover {
  transform:translateY(-6px);
}

.team-img {
  width:120px;
  height:120px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:15px;
}

:root {
  --liberia-blue: #002868;
  --liberia-red: #bf0a30;
  --light-bg: #f8f9fa;
}

/* ================= HERO ================= */
.hero-contact {
  background: linear-gradient(rgba(0,40,104,.85), rgba(0,40,104,.85)),
              url('../img/banner1.png') center/cover no-repeat;
  color: #fff;
  padding: 120px 0;
  text-align: center;
}

.hero-contact h1 {
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-contact p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* ================= CONTACT CARDS ================= */
.contact-box {
  background: #fff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all .3s ease;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.text-brand {
  color: var(--liberia-blue);
}

/* ================= CONTACT INFO ICONS ================= */
.contact-box i {
  font-size: 1.2rem;
  margin-right: 8px;
}

/* ================= FORM ================= */
.form-control {
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #dee2e6;
  transition: all .3s;
}

.form-control:focus {
  border-color: var(--liberia-blue);
  box-shadow: 0 0 0 .2rem rgba(0,40,104,.15);
}

/* ================= BUTTON ================= */
.btn-brand {
  background: var(--liberia-blue);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  transition: all .3s;
}

.btn-brand:hover {
  background: #001f4d;
  transform: translateY(-2px);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .hero-contact {
    padding: 80px 0;
  }

  .contact-box {
    padding: 25px;
  }
}


:root {
  --tec-blue: #0b1c2d;
  --tec-red: #bf0a30;
  --light-bg: #f8f9fa;
}

/* SECTION SPACING */
.form-section {
  padding: 80px 15px;
  background: var(--light-bg);
}

/* FORM CARD */
.form-card {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 45px 50px;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0,0,0,.08);
  transition: all .3s ease;
}

.form-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(0,0,0,.12);
}

/* TITLE */
.form-card h3 {
  color: var(--tec-blue);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .5px;
}

/* LABELS */
.form-label {
  font-weight: 600;
  color: var(--tec-blue);
  margin-bottom: 6px;
}

/* INPUTS */
.form-control,
.form-select {
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid #dee2e6;
  transition: all .3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--tec-blue);
  box-shadow: 0 0 0 .2rem rgba(11,28,45,.15);
}

/* TEXTAREA */
textarea.form-control {
  resize: none;
}

/* BUTTON */
.btn-primary {
  background: var(--tec-blue);
  border: none;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px;
  transition: all .3s ease;
}

.btn-primary:hover {
  background: #07141f;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .form-card {
    padding: 25px;
  }
}


/* ================= SUCCESS PAGE ================= */

.success-body {
  background: linear-gradient(135deg, var(--tec-blue), var(--tec-red));
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
}

.success-wrapper {
  padding: 20px;
  width: 100%;
  text-align: center;
}

.success-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  padding: 50px 35px;
  border-radius: 18px;
  max-width: 520px;
  margin: auto;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.success-icon {
  font-size: 70px;
  color: #25D366;
  margin-bottom: 15px;
}

.success-card h1 {
  color: #fff;
  font-weight: 700;
}

.success-card p {
  color: #f1f1f1;
}

/* Buttons */
.btn-home {
  background: #fff;
  color: var(--tec-blue);
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  margin: 6px;
}

.btn-home:hover {
  background: #f2f2f2;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  margin: 6px;
}

.btn-whatsapp:hover {
  background: #1ebe57;
}


