.elementor-1225 .elementor-element.elementor-element-76df5b0{--display:flex;--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-3605c28{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1225 .elementor-element.elementor-element-c2e1d70{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-b5e2728{width:100%;max-width:100%;}.elementor-1225 .elementor-element.elementor-element-f403854{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-dca408f{width:100%;max-width:100%;}.elementor-1225 .elementor-element.elementor-element-1878fc6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-c1474e0{width:100%;max-width:100%;}.elementor-1225 .elementor-element.elementor-element-5557a9a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-d86cb6a{width:100%;max-width:100%;}.elementor-1225 .elementor-element.elementor-element-c9c92e8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-f5df07c{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-3605c28 *//* ========================================
   HERO SECTION STYLES
   ======================================== */

.hero {
    padding: 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-shape {
    position: absolute;
    bottom: -5%;
    right: -10%;
    width: 50%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    transform: rotate(-20deg);
}

.hero-shape-2 {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 30%;
    height: 60%;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 30%;
}

.hero-inner {
    display: flex;
    align-items: center;
    min-height: 660px;
    position: relative;
    z-index: 10;
}

.hero-content {
    max-width: 600px;
    margin-right: 3rem;
    padding: 4rem 0;
}

.hero-title {
    color: white;
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 3rem;
}

.hero-stat-item {
    text-align: center;
}

/* ✅ Changed the color of numbers to #bd2713 */
.hero-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #bd2713 !important;
}

.hero-stat-label {
    font-size: 0.875rem;
    opacity: 0.8;
    margin-top: 0.5rem;
}

.hero-form {
    background-color: white;
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-lg);
    width: 450px;
    position: relative;
}

.hero-form-title {
    color: var(--dark);
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-badge {
    position: absolute;
    top: -12px;
    right: 30px;
    background-color: #bd2713;
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}

/* ==============================
   HERO RESPONSIVE STYLES
   ============================== */

@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-inner {
        flex-direction: column;
        align-items: center;
        padding: 4rem 0;
        min-height: auto;
    }

    .hero-content {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
        padding: 0;
        text-align: center;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-form {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    .hero-stats {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stat-number {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-76df5b0 */:root {
          --primary: #1a5f7a;
          --primary-dark: #124559;
          --primary-light: #2e7d9e;
          --secondary: #ff6b35;
          --secondary-dark: #e64e19;
          --secondary-light: #ff8a5c;
          --dark: #212529;
          --gray-dark: #495057;
          --gray: #6c757d;
          --gray-light: #ced4da;
          --light: #f8f9fa;
          --success: #28a745;
          --danger: #dc3545;
          --warning: #ffc107;
          --white: #ffffff;
          --shadow-sm: 0 .125rem .25rem rgba(0,0,0,.075);
          --shadow: 0 .5rem 1rem rgba(0,0,0,.08);
          --shadow-lg: 0 1rem 2rem rgba(0,0,0,.1);
          --radius-sm: 4px;
          --radius: 8px;
          --radius-lg: 16px;
          --transition: all 0.3s ease;
      }

      * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
      }

      body {
          font-family: 'Inter', sans-serif;
          color: var(--dark);
          line-height: 1.6;
          background-color: var(--light);
      }

      img {
          max-width: 100%;
          height: auto;
      }

      a {
          text-decoration: none;
          color: var(--primary);
          transition: var(--transition);
      }

      a:hover {
          color: var(--primary-dark);
      }

      ul {
          list-style: none;
      }

      .container {
          width: 100%;
          max-width: 1280px;
          margin: 0 auto;
          padding: 0 1.5rem;
      }

      .row {
          display: flex;
          flex-wrap: wrap;
          margin: 0 -1rem;
      }

      .col {
          padding: 0 1rem;
          flex: 1;
      }

      /* Sections */
      section {
          padding: 5rem 0;
      }

      /* Typography */
      h1, h2, h3, h4, h5, h6 {
          font-weight: 700;
          line-height: 1.2;
          margin-bottom: 1.5rem;
          color: var(--dark);
      }

      h1 {
          font-size: 3.5rem;
      }

      h2 {
          font-size: 2.5rem;
      }

      h3 {
          font-size: 1.75rem;
      }

      h4 {
          font-size: 1.5rem;
      }

      h5 {
          font-size: 1.25rem;
      }

      p {
          margin-bottom: 1.5rem;
      }

      /* Buttons */
      .btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 0.8rem 1.8rem;
          border-radius: var(--radius);
          font-weight: 600;
          text-align: center;
          cursor: pointer;
          transition: var(--transition);
          border: none;
          outline: none;
          gap: 0.5rem;
          font-size: 1rem;
      }

      .btn-primary {
          background-color: var(--primary);
          color: white;
      }

      .btn-primary:hover {
          background-color: var(--primary-dark);
          transform: translateY(-2px);
          box-shadow: var(--shadow);
      }

      .btn-secondary {
          background-color: var(--secondary);
          color: white;
      }

      .btn-secondary:hover {
          background-color: var(--secondary-dark);
          transform: translateY(-2px);
          box-shadow: var(--shadow);
      }

      .btn-outline {
          background: transparent;
          border: 2px solid var(--primary);
          color: var(--primary);
      }

      .btn-outline:hover {
          background-color: var(--primary);
          color: white;
      }

      .btn-lg {
          padding: 1rem 2.2rem;
          font-size: 1.125rem;
      }

      .btn-block {
          width: 100%;
      }

      /* Header */
      .header {
          position: sticky;
          top: 0;
          z-index: 1000;
          background-color: var(--white);
          box-shadow: var(--shadow-sm);
      }

      .header-inner {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 1rem 0;
      }

      .logo {
          display: flex;
          align-items: center;
      }

      .logo img {
          height: 42px;
      }

      .nav-desktop {
          display: flex;
          gap: 2rem;
      }

      .nav-item {
          position: relative;
      }

      .nav-link {
          display: flex;
          align-items: center;
          gap: 0.25rem;
          padding: 0.5rem 0;
          color: var(--dark);
          font-weight: 500;
      }

      .nav-link:hover {
          color: var(--primary);
      }

      .dropdown-menu {
          position: absolute;
          top: 100%;
          left: -1rem;
          width: 240px;
          background-color: white;
          border-radius: var(--radius);
          box-shadow: var(--shadow);
          padding: 1rem 0;
          opacity: 0;
          visibility: hidden;
          transform: translateY(10px);
          transition: all 0.3s ease;
          z-index: 100;
      }

      .dropdown-item {
          padding: 0.5rem 1.5rem;
          display: block;
          color: var(--dark);
      }

      .dropdown-item:hover {
          background-color: var(--light);
          color: var(--primary);
      }

      .nav-item:hover .dropdown-menu {
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
      }

      .header-cta {
          display: flex;
          align-items: center;
          gap: 1rem;
      }

      .header-phone {
          display: flex;
          align-items: center;
          gap: 0.5rem;
          color: var(--gray-dark);
          font-weight: 500;
          padding: 0.5rem 0.8rem;
          border-radius: var(--radius);
          transition: var(--transition);
      }

      .header-phone:hover {
          background-color: var(--light);
          color: var(--primary);
      }

      .mobile-toggle {
          display: none;
          background: none;
          border: none;
          cursor: pointer;
          font-size: 1.5rem;
          color: var(--dark);
      }

      /* Hero Section */
      .hero {
          padding: 0;
          background: linear-gradient(120deg, var(--primary) 0%, var(--primary-dark) 100%);
          color: white;
          position: relative;
          overflow: hidden;
      }

      .hero-shape {
          position: absolute;
          bottom: -5%;
          right: -10%;
          width: 50%;
          height: 120%;
          background-color: rgba(255, 255, 255, 0.03);
          border-radius: 50%;
          transform: rotate(-20deg);
      }

      .hero-shape-2 {
          position: absolute;
          top: -10%;
          left: -10%;
          width: 30%;
          height: 60%;
          background-color: rgba(255, 255, 255, 0.03);
          border-radius: 30%;
      }

      .hero-inner {
          display: flex;
          align-items: center;
          min-height: 660px;
          position: relative;
          z-index: 10;
      }

      .hero-content {
          max-width: 600px;
          margin-right: 3rem;
          padding: 4rem 0;
      }

      .hero-title {
          color: white;
          font-size: 3.5rem;
          line-height: 1.1;
          margin-bottom: 1.5rem;
      }

      .hero-title span {
          color: var(--secondary-light);
      }

      .hero-subtitle {
          font-size: 1.25rem;
          margin-bottom: 2rem;
          opacity: 0.9;
      }

      .hero-stats {
          display: flex;
          gap: 2.5rem;
          margin-top: 3rem;
      }

      .hero-stat-item {
          text-align: center;
      }

      .hero-stat-number {
          font-size: 2.5rem;
          font-weight: 700;
          color: var(--secondary-light);
          line-height: 1;
      }

      .hero-stat-label {
          font-size: 0.875rem;
          opacity: 0.8;
          margin-top: 0.5rem;
      }

      .hero-form {
          background-color: white;
          border-radius: var(--radius-lg);
          padding: 2.5rem;
          box-shadow: var(--shadow-lg);
          width: 450px;
          position: relative;
      }

      .hero-form-title {
          color: var(--dark);
          text-align: center;
          margin-bottom: 1.5rem;
      }

      .form-group {
          margin-bottom: 1.25rem;
      }

      .form-control {
          width: 100%;
          padding: 0.85rem 1rem;
          border: 1px solid var(--gray-light);
          border-radius: var(--radius);
          font-family: inherit;
          font-size: 1rem;
          transition: var(--transition);
      }

      .form-control:focus {
          outline: none;
          border-color: var(--primary-light);
          box-shadow: 0 0 0 3px rgba(26, 95, 122, 0.1);
      }

      .form-badge {
          position: absolute;
          top: -12px;
          right: 30px;
          background-color: var(--secondary);
          color: white;
          padding: 0.25rem 1rem;
          border-radius: 50px;
          font-size: 0.85rem;
          font-weight: 600;
          box-shadow: var(--shadow-sm);
      }

      /* Trusted By Section */
      .trusted-by {
          background-color: white;
          padding: 2rem 0;
          border-bottom: 1px solid var(--gray-light);
      }

      .trusted-by-title {
          font-size: 1rem;
          font-weight: 500;
          text-align: center;
          color: var(--gray);
          margin-bottom: 1.5rem;
      }

      .trusted-by-logos {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          gap: 3rem;
      }

      .trusted-by-logo {
          height: 50px;
          opacity: 0.7;
          transition: var(--transition);
          filter: grayscale(100%);
      }

      .trusted-by-logo:hover {
          opacity: 1;
          filter: grayscale(0);
      }

      /* Popular Courses */
      .popular-courses {
          background-color: var(--light);
          position: relative;
      }

      .section-header {
          text-align: center;
          max-width: 700px;
          margin: 0 auto 3rem;
      }

      .section-subtitle {
          display: inline-block;
          background-color: rgba(26, 95, 122, 0.1);
          color: var(--primary);
          padding: 0.3rem 1rem;
          border-radius: 50px;
          font-weight: 500;
          margin-bottom: 1rem;
      }

      .section-title {
          margin-bottom: 1rem;
          color: var(--dark);
      }

      .section-description {
          color: var(--gray);
          font-size: 1.125rem;
      }

      .tabs {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          gap: 1rem;
          margin-bottom: 3rem;
      }

      .tab {
          padding: 0.6rem 1.5rem;
          border-radius: 50px;
          cursor: pointer;
          font-weight: 500;
          transition: var(--transition);
          background-color: transparent;
          border: 1px solid var(--gray-light);
          color: var(--gray-dark);
      }

      .tab.active {
          background-color: var(--primary);
          color: white;
          border-color: var(--primary);
      }

      .tab:hover:not(.active) {
          background-color: rgba(26, 95, 122, 0.05);
          border-color: var(--primary-light);
          color: var(--primary);
      }

      .courses-grid {
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
          gap: 2rem;
          margin-bottom: 3rem;
      }

      .course-card {
          background-color: white;
          border-radius: var(--radius);
          overflow: hidden;
          box-shadow: var(--shadow-sm);
          transition: var(--transition);
          display: flex;
          flex-direction: column;
      }

      .course-card:hover {
          transform: translateY(-5px);
          box-shadow: var(--shadow);
      }

      .course-image-wrapper {
          position: relative;
          overflow: hidden;
          height: 200px;
      }

      .course-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.5s ease;
      }

      .course-card:hover .course-image {
          transform: scale(1.05);
      }

      .course-tag {
          position: absolute;
          top: 1rem;
          right: 1rem;
          background-color: var(--secondary);
          color: white;
          padding: 0.25rem 0.75rem;
          border-radius: 50px;
          font-size: 0.75rem;
          font-weight: 600;
          z-index: 10;
      }

      .course-tag.hot {
          background-color: var(--secondary);
      }

      .course-tag.new {
          background-color: var(--success);
      }

      .course-content {
          padding: 1.5rem;
          flex: 1;
          display: flex;
          flex-direction: column;
      }

      .course-provider {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 1rem;
      }

      .course-provider img {
          height: 30px;
      }

      .course-level {
          display: inline-block;
          padding: 0.2rem 0.75rem;
          border-radius: 50px;
          font-size: 0.75rem;
          font-weight: 500;
      }

      .course-level.beginner {
          background-color: #e3f2fd;
          color: #1976d2;
      }

      .course-level.intermediate {
          background-color: #fff3e0;
          color: #e65100;
      }

      .course-level.advanced {
          background-color: #fce4ec;
          color: #c2185b;
      }

      .course-level.professional {
          background-color: #e8f5e9;
          color: #2e7d32;
      }

      .course-title {
          font-size: 1.25rem;
          margin-bottom: 1rem;
          flex-grow: 1;
      }

      .course-rating {
          display: flex;
          align-items: center;
          margin-bottom: 1rem;
      }

      .stars {
          color: #ffc107;
          margin-right: 0.5rem;
      }

      .rating-count {
          font-size: 0.875rem;
          color: var(--gray);
      }

      .course-meta {
          display: flex;
          justify-content: space-between;
          border-top: 1px solid var(--gray-light);
          padding-top: 1rem;
          margin-top: auto;
      }

      .course-price {
          display: flex;
          flex-direction: column;
      }

      .price {
          font-size: 1.25rem;
          font-weight: 700;
          color: var(--primary);
      }

      .original-price {
          font-size: 0.875rem;
          color: var(--gray);
          text-decoration: line-through;
      }

      .section-cta {
          text-align: center;
      }

      /* Why Choose Us */
      .why-choose-us {
          background-color: white;
      }

      .features-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
          gap: 2.5rem;
      }

      .feature-card {
          text-align: center;
          padding: 2rem;
          border-radius: var(--radius);
          transition: var(--transition);
      }

      .feature-card:hover {
          transform: translateY(-5px);
          box-shadow: var(--shadow);
      }

      .feature-icon {
          width: 80px;
          height: 80px;
          margin: 0 auto 1.5rem;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          background-color: rgba(26, 95, 122, 0.1);
          color: var(--primary);
          font-size: 2rem;
      }

      .feature-title {
          margin-bottom: 1rem;
          color: var(--dark);
      }

      .feature-description {
          color: var(--gray);
      }

      /* Training Paths */
      .training-paths {
          background-color: var(--light);
      }

      .paths-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
          gap: 2.5rem;
      }

      .path-card {
          background-color: white;
          border-radius: var(--radius);
          overflow: hidden;
          box-shadow: var(--shadow-sm);
          transition: var(--transition);
          height: 100%;
          display: flex;
          flex-direction: column;
          position: relative;
      }

      .path-card:hover {
          transform: translateY(-5px);
          box-shadow: var(--shadow);
      }

      .path-card.featured {
          border: 2px solid var(--primary);
      }

      .path-tag {
          position: absolute;
          top: -12px;
          left: 50%;
          transform: translateX(-50%);
          background-color: var(--primary);
          color: white;
          padding: 0.25rem 1rem;
          border-radius: 50px;
          font-size: 0.75rem;
          font-weight: 600;
          z-index: 10;
      }

      .path-content {
          padding: 2.5rem;
          flex: 1;
          display: flex;
          flex-direction: column;
      }

      .path-icon {
          width: 80px;
          height: 80px;
          margin: 0 auto 1.5rem;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          background-color: rgba(26, 95, 122, 0.1);
          color: var(--primary);
          font-size: 2rem;
      }

      .path-title {
          text-align: center;
          margin-bottom: 1.5rem;
          color: var(--primary);
      }

      .path-description {
          text-align: center;
          margin-bottom: 1.5rem;
          color: var(--gray);
      }

      .path-courses {
          list-style: disc;
          margin-left: 1.5rem;
          margin-bottom: 2rem;
          color: var(--gray-dark);
      }

      .path-courses li {
          margin-bottom: 0.5rem;
          padding-left: 0.5rem;
      }

      .path-stats {
          display: flex;
          justify-content: space-around;
          margin-top: auto;
          margin-bottom: 1.5rem;
          padding-top: 1.5rem;
          border-top: 1px solid var(--gray-light);
      }

      .path-stat {
          text-align: center;
      }

      .path-stat-value {
          font-size: 1.5rem;
          font-weight: 700;
          color: var(--primary);
          display: block;
          line-height: 1;
      }

      .path-stat-label {
          font-size: 0.75rem;
          color: var(--gray);
          margin-top: 0.5rem;
      }

      .path-footer {
          text-align: center;
      }

      /* Schedule Section */
      .schedule {
          background-color: white;
          position: relative;
      }

      .schedule-shape {
          position: absolute;
          top: 0;
          right: 0;
          width: 40%;
          height: 100%;
          background-color: rgba(26, 95, 122, 0.02);
          clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
          z-index: 0;
      }

      .schedule-table-wrapper {
          position: relative;
          z-index: 10;
          overflow-x: auto;
          border-radius: var(--radius);
          box-shadow: var(--shadow);
          margin-bottom: 2.5rem;
      }

      .schedule-table {
          width: 100%;
          border-collapse: collapse;
          background-color: white;
      }

      .schedule-table th {
          background-color: var(--primary);
          color: white;
          padding: 1.25rem 1.5rem;
          text-align: left;
          font-weight: 500;
      }

      .schedule-table tbody tr {
          border-bottom: 1px solid var(--gray-light);
          transition: var(--transition);
      }

      .schedule-table tbody tr:hover {
          background-color: rgba(26, 95, 122, 0.03);
      }

      .schedule-table td {
          padding: 1.25rem 1.5rem;
      }

      .course-info {
          display: flex;
          align-items: center;
          gap: 1rem;
      }

      .course-info img {
          width: 50px;
          height: 50px;
          border-radius: var(--radius-sm);
          object-fit: cover;
      }

      .course-info-text h4 {
          margin: 0;
          font-size: 1rem;
      }

      .course-code {
          font-size: 0.875rem;
          color: var(--gray);
      }

      .batch-date {
          display: flex;
          flex-direction: column;
      }

      .date {
          font-weight: 500;
      }

      .days-left {
          font-size: 0.75rem;
          color: var(--gray);
          margin-top: 0.25rem;
      }

      .batch-schedule {
          display: flex;
          flex-direction: column;
      }

      .time {
          font-size: 0.875rem;
          color: var(--gray);
          margin-top: 0.25rem;
      }

      .batch-mode {
          display: flex;
          align-items: center;
          gap: 0.5rem;
      }

      .batch-mode i {
          color: var(--primary);
      }

      .batch-status {
          display: inline-flex;
          align-items: center;
          padding: 0.25rem 0.75rem;
          border-radius: 50px;
          font-size: 0.75rem;
          font-weight: 500;
      }

      .batch-status.filling {
          background-color: #fff3e0;
          color: #e65100;
      }

      .batch-status.available {
          background-color: #e8f5e9;
          color: var(--success);
      }

      .batch-status.limited {
          background-color: #ffebee;
          color: var(--danger);
      }

      .schedule-cta {
          text-align: center;
          position: relative;
          z-index: 10;
      }

      /* Testimonials */
      .testimonials {
          background-color: var(--light);
      }

      .testimonial-wrapper {
          position: relative;
          max-width: 800px;
          margin: 0 auto;
      }

      .testimonial-card {
          background-color: white;
          border-radius: var(--radius);
          padding: 2.5rem;
          box-shadow: var(--shadow);
      }

      .testimonial-header {
          display: flex;
          align-items: center;
          margin-bottom: 2rem;
      }

      .testimonial-image {
          width: 80px;
          height: 80px;
          border-radius: 50%;
          overflow: hidden;
          margin-right: 1.5rem;
          flex-shrink: 0;
      }

      .testimonial-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
      }

      .testimonial-meta h4 {
          margin-bottom: 0.25rem;
      }

      .testimonial-position {
          color: var(--gray);
          margin-bottom: 0.5rem;
      }

      .testimonial-course {
          font-size: 0.875rem;
      }

      .course-label {
          color: var(--gray);
      }

      .testimonial-rating {
          margin-bottom: 1.5rem;
          color: #ffc107;
      }

      .testimonial-content {
          position: relative;
          font-style: italic;
          color: var(--gray-dark);
      }

      .testimonial-content::before {
          content: """;
          font-size: 4rem;
          position: absolute;
          top: -2rem;
          left: -1.5rem;
          color: rgba(26, 95, 122, 0.1);
          font-family: serif;
      }

      .testimonial-nav {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 2rem;
          gap: 2rem;
      }

      .testimonial-button {
          width: 44px;
          height: 44px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          border: 1px solid var(--gray-light);
          background-color: white;
          color: var(--primary);
          cursor: pointer;
          transition: var(--transition);
      }

      .testimonial-button:hover {
          background-color: var(--primary);
          color: white;
          border-color: var(--primary);
      }

      .testimonial-dots {
          display: flex;
          gap: 0.5rem;
      }

      .dot {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: var(--gray-light);
          cursor: pointer;
          transition: var(--transition);
      }

      .dot.active {
          background-color: var(--primary);
          transform: scale(1.5);
      }

      /* CTA Section */
      .cta-section {
          background: linear-gradient(120deg, var(--primary) 0%, var(--primary-dark) 100%);
          color: white;
          position: relative;
          overflow: hidden;
      }

      .cta-shape {
          position: absolute;
          top: -20%;
          right: -10%;
          width: 40%;
          height: 140%;
          background-color: rgba(255, 255, 255, 0.03);
          border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
          transform: rotate(20deg);
      }

      .cta-container {
          position: relative;
          z-index: 10;
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 4rem;
          align-items: center;
      }

      .cta-content h2 {
          color: white;
          font-size: 2.5rem;
          margin-bottom: 1.5rem;
      }

      .cta-content p {
          opacity: 0.9;
          font-size: 1.125rem;
          margin-bottom: 2rem;
      }

      .cta-form {
          background-color: white;
          border-radius: var(--radius);
          padding: 2.5rem;
          box-shadow: var(--shadow-lg);
      }

      .cta-form-title {
          text-align: center;
          color: var(--dark);
          margin-bottom: 2rem;
      }

      .cta-form-row {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 1.25rem;
          margin-bottom: 1.25rem;
      }

      /* Footer */
      .footer {
          background-color: var(--dark);
          color: rgba(255, 255, 255, 0.7);
          padding: 5rem 0 1rem;
      }

      .footer-grid {
          display: grid;
          grid-template-columns: 2fr 1fr 1fr 1.5fr;
          gap: 3rem;
          margin-bottom: 3rem;
      }

      .footer-title {
          color: white;
          margin-bottom: 1.5rem;
          font-size: 1.25rem;
      }

      .footer-logo {
          margin-bottom: 1.5rem;
      }

      .footer-text {
          margin-bottom: 1.5rem;
          line-height: 1.8;
      }

      .social-links {
          display: flex;
          gap: 1rem;
          margin-top: 1.5rem;
      }

      .social-link {
          width: 36px;
          height: 36px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(255, 255, 255, 0.1);
          border-radius: 50%;
          color: white;
          transition: var(--transition);
      }

      .social-link:hover {
          background-color: var(--primary);
          transform: translateY(-3px);
          color: white;
      }

      .footer-links li {
          margin-bottom: 0.75rem;
      }

      .footer-links a {
          color: rgba(255, 255, 255, 0.7);
          transition: var(--transition);
      }

      .footer-links a:hover {
          color: white;
          padding-left: 0.5rem;
      }

      .footer-contact li {
          display: flex;
          margin-bottom: 1rem;
          align-items: flex-start;
      }

      .footer-contact i {
          color: var(--secondary);
          margin-right: 1rem;
          margin-top: 0.25rem;
      }

      .footer-bottom {
          padding-top: 2rem;
          border-top: 1px solid rgba(255, 255, 255, 0.1);
      }

      .footer-bottom-inner {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          gap: 1rem;
      }

      .footer-copyright {
          font-size: 0.875rem;
      }

      .footer-bottom-links {
          display: flex;
          gap: 2rem;
      }

      .footer-bottom-link {
          color: rgba(255, 255, 255, 0.7);
          font-size: 0.875rem;
          transition: var(--transition);
      }

      .footer-bottom-link:hover {
          color: white;
      }

      /* Floating Action Buttons */
      .floating-btn {
          position: fixed;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: var(--shadow-lg);
          z-index: 1000;
          font-size: 1.5rem;
          transition: var(--transition);
      }

      .floating-btn:hover {
          transform: scale(1.1);
      }

      .whatsapp-btn {
          background-color: #25d366;
          color: white;
          bottom: 100px;
          right: 30px;
      }

      .whatsapp-btn:hover {
          color: white;
      }

      .call-btn {
          background-color: var(--secondary);
          color: white;
          bottom: 30px;
          right: 30px;
      }

      .call-btn:hover {
          color: white;
      }

      /* Media Queries */
      @media (max-width: 1200px) {
          h1 {
              font-size: 3rem;
          }

          .hero-title {
              font-size: 3rem;
          }
      }

      @media (max-width: 992px) {
          h1 {
              font-size: 2.5rem;
          }

          h2 {
              font-size: 2rem;
          }

          .hero-title {
              font-size: 2.5rem;
          }

          .hero-inner {
              flex-direction: column;
              align-items: center;
              padding: 4rem 0;
              min-height: auto;
          }

          .hero-content {
              max-width: 100%;
              margin-right: 0;
              margin-bottom: 3rem;
              padding: 0;
          }

          .hero-form {
              width: 100%;
              max-width: 450px;
          }

          .nav-desktop {
              display: none;
          }

          .mobile-toggle {
              display: block;
          }

          .header-cta {
              display: none;
          }

          .cta-container {
              grid-template-columns: 1fr;
              gap: 3rem;
          }

          .footer-grid {
              grid-template-columns: repeat(2, 1fr);
          }
      }

      @media (max-width: 768px) {
          section {
              padding: 4rem 0;
          }

          .hero-stats {
              flex-wrap: wrap;
              justify-content: center;
          }

          .courses-grid,
          .paths-grid,
          .features-grid {
              grid-template-columns: 1fr;
          }

          .cta-form-row {
              grid-template-columns: 1fr;
          }

          .footer-grid {
              grid-template-columns: 1fr;
          }

          .footer-bottom-inner {
              flex-direction: column;
              text-align: center;
          }

          .footer-bottom-links {
              justify-content: center;
          }
      }

      @media (max-width: 576px) {
          h1, .hero-title {
              font-size: 2rem;
          }

          h2 {
              font-size: 1.75rem;
          }

          section {
              padding: 3rem 0;
          }

          .path-card,
          .feature-card,
          .testimonial-card {
              padding: 1.5rem;
          }

          .testimonial-header {
              flex-direction: column;
              text-align: center;
          }

          .testimonial-image {
              margin-right: 0;
              margin-bottom: 1rem;
          }
      }


/* ========================================
   PARTNERS SECTION - CORRECTED SIZE
   ======================================== */

.trusted-by {
    background-color: white;
    padding: 2rem 0;
    border-bottom: 1px solid #ced4da;
}

.trusted-by-title {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.trusted-by-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.trusted-by-logo {
    height: 50px !important;       /* Fixed height */
    width: auto !important;         /* Auto width to maintain aspect ratio */
    max-width: 150px !important;    /* Maximum width */
    object-fit: contain !important; /* Maintain aspect ratio */
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}

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

/* Responsive */
@media (max-width: 768px) {
    .trusted-by-logos {
        gap: 2rem;
    }
    
    .trusted-by-logo {
        height: 40px !important;
        max-width: 120px !important;
    }
}

@media (max-width: 576px) {
    .trusted-by-logo {
        height: 35px !important;
        max-width: 100px !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b5e2728 *//* ========================================
   SECTION 2: PARTNERS/TRUSTED BY CSS
   Shortcode: [certifypro_partners]
   ======================================== */

.trusted-by {
    background-color: white;
    padding: 2rem 0;
    border-bottom: 1px solid var(--gray-light);
}

.trusted-by-title {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: var(--gray);
    margin-bottom: 1.5rem;
}

.trusted-by-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}

.trusted-by-logo {
    height: 50px;
    opacity: 0.7;
    transition: var(--transition);
    filter: grayscale(100%);
}

.trusted-by-logo:hover {
    opacity: 1;
    filter: grayscale(0);
}

/* Partners Responsive */
@media (max-width: 768px) {
    .trusted-by-logos {
        gap: 2rem;
    }

    .trusted-by-logo {
        height: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-dca408f *//* ========================================
   SECTION 3: POPULAR COURSES CSS
   Shortcode: [certifypro_courses]
   ======================================== */

.popular-courses {
    background-color: var(--light);
    position: relative;
}

.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.tab {
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: var(--transition);
    background-color: transparent;
    border: 1px solid var(--gray-light);
    color: var(--gray-dark);
}

.tab.active {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}

.tab:hover:not(.active) {
    background-color: rgba(26, 95, 122, 0.05);
    border-color: var(--primary-light);
    color: var(--primary);
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.course-card {
    background-color: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.course-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.course-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.course-card:hover .course-image {
    transform: scale(1.05);
}

.course-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: var(--secondary);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 10;
}

.course-tag.hot {
    background-color: var(--secondary);
}

.course-tag.new {
    background-color: var(--success);
}

.course-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.course-provider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.course-provider img {
    height: 30px;
}

.course-level {
    display: inline-block;
    padding: 0.2rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
}

.course-level.beginner {
    background-color: #e3f2fd;
    color: #1976d2;
}

.course-level.intermediate {
    background-color: #fff3e0;
    color: #e65100;
}

.course-level.advanced {
    background-color: #fce4ec;
    color: #c2185b;
}

.course-level.professional {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.course-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.course-rating {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.stars {
    color: #ffc107;
    margin-right: 0.5rem;
}

.rating-count {
    font-size: 0.875rem;
    color: var(--gray);
}

.course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--gray-light);
    padding-top: 1rem;
    margin-top: auto;
}

.course-price {
    display: flex;
    flex-direction: column;
}

.price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary);
}

.original-price {
    font-size: 0.875rem;
    color: var(--gray);
    text-decoration: line-through;
}

/* Courses Responsive */
@media (max-width: 768px) {
    .courses-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c1474e0 *//* ========================================
   SECTION 4: WHY CHOOSE US / FEATURES CSS
   Shortcode: [certifypro_features]
   ======================================== */

.why-choose-us {
    background-color: white;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.feature-card {
    text-align: center;
    padding: 2rem;
    border-radius: var(--radius);
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(26, 95, 122, 0.1);
    color: var(--primary);
    font-size: 2rem;
}

.feature-title {
    margin-bottom: 1rem;
    color: var(--dark);
}

.feature-description {
    color: var(--gray);
}

/* Features Responsive */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 1.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d86cb6a *//* ========================================
   SECTION 6: TESTIMONIALS CSS
   Shortcode: [certifypro_testimonials]
   ======================================== */

.testimonials {
    background-color: var(--light);
}

.testimonial-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: white;
    border-radius: var(--radius);
    padding: 2.5rem;
    box-shadow: var(--shadow);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-meta h4 {
    margin-bottom: 0.25rem;
}

.testimonial-position {
    color: var(--gray);
    margin-bottom: 0.5rem;
}

.testimonial-course {
    font-size: 0.875rem;
}

.course-label {
    color: var(--gray);
}

.testimonial-rating {
    margin-top: 0.5rem;
    color: #ffc107;
}

.testimonial-content {
    position: relative;
    font-style: italic;
    color: var(--gray-dark);
    padding-left: 1rem;
}

.testimonial-content::before {
    content: """;
    font-size: 4rem;
    position: absolute;
    top: -2rem;
    left: -1.5rem;
    color: rgba(26, 95, 122, 0.1);
    font-family: serif;
}

.testimonial-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 2rem;
}

.testimonial-button {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--gray-light);
    background-color: white;
    color: var(--primary);
    cursor: pointer;
    transition: var(--transition);
}

.testimonial-button:hover {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}

.testimonial-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--gray-light);
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background-color: var(--primary);
    transform: scale(1.5);
}

