/* HERO SECTION */

.inspire-section{
padding:80px 0;
color:white;
overflow:hidden;
background-image:url("images/about/TestimonialBg.png");
background-size:cover;
background-position:center;
}

.inspire-container{
width:90%;
max-width:1200px;
margin:auto;
}

.top-bar{
margin-bottom:30px;
}

.back-arrow{
  width:22px;
  cursor:pointer;
  position:relative;
  left:-60px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover effect */
.back-arrow:hover{
  transform: translateX(-6px) scale(1.1);
  opacity:0.8;
}

/* Hover animation */
.back-link:hover .back-arrow{
  transform: translateX(-6px) scale(1.1);
  opacity:0.8;
}
.inspire-content{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.inspire-left{
max-width:540px;
}

.inspire-tag{
background:#1d2a3a;
color:#7dc4ff;
padding:6px 14px;
border-radius:20px;
font-size:14px;
display:inline-block;
margin-bottom:18px;
}

.inspire-title{
font-size:34px;
display:flex;
align-items:center;
gap:10px;
}

.title-icon{
width:35px;
}

.inspire-subtitle{
margin-top:15px;
font-size:17px;
font-style:italic;
color:#d6d6d6;
}

.inspire-description{
margin-top:10px;
line-height:1.6;
color:#a8a8a8;
}

.inspire-btn{
margin-top:25px;
padding:12px 22px;
border:none;
background:white;
color:black;
border-radius:25px;
font-weight:bold;
cursor:pointer;
}

.inspire-right img{
width:420px;
}


/* MODULES SECTION */

.modules-section{
padding:80px 0;
color:white;
}

.modules-container{
width:90%;
max-width:1200px;
margin:auto;
}

.modules-label{
font-size:1rem;
font-weight:700;
letter-spacing:2px;
background:linear-gradient(90deg,#5eead4,#2bd4d1);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.modules-intro{
max-width:650px;
color:#a6b3c2;
margin:20px 0 40px;
}

.modules-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.module-card{
background:linear-gradient(135deg,#3a4c642d,#0f1724);
border-radius:10px;
padding:25px;
border:1px solid rgba(149,163,187,0.35);
transition:0.3s;
}

.module-card:hover{
transform:translateY(-5px);
border:1px solid rgba(120,170,255,0.7);
box-shadow:0 8px 25px rgba(0,120,255,0.15);
}

.module-title{
display:flex;
align-items:center;
gap:10px;
margin-bottom:12px;
}

.module-title img{
width:38px;
}

.module-card p{
font-size:14px;
color:#9fb0c2;
}
.inspire-design-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 26px;
  border-radius:40px;
  border:none;
  background:linear-gradient(180deg,#f3f6f7,#d7dee1);
  font-size:14px;
  font-weight:500;
  color:#1a1a1a;
  cursor:pointer;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

.play-icon{
  display:block;
}

/* EDUCATE SECTION */

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

.educate-container{
width:90%;
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:80px;
}

.educate-left{
max-width:420px;
color:white;
}

.educate-title{
font-size:28px;
margin-bottom:15px;
}

.educate-text{
color:#a6b3c2;
line-height:1.6;
margin-bottom:25px;
}

.educate-btn{
background:white;
color:black;
border:none;
padding:10px 18px;
border-radius:20px;
cursor:pointer;
font-weight:600;
}

.educate-right img{
width:500px;
height:auto;
}
.footer-link-active {
  color: rgba(255,255,255,0.92) !important;
}