@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@400;500;600;700&display=swap');

:root {
  /* Brand Colors */
  --primary: #544EFB;
  /* Main purple */
  --primary-light: #824EFB;
  --secondary: #FF9C0C;
  /* Orange highlight */
  --accent-yellow: #FFD342;
  --accent-orange: #FF8E52;
  --accent-green: #008C26;
  --text-dark: #1E0064;
  --text-main: #000000;
  --text-muted: #272727;
  --bg-light: #F7E9FA;
  --bg-gradient: linear-gradient(180deg, #F7E9FA 0%, #FFFFFF 100%);
  --white: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'KoHo', sans-serif;
  color: var(--text-main);
  background: var(--bg-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1200px;
  line-height: 1.5;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-padding {
  padding: 80px 0px 80px;
}

#navbar {
  background: transparent !important;
  border-bottom: none;
}

#navbar.scrolled {
  background: #fff !important;
    border-bottom: 1px solid #ededed;
}

/* #navbar .logo a img {
  width: 135px;
  display: none;
}
#navbar .logo-white a img {
  width: 135px;
  display: block;
}
#navbar.scrolled .logo a img {
  width: 135px;
  display: block;
}
#navbar.scrolled .logo-white a img {
  width: 135px;
  display: none;
} */


#navbar.mob-header{
    background: #ffffff !important;
}
#navbar.mob-header .logo a img {
  display: flex;
}
/* -----------------------------
   Hero Section
   ----------------------------- */
