.top-badge{
  display:inline-block;
  background:#ffe9dd;
  color:#ff5a00;
  padding:6px 14px;
  border-radius:20px;
  font-size:12px;
  letter-spacing:1px;
  margin-bottom:15px;
}

.btn-hero {
    margin-top: 30px;
    background: #000;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-hero:hover {
    background: #333;
    color: white !important;
}

@media (min-width:1400px) {
    .h2, h2 {
    font-size: 2.3rem !important;
}
}

@media (max-width:991px){

.h2, h2 {
    font-size: 1.5rem;
}
}

.whatsapp-btn{
    border-radius: 60px;
background: #FFF;
color: #000;
padding: 10px 18px;
font-weight: 600;
}

.whatsapp-btn:hover{
    border-radius: 60px;
background: var(--primarycolor);
color: #fff !important;
}


/* Banner */

.hero-section {
       background-image: url(../images/online-uiux-new/bannerbg.webp);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-section .badge-custom {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 25px;
background: #FCFAFF;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.hero-section .hero-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
}

.hero-section .headline-icon {
height: 30px;
    object-fit: cover;
    vertical-align: middle;
    margin: 0 5px;
}

.hero-section .orange-text {
    color: #ff6a00; 
}

.hero-section .hero-subtitle {
    font-size: 18px;
    color: #666;
}

.hero-section .main-banner-img {
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
}

.hero-section .btn-cta {
  display: inline-block;
    padding: 14px 25px;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    border-radius: 8px;
    background: #fff;
    transition: 0.3s ease;
}

.hero-section .btn-cta:hover {
    background: #000;
    color: #fff;
}
@media (max-width:1200px) {
    .why-learn-section .main-heading {
    font-size: 1.8rem !important;
}
.hero-section .headline-icon{
  display: none !important;
}
.hero-section .hero-title {
    font-size: 31px !important;
}
}
/* Banner */



/* Trust factor */

.stats-card-container {
    border-radius: 18px;
    padding: 20px 20px;
    max-width: 900px;
    box-shadow: 0 4px 24px 5px rgba(0, 0, 0, 0.06);
    background-color: white;
}

.stats-card-container .stat-box {
    border-right: 1.5px solid #EAEAEA;
    padding: 0px !important;
}

.stats-card-container .stat-box label {
    font-size: 0.8rem;
    color: #888;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.stats-card-container .stat-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #333;
}

.stats-card-container .stat-value.small {
    font-size: 15px;
    border-radius: 12.217px;
    background: #EFEFEF;
    padding: 0px 10px;
}

/* Trust factor */

/* Why Learn Section */

.why-learn-section {
    background-image: url(../images/online-gd-new/bg-image.webp);
    background-size: cover;
    background-position: top;
    color: #111;
}

.why-learn-section .badge-pill {
    padding: 8px 20px;
border-radius: 25px;
background: #FCFAFF;
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
    max-width: max-content;
    gap: 10px;
}

.why-learn-section .badge-pill .star-icon{
    background: #FFEEDB;
    width: 27.834px;
height: 27.834px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.why-learn-section .main-heading {
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.2;
}

.why-learn-section .highlight-orange {
    color: #ff6a00; 
}

.why-learn-section .description-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    max-width: 400px;
}

.why-learn-section .feature-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    border-left: 4px solid #ff6a00;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

.why-learn-section .feature-card:hover {
    transform: translateY(-5px);
}

.why-learn-section .feature-card h6 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 8px;
    color: #333;
}

.why-learn-section .feature-card p {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 0;
}

@media (max-width:1200px) {
    .why-learn-section .main-heading {
    font-size: 1.8rem !important;
}
.why-learn-section .feature-card{
    padding: 15px !important;
}
.why-learn-section .feature-card p{
    font-size: 12px !important;
    line-height: 20px !important;
}
}
/* Why Learn Section */


/* Tools Section */

.tools-section{
background: rgb(108 12 252 / 3%);
}
.tools-inner-wrapper{
    border-radius: 39px;
background: #FFF;
}
/* Tools Section */

/* CURRICULUM */

.curriculum-section{
background: #F8F4FD;
}

