.main-heading{font-size:1.8em;font-weight:600;text-align:center}.bg-image{background-size:cover;background-position:50%}.container1{background:transparent;color:white;text-align:center;padding:80px 120px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.2)}.container1 h2{font-size:2.5rem;font-weight:700;margin-bottom:10px}.quote{font-size:xxx-large;font-weight:100;text-align:center;font-style:italic}.container1 p{font-size:1.3rem;color:#b3b3b3;margin-bottom:20px}.input-group{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.input-group input{background:transparent;padding:12px;border-radius:8px;outline:none;flex:1;min-width:200px;max-width:400px;border:1px solid #041922}.input-group button{padding:12px 20px;color:white;border-radius:8px;font-weight:700;cursor:pointer;transition:.3s;border:1px solid rgb(32,7,7)}.input-group button:hover{background:#64121234}.image-text{color:whiter;font-size:1.2em;font-weight:700;margin-bottom:10px;margin-top:2rem}.vdocontain{display:flex;align-items:center;justify-content:start;gap:10px}@media (max-width:768px){.container1{padding:20px}.container1 h2{font-size:1.5rem}.container1 p{font-size:.9rem}}@media (max-width:480px){.main-heading{font-size:1.5em;font-weight:600;text-align:center}.input-group{flex-direction:column}.input-group button,.input-group input{width:100%}.container1 h2{font-size:1.1rem}}.profileSection{padding:40px;max-width:1200px;background-color:#040708;margin:0 auto 20px}.profileContainer{display:flex;align-items:center;margin:20px 0;padding:20px;border:1px solid #ddd;border-radius:10px;background-color:#f9f9f9}.profileImage{width:150px;height:150px;object-fit:cover;border-radius:50%;margin-right:20px}.profileInfo{flex:1}.profileInfo h2{margin:0;font-size:24px;color:#333}.profileInfo p{font-size:18px;color:#666}.profileInfo blockquote{font-style:italic;color:#555;margin:10px 0}.knowMore{display:inline-block;padding:10px 20px;background-color:#007bff;color:white;text-decoration:none;border-radius:5px;margin-top:10px}.knowMore:hover{background-color:#0056b3}.section-title{text-align:center;font-size:2.5rem;color:#d1cfcf;margin-top:50px;margin-bottom:40px}.team-container{background-color:black;color:white;text-align:center}.section-title{font-size:18px;font-weight:700;margin-bottom:2rem}.profiles-grid{display:grid;grid-template-columns:1fr;gap:20px;justify-content:center}.profile-card{background-color:black;padding:20px;border:1px solid #360e0c;border-radius:15px;box-shadow:0 4px 8px rgba(185,91,91,.1);transition:transform .3s ease-in-out}.profile-card:hover{transform:scale(1.05)}.profile-image{width:80px;height:80px;border-radius:50%;margin:0 auto 10px;display:block}.profile-name{font-size:18px;font-weight:700}.profile-position{color:#bbb}.profile-position,.profile-quote{font-size:14px;margin-bottom:10px}.profile-quote{font-style:italic;color:#ccc}@media (min-width:600px){.profiles-grid{grid-template-columns:repeat(2,1fr)}.profile-image{width:100px;height:100px}.profile-name{font-size:20px}}@media (min-width:1024px){.profiles-grid{grid-template-columns:repeat(3,1fr)}.profile-image{width:120px;height:120px}.profile-name{font-size:22px}.section-title{font-size:28px;padding-bottom:3rem}}.stepper-wrapper{padding-top:2rem;padding-bottom:4rem;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:800px;margin:20px auto;position:relative}.stepper-item{flex:1}.stepper-inner,.stepper-item{position:relative;display:flex;justify-content:center;align-items:center}.stepper-inner{width:10vw;height:10vw;max-width:120px;max-height:120px;border-radius:50%;background:#1e293b;padding:5px}.step-counter{display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-radius:50%;background:#111827;color:white;font-size:1.2vw;text-align:center}.stepper-item:not(:last-child):after{content:"→";position:absolute;right:-15%;font-size:2vw;color:#ccc}.stepper-item.completed:after{color:#4bb543}.stepper-item.completed .step-counter{background-color:#4bb543}@media (max-width:768px){.stepper-wrapper{width:90%}.stepper-inner{width:15vw;height:15vw}.step-counter{font-size:2vw}.stepper-item:not(:last-child):after{font-size:3vw;right:-12%}}@media (max-width:480px){.stepper-wrapper{padding-top:1rem;padding-bottom:1rem;flex-direction:column;align-items:center}.stepper-item{flex-direction:row;width:100%;justify-content:center}.stepper-inner{width:20vw;height:20vw}.step-counter{font-size:3vw}.stepper-item:not(:last-child):after{content:"↓";position:absolute;top:120%;right:50%;transform:translateX(50%)}}