.hero_section {
  position: relative;
  padding: 100px 0 120px;
  text-align: center;
  background-image: url(../../images/uiux/3dmorphlines10.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero-title-group {
  margin-bottom: 40px;
}

.hero-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-highlight-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.hero-highlight-bg {
  position: absolute;
  bottom: 5px;
  left: -20px;
  right: -20px;
  height: 60%;
  background-color: var(--secondary);
  z-index: -1;
  transform: skewX(-10deg);
}

.hero-highlight-text {
  font-size: 65px;
  font-weight: 600;
  color: #614D90;
}

.draw {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate(-60px, -30px);
}

.hero-subtitle {
  font-size: 33px;
  font-weight: 500;
  max-width: 800px;
  margin: 55px auto 30px;
  line-height: 1.4;
}

.hero-pills {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.pill {
  padding: 11px 30px;
  border-radius: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.pill:hover {
  transform: translateY(-5px);
}

.pill.real-project {
  border-color: var(--primary);
  transform: rotate(2deg);
}

.pill.mentors {
  border-color: var(--accent-yellow);
  transform: rotate(-2deg);
}

.pill.ai-tools {
  border-color: var(--accent-orange);
  transform: rotate(3deg);
}

/* Floating Elements (Decorative) */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
}

.float-tag {
  position: absolute;
}

.tag-designer {
  right: 15%;
  top: 40%;
  transform: rotate(0deg);
}

.tag-developer {
  left: 10%;
  top: 25%;
  transform: rotate(0deg);
}

.tag-element1 {
  right: -5%;
  top: 15%;
  transform: rotate(-10deg);
}

.tag-element2 {
  left: 4%;
  top: 55%;
  transform: rotate(0deg);
}

/* -----------------------------
   Stats Section (Part of Hero)
   ----------------------------- */


.review-padding {
  padding: 0px 0px 50px;
}

.review-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.g-review-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 34%;
  justify-content: flex-end;
}

.g-review-item span {
  color: var(--text-main);
  font-size: 18px;
  font-weight: 500;
}

.g-review-item p {
  color: var(--text-main);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

.g-stats-item {
  display: flex;
  align-items: center;
  gap: 105px;
  background-color: #544EFB;
  padding: 25px 52px 25px 108px;
  border-radius: 80px 0px 0px 80px;
  color: #fff;
  width: 60%;
  justify-content: flex-start;
  position: relative;
  clip-path: border-box;
}

.g-stats-item span {
  font-size: 45px;
  font-weight: 700;
}

.g-stats-item p {
  font-size: 22px;
  font-weight: 500;
}

.g-stats-item::before {
  content: "";
  width: 235px;
  height: 167px;
  background-image: url(../../images/uiux/review-shape-l.svg);
  position: absolute;
  top: 42px;
  left: -7%;
  z-index: 1;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.g-stats-item::after {
  content: "";
  width: 160px;
  height: 167px;
  background-image: url(../../images/uiux/review-shape-r.svg);
  position: absolute;
  top: 42px;
  right: -3%;
  z-index: 1;
  background-repeat: no-repeat;
}

/* -----------------------------
   Why Choose Us Section
   ----------------------------- */



.duration {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 2.5rem;
}

.internship {
  display: flex;
  align-items: center;
  gap: 15px;
}

.what-uiux h2 {
  font-weight: 600;
}

.what-uiux h3 {
  font-size: 25px;
  font-weight: 500;
  color: var(--text-main);
  margin-top: 1rem;
}

.duration span {
  background-color: #544efb;
  color: #fff;
  padding: 6px 8px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
  width: 20%;
  text-align: center;
}

.duration p {
  font-size: 16px;
  font-weight: 600;
}

.internship span {
  background-color: #544efb;
  color: #fff;
  padding: 6px 8px;
  font-weight: 500;
  width: 20%;
  display: block;
  text-align: center;
}

.internship p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}


.ui-title {
  background-color: #ffd43a;
  text-align: center;
  padding-bottom: 1rem;
}

.ui-title span {
  font-size: 190px;
  font-weight: 800;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke: thin;
  color: #fff;
  line-height: 1;
}

.ux-title {
  background-color: #824EFB;
  text-align: center;
  padding-bottom: 1rem;
}

.ux-title span {
  font-size: 190px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.ui-desc {
  background-color: #F7F7FD;
  padding: 1.5rem;
}

.ui-desc p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.ux-desc {
  background-color: #F7F7FD;
  padding: 1.5rem;
}

.ux-desc p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}




.ux-career {
  background-image: url(../../images/uiux/dot-bg.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  padding-top: 70px;
  position: relative;
}

.ux-career h2 {
  font-weight: 600;
  font-size: 40px;
  width: 50%;
}

.ux-career h3 {
  font-size: 39px;
  font-weight: 500;
  color: #544EFB;
  margin-top: 1rem;
}

.ux-career span {
  color: #FFD22F;
}

.ux-career span {
  position: relative;
}

.ux-career span::before {
  content: "";
  width: 275px;
  height: 100%;
  background-image: url(../../images/uiux/bg-sticker.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: 5px;
  left: -23px;
  z-index: -1;
}

.ux-design-arrow {
  position: absolute;
  right: 23%;
  top: 8%;
}



/* -----------------------------
   Bento Grid Section
   ----------------------------- */
.bento-grid {
  margin-top: 2rem;
}

.bento-card {
  padding: 30px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.bento-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text-main);
}

.bento-card p {
  font-size: 17px;
  color: var(--text-main);
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
}

.bento-card img {
  width: 70px;
  margin-bottom: 1rem;
}

.card-purple {
  background-color: #f3ebff;
  border-color: #ae83fb;
}

.card-purple p {
  font-size: 19px;
}

.card-cyan {
  background-color: #e2f8ff;
  border-color: #5dcdf3;
}

.card-pink {
  background-color: #ffefef;
  border-color: #ffa7a7;
}

.card-yellow {
  background-color: #fef5e6;
  border-color: #facd69;
}

.card-green {
  background-color: #effceb;
  border-color: #a7e684;
}

.card-green img {
  width: 45px;
}

/* -----------------------------
   Perfect For & Form Section
   ----------------------------- */
.perfect-for-section h2 {
  font-size: 36px;
  color: var(--text-main);
}

.pf-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pf-item {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 20px 24px;
  border-radius: 4px;
  background-color: var(--white);
  position: relative;
  margin-left: 20px;
  /* Space for the overlapping icon */
}

.pf-icon {
  position: absolute;
  left: -15px;
  /* Overlap outside the border */
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-content {
  margin-left: 20px;
}

.pf-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-main);
}

.pf-content p {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
}

/* Form Box */
.course-form-box {
  background-color: #ff8e52;
  /* Orange background */
  padding: 50px 40px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  color: var(--text-dark);
}

.course-form-box h3 {
  font-size: 28px;
  margin-bottom: 5px;
  color: var(--text-main);
}

.course-form-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #4a2810;
}

.custom-input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--text-main);
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}