.curriculum-section .track1-badge{
border-radius: 63.447px;
    background: #FAE8FF;
    color: #C0F;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.976px;
    padding: 11px 20px;
}
.curriculum-section .track2-badge{
        border-radius: 63.447px;
   background: #FFF3EB;
    color: #FF5900;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.976px;
    padding: 11px 20px;
}
.curriculum-section .populor-badge {
border-radius: 10px;
background: #F5F5F5;
   color: #040404;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.755px;
    letter-spacing: 0.976px;
    padding: 0px 20px;
    gap: 10px;
}

.curriculum-section .phase-card-1{
border-radius: 21px;
background: linear-gradient(85deg, #EBDEFF -12.85%, #FFF 32.95%, #FFF 96.39%);
  padding:30px;
  margin-bottom:30px;
}

.curriculum-section .phase-card{
border-radius: 21px;
background: linear-gradient(274deg, #EBDEFF -12.85%, #FFF 32.95%, #FFF 96.39%);
  padding:30px;
  margin-bottom:30px;
}

.curriculum-section .phase-tag{
  display:inline-block;
  background:#ddd;
  padding:5px 12px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:15px;
}

.curriculum-section .phase-title{
  font-weight:600;
  margin-bottom:10px;
}

.curriculum-section .phase-sub{
  color:#777;
  font-size:14px;
  margin-bottom:15px;
}

.curriculum-section .phase-list{
  padding-left:18px;
  color:#555;
  font-size:14px;
  margin-top: 20px;
}

.curriculum-section .phase-list li{
  margin-bottom:6px;
}

.curriculum-section .phase-img{
  width:100%;
  border-radius:15px;
}

.curriculum-section .floating-label{
 position: absolute;
    bottom: 15px;
    left: 15px;
    background: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 14px;
}

.curriculum-section .img-wrapper{
  position:relative;
}

@media(max-width:991px){
  .curriculum-section .phase-card .row{
    flex-direction:column !important;
  }
  .curriculum-section .track2-badge{

  }
}
/* CURRICULUM */



/* FRAMEWORKS */

.frameworks-section .feature-card {
    background: #F9F9F9;
    border-radius: 24px; 
    padding: 40px;
    position: relative;
    transition: transform 0.3s ease;
}

.frameworks-section .feature-card:hover {
    transform: translateY(-5px);
}

.frameworks-section .card-number {
    font-size: 5rem;
    font-weight: 800;
    color: #eeeeee; 
    line-height: 1;
    margin-bottom: 20px;
}

.frameworks-section .card-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #333333;
    text-transform: none; 
    margin-bottom: 15px;
}

.frameworks-section .card-text {
    color: #666666;
    font-size: 1rem;
    line-height: 1.6;
}

/* FRAMEWORKS */

/* Brand Strategy */

.strategy-designer {
background: #080B14;
}   

.strategy-designer .main-wrapper {
border-radius: 29px;
border: 2px solid #1C202C;
background: rgba(9, 14, 23, 0.20);
box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.29);
}

.strategy-designer .badge-pill {
    display: inline-block;
    padding: 8px 18px;
   border-radius: 48px;
background: #0F1521;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #a0a0c0;
}

.strategy-designer .main-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #fff;
}

.strategy-designer .text-purple {
    color: #9d85ff; 
}

.strategy-designer .text-purple-light {
    color: #b19fff;
}

.strategy-designer .content-text p {
    font-size: 1.05rem;
    color: #b0b0b0;
    margin-bottom: 1rem;
}

.strategy-designer .image-container img {
    width: 100%;
    box-shadow: 0 0 50px rgba(157, 133, 255, 0.1);
    border-radius: 30px;
}

@media (max-width: 991px) {
    .strategy-designer .main-title {
        font-size: 2rem;
    }
}

/* Brand Strategy */



/* AI-Powered Graphic Design Workflows */

.gdworkflow-section {
    color: #1a1a1a;
}

.gdworkflow-section .feature-card {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 16px;
    height: 100%;
}

