@charset 'UTF-8';

.imgteimonialbg {
  min-height: 320px;
}

body {
  overflow-x: clip;
}

section {
  overflow-x: clip;
}

.custombuttonprimary:hover {
  background: #1A2B4D;
  border: 1px solid #1A2B4D;
}

.custombuttonsecodray:hover {
  background: var(--primarycolor);
  border: 1px solid var(--primarycolor);
}

.custombuttonprimary {
  border-radius: 5px;
  background: var(--primarycolor);
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid var(--primarycolor);

}

.custombuttonsecodray {
  border-radius: 5px;
  background: #1A2B4D;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #1A2B4D;
}



.section-subtitle {
  font-size: 16px;
  font-weight: 400 !important;
}

.section-title {
  color: #1A2B4D;
  font-size: 40px;
  letter-spacing: -1px;
}

@media (max-width:1200px) {
  .section-subtitle {
    font-size: 15px;
  }
}


.bridgestategiccard {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  padding: 25px;
  border-radius: 10px;
  height: 100%;
  background-color: white;
}
.bridgestategiccard:hover{
  box-shadow: 0 0 #0000, 0 0 #0000, 0 8px 12px 0 rgba(0, 0, 0, 0.08);
}

.bridgestategiccard h4 {
  font-size: 24px;
  letter-spacing: -1px;
}

.bridgetestimonial p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bridgestategic {
  background-size: contain;
}
/* .bridgestategic p {
  font-size: 16px;
} */

.bridgetestimonial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.whymosting {
  border-radius: 10px;
}

.faqproductuionline .accordion-item {
  margin-bottom: 15px;
}

.faqproductuionline .accordion-button:not(.collapsed) {
  background: #1A2B4D;
  color: white;
  font-weight: 600;
}

.faqproductuionline .accordion-button:hover {
  background: #1A2B4D;
  color: white;
}

/* Your Remote Career Growth Path */

.growth-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  text-align: center;
  color: #1A2B4D;
  height: 100%;
  background-color: white;
}

.growth-card:hover {
  transform: translateY(-15px) scale(1.03);
box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}
.icon-circle i{
  font-style: normal !important;
}
.icon-circle {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  transition: all 0.4s ease;
}

.growth-card:hover .icon-circle {
  border: 1px solid #1A2B4D;
  background-color: #1A2B4D;
  color: white !important;
}


/* Your Remote Career Growth Path */