.custom-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.custom-input:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  box-shadow: none;
  color: var(--text-main);
}

/* Select input styling */
select.custom-input option {
  color: var(--text-main);
  background-color: #fff;
}

.form-submit-btn {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 18px;
  border-radius: 0;
  border: none;
  width: 50%;
  transition: background-color 0.3s;
}

.form-submit-btn:hover {
  background-color: #333;
}

.form-decor {
  position: absolute;
  bottom: 0;
  right: -85px;
  pointer-events: none;
  z-index: 0;
  height: 140px;
}

/* Bring form above decor */
.course-form-box form {
  position: relative;
  z-index: 1;
}




.best-part-ui {
  background-image: url(../../images/uiux/columns-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

.best-part-ui h2 {
  font-size: 36px;
}

.best-part-ui p {
  font-size: 18px;
  color: var(--text-muted);
}

.badges-scatter-wrapper {
  position: relative;
  min-height: 550px;
  width: 100%;
  margin-top: 40px;
}

.scatter-img-left {
  position: absolute;
  left: -42px;
  top: -68px;
  width: 250px;
  z-index: 1;
}

.left-phone-wrapper::after {
  content: "";
  background-image: url(../../images/uiux/hand.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -39px;
  left: -41px;
  width: 205px;
  height: 204px;
  z-index: 5;
}

.scatter-img-right {
  position: absolute;
  right: -65px;
  bottom: 13px;
  width: 200px;
  z-index: 5;
}

.scatter-badge {
  position: absolute;
  padding: 17px 45px;
  border-radius: 50px;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
  height: 65px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.scatter-badge:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.badge-yellow {
  background-color: #FFC03D;
  top: 14%;
  left: 5%;
  transform: rotate(5deg);
}

.badge-yellow:hover {
  transform: rotate(5deg) scale(1.05);
}

.badge-purple {
  background-color: #A98EFF;
  top: 6%;
  left: 35%;
  transform: rotate(-3deg);
}

.badge-purple:hover {
  transform: rotate(-3deg) scale(1.05);
}

.badge-orange {
  background-color: #FF9256;
  top: 13%;
  right: 7%;
  transform: rotate(-6deg);
}

.badge-orange:hover {
  transform: rotate(-6deg) scale(1.05);
}

.badge-blue {
  background-color: #5550FE;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  top: 42%;
  left: 19%;
  transform: rotate(-10deg);
}

.badge-blue:hover {
  transform: rotate(-10deg) scale(1.05);
}

.badge-green {
  background-color: #BBE15F;
  top: 43%;
  right: 20%;
  transform: rotate(8deg);
}

.badge-green:hover {
  transform: rotate(8deg) scale(1.05);
}

.badge-cyan {
  background-color: #A4EFFF;
  bottom: 19%;
  left: 37%;
  transform: rotate(-6deg);
}

.badge-cyan:hover {
  transform: rotate(-6deg) scale(1.05);
}

/* -----------------------------
   Module Structure Section
   ----------------------------- */
.module-structure {
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
  overflow: hidden;
}

.module-structure h2 {
  font-size: 40px;
  color: #1E0064;
}

.slider-arrow {
  background: transparent;
  border: 1px solid #FF8C42;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-arrow:hover {
  background: #FFF0E6;
}

.module-slider {
  margin: 0 -12px;
}

.module-slide-item {
  padding: 15px 12px;
  height: auto;
}

.module-card {
  background: radial-gradient(101.02% 109.96% at 65.09% 13.79%, #FEECE5 0%, #FFF 100%);
  border: 1px solid #FFC2A1;
  border-radius: 12px;
  padding: 30px 24px;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-items: flex-start;
}

.module-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 140, 66, 0.15);
}

.module-icon {
  width: auto;
  height: 60px;
  margin-bottom: 24px;
  object-fit: contain;
}

.module-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.4;
}

.module-desc {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.5;
}

/* Slick Slider Override */
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

/* -----------------------------
   Tools for Growth Section
   ----------------------------- */
.tools-growth-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.tools-growth-title {
  color: #1E0064;
  font-size: 70px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

.tools-growth-title span {
  color: #4B4673;
  font-size: 45px;
  font-weight: 400;
}

.tools-scatter-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 480px;
  margin: 0 auto;
}

.tools-portal-glow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 250px;
  background: radial-gradient(ellipse, rgba(255, 246, 224, 0.9) 0%, rgba(255, 255, 255, 0) 65%);
  z-index: 1;
}

.tools-portal {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 70px;
  background-color: #2D059B;
  border-radius: 50%;
  z-index: 2;
}

.growth-tool {
  position: absolute;
  z-index: 3;
  object-fit: contain;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.1));
}

