.career-section-intro {
    padding: 50px 20px 20px 20px;
    border-radius: 20px;
    margin-bottom: 60px;
    max-width: 1300px;
    margin: auto;
}


.career-intro-content h2 {
    font-size: 2.8em;
    color: #62d6e5;
    margin-bottom: 20px;
}

.career-intro-content p {
    font-size: 1.2em;
    color: #ccc;

}


.career-campus-section {
    padding: 20px;
    border-radius: 16px;
    padding: 20px 20px 50px 20px;
    max-width: 1300px;
    margin: auto;

}

.campus-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.campus-text {
    flex: 1 1 50%;
}

.campus-text ul li i {
    color: #00f0ff;
    margin-right: 10px;
    font-size: 18px;
}
@media (max-width:768px) {
    .career-intro-content p {
        font-size: 14px;
    }
    .campus-text ul{
        font-size: 14px !important;
        padding-left: 0;
    }

    
}
.campus-text h2 {
    color: #62d6e5;
    font-size: 2em;
    margin-bottom: 20px;
}

.campus-text ul {
    padding-left: 20px;
    font-size: 1.1em;
    color: white;
    line-height: 1.6;
}

.campus-text ul li {
    list-style: none
}

.campus-image {
    flex: 1 1 40%;
}

.campus-image img {
    width: 100%;
    border-radius: 16px;
}

.career-internship-section {

    padding: 80px 20px 50px 20px;
    border-radius: 20px;
}

.internship-title {
    text-align: center;
    font-size: 2.6em;
    color: white;
    margin-bottom: 40px;
    
}

.internship-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.intern-card {

    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    width: 400px;
    text-align: center;
}

.intern-card h3 {
    font-size: 1.5em;
    color: #62d6e5;
    margin-bottom: 10px;
}

.career-support-section {
    padding: 60px 10%;
    overflow: hidden;
}

.support-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.support-image img {
    max-width: 400px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    animation: fadeInLeft 1s ease-out forwards;
}

.support-content {
    flex: 1;
    min-width: 300px;
}

.support-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #62d6e5;
    animation: fadeInUp 0.8s ease-out forwards;
}

.support-timeline .timeline-step {
    margin-bottom: 15px;
    padding: 5px 7px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

.support-timeline .timeline-step i {
    color: #00f0ff;
    margin-right: 10px;
    font-size: 18px;

}

.support-timeline .timeline-step:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.support-timeline .timeline-step:nth-child(1) {
    animation-delay: 0.2s;
}

.support-timeline .timeline-step:nth-child(2) {
    animation-delay: 0.4s;
}

.support-timeline .timeline-step:nth-child(3) {
    animation-delay: 0.6s;
}

.support-timeline .timeline-step:nth-child(4) {
    animation-delay: 0.8s;
}

.support-timeline .timeline-step:nth-child(5) {
    animation-delay: 1s;
}

.support-timeline .timeline-step:nth-child(6) {
    animation-delay: 1.2s;
}

.support-timeline .timeline-step:nth-child(7) {
    animation-delay: 1.4s;
}

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

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

/* Responsive */
@media (max-width: 768px) {

    .support-container {
        flex-direction: column;

    }

    .support-title {
        font-size: 22px;
        font-weight: 700;
    }
    .support-timeline .timeline-step{
        font-size: 14px;
    }

    .career-support-section{
        padding: 10px 20px;
    }
    .internship-title {
        text-align: start;
        font-size: 22px;
        font-weight: 700;
    }

    .intern-card {
        text-align: left;
        padding: 5px;
    }

    .campus-text h2 {
        font-size: 22px;
        font-weight: 700;
    }

    .support-image img {
        width: 100%;
        margin-bottom: 20px;
    }
    .career-internship-section{
        padding: 30px 20px 1px 20px;
    }

    .career-campus-section {
        padding: 10px;
    }
    .intern-card h3{
        font-size: 18px;
    }
    .internship-cards{
        gap: 10px;
    }
}
.xform__section{
    justify-items: center;
    margin: 30px 0;
}
.xform__wrapper {
    
    padding: 60px 50px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
    width: 100%;
    max-width: 700px;
    /* Desktop width */
    box-sizing: border-box;
}

.xform__title {
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: bold;
}

.xform__subtitle {
    margin-bottom: 35px;
    color: #ccc;
    font-size: 16px;
}

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

.xform__input,
.xform__textarea {
    background: #222;
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    width: 100%;
}

.xform__input::placeholder,
.xform__textarea::placeholder {
    color: #aaa;
}

.xform__input:focus,
.xform__textarea:focus {
    box-shadow: 0 0 10px rgba(182, 102, 255, 0.6);
    background-color: #262626;
}

.xform__textarea {
    resize: none;
    height: 140px;
}

.xform__checkbox-wrap {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    color: #ccc;
}

.xform__checkbox {
    width: 18px;
    height: 18px;
    accent-color: #b666ff;
}

.xform__submit {
    background: linear-gradient(135deg, #62D6E5, #62D6E5);
    border: none;
    padding: 16px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 6px 20px rgba(182, 102, 255, 0.4);
}

.xform__submit:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(182, 102, 255, 0.5);
}
.xform__input,
.xform__textarea,
.xform__form select {
  background: #222;
  border: none;
  border-radius: 12px;
  padding: 16px 20px;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  width: 100%;
  appearance: none;
}

.xform__form select:focus {
  box-shadow: 0 0 10px rgba(182, 102, 255, 0.6);
  background-color: #262626;
}

@media (max-width:768px) {
    .xform__wrapper{
        padding: 15px;
    }
    
}