@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

* {
    box-sizing: border-box;
}

.coursesTag {
    color: #042c5a !important;
}

.coursesTagWhite {
    color: white;
}

.courseAncerTag {
    text-decoration: none;
    color: white;
}

.btn-mentor {
    background: linear-gradient(to right, rgb(26, 58, 107), #048ECF);
    padding: 12px 18px;
}

.maincontacsec {
    background: linear-gradient(to bottom, rgb(136, 156, 185), white);

    /* background: linear-gradient(to top, rgb(26, 58, 107), #048ECF); */
}

.gradient-text1 {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, rgb(136, 156, 185), white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.gradient-slider-heading {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, rgb(26, 58, 107), #048ECF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-onlincourse-heading {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, rgb(136, 156, 185), white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.skill-arrow-card {
    background: #0A2D55;
    color: white;
    padding: 16px 24px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 10px;
}

.skill-arrow-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background: #09427A;
}

.arrow-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    color: #FFD700;
}

.skill-arrow-card:hover .arrow-icon {
    transform: translateX(5px);
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

.tsl-container {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.tsl-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    padding: 60px 20px;
    background-image:
        radial-gradient(at 40% 20%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 0%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 0%, rgb(26, 58, 107) 0px, transparent 50%);
    background-repeat: no-repeat;
}

.about-catalyst-section {
    background-image:
        radial-gradient(at 40% 20%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 0%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 0%, rgb(26, 58, 107) 0px, transparent 50%) !important;
    background-repeat: no-repeat;
}

.tsl-main {
    width: 800px;
}

.tsl-heading {
    text-align: center;
    font-size: clamp(2rem, 4vw, 2.6rem);
    color: #fff;
    margin-bottom: 70px;
}

.tsl-slider-container {
    width: 100%;
    overflow: hidden;
}

.tsl-slide-track {
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

.tsl-slide {
    position: relative;
    width: 800px;
    height: 400px;
}

.tsl-image-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.tsl-image {
    height: 100%;
    width: 320px;
    border-radius: 10px;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.tsl-text-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    height: 270px;
    color: #4d4352;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 45px;
    z-index: 2;
    user-select: none;
}

.tsl-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.tsl-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 35px;
    color: #4d4352;
}

.tsl-company {
    margin: 0;
}

.tsl-indicators {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.tsl-indicator {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.tsl-indicator.active {
    width: 30px;
}

@media (max-width: 850px) {
    .tsl-main {
        width: 500px;
    }

    .tsl-slide-track {
        width: 2000px;
    }

    .tsl-slide {
        width: 500px;
        height: 250px;
    }

    .tsl-image {
        width: 200px;
    }

    .tsl-text-box {
        width: 320px;
        height: 200px;
        padding: 20px;
    }

    .tsl-text {
        font-size: 0.9rem;
    }

    .tsl-name {
        font-size: 1.2rem;
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    .tsl-main {
        width: 300px;
    }

    .tsl-slide-track {
        width: 1200px;
    }

    .tsl-slide {
        width: 500px;
        height: 300px;
    }

    .tsl-image-box {
        top: 60%;
        height: 100px;
        z-index: 5;
    }

    .tsl-image {
        width: 100px;
    }

    .tsl-text-box {
        width: 300px;
    }
}


/* online course */

.online-course-section {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(to right, #0d2a53, #0b2244);
    color: white;
}

.online-course-container {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
}

.custom-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.custom-text-block {
    flex: 1 1 500px;
}

.custom-heading {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
}

.custom-subheading {
    margin-top: 20px;
    color: #d2d2d2;
    font-size: 1.1rem;
    line-height: 1.6;
}

.custom-image {
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.features-wrapper {
    position: relative;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.line {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: white;
    z-index: 1;
}

.features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    z-index: 2;
}

.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    margin: 20px 10px;
    text-align: center;
    z-index: 2;
}

.diamond {
    width: 100px;
    height: 100px;
    background-color: #092f63;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
}

.icon-wrapper {
    transform: rotate(-45deg);
}

.icon {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.feature-title {
    margin-top: 15px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
}

/* ========== Responsive Media Queries ========== */

/* Tablets (768px to 1023px) */
@media (max-width: 1023px) {
    .custom-heading {
        font-size: 40px;
        text-align: center;
    }

    .custom-subheading {
        font-size: 1rem;
        text-align: center;
    }

    .custom-content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .custom-image {
        width: 100%;
        max-width: 400px;
        margin-top: 20px;
    }

    .features {
        flex-wrap: wrap;
        justify-content: center;
    }

    .line {
        display: none;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .container {
        /* padding: 40px 15px; */
    }

    .custom-heading {
        font-size: 32px;
    }

    .custom-subheading {
        font-size: 0.95rem;
    }

    .custom-image {
        width: 100%;
        max-width: 100%;
    }

    .feature-box {
        width: 140px;
    }

    .diamond {
        width: 80px;
        height: 80px;
    }

    .icon {
        width: 30px;
        height: 30px;
    }

    .feature-title {
        font-size: 0.9rem;
    }
}

/* Career aclaration */

.career-section-wrapper {
    background-color: #002c5f;
    padding: 50px 20px;
    position: relative;
    font-family: 'Segoe UI', sans-serif;
    overflow: hidden;
}

.career-heading-text {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.career-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.career-list-section {
    flex: 1 1 500px;
    max-width: 600px;
}

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

.career-list-items li {
    background-color: #fff;
    color: #000;
    padding: 14px 20px 14px 60px;
    margin-bottom: 18px;
    border-radius: 6px;
    font-weight: bold;
    position: relative;
    font-size: 1.1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.career-icon-circle {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0066cc;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-image-section {
    flex: 1 1 400px;
    max-width: 500px;
    text-align: center;
}

.career-display-image {
    width: 100%;
    border-radius: 6px;
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Dot pattern (bottom-right) */
.career-dot-pattern {
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 70px;
    height: 70px;
    background-image: radial-gradient(#fff 10%, transparent 11%);
    background-size: 10px 10px;
    background-repeat: repeat;
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
    .career-flex-container {
        flex-direction: column;
        align-items: center;
    }

    .career-heading-text {
        font-size: 1.9rem;
        margin-bottom: 30px;
    }

    .career-dot-pattern {
        width: 50px;
        height: 50px;
        background-size: 8px 8px;
    }
}

/* learner testimonials */

.learner-testimonials-wrapper {
    position: relative;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}

.learner-network-canvas {
    position: absolute;
    width: 300px;
    height: 300px;
    pointer-events: none;
    z-index: 0;
}

.learner-network-canvas.left {
    top: 0;
    left: 0;
}

.learner-network-canvas.right {
    top: 0;
    right: 0;
}

.learner-heading {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, rgb(26, 58, 107), #048ECF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.learner-subtitle {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

.learner-swiper {
    width: 100%;
    padding: 20px 0;
}

.learner-swiper-slide {
    background: linear-gradient(180deg, #0d2a53, #003366);
    border-radius: 20px;
    color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.learner-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-top: 10px;
    object-fit: cover; 
}


       /* fixed height */

.learner-card h3 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    color: #ffffff;
}

.learner-card p {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .learner-heading {
        font-size: 36px;
    }

    .learner-swiper-slide {
        max-width: 300px;
    }
}

@media (min-width: 1024px) {
    .learner-swiper-slide {
        max-width: 260px;
    }
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

/* 100dayofcode post */

.topost100day-section {
    background: url('./assets/image/100day.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px 20px;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
}

.topost100day-hero {
    text-align: center;
    margin-bottom: 50px;
}

.topost100day-hero h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.topost100day-hero p {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.topost100day-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.topost100day-card {
    background: #fff;
    color: #000;
    width: 260px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.topost100day-card:hover {
    transform: scale(1.03);
}

.topost100day-card img {
    width: 100%;
    height: auto;
    display: block;
}

.topost100day-content {
    padding: 15px;
}

.topost100day-content h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.topost100day-content p {
    font-size: 14px;
    line-height: 1.4;
}

/* Alternate height stagger effect */
.topost100day-card:nth-child(odd) {
    margin-top: 0;
}

.topost100day-card:nth-child(even) {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .topost100day-cards {
        flex-direction: column;
        align-items: center;
    }

    .topost100day-card {
        width: 90%;
        margin-top: 0 !important;
    }

    .topost100day-hero h1 {
        font-size: 30px;
    }

    .topost100day-hero p {
        font-size: 16px;
    }
}

/* get in touch */

section.catalyst-section {
    background-image:
        radial-gradient(at 40% 20%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 0%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 0%, rgb(26, 58, 107) 0px, transparent 50%);
    background-repeat: no-repeat;
    padding: 40px 10px;
    color: white;
}

.catalyst-container {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 0 auto 32px auto;
    max-width: 1150px;
    flex-wrap: wrap;
}

.catalyst-left,
.catalyst-right {
    flex: 1 1 500px;

}

.catalyst-right {
    /* #00367D; */
    background: radial-gradient(at 40% 20%, rgb(8, 127, 189) 0px, transparent 50%);
    background: radial-gradient(at 40% 20%, rgb(26, 58, 107) 0px, transparent 100%);

    padding: 30px !important;
}

.catalyst-left {

    padding: 10px !important;
}

.catalyst-course-card {
    display: flex;
    background: white;
    color: #00367D;
    margin-top: 20px;
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.catalyst-date {
    background: #00367D;
    color: white;
    padding: 10px;
    text-align: center;
    min-width: 60px;
}

.catalyst-date span {
    display: block;
    font-size: 20px;
}

.catalyst-date strong {
    font-size: 30px;
}

.catalyst-course-info {
    padding: 10px;
}

.catalyst-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.catalyst-form .catalyst-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;

}

.catalyst-form input,
.catalyst-form textarea {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 30px;

}

.catalyst-form textarea {
    resize: vertical;
    min-height: 120px;
}

.catalyst-form button {
    background: linear-gradient(to right, rgb(26, 58, 107), #048ECF);
    color: white;
    padding: 10px;
    margin-top: 30px;

    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.catalyst-form button:hover {
    background: linear-gradient(to right, rgb(26, 58, 107), #048ECF);
}

.getintouch {
    font-size: 40px;
}

/* Responsive tweaks */
@media (max-width: 900px) {
    .catalyst-container {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .catalyst-left,
    .catalyst-right {
        min-width: 0;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }
}

@media (max-width: 600px) {
    .catalyst-section {
        /* padding-left: 30px !important;
        padding-right: 30px !important; */
        padding: 50px !important;
    }

    .catalyst-left,
    .catalyst-right {
        padding: 100 !important;
        margin: 0 auto !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .catalyst-section,
    .catalyst-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }
}

/* slider TOp */


.mentor-section {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-image:
        radial-gradient(at 40% 20%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 0%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(26, 114, 168) 0px, transparent 50%),
        radial-gradient(at 80% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 0%, rgb(26, 58, 107) 0px, transparent 50%);
    background-repeat: no-repeat;
    color: white;
    overflow-x: hidden;
}

.mentor-hero {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 20px;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.mentor-left-content {
    max-width: 800px;
    z-index: 1;
}

.mentor-left-content h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.mentor-left-content p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.mentor-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.mentor-buttons button {
    background-color: white;
    color: #003366;
    border: none;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    min-width: 160px;
    
}

.mentor-buttons button:hover {
    background-color: #dbeeff;
}

.mentor-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mentor-tags span {
    background-color: white;
    color: #003366;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
}

.mentor-right-circles {
    position: relative;
    width: 350px;
    height: 500px;
    flex-shrink: 0;
}

.mentor-circle {
    position: absolute;
    border-radius: 50%;
    border: 3px solid white;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    animation: mentor-float 6s ease-in-out infinite alternate;
}

@keyframes mentor-float {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-30px);
    }
}

@media screen and (max-width: 768px) {
    .mentor-right-circles {
        display: none;
    }

    .mentor-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .mentor-left-content h1 {
        font-size: 28px;
    }

    .mentor-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .mentor-buttons button {
        width: 100%;
        min-width: 90vw;
    }
      
}

.trust-line {
    font-size: 14px;
    margin-top: 20px;
    font-style: italic;
    color: #d2dff6;
}

/* Responsive YouTube iframe */
.responsive-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* mentor section in about us page */
.mentorcardsection {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(to bottom right, #e0f1ff, #d2e0ea);
}

.mentors-section {
    padding: 60px 20px;
    max-width: 1300px;
    margin: auto;
}

.mentors-header {
    text-align: center;
    margin-bottom: 50px;
}

.mentors-header h2 {
    font-size: 36px;
    color: #023059;
    margin-bottom: 10px;
}

.mentors-header p {
    font-size: 16px;
    color: #444;
    max-width: 750px;
    margin: 0 auto;
}

.mentor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.mentor-card {
    position: relative;
    padding: 10px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.mentor-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.mentor-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(2, 48, 89, 0.92);
    border-radius: 8px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    text-align: center;
}

.mentor-card:hover .mentor-overlay {
    opacity: 1;
}

.mentor-overlay h3 {
    margin: 10px 0 5px;
    font-size: 20px;
}

.mentor-overlay p {
    font-size: 15px;
    margin-bottom: 15px;
}

.mentor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.mentor-actions .action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: transparent;
    border: 1px solid white;
    border-radius: 6px;
    padding: 6px 10px;
    transition: 0.3s ease;
}

.mentor-actions .action-btn:hover {
    background: #ffd700;
    color: #000;
    border-color: #ffd700;
}

.action-btn i {
    font-size: 14px;
}

@media (max-width: 768px) {
    .mentors-header h2 {
        font-size: 28px;
    }

    .mentors-header p {
        font-size: 15px;
    }
}


/* about story vision mission */

:root {
    --green: rgb(26, 58, 107);
    --dark: rgb(26, 58, 107);
    --light: #f5f5f5;
}

.cp-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    font-family: Arial, sans-serif;
    color: #333;
}

/* Welcome Section */
.cp-welcome {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.cp-welcome-text {
    flex: 1 1 400px;
}

.cp-welcome-text h2 {
    color: var(--green);
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.cp-story-box {
    background: var(--light);
    padding: 20px;
    border-left: 4px solid var(--green);
    border-radius: 5px;
}

.cp-welcome-image {
    flex: 1 1 400px;
}

.cp-welcome-image img {
    width: 100%;
    border-radius: 8px;
}

/* Mission Section */
.cp-mission {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.cp-mission img {
    flex: 1 1 400px;
    width: 100%;
    border-radius: 8px;
}

.cp-mission-text {
    flex: 1 1 400px;
}

.cp-mission-text h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.cp-mission-text button {
    background-color: var(--green);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

/* Tab Buttons */
.cp-info-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 40px auto 20px;
}

.cp-tab-button {
    background-color: var(--dark);
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
}

.cp-tab-button.active,
.cp-tab-button:hover {
    background-color: var(--green);
}

/* Tab Content */
.cp-tab-content {
    background: white;
    padding: 25px 20px;
    border-radius: 8px;
    display: none;
    text-align: left;
}

.cp-tab-content.active {
    display: block;
}

.cp-tab-content h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.cp-tab-content img {
    float: left;
    width: 200px;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .cp-welcome,
    .cp-mission {
        flex-direction: column;
        text-align: center;
    }

    .cp-welcome-text,
    .cp-mission-text {
        padding: 0;
    }

    .cp-tab-content img {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
}

@media (max-width: 600px) {
    .cp-tab-button {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .cp-welcome-text h2,
    .cp-mission-text h3,
    .cp-tab-content h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .aboutcatalystprogrammers-header h1 {
        font-size: 28px;
    }

    .aboutcatalystprogrammers-cards {
        flex-direction: column;
    }

    .aboutcatalystprogrammers-promo-banner {
        flex-direction: column;
        text-align: center;
    }

    .aboutcatalystprogrammers-promo-content h1 {
        font-size: 28px;
    }

    .aboutcatalystprogrammers-promo-content h2 {
        font-size: 18px;
    }
}

.cp-mission {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.cp-mission-image {
    flex: 1 1 400px;
    max-width: 500px;
}

.cp-mission-image img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.cp-mission-text {
    flex: 1 1 400px;
}

@media (max-width: 992px) {
    .cp-mission {
        flex-direction: column;
        text-align: center;
    }

    .cp-mission-image,
    .cp-mission-text {
        max-width: 100%;
    }
}


/* about us */

.aboutcatalystprogrammers-header-main {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    background-image:
        radial-gradient(at 40% 20%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 0%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 0%, rgb(26, 58, 107) 0px, transparent 50%);
    background-repeat: no-repeat;
    color: #222;
}

.aboutcatalystprogrammers-header {
    /* background: linear-gradient(to right, #003366, #0059b3); */
    background-image:
        radial-gradient(at 40% 20%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 0%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 0%, rgb(26, 58, 107) 0px, transparent 50%);
    background-repeat: no-repeat;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.aboutcatalystprogrammers-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.aboutcatalystprogrammers-header p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}

.aboutcatalystprogrammers-section {
    padding: 60px 20px;
    max-width: 1100px;
    margin: auto;
}

.aboutcatalystprogrammers-section h2 {
    font-size: 28px;
    color: #003366;
    margin-bottom: 20px;
}

.aboutcatalystprogrammers-section p {
    font-size: 17px;
    margin-bottom: 20px;
}

.aboutcatalystprogrammers-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.aboutcatalystprogrammers-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1 1 300px;
}

.aboutcatalystprogrammers-card h3 {
    margin-top: 0;
    color: #0059b3;
}

.aboutcatalystprogrammers-mentor-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.aboutcatalystprogrammers-cta {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

.aboutcatalystprogrammers-cta h2 {
    margin-bottom: 20px;
    font-size: 28px;
}

.aboutcatalystprogrammers-cta a {
    display: inline-block;
    background: #ffffff;
    color: #003366;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    margin: 10px;
}

.aboutcatalystprogrammers-promo-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 20px;
    background-image:
        radial-gradient(at 40% 20%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 0%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(255, 255, 255) 0px, transparent 50%),
        radial-gradient(at 80% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 0%, rgb(26, 58, 107) 0px, transparent 50%);
    background-repeat: no-repeat;
    flex-wrap: wrap;
}

.aboutcatalystprogrammers-promo-banner img {
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
}

.aboutcatalystprogrammers-promo-content {
    max-width: 600px;
    padding: 20px;
}

.aboutcatalystprogrammers-promo-content h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
}

.aboutcatalystprogrammers-promo-content h2 {
    font-size: 22px;
    color: orange;
    margin: 10px 0;
    font-weight: bold;
}

.aboutcatalystprogrammers-promo-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}

.aboutcatalystprogrammers-btn {
    background-color: #ff6600 !important;
    color: white !important;
    padding: 12px 28px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.aboutcatalystprogrammers-btn:hover {
    background-color: #002c5f !important;
    color: white !important;
    padding: 12px 28px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}


.cpi-reg-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f6fa;
    min-height: 100vh;
    padding: 32px 8px 48px 8px;
}

.cpi-reg-banner {
    display: flex;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 16px;
}

.cpi-reg-banner-inner {
    max-width: 600px;
    width: 100%;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.cpi-reg-form-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    border: 1px solid #e0eafc;
    padding: 32px 24px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.cpi-reg-checkbox-list {
    background: #fafdff;
    border: 1.5px solid #b6c6e3;
    border-radius: 10px;
    padding: 12px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    width: 100%;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
}

.cpi-reg-checkbox-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #222;
    padding: 4px 0;
}

@media (max-width: 600px) {

    .cpi-reg-form-card,
    .cpi-reg-banner-inner {
        max-width: 100%;
        padding: 16px 4vw;
        border-radius: 0;
    }

    .cpi-reg-section {
        padding: 8px 0 24px 0;
    }

    .cpi-reg-checkbox-list {
        grid-template-columns: 1fr;
        padding: 10px 2vw;
        gap: 8px;
    }
}

.cpi-reg-title {
    text-align: center;
    color: #084298;
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cpi-reg-desc {
    text-align: center;
    color: #555;
    margin-bottom: 18px;
    font-size: 1.05rem;
}

.cpi-reg-form-group {
    margin-bottom: 22px;
    position: relative;
}

.cpi-reg-label {
    position: absolute;
    top: 12px;
    left: 16px;
    color: #888;
    background: #fff;
    padding: 0 4px;
    font-size: 1rem;
    pointer-events: none;
    transition: 0.2s;
    z-index: 2;
}

.cpi-reg-input,
.cpi-reg-textarea,
.cpi-reg-file,
.cpi-reg-date {
    width: 100%;
    padding: 18px 14px 10px 14px;
    border: 1.5px solid #b6c6e3;
    border-radius: 10px;
    font-size: 1rem;
    outline: none;
    background: #fafdff;
    transition: border 0.2s;
    position: relative;
    z-index: 1;
}

.cpi-reg-input:focus,
.cpi-reg-textarea:focus,
.cpi-reg-date:focus {
    border-color: #0d6efd;
}

.cpi-reg-input:focus+.cpi-reg-label,
.cpi-reg-input:not(:placeholder-shown)+.cpi-reg-label,
.cpi-reg-textarea:focus+.cpi-reg-label,
.cpi-reg-textarea:not(:placeholder-shown)+.cpi-reg-label,
.cpi-reg-date:focus+.cpi-reg-label,
.cpi-reg-date:not(:placeholder-shown)+.cpi-reg-label {
    top: -12px;
    left: 10px;
    color: #084298;
    font-size: 0.92rem;
    background: #fff;
    padding: 0 6px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(8, 66, 152, 0.03);
}

.cpi-reg-checkbox {
    accent-color: #0d6efd;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1.5px solid #b6c6e3;
}

.cpi-reg-qr-section {
    text-align: center;
    margin-bottom: 22px;
    background: #fafdff;
    border: 1.5px solid #e0eafc;
    border-radius: 14px;
    padding: 18px 0 10px 0;
    box-shadow: 0 2px 8px rgba(8, 66, 152, 0.04);
}

.cpi-reg-qr-label {
    color: #084298;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    font-size: 1.08rem;
}

.cpi-reg-qr-img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 12px;
    border: 1.5px solid #e0eafc;
    background: #fff;
    margin-bottom: 8px;
}

.cpi-reg-btn-submit {
    width: 100%;
    background: linear-gradient(90deg, #084298 0%, #0d6efd 100%);
    color: #fff;
    border: none;
    padding: 14px 0;
    border-radius: 10px;
    font-size: 1.13rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(8, 66, 152, 0.08);
    transition: background 0.2s, box-shadow 0.2s;
    margin-top: 10px;
}

.cpi-reg-btn-submit:hover {
    background: linear-gradient(90deg, #0d6efd 0%, #084298 100%);
    box-shadow: 0 4px 16px rgba(8, 66, 152, 0.13);
}

.contact-container {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin: 0 auto 32px auto;
    max-width: 1300px;
    flex-wrap: wrap;
}

.contact-form,
.contact-info {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    padding: 32px 24px;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    min-width: 300px;
}

.cpi-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cpi-card h4 {
    margin-bottom: 15px;
    color: #084298;
}

.form-group {
    margin-bottom: 15px;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

button {
    background: #084298;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}

button:hover {
    background: #052c65;
}

.info-group {
    margin-top: 15px;
}

.contact-info {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(8, 66, 152, 0.1);
    transition: all 0.3s ease;
}

.contact-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(8, 66, 152, 0.1);
}

.contact-info h4 {
    color: #084298;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
}

.contact-info h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #084298, #0d6efd);
    border-radius: 3px;
}

.contact-info p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.info-group {
    background: rgba(8, 66, 152, 0.03);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.info-group:hover {
    background: rgba(8, 66, 152, 0.05);
    transform: translateX(5px);
}

.info-group p {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.info-group strong {
    color: #084298;
    font-size: 1.1rem;
}

.info-group a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-group a:hover {
    color: #0d6efd !important;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;

}

.social-links a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #084298, #0d6efd);
    opacity: 1;
    transition: opacity 0.3s ease;

}

.social-links a:hover::before {
    opacity: 1;
}

.social-links a i {
    font-size: 1.5rem;
    color: #c1d5f1;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.social-links a:hover i {
    color: white;
}

.social-links .facebook {
    background: rgba(66, 103, 178, 0.1);
}

.social-links .twitter {
    background: rgba(29, 161, 242, 0.1);
}

.social-links .linkedin {
    background: rgba(0, 119, 181, 0.1);
}

.social-links .instagram {
    background: linear-gradient(45deg, rgba(405, 0, 129, 0.1), rgba(225, 48, 108, 0.1));
}

.social-links .facebook:hover {
    background: #4267B2;
}

.social-links .twitter:hover {
    background: #1DA1F2;
}

.social-links .linkedin:hover {
    background: #0077B5;
}

.social-links .instagram:hover {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

@media (max-width: 768px) {
    .contact-container {
        padding: 10px;
    }

    .contact-form,
    .contact-info {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .cpi-card {
        width: 100%;
        max-width: 100%;
    }

    .contact-info {
        margin-top: 20px;
    }
}

.contact-form {
    position: relative;
    overflow: hidden;
}

.contact-form .location-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-form h4 {
    color: #084298;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 10px;
}

.contact-form h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #084298, #0d6efd);
    border-radius: 3px;
}

.contact-form .location-details {
    background: rgba(8, 66, 152, 0.03);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.contact-form .info-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #555;
}

.contact-form .info-item i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #084298;
    color: white;
    border-radius: 50%;
    font-size: 1rem;
}

.contact-form .btn {
    background: #084298;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.contact-form .btn:hover {
    background: #0d6efd;
    transform: translateY(-2px);
}

.contact-form .btn i {
    font-size: 1rem;
}

.contact-form .btn-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.map-section {
    margin: 40px auto;
    max-width: 1200px;
    padding: 20px;
}

.map-container {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(0.2) contrast(1.1);
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.map-info {
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.map-info h3 {
    color: #084298;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.map-info p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .map-container {
        height: 300px;
    }
}

@media (max-width: 950px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .contact-form,
    .contact-info {
        max-width: 100%;
        width: 100%;
    }
}

.bottom-banner {
    background-image:
        radial-gradient(at 40% 20%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 0%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 50%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 50%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 80% 100%, rgb(26, 58, 107) 0px, transparent 50%),
        radial-gradient(at 0% 0%, rgb(26, 58, 107) 0px, transparent 50%);
    background-repeat: no-repeat;
    color: white;
    margin-top: 60px;
    padding: 40px 20px;
    /* border-radius: 0px; */

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

    text-align: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.bottom-banner h3,
.bottom-banner h2 {
    word-break: break-word;
}

.bottom-banner span {
    background: white;
    color: #000;
    border-radius: 20px;
    padding: 8px 14px;
    margin: 4px;
    display: inline-block;
    font-size: 14px;
}

.bottom-banner button {
    margin-top: 20px;
    background: #ffc107;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.glassy-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.glassy-tag {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    padding: 12px 26px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .bottom-banner {
        padding: 20px 5px;
        border-radius: 16px;
    }

    .glassy-tag {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
}

.form-section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    max-width: 1100px;
    margin: 0 auto 32px auto;
    padding: 32px 24px;
}

.form-section form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.form-section textarea {
    grid-column: 1 / 4;
}

.form-footer {
    grid-column: 3 / 4;
    text-align: right;
}

@media (max-width: 900px) {
    .form-section form {
        grid-template-columns: 1fr;
    }

    .form-section textarea,
    .form-footer {
        grid-column: 1 / 2;
    }
}

@media (max-width: 600px) {
    .form-section {
        padding: 16px 4vw;
        border-radius: 10px;
    }

    .contact-form,
    .contact-info {
        padding: 18px 4vw;
        border-radius: 10px;
    }
}

.arc-section {
    position: relative;
    text-align: center;
    padding: 0 20px 100px;
    /* Removed top padding */
    overflow: hidden;
}

.features-arc {
    position: relative;
    width: 800px;
    height: 420px;
    margin: 0 auto 20px;
}

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

.arc-line path {
    stroke: #ccc;
    stroke-width: 2;
    stroke-dasharray: 5, 5;
    fill: none;
}

.feature {
    position: absolute;
    width: 110px;
    padding: 12px;
    background: linear-gradient(to bottom right, #ffffff, #eaeaea);
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%) rotateX(10deg) rotateY(10deg);
    z-index: 2;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

.feature:hover {
    transform: translate(-50%, -50%) scale(1.05) rotateX(0deg) rotateY(0deg);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.feature img {
    width: 50px;
    margin-bottom: 6px;
    border-radius: 12px;
    background: linear-gradient(to bottom right, #ffffff, #dcdcdc);
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.6),
        0 4px 8px rgba(0, 0, 0, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotateX(10deg) rotateY(10deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
}

.feature:hover img {
    transform: rotateX(0deg) rotateY(0deg) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.center-box {
    background-color: white;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.center-box img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.tagline {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.4;
    color: #333;
}

/* Top arc line above logo */
.top-arc {
    position: absolute;
    top: 430px;
    /* Positioned right above logo */
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 768px) {
    .features-arc {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .feature {
        position: static;
        transform: none;
    }

    svg.arc-line,
    svg.top-arc {
        display: none;
    }
}

/* about section student meeting start */
.meeting-highlight-section {
    position: relative;
    background: linear-gradient(to bottom, #8cabca, #DFEFFD);
    background-repeat: no-repeat;
    color: #00367D;
    padding: 80px 30px;
    text-align: center;
}

.meeting-highlight-section h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.meeting-highlight-section p {
    font-size: 18px;
    max-width: 700px;
    margin: auto;
    opacity: 0.95;
}

.meeting-floating-card {
    background-color: white;
    color: #222;
    max-width: 900px;
    margin: 40px auto 0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.meeting-floating-card img {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.meeting-floating-card-content {
    flex: 1;
    padding: 30px;
    background-color: #fff;
}

.meeting-floating-card-content h2 {
    font-size: 26px;
    color: #003366;
    margin-bottom: 10px;
}

.meeting-floating-card-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.meeting-floating-card-content a {
    display: inline-block;
    margin-top: 20px;
    background-color: #003366;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
}

.meeting-floating-card-content a:hover {
    background-color: #0059b3;
}

@media (max-width: 768px) {
    .meeting-floating-card {
        flex-direction: column;
    }

    .meeting-highlight-section h1 {
        font-size: 24px;
    }

    .meeting-floating-card-content h2 {
        font-size: 20px;
    }
}

/* about section student meeting end */
/* about section youtube  start */

.catalystprogrammers-youtube-section {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: white;
    color: #224170;
}

.catalystprogrammers-youtube-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.catalystprogrammers-youtube-heading {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #224170;
}

.catalystprogrammers-youtube-subheading {
    font-size: 1.1rem;
    color: #224170;
    margin-bottom: 50px;
}

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

.catalystprogrammers-youtube-image-box {
    flex: 1 1 45%;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 25px rgba(2, 48, 146, 0.7);
}

.catalystprogrammers-youtube-man {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: linear-gradient(#111, #000);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.catalystprogrammers-youtube-man svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.catalystprogrammers-youtube-laptop {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 120px;
    background: #222;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #000;
}

.catalystprogrammers-youtube-screen {
    margin-top: 10px;
    background: white;
    color: #224170;
    font-size: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.catalystprogrammers-youtube-channels {
    flex: 1 1 45%;
}

.catalystprogrammers-youtube-channel-card {
    background-color: #FFFF;
    border: 1px solid #224170;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #224170;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalystprogrammers-youtube-channel-info {
    text-align: left;
}

.catalystprogrammers-youtube-channel-info h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.catalystprogrammers-youtube-channel-info span {
    display: inline-block;
    margin-right: 10px;
    color: #224170;
}

.catalystprogrammers-youtube-metrics {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.catalystprogrammers-youtube-metric-box {
    background: rgba(255, 255, 255, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #224170;
}

.catalystprogrammers-youtube-lang {
    display: block;
    color: #224170;
    font-weight: bold;
    margin-top: 10px;
}

.catalystprogrammers-youtube-visit-btn {
    background-color: #224170;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.catalystprogrammers-youtube-explore-btn {
    margin-top: 30px;
    padding: 12px 24px;
    background-color: #224170;
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 768px) {
    .catalystprogrammers-youtube-content {
        flex-direction: column;
    }

    .catalystprogrammers-youtube-channel-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalystprogrammers-youtube-visit-btn {
        margin-top: 15px;
    }
}

/* about section youtube  stop */

/* term & condition */
.t-c-header {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.t-c-header h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.t-c-container {
    max-width: 900px;
    margin: 40px auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.t-c-section {
    padding: 30px 25px;
    border-bottom: 1px solid #eee;
}

.t-c-section:last-child {
    border-bottom: none;
}

.t-c-section h2 {
    font-size: 22px;
    color: #003366;
    margin-bottom: 10px;
}

.t-c-section p {
    font-size: 16px;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .t-c-header h1 {
        font-size: 24px;
    }

    .t-c-section {
        padding: 20px 15px;
    }

    .t-c-section h2 {
        font-size: 18px;
    }

    .t-c-section p {
        font-size: 15px;
    }
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    /* Always on top */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
}

/* for responsive */
/* ✅ Mobile Horizontal Scroll Fix */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}


/* iframe {
    max-width: 100%;
    height: auto;
} */

/* ✅ Prevent slider overflow */
/* .tsl-slider-container {
    overflow-x: hidden;
} */

/* ✅ Flex wrap fixes */
/* .mentor-hero,
.career-flex-container {
    flex-wrap: wrap;
} */

/* register */