/* Testimonials Responsive */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .testimonial-header {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-image {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .testimonial-content::before {
        left: 0;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f5df07c *//* ========================================
   SECTION 7: CTA (CALL-TO-ACTION) CSS
   Shortcode: [certifypro_cta]
   ======================================== */

.cta-section {
    background: linear-gradient(120deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-shape {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 40%;
    height: 140%;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(20deg);
}

.cta-container {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.cta-content h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.cta-content p {
    opacity: 0.9;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.cta-list {
    list-style: none;
    padding: 0;
}

.cta-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.cta-list i {
    color: var(--secondary-light);
    margin-right: 1rem;
    font-size: 1.25rem;
}

.cta-form {
    background-color: white;
    border-radius: var(--radius);
    padding: 2.5rem;
    box-shadow: var(--shadow-lg);
}

.cta-form-title {
    text-align: center;
    color: var(--dark);
    margin-bottom: 2rem;
}

.cta-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

/* CTA Responsive */
@media (max-width: 992px) {
    .cta-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .cta-content {
        text-align: center;
    }

    .cta-list {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .cta-form-row {
        grid-template-columns: 1fr;
    }

    .cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .cta-content h2 {
        font-size: 1.75rem;
    }

    .cta-form {
        padding: 1.5rem;
    }
}/* End custom CSS */