@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@100..900&display=swap');
.letterspace{
  font-family: "Noto Sans Tamil", sans-serif !important;
  letter-spacing: -3px;
}
/* banner */
@media (max-width: 1200px) {
    .gdbnner h1 {
        font-size: 30px !important;
        line-height: 37px !important;
    }
    .innercounter {
    padding: 24px 5px !important;
    }
}
.videoimg {
max-height: 495px;
    width: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
}
.gdform{
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.gdbnner{
        background: linear-gradient(to right, #005aa72e, #ca98c63d);
}
.workshop-section{
        background: url(../images/workshop/workshop.JPG);
        background-size: cover;
        
}
.contactdorm{
    border-radius: 10px;
    background: var(--new);
    color: #FFF;
    font-size: 9.517px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 10.468px */
    letter-spacing: 1.523px;
    text-transform: uppercase;
    border: 1px solid var(--primarycolor);
    padding: 17px 20px;
    width: 100%;
}
.enroll-badge {
  display: inline-flex;
  align-items: center;
  background: #0a0a0a;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 40px;
  gap: 10px;
}

.status-dot {
  width: 10px;
  height: 10px;
  background: #00d26a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 210, 106, 0.2);
}

.bannervideo {
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 30px;
  max-width: 99%;
  max-height: 17rem;
  border: 1.6px solid #E5E7EB;
}

.gdbnner h1 {
  font-size: 62px;
  line-height: 68px;
}

.gdbnner p {
  line-height: 30px;
}

.cta-primary {
  border-radius: 10.499px;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(90deg, #00BBA7 0%, #00B8DB 50%, #155DFC 100%) !important;

  color: white !important;
  padding: 15px 10px 15px 20px;
}
.cta-primary:hover{
  background: #0a0a0a;}
.cta-secondary {
  border-radius: 10.499px;
  border: 1.05px solid rgba(0, 0, 0, 0.10);
  padding: 15px 20px 15px 10px;
  color: #0a0a0a;
}

.innercounter {
      text-align: center;
    padding: 47px 30px;
    border-radius: 10px;
    background: #fff;
    border: 3px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #00BBA7, #00B8DB, #155DFC);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    /* text-align: center;
    padding: 47px 30px;
    border-radius: 10px;
    background: #fff; 
    border: 3px solid transparent;
    background-image: 
        linear-gradient(#fff, #fff),
        linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(90deg, #00BBA7 0%, #00B8DB 50%, #155DFC 100%); 
    background-origin: border-box;
    background-clip: padding-box, border-box; */
}
.col-6:first-child .innercountergd {
  border-radius: 24px;
  background: #0a0a0a;
}

.col-6:nth-child(2) .innercountergd {
  border-radius: 24px;
  border: 1.6px solid #E5E7EB;
}

@media (min-width:1400px) {
  .innercountergd h2 {
    font-size: 45px;
  }
}

/* banner */



/* Who Should Enroll */
section.enroll-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 15px;
  text-align: center;
}

.subtitlesm {
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

section.enroll-section p.subtitle {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.enroll-card {
  border: none;
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  text-align: left;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enroll-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.enroll-card:hover .enroll-number {
  color: #0a0a0a;
}

.enroll-icon {
  font-size: 28px;
  margin-bottom: 15px;
  display: inline-block;
}

.enroll-card h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}

.enroll-card p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.enroll-number {
  background: rgba(255, 255, 255, 0.50);
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  color: #9CA3AF;
  padding: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;

}

/* Soft Gradient Backgrounds */
.bg-gradient-1 {
  background: linear-gradient(135deg, #FEF2F2 0%, #FFF7ED 100%);
}

.bg-gradient-2 {
  background: linear-gradient(135deg, #FDF2F8 0%, #FEF2F2 100%);
}

.bg-gradient-3 {
  background: linear-gradient(135deg, #FAF5FF 0%, #FDF2F8 100%);
}

.bg-gradient-4 {
  background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 100%);
}

.bg-gradient-5 {
  background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 100%);
}

.bg-gradient-6 {
  background: linear-gradient(135deg, #FEFCE8 0%, #FFF7ED 100%);
}


/* Who Should Enroll */



     /* We Teach AI-Powered Creative Design Courses */
.courses-section{
        background: #f5f6ff;
}
        .courses-section .course-card {
            background-color: white;
            border: none;
            border-radius: 1.5rem;
            overflow: hidden;
            transition: all 0.3s ease;
           box-shadow: rgb(186 186 186 / 20%) 0px 2px 8px 0px;
            width: 100%;
            display: flex;
    flex-direction: column;
    justify-content: space-between;
        }

        .courses-section .card-header-section {
            padding: 1.25rem;
            padding-bottom: 1.5rem;
            position: relative;
            background-color: white;
            transition: background-color 0.3s ease;
        }

        .courses-section .header-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
        }

        .courses-section .icon-container {
            width: 2.5rem;
            height: 2.5rem;
            background-color: rgb(139 92 246 / 14%);
            border-radius: 0.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
            margin-bottom: 0px !important;
        }


        .courses-section .icon-container svg {
                width: 24px;
    height: 23px;
            color: var(--primarycolor);
            transition: color 0.3s ease;
        }

        .courses-section .arrow-top {
               width: 24px;
    height: 23px;
            color: #333333;
            opacity: 0.7;
            transition: color 0.3s ease;
        }

        .courses-section .course-title {
            font-size: 17px;
            line-height: 30px;
            margin-bottom: 0.5rem;
            color: #333333;
            font-weight: 600;
            transition: color 0.3s ease;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }


        .courses-section .course-description {
            font-size: 0.875rem;
            color: rgba(51, 51, 51, 0.7);
            transition: color 0.3s ease;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 0;
        }

        .courses-section .image-section {
            position: relative;
            overflow: hidden;
        }

        .courses-section .image-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .courses-section .image-container img{
                height: 250px !important;
    width: 100%;
    object-fit: cover;
        }

        .courses-section .course-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .courses-section .course-card:hover .course-image {
            transform: scale(1.05);
        }

        .courses-section .button-container {
            position: absolute;
            bottom: 0.75rem;
            right: 0.75rem;
        }

        .courses-section .view-details-btn {
            background-color: white;
            color: var(--primarycolor);
            border: none;
            border-radius: 30px;
            height: 2.75rem;
            padding: 0;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            gap: 0.5rem;
                        padding-left: 1rem;
            padding-right: 1rem;
        }

        .courses-section .view-details-btn:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }

        .courses-section .btn-text {
            white-space: nowrap;
            transition: all 0.3s ease;
            overflow: hidden;
            font-size: 0.875rem;
            font-weight: 500;
        }

        .courses-section .btn-arrow {
            width: 1.25rem;
            height: 1.25rem;
            flex-shrink: 0;
        }


        /* We Teach AI-Powered Creative Design Courses */



    .workshop-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }

    .workshop-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 40px rgba(0,0,0,0.12);
    }

    .badge-premium {
      background: #ff4d6d;
      padding: 6px 14px;
      font-size: 0.8rem;
      border-radius: 30px;
      color: #fff;
      font-weight: 600;
      margin-right: 10px;
    }

    .badge-limited {
      background: var(--new);
      padding: 6px 14px;
      font-size: 0.8rem;
      border-radius: 30px;
      color: #fff;
      font-weight: 600;
    }

    .workshop-icon {
      font-size: 14px;
    }

.info-row p strong{
    margin-right: 10px;
}
    .info-row {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
    }

    .info-row i {
      margin-right: 10px;
    }

    .cta-btn {
      background: linear-gradient(135deg, var(--primarycolor), #3f37c9);
      color: #fff;
      padding: 14px 26px;
      font-size: 1.1rem;
      border-radius: 50px;
      border: none;
      transition: 0.3s ease;
      font-weight: 600;
    }

    .cta-btn:hover {
      opacity: 0.9;
      transform: scale(1.04);
    }

    @media (max-width: 576px) {
      .workshop-card { padding: 25px; }
    }





    