.growth-tool:hover {
  transform: scale(1.1) translateY(-10px) !important;
}

/* Individual tool sizes and rough percentage positions */
.img-tool1 {
  width: 120px;
  bottom: -7%;
  left: 29%;
  transform: rotate(-5deg);
  z-index: 3;
}

.img-tool2 {
  width: 75px;
  top: 5%;
  left: 75%;
  transform: rotate(15deg);
  z-index: 3;
}

.img-tool3 {
  width: 120px;
  top: 31%;
  left: 4%;
  transform: rotate(-5deg);
  z-index: 3;
}

.img-tool4 {
  width: 80px;
  top: 39%;
  left: 36%;
  transform: rotate(10deg);
  z-index: 3;
}

.img-tool5 {
  width: 65px;
  top: 35%;
  left: 60%;
  transform: rotate(-15deg);
  z-index: 3;
}

.img-tool6 {
  width: 125px;
  top: 28%;
  left: 78%;
  transform: rotate(5deg);
  z-index: 3;
}

.img-tool7 {
  width: 100px;
  top: 55%;
  left: 20%;
  transform: rotate(-12deg);
  z-index: 3;
}

.img-tool8 {
  width: 70px;
  top: 57%;
  left: 49%;
  transform: rotate(8deg);
  z-index: 3;
}

.img-tool9 {
  width: 90px;
  top: 62%;
  left: 77%;
  transform: rotate(12deg);
  z-index: 3;
}

.img-tool10 {
  width: 65px;
  top: 13%;
  left: 19%;
  transform: rotate(-10deg);
  z-index: 4;
}

.img-tool11 {
  width: 110px;
  bottom: 15px;
  left: 56%;
  transform: rotate(8deg);
  z-index: 4;
}


.testimonial-dm{
  background: #fff;
}
.review-heading h4{
  color: #2B1B54;
  font-weight: 700;
  font-size: 40px;
}

.placements .heading h4{
    color: #2B1B54;
  font-weight: 700;
  font-size: 40px;
}

.fill-ui-gap {
  background-color: #140C4E;
  padding: 6rem 8rem 0rem;
  position: relative;
  clip-path: border-box;
  /* margin-top: 4rem; */
}

.fill-ui-desc {
  text-align: center;
  color: #fff;
}

.massive-text {
  font-size: 32px;
  font-weight: 400;
  color: #F5A7FF;
}

.fill-ui-desc h2 {
  font-size: 71px;
  font-weight: 600;
  color: #fff;
}

