@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 body {
      font-family: 'Poppins', sans-serif;
    }
    .hero {
      background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('images/Technology-inspire-teamwork.png') center center/cover no-repeat;
      color: white;
      text-align: left;
      padding:135px 20px 150px;
      position: relative;
      z-index: 1;
    }
  .feature-card-wrapper {
      margin-top: -80px;
      margin-bottom: 40px;
      position: relative;
      z-index: 2;
    }
    .feature-card {
      background: white;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      border-radius: 10px;
      height: 100%;
    }
   .breadcrumb-container {
  background-color: #18243e;
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
 .hero h3{
/*     font-family: 'Poppins', serif;*/
             font-size: 35px; 
             font-weight: 400;
             color: #fff !important;
            
 }
 .d-flex.justify-content-between.small.flex-wrap div{
    font-size: 12px;
 }
  .hero h1.bestAI span{
 background: none;
  }
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
 .hero h1 {
         font-family: 'Poppins', serif;
    font-size: 56px;
    line-height: 70px;
    text-align: left;
    font-weight: 800 !important;
    }

.breadcrumb-container h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  color:white;
}
   /* Navbar background changed to white */
/* Logo specific styling */
.logo {
  width: 90px;
/*  height: 100px;*/
}

/* Navbar background color */
.navbar {
  background-color: white !important;
  border-bottom: 2px solid #eee;
}

/* Nav item color */
.navbar .nav-link {
 color: #1E2A42 !important;
    font-size: 17px;
    padding: 0px 20px !important;
    font-weight: 500;
}
.card-title{
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.card {
    border: 5px solid #ddd !important;
    padding: 15px;
}

.navbar .nav-link:hover {
  text-decoration: none;
  color: #1E2A42 !important; /* Optional hover effect */
}


.feature-card-wrapper p{
          font-size: 18px;


    }

    .testimonial-card p{
          font-size: 18px;


    }
    .accordion-body li{
          font-size: 18px;


    }
    .About-container p{
          font-size: 18px;


    }
    .lead {
    font-size: 22px;
}

    .fw-bold1 {
    font-weight: 500 !important;
    font-size: 21px;
    font-family: 'Poppins', serif;
}
     .About-container li{
          font-size: 18px;


    }

    .card-text {
          font-size: 18px;


    }
    /* .accordion-button h2{
          font-size: 25px !important;
          font-weight: bold !important;


    } */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}


.footer .nav-link:hover {
  text-decoration: none;
}



    .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 19px !important;
    font-weight: 600 !important;

    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

 .course-table th,
    .course-table td {
      vertical-align: middle;
      text-align: center;
    }


     .testimonial-card {
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
      padding: 25px;
    }
    .testimonial-img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }
    


     .contact-section {
      background-color: #f9f9f9;
      padding: 60px 0;
    }
    .form-control, textarea.form-control {
      border-radius: 0;
      padding: 12px;
    }
    .btn-custom {
      background-color: #007bff;
      color: #fff;
      padding: 10px 25px;
      border-radius: 25px;
    }
    .btn-custom:hover {
      background-color: #0056b3;
    }


     .partners-section {
      background-color: #ffffff;
      padding: 60px 0;
      text-align: center;
    }
    .partners-section h2 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 40px;
      color: #2c3e50;
    }
    .partner-logo {
      max-height: 60px;
      max-width: 120px;
      margin: 15px;
      object-fit: contain;
    }


    .rounded-circle {
    border-radius: 1% !important;
}

.p  {
      font-size: 18px;
      
    }


.text-center {
    text-align: center !important;
}

.fw-bold {
    font-weight: 600 !important;
    font-size: 24px;
    font-family: 'Poppins', serif;

}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
}
.fw-bold1 {
    font-weight: 600 !important;
    font-size: 20px;
    font-family: 'Poppins', serif;
}

/* Section Wrapper */
.learning-section {
    background-color: #f9f9f9;
    padding: 50px 20px;
}

/* Container */
.learning-container {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    width: 100%;
}

/* Heading */
.learning-title {
    text-align: center;
    color: #0260ba;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 32px;
}

/* List Styling */
.learning-list {
    list-style: none;
    padding-left: 0;
}

.learning-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333333;
}

.learning-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0260ba;
    font-weight: bold;
    font-size: 18px;
}

/* Page Wrapper to Center Content */
.page-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    background-color: #f9f9f9;
    min-height: 10vh;
}