/* Why Most Online UX UI Courses Fail Students */

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.main-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.subtitle {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.year-badge {
  display: inline-block;
  background: var(--tertiarycolor);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.problem-section {
  background: white;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-left: 4px solid black;
}

.solution-section {
  background: var(--tertiarycolor);
  color: white;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.3);
}

.problem-title {
  color: black;
  font-size: 21px;
}

.solution-title {
  color: white;
  font-size: 21px;
}

.section-description {
  margin-bottom: 2rem;
  opacity: 0.8;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.problem-item {
  background: #f1f1f1;
  border: 1px solid #ededed;
}

.problem-item:hover {
  background: #dcdcdc;
  transform: translateX(5px);
}

.solution-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.solution-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.problem-icon {
  background: black;
  color: white;
}

.solution-icon {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.feature-content h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-content p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .problem-title {
    font-size: 23px;
  }

  .solution-title {
    font-size: 23px;
  }

  .content-section {
    padding: 2rem 0;
  }

  .main-title {
    font-size: 1.75rem;
  }

  .problem-section,
  .solution-section {
    padding: 1.5rem;
  }

  .features-list li {
    padding: 0.75rem;
  }
}

/* Why Most Online UX UI Courses Fail Students */


/* The Complete Web D School Ecosystem */
.onnection-line1 {
  top: 20%;
  left: 10%;
  width: 80%;
  transform: rotate(15deg);
}

.onnection-line2 {
  top: 60%;
  right: 15%;
  width: 70%;
  transform: rotate(-10deg);
}

.onnection-line3 {
  bottom: 25%;
  left: 20%;
  width: 60%;
  transform: rotate(25deg);
}

.ecosystem-section {
  position: relative;
  overflow-x: hidden;
}

.content-wrapper {
  position: relative;
  z-index: 2;
}

.section-header {

  margin-left: auto;
  margin-right: auto;
}

.ecosystem-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #1A2B4D 0%, #7c3aed 100%);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ecosystem-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}

.component-card {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.component-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #1A2B4D;
  transform: scaleY(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.componengt:nth-child(1) .component-card::before {
  background: green;
}

.componengt:nth-child(2) .component-card::before {
  background: #7c3aed;
}

.componengt:nth-child(3) .component-card::before {
  background: #0077b5;
}

.componengt:nth-child(4) .component-card::before {
  background: #f59e0b;
}

.componengt:nth-child(5) .component-card::before {
  background: #0891b2;
}

.component-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
  border-color: transparent;
}

.component-card:hover::before {
  transform: scaleY(1);
}

.component-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.component-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.componengt:nth-child(1) .component-card .component-icon {
  background: green;
}

.componengt:nth-child(2) .component-card .component-icon {
  background: #7c3aed;
}

.componengt:nth-child(3) .component-card .component-icon {
  background: #0077b5;
}

.componengt:nth-child(4) .component-card .component-icon {
  background: #f59e0b;
}

.componengt:nth-child(5) .component-card .component-icon {
  background: #0891b2;
}

.component-card:hover .component-icon::before {
  width: 100%;
  height: 100%;
}

.component-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.component-description {
  font-size: 1rem;
  line-height: 1.6;
  flex-grow: 1;
}

.summary-section {
  background: #f1f5f9;
  border-radius: 10px;
  padding: 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.summary-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(37, 99, 235, 0.05), transparent);
  animation: rotate 20s linear infinite;
  pointer-events: none;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.summary-content {
  position: relative;
  z-index: 2;
}

.summary-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

.summary-text {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.7;
  font-style: italic;
}

.highlight {
  color: #1A2B4D;
  font-weight: 600;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in:nth-child(1) {
  animation-delay: 0.1s;
}

.fade-in:nth-child(2) {
  animation-delay: 0.2s;
}

.fade-in:nth-child(3) {
  animation-delay: 0.3s;
}

.fade-in:nth-child(4) {
  animation-delay: 0.4s;
}

.fade-in:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.connection-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.connection-line {
  position: absolute;
  background: linear-gradient(45deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1));
  height: 1px;
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .ecosystem-section {
    padding: 3rem 0;
  }

  .main-title {
    font-size: 2.25rem;
  }

  .intro-text {
    font-size: 1.125rem;
  }

  .component-card {
    padding: 2rem;
  }

  .summary-section {
    padding: 2rem 1rem;
  }
}

@media (max-width: 480px) {
  .summary-text{
    font-size: 14px;
  }
  .main-title {
    font-size: 1.875rem;
  }

  .component-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.component-card:focus-within {
  outline: 3px solid #1A2B4D;
  outline-offset: 2px;
}

.ecosystem-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* The Complete Web D School Ecosystem */


/* Online Batch Schedule & Flexible Options */
.batch-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.batch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.batch-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.batch-icon {
  width: 50px;
  height: 50px;
  background: #1A2B4D;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}

.batch-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.batch-details {
  padding-left: 15px;
  color: #ffffff !important;
}

.batch-detail {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #636e72;
}

.batch-detail i {
  width: 24px;
  color: white;
  font-size: 16px;
  margin-right: 10px;
}

.batch-detail span {
  font-weight: 500;
}

.offer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.offer-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.offer-card.early-bird {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: white;
}

.offer-card.bonus {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}

.offer-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.offer-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.offer-description {
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 1.6;
}

.offer-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 0.875rem;
  font-weight: 600;
}

.schedule-section {
  background-color: #1A2B4D;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .batch-details {
    padding-left: 0;
    margin-top: 15px;
  }

  .batch-header {
    flex-direction: column;
    text-align: center;
  }

  .batch-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* Online Batch Schedule & Flexible Options */


/* Who This Online UX UI Design Training Is For */

.audience-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1A2B4D;
  transform: scaley(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.audience-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.25);
}

.audience-card:hover::before {
  transform: scaley(1);
}

.card-icon {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: #1A2B4D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-icon i {
  font-size: 1.3rem;
  color: white;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 12px;
}

.card-description {
  font-size: 1rem;
  line-height: 1.6;
}

.highlight {
  font-weight: 700;
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

/* Responsive */
@media (max-width: 992px) {
  .hexagon-row {
    flex-wrap: wrap;
  }

  .audience-card {
    margin-bottom: 20px;
  }

}

@media (max-width: 768px) {
  .audience-card {
    width: 100%;
    margin: 0 0 20px 0;
  }

}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.audience-card {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.audience-card:nth-child(1) {
  animation-delay: 0.1s;
}

.audience-card:nth-child(2) {
  animation-delay: 0.2s;
}

.audience-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Who This Online UX UI Design Training Is For */


/* Your 5Month Journey to Become a Global Ready Designer */
.skilmasterbg{
  background-position: center;
    background-size: cover;
}
.stat-card {
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.monthly-syllabus-tab .nav-tabs .nav-link {
  background: var(--colorwhite);
  color: var(--tertiarycolor);
  border-radius: .25rem;
  font-weight: 500;
  color: inherit;
  border: 1px solid #ddd;
}
.monthly-syllabus-tab .nav-tabs .nav-link:hover {
  background: var(--silver);
  color: var(--dark-75);
}
.monthly-syllabus-tab .nav-tabs {
  border: none;
}
.monthly-syllabus-tab .nav-tabs .nav-link.active {
  background: var(--tertiarycolor);
  color: #fff !important;
  border-color: var(--tertiarycolor);
}
.monthly-syllabus-tab .nav-tabs .nav-item {
  margin-right: 5px;
}
ul.skills-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
ul.skills-master li.skills-badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fffcea;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #fffcea;
  box-shadow: none;
   transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
ul.skills-master li.skills-badge:hover {
  background-color: #fef9db;
  border: 1px solid #fef9db;
}
ul.skills-master li.skills-badge .skills-tag {
  vertical-align: middle;
  display: inline;
  color: inherit;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
/* Your 5Month Journey to Become a Global Ready Designer */


/* Designing the Future: 7 Real AI-Powered Projects */

.aipowerdprojectcard {
  background: #FFF;
  box-shadow: 0.982px 0.982px 14.729px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  height: 100%;
}

.aipowerdprojectchip {
  border-radius: 5px;
  border: 0.527px solid var(--tertiarycolor);
  background: var(--tertiarycolor);
  box-shadow: 0 0.891px 8.905px 0 rgba(0, 0, 0, 0.05);
  padding: 4px 10px;
  width: max-content;
}

.aipowerdprojectchip p {
  color: white;

}

.aipowerdprojectcard ul {
  margin-left: 20px;
}

/* Designing the Future: 7 Real AI-Powered Projects */



/* AI Section */


.ai-section .badge {
  background: #ed8722;
  border-radius: 50px;
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
}

.text-accent {
  color: #ed8722;
}

.stat-box {
  border: 1px solid rgba(47, 47, 47, 0.12);
  font-size: 1rem;
  color: #000;
}

.stat-box:hover {
  background: var(--tertiarycolor);
}

.stat-box:hover p {
  color: white;
}

.cardproblem {
  padding: 20px;
  border: 1px solid red;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  background: #fff0f0;
}

.cardPhilosophy {
  padding: 20px;
  border: 1px solid green;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  background: #e5f2e5;
}

@media (max-width:1200px) {
   .stat-box p{
     font-size: 14px;
   }
}


/* AI Section */


/* Banner */

.bannerimagepd {
  width: 100%;
  margin-top: -30px;
}

/* Banner */


/* What's the Difference? UX/UI vs Product Design*/
.vs-circletop{
      position: absolute;
    right: 0;
    top: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.vs-circle1{

    background: #1a2b4d;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.section-header {
  font-size: 2rem;
  font-weight: 700;
}

.highlight-text {
  color: #1A2B4D;
}

.design-box {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
  height: 100%;
}

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

.design-icon {
  font-size: 2rem;
  margin-right: 12px;
}

.promise-section {
  background-color: #1A2B4D;
  color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
}


/* What's the Difference? UX/UI vs Product Design */



/* CTA BANNER */

.cta-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 70%);
  animation: glowMove 12s linear infinite;
}

@keyframes glowMove {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

/* Highlight text */
.highlight-text {
  color: var(--primarycolor);
  text-shadow: 0 0 12px rgba(255, 212, 59, 0.7);
}


/* Banner background */
.cta-banner {
  background-color: #1A2B4D;
  border-radius: 1rem;
  /* box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4); */
  position: relative;
  overflow: hidden;
}

.cta-btn {
  display: inline-block;
  padding: 1rem 1.2rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.cta-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.25);
}

.cta-btn i {
  color: var(--primarycolor);
}

/* Contact info */
.contact-info a {
  text-decoration: none;
  transition: color 0.2s;
}

.contact-info a:hover {
  color: var(--primarycolor) !important;
}

/* Contact info */


.card-premium-design {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(11, 35, 64, 0.08);
  display: flex;
  align-items: center;
}

.badge-accent {
  background: linear-gradient(90deg, var(--accent) 0%, #f0d9a1 100%);
  color: #07203a;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  display: inline-block;
  margin-bottom: 1.2rem;
}

.card-premium ul {
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}

.card-premium ul li {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-premium ul li i {
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: 0.6rem;
}

.royal-cta {
  background: linear-gradient(90deg, var(--accent) 0%, #f3d9a7 100%);
  color: #07203a;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 10px 25px rgba(11, 35, 64, 0.12);
}







.left-right-placement-carousel {
  width: 250px;
  height: auto;
}
.left-right-placement-carousel .carousel-box {
  background: var(--colorwhite);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
}
.left-right-placement-carousel .carousel-box .student-picture {
  width: 100px;
  height: 100px;
  background: #fff1c2;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.left-right-placement-carousel .carousel-box .company-logo {
  width: 100px;
  height: auto;
  display: inline-block;
  text-align: center;
}


/* Designing Works of Our UX/UI Product Design Students */

.student-work-links .img-hover-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.student-work-links .img-hover-container img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.student-work-links .img-hover-container .overlay {
  position: absolute;
  inset: 0; 
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 10px;
  text-decoration: none;
}
.student-work-links .img-hover-container .hover-overlay-icon{
   background: #1d70fa;
   color: #fff;
   border-radius: 5px;
    text-align: center;
    padding: 1em;
}
.student-work-links .img-hover-container:hover .overlay {
  opacity: 1;
}
.student-work-links .img-hover-container .overlay svg {
  transition: transform 0.3s ease;
}
.student-work-links .img-hover-container:hover .overlay svg {
  transform: scale(1.2);
}

/* Designing Works of Our UX/UI Product Design Students */

/* 7 Real Projects That Break the Mold */

.real-project-box {
  background: var(--tertiarycolor);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.real-project-box:hover {
  background: var(--primarycolor);
}

/* 7 Real Projects That Break the Mold */