body{
    font-family: IBM Plex Sans Condensed, sans-serif;
}



.exclusive-marquee-container {
  width: 100%;
  overflow: hidden;
  background-color: #33c375;
  padding: 10px 0;
  position: relative;
}

.exclusive-marquee-track {
  display: flex;
  gap: 50px; /* Space between items */
  animation: exclusive-marquee-scroll 10s linear infinite;
  
}

.free1{
  text-decoration:line-through;
  font-weight:400;

}


.highlight{

  font-weight:600;
}

.exclusive-marquee-item {
  color: #fff;
 font-size:24px;
  font-weight: bold;
  white-space: nowrap;
}
.newh {
  color: #33c375;
}

@keyframes exclusive-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



.workshop-container {
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  text-align: center;
  background: #fff;
  padding: 20px;

  margin: 0 auto;

}

.header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

.seats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}

.seat {
  display: inline-block;
  width: 30px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  display:flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.seat.taken {
  background-color: #c8f055;
  color:black;
}

.seat.available {
  background-color: #1c3518;
}

.pricing {
  margin-bottom: 20px;
}

.total-value {
  font-size: 28px;
  margin-bottom: 5px;
  color: black;
}

.offer {
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.free {
  color: #c8f055;
  font-size: 28px;
  font-weight: bold;
  background: #1c3518;
  padding: 6px 10px;
  display: inline-block;
  margin-top: 10px;
}

.details {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 30px;
}

.date,
.time {
  background: #1c3518;
  color: white;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
}

.label {
  font-weight: bold;
}

.countdown {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.timer {
  font-size: 24px;
  font-weight: bold;
  color: #1c3518;
}

/* Responsive styles */
@media screen and (max-width: 600px) {
  .workshop-container {
    padding: 15px;
    max-width: 100%;
    border-radius: 0;
  }

  .header {
    font-size: 18px;
  }

  .seats {
    gap: 3px;
    margin:30px 0px;
  }

  .seat {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }

  .total-value {
    font-size: 24px;
  }

  .offer {
    font-size: 18px;
  }

  .free {
    font-size: 24px;
  }



  .date,
  .time {
    font-size: 16px;
    padding: 6px 10px;
    width: 100%;
    max-width: 200px;
  }

.exclusive-marquee-item {
 font-size:18px;
}


  .countdown {
    font-size: 14px;
  }

  .timer {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .header {
    font-size: 16px;
  }

  .total-value {
    font-size: 22px;
  }

  .offer {
    font-size: 16px;
  }

  .free {
    font-size: 22px;
  }

  .date,
  .time {
    font-size: 14px;
  }
}
.jointext {
  font-size: 48px !important;
}
.mln {
  background-color: #c2f53c;
}

.training-section {
  display: flex;
  justify-content: space-between;
  background-color: #f8fbff;
  padding: 40px;
  border-radius: 12px;
  width: 80%;
  margin: 80px auto;
font-family: IBM Plex Sans Condensed, sans-serif;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  align-items: center;
}

.left-content {
  flex: 1;
  margin-right: 40px;
}

.nwblock{
  font-size: 45px !important;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: IBM Plex Sans Condensed, sans-serif;
}

.left-content p {
  font-size: 16px;
  color: #555;
}

.text-block-442 {
  font-weight: 500 !important;
}

.right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.acg_section {
  margin-bottom: 80px;
}

.acg_faq-wrap.acg_faq-wrap-light {
  background-color: #f1f5f8 !important;
}

.n {
  font-weight: 400;
  text-decoration: line-through;
}

.trust-rating-badge-reg.acg_light-bg {
  background-color: #c2f53c !important;
}

.list-item {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: normal;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.list-item:hover {
  background-color: #c8f055;
  cursor: pointer;
}

.list-item.highlighted {
  background-color: #d8ff62;
  font-weight: bold;
}

.newd {
  background-color: white;
}

.bullet {
  width: 12px;
  height: 12px;
  background-color: darkgreen;
  border-radius: 50%;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .training-section {
    flex-direction: column;
    padding: 20px;
    width: 90%;
    margin: 40px auto;
  }


.course-date-black{
    width:40%;
}


  .left-content {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .nwblock {
    font-size: 24px !important;
  }

  .left-content p {
    font-size: 14px;
  }

  .right-content {
    width: 100%;
  }

  .list-item {
    padding: 12px 15px;
    font-size: 14px;
  }

  .bullet {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
}


.main-container {
  width: 100%;
  background-color: #002c17;
  padding: 60px 0;
}

.acg_button.width-186.white-acg {
  background-image: none !important;
  background-color: #c2f53c;
  color: black !important;
}



.acg_persistantbar-light {
  background-color: #f1f5f8 !important;
}

/* Container for the headline section */
.headline-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
/* Optional background color */
}

/* Main headline text */
.headline-text {
  font-size: 2.5rem; /* Adjust size */
  font-weight: bold;
  color: #000000; /* Black text */
  line-height: 1.3;
  margin: 0;
  max-width: 800px; 
 font-family: IBM Plex Sans Condensed, sans-serif;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--black);
    text-shadow: 1px 1px #b8bfd6;
    

    font-weight: 500;
    line-height: 1.3;
}

/* Image badge styling */
.badge-image {
  position: absolute;
  right: 6%; /* Adjust horizontal position */
  top: 72%; /* Center vertically */
  transform: translateY(-50%);
  width: 120px; /* Set the width of the image */
  height: auto; /* Maintain aspect ratio */
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
  .headline-text {
    font-size: 1.8rem;
  }



  .badge-image {
    right: -2%;
    top:90%;
    width: 60px; /* Resize badge */
  }
.nd{
  flex-direction: column !important;
}
.jointext{
  font-size: 28px !important;
}

}


.newdate {
  grid-column-gap: 5px !important;
  display: flex;
  align-items: center;
justify-content:center
}
       .course-date-black {
          background-color: white !important;
          border-color: black !important;
          height:auto !important;
        }
        .text-block-442 {
          color: black !important;
          font-weight: 600;
        
        }

.emp {
  background-color: #c2f53c;
  height: 17px;
  width: 17px;
  border-radius: 2px;
}

.content-wrapper {
  width: 80%;
  margin: 0 auto;
 font-family: IBM Plex Sans Condensed, sans-serif;
  color: #ffffff;
}

.main-title {
  width: 60%;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 50px;
 font-family: IBM Plex Sans Condensed, sans-serif;
}

.newmain {
  color: white !important;
font-size:45px !important;
width:100% !important;
}



.content-box {
  display: flex;
  justify-content: space-between;
  align-items: top;
  background-color: #00502c;

  border-radius: 12px;
  margin: 40px;
}

.text-content {
  flex: 1;
  padding: 50px;
}

.subtitlenn {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.description {
  font-size: 20px;
  line-height: 1.8;
  color: #c2f53c;
}

.image-content {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.image {
  height: full;
  width: auto;

  border-radius: 8px;
}

/* Card Grid */
.challenge-grid {
  display: flex;
  justify-content: space-between; /* Distribute cards evenly */
  gap: 20px; /* Spacing between cards */
  margin-top: 30px;
}

.newbox {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}

/* Card Styles */
.challenge-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 30%; /* Each card takes 30% of the container */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardd {
  padding: 20px;
}

.challenge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Placeholder Image */
.card-image-placeholder {
  width: 100%;
  height: 150px;
  background-color: #ddd;
  border-radius: 8px 8px 0 0;
  margin-bottom: 20px;
}

/* Card Title */
.card-titlen {
  font-size: 1rem;
  font-weight: 500;
  color: #002b25;
  margin-bottom: 10px;
}

/* Card Description */
.card-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
.prac{
  font-size:32px;
padding:5px;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
  /* Stack Cards */
  .challenge-grid {
    flex-direction: column; /* Stack cards in a single column */
    gap: 20px; /* Adjust spacing between cards */
  }

  /* Adjust Card Width */
  .challenge-card {
    width: 100%; /* Cards take full width */
  }

  /* Adjust Font Sizes */
  .challenge-title {
    font-size: 1.8rem; /* Slightly smaller */
  }

  .challenge-subtitle {
    font-size: 1rem; /* Reduce subtitle size */
  }

  .card-titlen {
    font-size: 1rem; /* Reduce card title size */
  }

  .card-description {
    font-size: 0.9rem; /* Reduce card description size */
  }

       .text-block-442 {
        text-align: center;
          width:150px;
        }

       .newmain {
  color: white !important;
font-size:28px !important;
width:100% !important;
} 
.prac{
  font-size:26px;
padding:5px;
}
}

.ncontent {
  background-color: #002c17;
  text-align: center;
}

.descriptionn {
  font-size: 20px;
}

.subtitlen {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #c2f53c;
}
.newb {
  font-weight: bold;
}

.you {
  color: #c2f53c;
}

.outer-wrapper {
  margin: 0;
 font-family: IBM Plex Sans Condensed, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; /* Added padding for smaller screens */
  box-sizing: border-box;
}

.inner-box {
  width: 70%;
  max-width: 850px; /* Added max-width for large screens */
  background-color: #ffffff;
  position:absolute;
  margin-top:300px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  box-sizing: border-box; /* Ensure padding is included in width calculation */
}

.header-text {
  font-size: 48px; /* Adjusted for better fit on smaller screens */
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.highlighted-text {
  background-color: #a8e549;
  color: #000000;
  font-weight: bold;
}

.description-paragraph {
  font-size: 20px; /* Smaller font for readability on mobile */
  margin-bottom: 20px;
  line-height: 1.6;
  color: #333333;
}

.bullet-list {
  font-size: 20px; /* Keep consistent font size */
  color: #333333;
}

.bullet-item {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.bullet-icon {
  color: green;
  font-size: 20px;
  margin-right: 10px;
}

.bullet-text {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .inner-box {
    width: 100%; /* Adjust width for smaller screens */
    padding: 20px; /* Reduced padding for compact layout */
  }

  .header-text {
    font-size: 28px; /* Scale down title font size */
  }

  .description-paragraph {
    font-size: 16px; /* Adjust font size for readability */
  }

  .bullet-list {
    font-size: 14px; /* Smaller font size for compact layout */
  }

  .bullet-item {
    margin: 8px 0;
  }
  .outer-wrapper {
  padding:10px !important;
  position:relative !important;
  margin-top: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .inner-box {
    width: 100%; /* Full width for very small screens */
    padding: 15px; /* Compact padding */
  }

  .header-text {
    font-size: 24px; /* Further scale down for very small screens */
  }

  .description-paragraph {
    font-size: 14px; /* Smaller font for readability */
  }

  .bullet-list {
    font-size: 12px; /* Reduced size for compact layout */
  }

  .bullet-item {
    margin: 5px 0;
  }

  .bullet-icon {
    font-size: 16px; /* Smaller bullet icon size */
    margin-right: 8px;
  }
  .details{
    flex-wrap:nowrap;
  }
}


.section-wrapper {
  text-align: center;
  padding: 30px 10px; /* Adjust padding for mobile */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px auto;
  margin-top:320px !important;
  width: 90%; /* Use more flexible width for small screens */
}

.main-title {
  font-size: 36px; /* Scale down font size for smaller screens */
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.main-title .emoji {
  font-size: 36px; /* Adjust emoji size */
  color: #ffc107;
}

.subtitle {
  font-size: 18px; /* Smaller font for mobile */
  margin-bottom: 20px; /* Less margin for tighter spacing */
}

.section-heading {
  font-size: 20px; /* Reduce size for better fit */
  color: #1a1a1a;
  margin-bottom: 40px;
  line-height: 1.4;
}

.features-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Default for larger screens */
  gap: 30px; /* Adjust spacing */
  justify-content: center;
  padding: 0 10px; /* Reduce padding on smaller screens */
}

.feature-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px; /* Compact padding for smaller screens */
  display: flex;
  align-items: center;
  gap: 10px; /* Adjust gap for better spacing */
  text-align: left;
}

.feature-box .checkmark {
  display: inline-block;
  color: #4caf50;
  font-size: 1.2rem; /* Scale down icon size */
  font-weight: bold;
}

.feature-box p {
  font-size: 18px; /* Smaller text for better readability */
  color: #333;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .section-wrapper {
    width: 100%; /* Full width for mobile */
    padding: 20px 10px; /* Adjust padding */
    margin-top:240px !important;
  }

  .main-title {
    font-size: 28px; /* Scale down font size */
    width:100%;
    margin-bottom: 20px; /* Less margin for tighter spacing */
  }

  .section-heading {
    font-size: 18px; /* Smaller size for better readability */
  }

  .features-container {
    gap: 15px; /* Reduce gap */
    grid-template-columns: 1fr; /* Single-column layout */
  }

  .feature-box {
    padding: 10px; /* Compact padding */
  }

  .feature-box p {
    font-size: 16px; /* Adjust text size */
  }
}

@media screen and (max-width: 480px) {
  .main-title {
    font-size: 24px; /* Further scale down for very small screens */
  }

  .subtitle {
    font-size: 16px; /* Adjust subtitle size */
  }

  .section-heading {
    font-size: 16px; /* Adjust heading size */
    margin-bottom: 30px;
  }

  .feature-box {
    padding: 8px; /* Tighter padding */
  }

  .feature-box p {
    font-size: 14px; /* Smaller text */
  }

  .features-container {
    gap: 10px; /* Tighten gap */
  }
}


.ai-tools-container {
  width: 100%;
  background-color: #f1f5f8;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.ai-tools-content {
  width: 80%;
  max-width: 1200px;
  text-align: center;
}

.tools-title {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.tools-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
  margin-bottom: 20px;
}

.tool-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.tool-icon {
  background-color: #e7f9ee;
  color: #4caf50;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 4px;
  flex-shrink: 0;
}

.tool-item p {
  font-size: 20px;
  color: #333;
  margin: 0;
}

.tools-footer {
  font-size: 1rem;
  color: #555;
}

@media screen and (max-width: 768px) {
  .tools-list {
    grid-template-columns: 1fr;
  }
  .tool-item p {
  font-size: 14px;
  }
  .bonus-section-unique {
    display: none;
  }
}

.bonus-section-unique {
  width: 100%;
  background-color: #f3f7fb;
  padding: 50px 20px;
  text-align: center;
  overflow: hidden; /* Ensure no content spills */
}

.bonus-title-unique {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.bonus-cards-container-unique {
  display: flex; /* Flex for horizontal scrolling on mobile */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

.bonus-card-unique {
  min-width: 250px; /* Fix width for draggable cards */
  max-width: 300px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bonus-image-unique {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bonus-text-container-unique {
  padding: 15px;
}

.bonus-text-unique {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .bonus-cards-container-unique {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; /* Add horizontal scrollbar */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling */
    gap: 10px;
    padding-bottom: 10px;
  }

  .bonus-card-unique {
    min-width: 200px;
  }

  .bonus-text-unique {
    font-size: 14px; /* Smaller text for mobile */
  }

  .bonus-cards-container-unique::-webkit-scrollbar {
    height: 8px; /* Smaller scrollbar */
  }

  .bonus-cards-container-unique::-webkit-scrollbar-thumb {
    background: #a8e549;
    border-radius: 10px;
  }
}


/* Main Container */
.ai-impact-container {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 10px; /* Reduced padding for smaller screens */
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

/* Content Wrapper */
.ai-impact-content {
  width: 90%; /* Flexible width for responsiveness */
  max-width: 1200px;
  text-align: center;
  color: #333333;
font-family: IBM Plex Sans Condensed, sans-serif;
  line-height: 1.6;
}

/* Title */
.ai-impact-title {
  font-size: 32px; /* Adjusted for better fit on smaller screens */
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 15px;
}

/* Description */
.ai-impact-description {
  font-size: 18px; /* Smaller text for mobile */
  color: #555555;
  margin-bottom: 30px;
}

/* Mentors Section Styles */
.mentors-section {
  width: 80%;
  margin: auto;

  margin-top: 60px;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  color: #1a3b34;
  margin-top: 5px;
}

.section-description {
  font-size: 16px;
  color: #777;
  margin: 10px 0 20px;
}

.read-more {
  font-size: 14px;
  color: #1a3b34;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

.read-more span {
  font-size: 16px;
}

/* Mentors Section Styles */
.mentors-section {
  width: 80%;
  margin: auto;
  margin-top: 60px;
  display:none;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  color: #1a3b34;
  margin-top: 5px;
}

.section-description {
  font-size: 16px;
  color: #777;
  margin: 10px 0 20px;
}

.read-more {
  font-size: 14px;
  color: #1a3b34;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

.read-more span {
  font-size: 16px;
}

/* Mentor Cards Container */
.mentor-cards-container {
  overflow: hidden;
}

.mentor-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  transition: transform 0.3s ease;
}

.mentor-card {
  width: 200px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mentor-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.mentor-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 5px;
  padding:15px;
}

.mentor-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 5px 0;
}

.mentor-position {
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
}

.mentor-company-logo {
  width: 86px;
  height: auto;
  margin-top: 5px;
}
.mentor-company-logo1 {
  width: 25px;
  height: auto;
}

.mentor-company-logo2 {
  width: 50px;
  height: auto;
}

/* Mobile Styling */
@media (max-width: 768px) {
  .mentors-section {
    width: 100%;
    padding: 15px;
    margin-top: 0px;
      display:block;
      background-color: #f1f5f8;
  }

  .mentor-cards-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mentor-cards {
    flex-wrap: nowrap;
    gap: 15px;
    padding: 10px;
  }

  .mentor-card {
    min-width: 180px; /* Ensures cards fit within the mobile viewport */
  }
}




/* Subtitle */
.ai-impact-subtitle {
  font-size: 18px; /* Adjusted for responsiveness */
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 15px;
}

/* Features Container */
.ai-impact-features {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  gap: 15px; /* Reduced gap for mobile */
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

/* Feature Card */
.ai-feature-card {
  flex: 1 1 calc(50% - 20px); /* Two columns on smaller screens */
  max-width: 250px; /* Max width for each card */
  padding: 10px 15px; /* Compact padding for mobile */
  border: 1px solid #d6dfe4;
  border-radius: 8px;
  background-color: #f8fbfe;
  font-size: 16px; /* Smaller text size */
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  box-sizing: border-box;
}

/* Footer Text */
.ai-impact-footer {
  font-size: 16px; /* Reduced size for mobile */
  font-weight: bold;
  color: #333333;
  margin: 20px 0;
}

/* Final Note */
.ai-impact-final-note {
  font-size: 18px; /* Adjusted for better readability on mobile */
  color: #555555;
  max-width: 90%; /* Reduce width for smaller screens */
  margin: 0 auto;
}

.bfree{
  background-color: #C2F53C;
  padding:5px;
  border-radius:10px;
}

.acg_prewrap {
    white-space: nowrap !important;
}
.newf{
  color:black;
}

.lastimage {
  margin: 50px 0; /* Reduced margin for smaller screens */
  height:700px;
}

.mob{
  display:none !important;
}

@media screen and (max-width: 768px) {
  .ai-impact-title {
    font-size: 28px; /* Scale down for tablets */
  }
  .lastimage{
    display:none;
    height:auto;
  }

.mob{
  display:block !important;
}

  .ai-impact-description {
    font-size: 16px; /* Adjust text size for better fit */
  }

  .ai-impact-subtitle {
    font-size: 16px; /* Adjust size for readability */
  }

  .ai-feature-card {
    flex: 1 1 100%; /* Single column layout */
    max-width: none; /* Allow cards to stretch */
  }

  .ai-impact-footer {
    font-size: 14px; /* Adjust footer size */
  }

  .ai-impact-final-note {
    font-size: 16px; /* Adjust final note size */
  }
  .headline-section{
    padding:0px;
  }
  .acg_hero-wrapper {
    padding-bottom:0px !important; 
  }
  .acg_wrapping{
      padding-bottom:0px !important; 
  }
  .acg_section{
    margin-bottom:40px !important;
  }
  .content-box{
    margin:0px;
    flex-direction:column;
    margin-bottom:30px;
  }
  .content-wrapper {
    width:90%;
  }
  .text-content{
    padding:20px;
  }
  .image{
    height:auto;
  }
  .subtitlenn{
    font-size:22px;
  }
  .description{
    font-size:18px;
  }
}

@media screen and (max-width: 480px) {
  .ai-impact-title {
    font-size: 24px; /* Scale down for very small screens */
  }

  .ai-impact-description,
  .ai-impact-subtitle,
  .ai-impact-final-note {
    font-size: 14px; /* Adjust for readability */
  }

  .ai-feature-card {
    padding: 8px 10px; /* Tighter padding */
    font-size: 14px; /* Smaller font for smaller screens */
  }

  .lastimage {
    margin: 30px 0; /* Further reduce margin for compact layout */
  }

.bonus-image-unique{
  width:190px;
  height:190px;
}

}


.logo-marquee-container {
  width: 100%;
  overflow: hidden;
  background-color: #f3f7fb; /* Matches the background color in the image */
  padding: 20px 0;
  box-sizing: border-box;
}

.logo-marquee {
  display: flex;
  gap: 30px; /* Space between the images */
  animation: marquee 30s linear infinite;
}

.logo-marquee img {
  height: 60px; /* Adjust based on the desired logo size */
  object-fit: contain;
  flex-shrink: 0; /* Prevent images from shrinking */
}

/* Marquee Animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* !st section Part 2 */
.challenge-wrapper {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
  color: #333;

}



.challenge-date {
  font-size: 18px;
  margin-bottom: 10px;
  display: none;
}

.nocode {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}




/* Testimonial Section */
.challenge-testimonial {
  margin-top: 30px;
  display: flex;
  gap:30px;
}


.testimonial-box {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}


@media screen and (max-width: 768px) {
  .challenge-wrapper {
    max-width: 100%;
    padding: 15px;
    margin-top: 15px;
  }
.logo-marquee {
  display: flex;
  gap: 10px; /* Space between the images */
  animation: marquee 15s linear infinite;
}

 
  .testimonial-box {
    padding: 15px;
    font-size: 13px;
    margin-top: 10px;
    border: 1px solid #ccc;
  }

}

@media screen and (max-width: 480px) {
  .challenge-note {
    font-size: 12px;
    padding: 10px;
  }


.subtitlen{
  font-size:28px;
}
 
.tools-list {
  gap:20px;
}

  .quot {
    width: 30px;
  }

  .testimonial-box {
    font-size: 12px;
  }

  .testimonial-author {
    font-size: 12px;
  }
  .workshop-heading {
  font-size: 20px !important;
  }
  .total{
  font-size: 16px !important;
  
  
}

.highlight1{

    font-size:30px !important;
}
}
.acg_hero-wrapper {
  padding-bottom:0px !important; 
}

.acg_learners-wrapper{
   padding:0px !important; 
}


/* General Styling */
.workshop-section {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}

/* Heading */
.workshop-heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

.workshop-heading .highlight {
  color: #4caf50; /* Green Highlight */
  font-weight: bold;
}

.workshop-heading .dramatic {
  background-color: #d4ff88; /* Light Green Background */
  padding: 2px 5px;
  border-radius: 4px;
  color:black;
}

/* Image Section */
.workshop-image img {
  width: 100%;
  height: auto;
  margin: 20px 0;
  border: none;
}

/* Text Section */


.workshop-text .highlight {
  color: #c2f53c; /* Matching Green */
  font-weight: bold;
  font-size: 20px;
}

.total{
  font-size: 28px;
  font-weight: bold;
}

.highlight1{
  background-color: #c2f53c;
  padding:5px;
    color: #1a3b34;
    font-weight: bold;
    font-size:40px;
}