/* Inner Container */
.content-container {
    max-width: 800px;
    width: 100%;
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Section Titles */
.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

/* Related Topics */
.topics {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.topic-tag {
    border: 1px solid #0260ba;
    padding: 6px 12px;
    border-radius: 6px;
    color: #0260ba;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.topic-tag:hover {
    background-color: #0260ba;
    color: white;
}

/* Course Includes */
.includes-item {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.includes-item i {
    color: #0260ba;
    margin-right: 10px;
    font-size: 18px;
}

/* Course Content Section */
.course-content-section {
    max-width: 800px;
    margin: 0 auto 40px auto;
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.content-title {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

/* Course List */
.course-list {
    border: 1px solid #ddd;
    border-radius: 6px;
}

.course-item {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.course-item:last-child {
    border-bottom: none;
}

.course-item:hover {
    background-color: #e6f0fa;
}

.course-name {
    font-weight: bold;
    color: #222;
}

.course-details {
    color: #555;
    font-size: 14px;
}


.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}


.course-hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 20px;
    background-color:white;
    border-radius: 12px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.course-text {
    flex: 1 1 60%;
    text-align: left;
}

.course-main-title {
    font-size: 36px;
    font-weight: bold;
    color: #0260ba;
    margin-bottom: 20px;
}

.course-main-description {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    line-height: 1.8;
}

.course-buttons {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.cart-btn {
    background-color: #222; /* Purple color */
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
}

.buy-btn {
    border: 2px solid #6c2bd9;
    color: #6c2bd9;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    background-color: transparent;
}

.cart-btn:hover,
.buy-btn:hover {
    opacity: 0.9;
    cursor: pointer;
}

@media (max-width: 768px) {
    .course-hero-section {
        flex-direction: column;
        text-align: center;
    }

    .course-buttons {
        align-items: center;
        margin-top: 20px;
    }
}
.bestAI {
    background: linear-gradient(to right, #5C33FF 20%, #00FFB1 30%, #5C33FF 70%, #00FFB1 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 100px;
    background-size: 500% auto;
    animation: gradientMove 6s ease-in-out infinite alternate;
}
a.button2{
    color: #fff;
    text-decoration: none;
}
.button2 {
    position: relative;
    border-radius: 10px;
  
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: conic-gradient(from var(--r) at var(--x) 50%, #222 0%, #00FFB1 20%, #1A1A1A 25%);
    animation: rotateAnimation 5s linear infinite, moveX 5s ease-in-out infinite alternate;
    padding: 12px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.button2:hover {
    color: #00FFB1;
}
.button2::after {
    content: "";
    display: block;
    position: absolute;
    background: #1A1A1A;
    inset: 2px;
    border-radius: 10px;
    z-index: 0;
    transition: opacity .3s ease;
}
.button2 span {
    position: relative;
    z-index: 2;
}
@property --r {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}
@property --x {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}
@keyframes rotateAnimation {
    0% {
        --r: 0deg;
    }
    100% {
        --r: 360deg;
    }
}
/* Smooth infinite horizontal movement */
@keyframes moveX {
    0% {
        --x: 10%;
    }
    100% {
        --x: 90%;
    }
}
.feature-card h5{
    font-weight: 800;
}
.position-relative {
    position: relative !important;

}
section.section-seven.position-relative {
        overflow: hidden;
    background: #020207;
        z-index: 0;
}
.slider-gardient-blue {
    position: absolute;
    left: -50px;
    top: -80px;
    max-width: 500px;
    z-index: -1;
}
.slider-gardient-blue2 {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: -1;
}
h2.text-center.fw-bold.mb-5 {
    font-size: 35px;
/*    color: #fff;*/
    font-weight: normal;
}
h2.text-center.fw-bold.mb-5 span {
    font-size: 45px;
   
}
p.mt-3.fw-semibold.text-center {
    color: #fff;
    font-size: 25px;
}
.round-gradient2 {
    position: absolute;
    width: 16%;
    right: 0;
    top: -80px;
    z-index: -1;
    mix-blend-mode: hard-light;
}
.footer.position-relative.text-white.pt-5.pb-3 {
    background: #000;
    z-index: 0;
    padding: 80px 0px !important;
}
.footer img{
    border-radius: 20px;
}
.pt-pb{
    padding: 60px 0px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.checkout-form input{
    margin-bottom: 20px;
    border-radius: 10px;

}
.checkout-form label{
    font-size: 14px;
}
.checkout-form{
    border: 5px solid #ddd;
    padding: 20px;
    background-color: #eee;
    border-radius: 10px;
}

.control input {
    width: 80px;
    border: 1px solid #ddd;
    padding: 10px 15px;
}
a.btn-number.qtyplus.quantity-plus{
    text-decoration: none;
    color: #666;
    font-size: 20px;
}
a.btn-number.qtyminus.quantity-minus{
    text-decoration: none;
    color: #666;
    font-size: 20px;
}
.tbl-main{
    padding: 15px;
    text-align: center;
}
.tbl-main th{
padding: 15px;
    text-align: center;
    background: #000;
    color: #fff;
}
.tbl-main tr td{
     padding: 15px;
      text-align: center;
      vertical-align: middle;

}
a.remove{
    color: #000;
}
section.shopping-cart-section {
    padding-bottom: 80px;
}
.tbl-main img{
    width: 115px;
}

.crt-m{
   position: relative; 
}
.navbar .crt-m a.nav-link{
 color: #fff !important;
   
    background: #000;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    width: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0px !important;
}
.cart-total{
    position: absolute;
    top: -10px;
    right: -11px;
    z-index: 1000;
    background: #fff;
    width: 25px;
    font-size: 14px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 100%;
    text-align: center;
    line-height:25px;
}