.text-ui-skill {
  font-size: 104px;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: thin;
  -webkit-text-fill-color: #ffffff00;
}

.fill-ui-img {
  position: relative;
}

.fill-ui-img img {
  height: 440px;
  object-fit: fill;
}

.fill-ui-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, rgba(20, 12, 78, 1) 1%, rgba(20, 12, 78, 0) 93%);
}

.fill-ui-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(270deg, rgba(20, 12, 78, 1) 1%, rgba(20, 12, 78, 0) 93%);
}

.fill-ui-left {
  position: absolute;
  top: -12%;
  left: -5%;
}

.fill-ui-right {
  position: absolute;
  top: 35%;
  right: 18%;
}

.fill-ui-right img {
  width: 130px;
}




/* -----------------------------
   Courses & Form Section
   ----------------------------- */
.courses-form-section {
  background-color: #fff;
}

.courses-header-title {
  color: #1E0064;
  font-size: 35px;
  line-height: 1.4;
}

.pro-course-card {
  background-color: #8A4FFF;
  border-radius: 4px;
  padding: 30px;
  color: #fff;
}

.pro-course-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.pro-course-title span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.pro-course-duration {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 14px;
  white-space: nowrap;
}

.pro-course-subtitle {
  font-size: 15px;
  opacity: 0.9;
  margin-top: 25px;
  margin-bottom: 5px;
}

