.elementor-kit-715{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-10212b1:#5A4BDA;--e-global-color-b90659d:#EB427E;--e-global-color-89438ec:#2980C3;--e-global-color-10292dc:#B62175;--e-global-color-6ef098f:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-715 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.fullstack-bootcamp {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #333;
    padding: 2rem;
  }
  
  .fullstack-bootcamp .highlight {
    background-color: #d1ecf1;
    color: #0c5460;
    padding: 0.4rem 1rem;
    border-radius: 1rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1rem;
  }
  
  .fullstack-bootcamp .title {
    color: #0d6efd;
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  .fullstack-bootcamp .content-box {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 2rem;
  }
  
  .fullstack-bootcamp .image-placeholder {
    width: 100%;
    height: 450px;
    background-color: #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .fullstack-bootcamp .bootcamp-image {
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 1rem;
    object-fit: cover;
  }
  
  .fullstack-bootcamp .highlight-box {
    border-radius: 12px;
    padding: 20px;
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e1f5fe;
  }
  
  .fullstack-bootcamp .highlight-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }
  
  .fullstack-bootcamp .highlight-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
  }
  
  .fullstack-bootcamp .highlight-box:hover .highlight-icon {
    transform: scale(1.1) rotate(10deg);
  }
  
  .fullstack-bootcamp .accordion-button:not(.collapsed) {
    background-color: #e3f2fd;
    color: #0d6efd;
    font-weight: bold;
  }
  
  .fullstack-bootcamp .accordion-body {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
      padding:0px 20px; 
  }
  
  .fullstack-bootcamp .tools-row {
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .fullstack-bootcamp .tool-icon-box {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .fullstack-bootcamp .tech-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
  }
  
  .fullstack-bootcamp .tech-circle:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: #e3f2fd;
  }
  
  .fullstack-bootcamp .tech-circle img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
  }
  
  .fullstack-bootcamp .tool-icon-box p {
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.3s ease;
  }
  
  .fullstack-bootcamp .tool-icon-box:hover p {
    color: #0d6efd;
  }
  
  .fullstack-bootcamp .tool-icon-box:hover .tech-circle img {
    transform: scale(1.15);
  }
  
  @media (max-width: 768px) {
    .fullstack-bootcamp .title {
      font-size: 2rem;
    }
  }/* End custom CSS */