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

.dir-banner {
    background: linear-gradient(135deg, #f0f9ff 0%, #e8f4fc 100%);
    padding: 50px 0 40px;
}

.dir-banner h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.dir-banner h1 .red {
    color: #FF0000;
    font-weight: 700;
}

.dir-banner h1 .blue {
    color: #1e5a8a;
    font-weight: 700;
}

.dir-banner .subtitle {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 0;
}

.dir-section {
    padding: 50px 0 60px;
}

/* Two-column layout for state/city listing on USA directory */
.dir-listing-row {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.dir-listing-col {
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 992px) {
    .dir-listing-col:first-child {
        padding-right: 16px;
    }
    .dir-listing-col:last-child {
        padding-left: 16px;
    }
}

.dir-section h2 {
    font-size: 22px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 24px;
}

.state-block {
    margin-bottom: 36px;
}

.state-name {
    font-size: 20px;
    font-weight: 700;
    color: #1e5a8a;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #73A8D4;
}

.city-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.city-list li {
    margin-bottom: 10px;
}

.city-list a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.city-list a:hover {
    border-color: #73A8D4;
    box-shadow: 0 2px 8px rgba(115, 168, 212, 0.2);
    color: #1e5a8a;
}

.city-list a i {
    margin-right: 10px;
    color: #73A8D4;
}

.dir-extra {
    padding: 50px 0 60px;
    background: #fff;
}

.dir-extra:nth-of-type(2) {
    background: #f8fafc;
}

.dir-extra h2 {
    font-size: 22px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 24px;
    text-align: center;
}

.dir-extra .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.dir-extra .step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1e5a8a;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.dir-extra .step p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

.dir-extra .learn-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.dir-extra .learn-list li {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.dir-extra .learn-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #1e5a8a;
}

/* ========== City page: buttons & form (robotics-classes LPs only) ========== */
/* Base app styles fix .theme-btn to 13px / fixed height; scoped so summer-camp-usa.css stays minimal for other pages. */
.robotics-classes-lp .theme-btn {
    width: auto;
    min-height: 44px;
    height: auto !important;
    padding: 10px 22px;
    font-size: 16px !important;
    line-height: 1.25;
    white-space: normal;
}

.robotics-classes-lp .page-wrapper .header-wrap .theme-btn,
.robotics-classes-lp .page-wrapper .header-wrap_button .theme-btn {
    min-height: 38px;
    padding: 8px 16px;
    font-size: 15px !important;
    line-height: 1.2;
    white-space: nowrap;
    width: auto !important;
    height: auto !important;
}

/* appclassv8.3.css sets .theme-btn to 18px at max-width: 1359px; keep header CTA at city-LP size. */
@media (max-width: 1359px) {
    .robotics-classes-lp .page-wrapper .header-wrap .theme-btn,
    .robotics-classes-lp .page-wrapper .header-wrap_button .theme-btn {
        font-size: 15px !important;
        min-height: 38px;
        padding: 8px 16px;
        line-height: 1.2;
        width: auto !important;
        height: auto !important;
    }
}

.robotics-classes-lp .main_popup .modal-body .btn-primary {
    font-size: 16px !important;
    padding: 10px 22px;
    min-height: 44px;
    line-height: 1.25;
}

.form_button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form_button p {
    width: 100%;
    display: block;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .form_button {
        align-items: center;
    }

    .form_button p {
        font-size: 11px !important;
        text-align: center !important;
        margin-top: 6px !important;
        line-height: 1.4;
    }

    .form_button p i {
        margin-right: 4px !important;
    }

    .main_popup .modal-content {
        background: linear-gradient(to right, #FFD978, #FFD978, #FFD978) !important;
    }
}

/* ========== City page: learning cards ========== */
.last-multiple-section .last-section-two .col-md-4 {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.learning-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.learning-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #73A8D4;
}

.learning-card p {
    margin: 0;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.card-number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 25px;
    height: 25px;
    background-color: #73A8D4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    opacity: 0.5;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* ========== City page: journey section ========== */
.journey-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #fcfcfc, #f4f8fb);
    position: relative;
}

.journey-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.journey-line {
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    width: 4px;
    background: linear-gradient(to bottom, #73A8D4, #a1c4fd, #c2e9fb);
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(115, 168, 212, 0.3);
}

.journey-item {
    position: relative;
    margin-bottom: 60px;
    width: 50%;
    padding: 0 40px;
}

.journey-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.journey-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.journey-number {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background: #73A8D4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-weight: 800;
    font-size: 20px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px #e0e0e0, 0 4px 10px rgba(115, 168, 212, 0.4);
    z-index: 10;
    transition: transform 0.3s ease;
}

.journey-item:hover .journey-number {
    transform: scale(1.1);
    background: #5b92c4;
    box-shadow: 0 0 0 4px #c2e9fb, 0 6px 15px rgba(115, 168, 212, 0.6);
}

.journey-item:nth-child(odd) .journey-number {
    right: -25px;
}

.journey-item:nth-child(even) .journey-number {
    left: -25px;
}

.journey-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #edf2f7;
    border-top: 5px solid #73A8D4;
}

.journey-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(115, 168, 212, 0.15);
    border-color: #dbeafe;
}

.journey-content::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
}

.journey-item:nth-child(odd) .journey-content::before {
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #73A8D4;
}

.journey-item:nth-child(even) .journey-content::before {
    left: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #73A8D4 transparent transparent;
}

.journey-title {
    font-weight: 800;
    color: #2d3748;
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

@media (max-width: 767px) {
    .journey-line {
        left: 30px;
    }

    .journey-item {
        width: 100%;
        left: 0 !important;
        padding-left: 80px;
        padding-right: 0;
        text-align: left !important;
        margin-bottom: 40px;
    }

    .journey-item:nth-child(odd) .journey-number,
    .journey-item:nth-child(even) .journey-number {
        left: 5px;
        right: auto;
    }

    .journey-item:nth-child(odd) .journey-content::before {
        right: auto;
        left: -10px;
        border-width: 10px 10px 10px 0;
        border-color: transparent #73A8D4 transparent transparent;
    }
}

/* ========== City page: comparison table ========== */
.aesthetic-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 900px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
}

.aesthetic-table th,
.aesthetic-table td {
    padding: 24px 30px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
}

.aesthetic-table th {
    background: #f8fafc;
    font-size: 16px;
    font-weight: 800;
    color: #2d3748;
    text-align: left;
    letter-spacing: -0.3px;
    border-bottom: 2px solid #e2e8f0;
}

.col-factor {
    width: 20%;
    font-weight: 700;
    color: #4a5568;
    background: #fff;
}

.col-offline {
    width: 40%;
    background: #fff;
    color: #718096;
    border-left: 1px solid #e2e8f0;
}

.col-playto {
    width: 40%;
    background: #fdfdfd;
    position: relative;
    border-left: 1px solid #e2e8f0;
}

.th-playto {
    color: #1e5a8a !important;
    border-bottom: 2px solid #1e5a8a !important;
    background-color: #f0f9ff !important;
}

.status-icon {
    display: inline-block;
    margin-right: 12px;
    font-size: 20px;
    vertical-align: top;
    margin-top: 3px;
    flex-shrink: 0;
}

.icon-check {
    color: #48bb78;
}

.icon-cross {
    color: #e53e3e;
}

.cell-content {
    display: flex;
    align-items: flex-start;
}

.cell-text {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
}

.col-playto .cell-text {
    color: #2d3748;
    font-weight: 500;
}

/* ========== Student spotlight (India directory) ========== */
.student-spotlight img {
    display: block;
}

.student-spotlight a[href*="pib.gov"]:hover {
    text-decoration: underline;
}

@media (max-width: 575px) {
    .student-spotlight-inner {
        flex-direction: column;
        align-items: center;
    }

    .student-spotlight-img {
        margin-bottom: 8px;
    }

    .student-spotlight-text {
        min-width: 100%;
    }
}


/* ========== From home-innovators-showcase.css ========== */

.innovators-showcase {
  padding: 64px 0 96px;
  background: #ffffff;
}

.innovators-showcase .innovators-title {
  margin-bottom: 20px;
}

.innovators-showcase .page-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: left !important;
  color: inherit;
}