.pro-course-highlight {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.pro-course-mode {
  font-size: 16px;
  font-weight: 500;
}

.related-courses-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.related-course-card {
  background-color: #E6DAFF;
  border-radius: 4px;
  padding: 24px;
  color: #1E0064;
}

.related-course-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.related-duration {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.related-desc {
  font-size: 16px;
  color: #060606;
  margin: 0;
  line-height: 1.5;
  max-width: 85%;
}

.related-mode {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* Form Styles */
.course-registration-form {
  background-color: #F4F4F4;
  padding: 40px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.reg-input {
  background-color: transparent;
  border: 1px solid #DCDCDC;
  color: #333;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}

.reg-input::placeholder {
  color: #666;
}

.reg-input:focus {
  background-color: #fff;
  border-color: #aaa;
  box-shadow: none;
}

.reg-submit-btn {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  border-radius: 0;
  border: none;
  transition: background-color 0.3s;
}

.reg-submit-btn:hover {
  background-color: #333;
}

.form-decor-leaves {
  position: absolute;
  bottom: 0;
  right: 85px;
  pointer-events: none;
  z-index: 0;
  width: 200px;
  height: 160px;
}

.course-registration-form form {
  position: relative;
  z-index: 1;
}






/* -----------------------------
   Responsive Breakpoints
   ----------------------------- */
@media (max-width: 992px) {
  .badges-scatter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-height: auto;
    padding-bottom: 50px;
    margin-top: 20px;
  }

  .scatter-badge {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: rotate(0) !important;
    width: 100%;
    max-width: 350px;
  }

  .scatter-badge:hover {
    transform: translateY(-5px) !important;
  }

  .main-nav {
    display: none;
    /* Hide on smaller screens for now */
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-highlight-text {
    font-size: 52px;
  }

  .stats-container {
    flex-wrap: wrap;
    gap: 32px;
    border-radius: 40px;
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 40px 0px 80px;
  }


  .hero-subtitle {
    font-size: 24px;
    margin: 35px auto 30px;
  }

  .pill {
    font-size: 16px;
    padding: 12px 24px;
  }

  .stats-container {
    flex-direction: column;
    text-align: center;
  }

  .stat-rating {
    flex-direction: column;
  }

  .tools-scatter-wrapper {
    height: 320px;
    transform: scale(0.65);
    transform-origin: top center;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-highlight-text {
    font-size: 45px;
  }

  .draw {
    display: none;
  }

  .tag-element1 img {
    width: 180px;
  }

  .tag-element2 {
    left: -4%;
    top: 78%;
  }

  .tag-element2 img {
    width: 100px;
  }

  .tag-developer {
    left: 5%;
    top: 31%;
  }

  .tag-developer img {
    width: 115px;
  }

  .tag-designer {
    right: 8%;
    bottom: 8%;
    transform: rotate(0deg);
    display: grid;
    align-items: end;
  }

  .tag-designer img {
    width: 125px;
  }

  .what-uiux {
    margin-bottom: 1.5rem;
  }

  .internship p {
    font-size: 15px;
  }

  .duration span {
    width: 24%;
  }

  .internship span {
    width: 24%;
  }

  .ui-ux-item {
    margin-bottom: 1.5rem;
  }

  .ux-career h2 {
    font-size: 30px;
    width: 80%;
  }

  .ux-career h3 {
    font-size: 25px;
  }

  .ux-design-arrow img {
    width: 100px;
  }

  .ux-design-arrow {
    right: 8%;
    top: 1%;
  }

  .perfect-for-section h2 {
    font-size: 27px;
  }

  .course-form-box {
    margin-top: 2rem;
  }

  .scatter-badge {
    font-size: 18px;
  }

  .scatter-img-right {
    position: absolute;
    right: -1px;
    bottom: -37px;
    width: 140px;
  }

  .module-structure h2 {
    font-size: 27px;
  }

  .fill-ui-gap {
    padding: 6rem 0rem 0rem;
        margin-top: 0rem;
  }

  .fill-ui-img img {
    height: auto;
  }


  .fill-ui-desc h2 {
  font-size: 40px;
}

.text-ui-skill {
  font-size: 60px;
}

.massive-text {
  font-size: 22px;
}

.fill-ui-left img {
  width: 40%;
}

.fill-ui-left {
  position: absolute;
  top: -9%;
  left: -11%;
}





  .tools-scatter-wrapper {
    height: 450px;
    transform: scale(0.8);
    transform-origin: top center;
  }

  .tools-growth-title span {
    color: #4B4673;
    font-size: 45px;
  }

  .tools-growth-title {
    color: #1E0064;
    font-size: 55px;
  }



  .img-tool1 {
    bottom: -12%;
    left: 18%;
  }

  .img-tool3 {
    top: 31%;
    left: -9%;
  }

  .img-tool4 {
    top: 33%;
    left: 31%;
  }

  .img-tool7 {
    top: 64%;
    left: 8%;
  }

  .img-tool8 {
    top: 61%;
    left: 44%;
  }

  .img-tool10 {
    top: 3%;
    left: 4%;
  }

  .img-tool11 {
    bottom: 0px;
    left: 53%;
  }


  .pro-course-highlight {
    font-size: 18px;
  }




  /* Responsive styling for the Review Section */
  .review-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 15px;
  }

  .g-review-item {
    width: 100%;
    justify-content: center;
  }

  .g-review-item span {
    font-size: 16px;
  }

  .g-review-item p {
    font-size: 22px;
  }

  .g-review-item img {
    width: 55px;
  }

  .g-stats-item {
    width: 95%;
    /* Adjust width to fit container nicely with margin */
    flex-direction: column;
    padding: 40px 30px;
    border-radius: 40px;
    gap: 25px;
    align-items: stretch;
  }

  .g-stats-item>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
  }

  .g-stats-item>div:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .g-stats-item>div:last-child {
    padding-bottom: 0;
  }

  .g-stats-item span {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .g-stats-item p {
    font-size: 18px;
  }

  .g-stats-item::before {
    top: -14%;
    left: -13%;
    transform: scale(0.7);
    transform-origin: top left;
    height: 232px;
  }

  .g-stats-item::after {
    top: auto;
    bottom: -25px;
    right: -30px;
    transform: scale(0.7);
    transform-origin: bottom right;
  }

  .best-part-ui h2 {
    font-size: 27px;
  }

  .courses-header-title {
    font-size: 27px;
  }

  .pro-course-title {
    font-size: 24px;
  }
}