.gdworkflow-section .feature-card h5 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.gdworkflow-section .feature-card p {
    font-size: 0.95rem;
    color: #555555; 
    line-height: 1.6;
    margin-bottom: 0;
}

.gdworkflow-section .center-image-container {
    padding: 0 15px;
}

.gdworkflow-section .main-visual {
    width: 100%;
}

@media (max-width: 767px) {
    .gdworkflow-section .feature-card {
        padding: 20px;
    }
    .gdworkflow-section .center-image-container {
        padding: 0;
    }
}
/* AI-Powered Graphic Design Workflows */


/* Testimonial */

.testimonials-section {
    background-color: #f8f6fc; 
}

.testimonials-section .testi-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    height: 100%;
}

.testimonials-section .testi-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.testimonials-section .avatar-container {
    position: relative;
    margin-right: 15px;
}

.testimonials-section .user-img {
    width: 94px !important;
    height: 95px;
    min-width: 95px !important;
    object-fit: cover;
}


.testimonials-section .user-info h6 {
    font-size: 1.05rem;
    color: #000;
}

.testimonials-section .quote-text {
    font-size: 0.88rem;
    color: #888;
    line-height: 1.5;
    font-style: italic;
}

.testimonials-section .quote-text strong {
    font-style: normal;
    color: #444;
}

.testimonials-section .company-banner {
    background-color: #f7f7ff;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.testimonials-section .brand-logo {
    max-height: 25px;
}

.testimonials-section .lpa-value {
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
}

.testimonials-section .lpa-unit {
    font-size: 0.65rem;
    color: #777;
    text-transform: uppercase;
}

.testimonials-section .career-path {
    text-align: center;
    font-size: 0.85rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-section .path-divider {
    color: #ccc;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.testimonials-section .mini-logo {
    width: 22px;
    margin: 0 5px;
}

/* Testimonial */


/* Graphic Design Projects */

.portfolio-grid {
    background-color: #ffffff;
}

.portfolio-grid .portfolio-card {
  border-radius: 12px;
background: #FBF9FD;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
}

.portfolio-grid .portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.07);
}

.portfolio-grid .img-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.portfolio-grid .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.6s ease;
}

.portfolio-grid .portfolio-card:hover img {
    transform: scale(1.08);
}

.portfolio-grid .card-content {
    padding: 24px;
    flex-grow: 1;
}

.portfolio-grid .card-content h5 {
    font-weight: 700;
    font-size: 1.1rem;
    color: #111;
    margin-bottom: 12px;
}

.portfolio-grid .card-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* Graphic Design Projects */


/* Anti-Edtech */

.anti-edtech-section .comp-card {
    padding: 40px 40px;
    border-radius: 24px;
    height: 100%;
    border: none;
}

.anti-edtech-section .card-gray {
    background-color: #f8f8f8;
}

.anti-edtech-section .card-orange {
    background-color: #fff8f5; 
}

.anti-edtech-section .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.anti-edtech-section .highlight {
    color: #ff6b2b;
}

.anti-edtech-section .list-item {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.anti-edtech-section .icon {
    font-size: 1.1rem;
    margin-right: 15px;
    font-weight: 900;
}

.anti-edtech-section .cross {
    color: #000; 
}

.anti-edtech-section .check {
    color: #ff6b2b; 
}

/* Anti-Edtech */



/* Course Highlights */
.course-highlights-bg{
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 0;
}

.course-highlights {
    background-color: #ffffff;
    color: #111;
    position: relative;
}

.course-highlights .highlight-card {
    padding: 30px 35px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.course-highlights .card-light {
    background-color: #f9f9f9; 
}

.course-highlights .card-dark {
    background-color: #111111; 
    color: #ffffff;
}

.course-highlights .card-num {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}

.course-highlights .card-desc {
    font-size: 1.05rem;
    line-height: 1.4;
    color: #333;
}

.course-highlights .price-val {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.course-highlights .price-desc {
    font-size: 1rem;
    color: #aaa; 
    line-height: 1.5;
}
@media (max-width:991px){

    .course-highlights .card-light{
      padding: 15px;
    }
    .course-highlights .card-desc{
        font-size: 12px !important;
    }

}

/* Course Highlights */