.innovators-showcase .innovators-title p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.innovators-showcase .innovators-title p br {
  display: inline;
}

.innovators-showcase .innovators-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 18px;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.innovators-showcase .innovators-grid::-webkit-scrollbar {
  display: none;
}

.innovators-showcase .innovators-carousel {
  display: flex;
  align-items: center;
  gap: 12px;
}

.innovators-showcase .innovators-note {
  margin: 26px 0 0;
  line-height: 1.6;
  text-align: left;
}

.innovators-showcase .btn-secondary {
  display: inline-block;
  padding: 12px 24px;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #154b77;
  background: transparent !important;
  color: #154b77 !important;
  box-shadow: none !important;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.innovators-showcase .btn-secondary:hover {
  background: rgba(21, 75, 119, 0.08) !important;
  color: #154b77 !important;
  border-color: #154b77;
  text-decoration: none;
}

.innovators-showcase .innovators-nav {
  width: 52px;
  height: 52px;
  border: 1px solid #c7dbef;
  border-radius: 999px;
  background: #ffffff;
  color: #1d4d75;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(26, 83, 129, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.innovators-showcase .innovators-nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(26, 83, 129, 0.18);
}

.innovators-showcase .innovators-nav:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.innovators-showcase .innovator-card {
  flex: 0 0 calc((100% - 54px) / 3.5);
  scroll-snap-align: start;
  background: linear-gradient(165deg, #ffffff 0%, #f5faff 100%);
  border: 1px solid #d7e5f3;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(25, 82, 129, 0.08);
  position: relative;
  overflow: hidden;
}

.innovators-showcase .innovator-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.innovators-showcase .innovator-card img.innovator-image-left {
  object-position: 70% center;
}

.innovators-showcase .innovator-caption {
  padding: 14px 14px 16px;
  text-align: left;
}

.innovators-showcase .innovator-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #1f3a5f;
  border: 1px solid #1f3a5f;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(11, 16, 24, 0.22);
}

.innovators-showcase .innovator-caption h4 {
  margin: 0 0 8px;
  color: #154b77;
  font-size: 18px;
}

.innovators-showcase .innovator-caption p {
  margin: 0;
  color: #3f5d75;
  font-size: 14px;
}

.innovators-showcase .innovator-caption p + p {
  margin-top: 6px;
}

.innovators-showcase .innovator-caption .innovator-highlight {
  margin-top: 8px;
  color: #154b77;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .innovators-showcase .innovator-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .innovators-showcase {
    padding: 48px 0 92px;
  }

  .innovators-showcase .innovators-carousel {
    gap: 8px;
  }

  .innovators-showcase .innovators-nav {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .innovators-showcase .innovator-card {
    flex: 0 0 86%;
  }
}

/* appclassv8.3.css bumps font sizes at max-width: 1439px; keep >=1440 typography
   for 1200–1439px only so smaller breakpoints still use appclass’s own rules. */
@media (max-width: 1439px) and (min-width: 1200px) {
  p {
    font-size: 14px;
    line-height: 1.7;
  }

  .test-item label {
    font-size: 14px;
  }

  .page-content .page-title {
    font-size: 20px;
  }

  .features_right_content ul li figcaption h6 {
    font-size: 17px;
  }
}


.robotics-classes-lp .rclp-feature-card-inner {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  border: 1px solid #e2e8f0;
}

.robotics-classes-lp .rclp-feature-icon {
  font-size: 24px;
  color: #73a8d4;
  margin-right: 15px;
  margin-top: 3px;
  width: 30px;
  text-align: center;
}

.robotics-classes-lp .rclp-feature-text {
  font-size: 16px;
  font-weight: 600;
  color: #4a5568;
}

/* Hero h1: one size for all words; spans only change color/weight.
   Override appclass .banner-wrap .col-md-6 h1 { margin-bottom: 40px } */
.robotics-classes-lp .banner-wrap .col-md-6 h1.rclp-u-003 {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 400;
}
.robotics-classes-lp .rclp-u-004 {
  color: #ff0000;
  font-weight: 700;
  font-size: inherit;
}
.robotics-classes-lp .rclp-u-005 {
  color: #1e5a8a;
  font-weight: 700;
  font-size: inherit;
}
.robotics-classes-lp .rclp-u-006 { font-size: 18px; font-weight: 600; color: #2d3748; margin-top: 0; margin-bottom: 14px; line-height: 1.4; }
.robotics-classes-lp .rclp-u-007 { font-size: 14px; padding-left: 20px; margin-bottom: 0; line-height: 1.8; }
.robotics-classes-lp .rclp-u-008 { margin-top: 20px; }
.robotics-classes-lp .rclp-u-009 { width: 25px; }
.robotics-classes-lp .rclp-u-010 { width: 20px; }
.robotics-classes-lp .rclp-u-011 { margin-bottom: 50px; }
.robotics-classes-lp .rclp-u-012 { color: #FF0000;font-weight: 700; }
.robotics-classes-lp .rclp-u-013 { color: #666; font-size: 13px; margin-top: 8px; text-align: left; font-weight: 700; }
.robotics-classes-lp .rclp-u-014 { margin-right: 6px; }
.robotics-classes-lp .rclp-u-015 { padding: 32px 0; background: linear-gradient(135deg, #e8f4fc 0%, #f0f9ff 100%); border-top: 1px solid #e2e8f0; }
.robotics-classes-lp .rclp-u-016 { font-weight: 800; color: #1e5a8a; font-size: 24px; margin-bottom: 8px; letter-spacing: -0.02em; }
.robotics-classes-lp .rclp-u-017 { font-size: 16px; color: #4a5568; margin: 0; }
.robotics-classes-lp .rclp-u-018 { gap: 20px; flex-wrap: wrap; }
.robotics-classes-lp .rclp-u-019 { flex: 1; min-width: 200px; max-width: 280px; text-align: center; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; background: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }
.robotics-classes-lp .rclp-u-020 { font-size: 15px; color: #2d3748; margin-bottom: 15px; font-weight: 600; }
.robotics-classes-lp .rclp-u-021 { color: #FF0000; }
.robotics-classes-lp .rclp-u-022 { max-width: 80%; height: auto; }
.robotics-classes-lp .rclp-u-023 { font-size: 28px; }
.robotics-classes-lp .rclp-u-024 { margin-top: 18px; }
.robotics-classes-lp .rclp-u-025 { margin-top: 24px; }
.robotics-classes-lp .rclp-u-026 { font-weight: 700; color: #333; font-size: 28px; }
.robotics-classes-lp .rclp-u-027 { font-size: 14px; color: #555; margin: 0; }
.robotics-classes-lp .rclp-u-028 { font-size: 14px; color: #555; margin-bottom: 10px; }
.robotics-classes-lp .rclp-u-029 { font-size: 13px; color: #777; margin: 0; font-style: italic; }
.robotics-classes-lp .rclp-u-030 { margin-top: 20px; text-align: center; font-weight: 600; }
.robotics-classes-lp .rclp-u-031 { background: #eef7ff; padding: 30px; border-radius: 15px; border-left: 5px solid #73A8D4; text-align: center; }
.robotics-classes-lp .rclp-u-032 { color: #333; font-weight: 700; margin-bottom: 15px; }
.robotics-classes-lp .rclp-u-033 { font-size: 16px; color: #555; margin: 0; }
.robotics-classes-lp .rclp-u-034 { padding: 80px 0 30px; background-color: #fff; }
.robotics-classes-lp .rclp-u-035 { font-weight: 800; color: #2d3748; margin-bottom: 20px; font-size: 32px; letter-spacing: -0.5px; }
.robotics-classes-lp .rclp-u-036 { font-size: 17px; color: #4a5568; line-height: 1.8; margin-bottom: 0; }
.robotics-classes-lp .rclp-u-037 { border-left: 4px solid #73A8D4; padding-left: 20px; }
.robotics-classes-lp .rclp-u-038 { font-weight: 700; color: #2d3748; margin-bottom: 10px; font-size: 24px; }
.robotics-classes-lp .rclp-u-039 { font-size: 16px; color: #4a5568; margin: 0; max-width: 800px; }
.robotics-classes-lp .rclp-u-040 { font-weight: 700; color: #4a5568; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; }
.robotics-classes-lp .rclp-u-041 { height: 100%; padding: 30px; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; transition: all 0.3s ease; }
.robotics-classes-lp .rclp-u-042 { font-weight: 800; color: #2d3748; font-size: 22px; margin-bottom: 5px; }
.robotics-classes-lp .rclp-u-043 { color: #73A8D4; font-weight: 600; font-size: 14px; margin-bottom: 15px; text-transform: uppercase; }
.robotics-classes-lp .rclp-u-044 { font-size: 15px; color: #4a5568; line-height: 1.6; margin: 0; }
.robotics-classes-lp .rclp-u-045 { height: 100%; padding: 30px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; transition: all 0.3s ease; }
.robotics-classes-lp .rclp-u-046 { margin-top: 30px; text-align: center; }
.robotics-classes-lp .rclp-u-047 { font-size: 16px; color: #4a5568; max-width: 800px; margin: 0 auto; }
.robotics-classes-lp .rclp-u-048 { padding: 30px 0; background: #f8fafc; }
.robotics-classes-lp .rclp-u-049 { color: #1e5a8a; font-weight: 600; }
.robotics-classes-lp .rclp-u-050 { padding: 70px 0; background: #ffffff; }
.robotics-classes-lp .rclp-u-051 { margin:48px 0 56px 0; background:#eef7ff; padding:36px 32px; border-radius:14px; border:1px solid #c5e0f7; border-left:5px solid #73A8D4; }
.robotics-classes-lp .rclp-u-052 { font-size:13px; font-weight:700; color:#73A8D4; text-transform:uppercase; letter-spacing:1.2px; margin:0 0 12px 0; }
.robotics-classes-lp .rclp-u-053 { font-size:24px; font-weight:800; margin:0 0 24px 0; color:#2d3748; line-height:1.3; }
.robotics-classes-lp .rclp-u-054 { display:flex; gap:32px; align-items:flex-start; flex-wrap:wrap; }
.robotics-classes-lp .rclp-u-055 { flex-shrink:0; text-align:center; }
.robotics-classes-lp .rclp-u-056 { border-radius:12px; object-fit:cover; box-shadow:0 6px 20px rgba(30,90,138,0.15); border:3px solid #fff; }
.robotics-classes-lp .rclp-u-057 { flex:1; min-width:260px; max-width:540px; }
.robotics-classes-lp .rclp-u-058 { font-size:16px; line-height:1.8; color:#4a5568; margin:0; }
.robotics-classes-lp .rclp-u-059 { font-size:16px; line-height:1.8; color:#4a5568; margin-top:14px; }
.robotics-classes-lp .rclp-u-060 { display:inline-block; margin-top:18px; padding:10px 18px; background:#fff; color:#1e5a8a; font-weight:700; font-size:15px; text-decoration:none; border-radius:8px; border:1px solid #73A8D4; }
.robotics-classes-lp .rclp-u-061 { font-weight: 800; color: #2d3748; font-size: 30px; margin-bottom: 20px; text-align: center; }
.robotics-classes-lp .rclp-u-062 { font-size: 17px; color: #4a5568; line-height: 1.9; text-align: left; }
.robotics-classes-lp .rclp-u-063 { margin-bottom: 20px; }
.robotics-classes-lp .rclp-u-064 { background: #eef7ff; padding: 20px 25px; border-radius: 12px; border-left: 5px solid #73A8D4; margin-top: 25px; }
.robotics-classes-lp .rclp-u-065 { font-weight: 700; color: #2d3748; margin: 0; font-size: 18px; }
.robotics-classes-lp .rclp-u-066 { padding: 80px 0; background-color: #fcfcfc; }
.robotics-classes-lp .rclp-u-067 { font-weight: 800; color: #2d3748; margin-bottom: 30px; font-size: 32px; letter-spacing: -0.5px; text-align: center; }
.robotics-classes-lp .rclp-u-068 { font-size: 17px; color: #4a5568; line-height: 1.8; }
.robotics-classes-lp .rclp-u-069 { margin-bottom: 25px; }
.robotics-classes-lp .rclp-u-070 { margin-bottom: 30px; }
.robotics-classes-lp .rclp-u-071 { background: #eef7ff; padding: 20px 25px; border-radius: 10px; border-left: 5px solid #73A8D4; }
.robotics-classes-lp .rclp-u-072 { font-weight: 700; color: #2d3748; margin-bottom: 0; font-size: 18px; }
.robotics-classes-lp .rclp-u-073 { padding: 80px 0; background: #fff; }
.robotics-classes-lp .rclp-u-074 { font-weight: 800; color: #2d3748; font-size: 30px; margin-bottom: 15px; letter-spacing: -0.5px; }
.robotics-classes-lp .rclp-u-075 { color: #73A8D4; }
.robotics-classes-lp .rclp-u-076 { overflow-x: auto; }
.robotics-classes-lp .rclp-u-077 { border-bottom: none; }
.robotics-classes-lp .rclp-u-078 { font-size: 18px; color: #2d3748; font-weight: 700; margin-bottom: 20px; }
.robotics-classes-lp .rclp-u-079 { font-size: 16px; color: #4a5568; line-height: 1.8; }
.robotics-classes-lp .rclp-u-080 { padding: 80px 0; background: #f8fafc; }
.robotics-classes-lp .rclp-u-081 { font-weight: 800; color: #2d3748; font-size: 30px; margin-bottom: 15px; }
.robotics-classes-lp .rclp-u-082 { margin-top: 40px; text-align: center; }
.robotics-classes-lp .rclp-u-083 { padding: 60px 0; background: #fff; }
.robotics-classes-lp .rclp-u-084 { font-weight: 800; color: #2d3748; font-size: 26px; margin-bottom: 25px; text-align: center; }
.robotics-classes-lp .rclp-u-085 { margin-bottom: 15px; }
.robotics-classes-lp .rclp-u-086 { margin-bottom: 0; }
.robotics-classes-lp .rclp-u-087 { margin-top: 15px; }
.robotics-classes-lp .rclp-u-088 { padding: 60px 0; background: #f8fafc; }
.robotics-classes-lp .rclp-u-089 { margin-top: 25px; text-align: center; }
.robotics-classes-lp .rclp-u-090 { padding: 60px 0; }
.robotics-classes-lp .rclp-u-091 { font-weight: 700; color: #333; margin-bottom: 25px; font-size: 28px; }
.robotics-classes-lp .rclp-u-092 { font-size: 16px; line-height: 1.7; color: #555; }
.robotics-classes-lp .rclp-u-093 { color: #1e5a8a; font-weight: 600; text-decoration: none; }
.robotics-classes-lp .rclp-u-094 { font-weight: 700; color: #333; font-size: 18px; }
.robotics-classes-lp .rclp-u-095 { font-weight: 800; color: #2d3748; font-size: 28px; margin-bottom: 20px; }
.robotics-classes-lp .rclp-u-096 { font-size: 16px; color: #4a5568; line-height: 1.7; margin-bottom: 15px; }
.robotics-classes-lp .rclp-u-097 { font-size: 16px; color: #2d3748; font-weight: 700; margin-bottom: 20px; background: #f7fafc; padding: 10px; border-left: 4px solid #73A8D4; }
.robotics-classes-lp .rclp-u-098 { font-size: 16px; color: #4a5568; line-height: 1.7; }
.robotics-classes-lp .rclp-u-099 { font-size: 16px; color: #4a5568; line-height: 1.7; margin-top: 15px; }
.robotics-classes-lp .rclp-u-100 { background: #e2e8f0; height: 300px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #718096; font-weight: 600; overflow: hidden; }
.robotics-classes-lp .rclp-u-101 { border:0; border-radius: 12px; }
.robotics-classes-lp .rclp-u-102 { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 60px 40px; text-align: center; box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03); }
.robotics-classes-lp .rclp-u-103 { font-weight: 800; color: #2d3748; font-size: 32px; margin-bottom: 20px; }
.robotics-classes-lp .rclp-u-104 { font-size: 18px; color: #4a5568; line-height: 1.7; margin-bottom: 25px; max-width: 800px; margin-left: auto; margin-right: auto; }
.robotics-classes-lp .rclp-u-105 { font-size: 16px; color: #718096; line-height: 1.6; margin-bottom: 35px; max-width: 650px; margin-left: auto; margin-right: auto; }
.robotics-classes-lp .rclp-u-106 { font-size: 16px; color: #718096; line-height: 1.6; margin-bottom: 20px; }
.robotics-classes-lp .rclp-u-107 { padding: 40px 0 50px; background: #f8fafc; }
.robotics-classes-lp .rclp-u-108 { font-size: 22px; font-weight: 700; color: #2d3748; margin-bottom: 16px; }
.robotics-classes-lp .rclp-u-109 { font-size: 16px; color: #4a5568; margin-bottom: 10px; }
.robotics-classes-lp .rclp-u-110 { display: inline-flex; align-items: center; font-size: 16px; font-weight: 600; color: #1e5a8a; text-decoration: none; padding: 12px 24px; border-radius: 8px; border: 2px solid #73A8D4; background: #fff; transition: all 0.2s; }
.robotics-classes-lp .rclp-u-111 { margin-right: 10px; }
.robotics-classes-lp .rclp-u-112 { width: 100%; }
.robotics-classes-lp .rclp-u-113 { text-align:center; }
.robotics-classes-lp .rclp-u-114 { max-width: 100%;margin-top: -27px;width: 170px;position: relative; }
.robotics-classes-lp .rclp-u-115 { display:none; }

/* rclp-u-001 / u-002: FB pixel + GTM noscript live in <head>; honeypots may sit outside .page-wrapper */
.rclp-u-001 {
  display: none !important;
}

iframe.rclp-u-002 {
  display: none !important;
  visibility: hidden !important;
}
