@font-face {
    font-family: myFont1;
    src: url(../fonts/Outfit.ttf);
}

@font-face {
    font-family: myFont2;
    src: url(../fonts/Corben-Regular.ttf);
}

@font-face {
    font-family: myFontHead;
    src: url(../fonts/AlegreyaSans-ExtraBold.ttf);
}

@font-face {
    font-family: abtcf;
    src: url(../fonts/PCMerchisDEMO-Expanded-BF67a48db3781cc.otf);
}


@font-face {
    font-family: codeverse;
    src: url(../fonts/PCMerchisDEMO-Expanded-BF67a48db3781cc.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button {

    cursor: pointer;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fc0300;
}


/* --------------smooth scroll whole page-------------------- */

/* Initial hidden state */
[data-scroll] {
    opacity: 0;
    transform: translateY(50px);
    /* Slightly below its original position */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Active state when the element is in view */
[data-scroll].show {
    opacity: 1;
    transform: translateY(0);
    /* Reset position */
}

/* --------------smooth scroll whole page end-------------------- */


body {
    background-color: #000000;
}

.main-header-section {
    background-color: #fede00;

}





/* -----------------------ham-menu-------------------- */

.hamburger {
    background-color: white;
    border-radius: 50px;
    -webkit-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
    -moz-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
    box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
}

.ham-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 0.5rem;
    cursor: pointer;
    transition: width 0.3s ease;
    /* Smooth transition */
    width: 65px;
    /* Default width */
    height: 65px;

}

.ham-menu:hover {
    width: 160px;
    /* Expanded width on hover */

}


.ham-icon-img img {
    width: 50px;
    height: 50px;

}

.ham-icon i {
    color: #fc0300;
    font-size: 48px;
    margin-left: 0;
    text-align: center;

}

.hamburger:hover {
    background: #000000;
}

.ham-icon {
    display: none;
    transition: opacity 0.3s ease;
    background: #ffffff;
    border-radius: 50px;
    padding: 0 .3rem;

}

.ham-menu:hover .ham-icon {
    display: block;

}

.ham-menu:hover .ham-icon-img {
    /* margin-left: -3rem; */
    display: none;
    position: relative;


}


.shape {
    width: 400px;
    height: 400px;
    border: 1px solid blue, 1px solid blue, 1px solid blue 1px solid blue 1px solid blue;
    background-position: center;
    background: url(../images/n2.jpg) no-repeat;
    background-size: contain;

    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.nav-social-con {
    display: flex;
    justify-content: space-between;
}

.main-contact {
    display: flex;
    gap: 1rem;
    margin-left: 3rem;

}

.nav-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5rem;
}


.nav-socials li {
    list-style: none;
}

.nav-socials li a i {
    padding: 0.5rem;
}


.nav-socials li a {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #D46FCF;
    /* border: 1px solid rgb(106, 106, 235); */
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease-out;
}

.nav-socials li a:hover {
    background-color: #7B47C5;
    color: #ffffff;
    border: none;
}

.nav-socials li a i {
    color: #ffffff;
}





.nav-logo1 img {
    width: 100px;
    height: 100px;

}

.nav-logo img {
    width: 200px;
    height: 200px;
    margin-left: 1rem;

}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 3rem;
    align-items: center;
    /* background-color: #040053; */

}

.navigation-menu {
    display: flex;
    justify-content: space-between;
    margin: 3rem;
    gap: 3rem;
    align-items: center;
}

.navitems {
    display: flex;
    flex-direction: column;

    /* gap: 1rem; */
}



.navitems li {
    list-style: none;
    display: inline-block;
    height: 80px;
    position: relative;

}


.navitems li a {
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 55px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    /* font-family: myFontnav; */
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.navitems li a:hover {
    animation: smoothHover 0.5s forwards;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: none;
}



@keyframes smoothHover {
    0% {
        background-image: none;
        -webkit-text-fill-color: white;
        font-weight: 400;
        letter-spacing: 3px;
        font-size: 55px;
        font-style: normal;
    }

    100% {
        background-image: url(../images1/download.jpg);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-weight: 800;
        letter-spacing: 10px;
        font-size: 70px;
        /* font-style: italic; */
    }
}

.navigation-main-modal {
    display: flex;
    display: none;
    justify-content: center;

    /* width: 1300px; */
    /* display: none; */
}

.navigation-main-modal.show {
    display: block;
    /* animation: fadeIn 0.5s ease-out; */

}



.navigation-modal {
    /* display: none; */
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1001;
    /* Sit on top */
    left: 0;
    top: -5%;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 800px;


}

.nav-modal-content {
    background-color: #000000;
    background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
    margin: 4rem 1rem;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
}

.nav-close-button {
    color: #aaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
}

.nav-close-button:hover,
.nav-close-button:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

.contact-btn {
    display: flex;
    justify-content: center;
}


.button {
    pointer-events: auto;
    cursor: pointer;
    padding: 0.78rem 2rem;
    background: radial-gradient(circle at 3% 7.4%, rgb(0, 144, 243) 0%, rgb(0, 86, 240) 90%);
    border: none;
    outline: none;
    font-family: myFont1;
    font-size: 18px;
    position: relative;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.button--telesto {
    overflow: hidden;
    font-weight: 800;
    font-family: myFont1;

    font-style: italic;
    font-size: 1.15rem;
    color: #fff7f7;
}

.button--telesto span {
    display: block;
    position: relative;
    z-index: 1;

}

.button--telesto>.contact-btn span {
    overflow: hidden;
    mix-blend-mode: difference;
}

.button--telesto:hover>.contact-btn span>.contact-btn span {
    animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
}

@keyframes MoveRightInitial {
    to {
        transform: translate3d(105%, 0, 0);
    }
}

@keyframes MoveRightEnd {
    from {
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.button--telesto::before,
.button--telesto::after {
    content: '';
    background: #010203;
}

.button--telesto::before {
    width: 135%;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    transform: translate3d(-100%, 0, 0);
}

.button--telesto:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);

}

.button--telesto::after {
    width: 105%;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto:hover::after {
    transform: translate3d(0, 0, 0);
    transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);

}



/* --------------------modal-whatsapp-expert-button----------------------- */

.expert-modal {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;

}

/* Expert Modal Content */
.expert-modal-content {
    background: #25D366;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.expert-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Expert WhatsApp Links */
.expert-whatsapp-links {
    display: block;
    background: #25D366;
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;

}

.expert-whatsapp-links a {
    color: #707070;
    text-decoration: none;
    background: #2dff7a;
    padding: 1px 9px;
    border-radius: 15px;
}

.expert-whatsapp-link:hover {
    background: #1eb656;
}


/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------modal-whatsapp-expert-button-end---------------------- */








/* ===================== Yellow Intro Banner ===================== */
.fs-yellow-intro {
    position: relative;
    background: #fede00;
    padding: 60px 0;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}


/* Layout */
.fs-yellow-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

/* Left content */
.fs-yellow-label {
    display: inline-block;
    padding: 6px 16px;
    background: #000;
    color: #fede00;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    margin-bottom: 16px;
}

.fs-yellow-left h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    color: #000;
}

.fs-yellow-left h2 span {
    background: #000;
    color: #fede00;
    padding: 0 8px;
}

.fs-yellow-left p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a1a;
    max-width: 640px;
}

/* Right stats */
.fs-yellow-right {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.fs-yellow-stat {
    min-width: 120px;
    padding: 22px 16px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.fs-yellow-stat h3 {
    font-size: 28px;
    font-weight: 800;
    color: #fede00;
    margin-bottom: 4px;
}

.fs-yellow-stat p {
    font-size: 13px;
    color: #e6e6e6;
}

/* Responsive */
@media (max-width: 992px) {
    .fs-yellow-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .fs-yellow-right {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .fs-yellow-left h2 {
        font-size: 28px;
    }

    .fs-yellow-intro {
        padding: 50px 0;
    }
}

/* ===================== End Yellow Intro Banner ===================== */









/* ===================== Full Stack Developer Course Hero ===================== */
.fs-hero {
    position: relative;
    padding: 70px 0 100px;
    background: linear-gradient(160deg, #000 0%, #0b0b0b 50%, #1a1a1a 100%);
    color: #fff;
    overflow: hidden;
    font-family: "Poppins", sans-serif;

}

/* Background Effects */
.fs-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(254, 222, 0, 0.18), transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(254, 222, 0, 0.12), transparent 45%);
}

.fs-hero-noise {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
}





/* Layout */
.fs-hero-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

/* Content */
.fs-hero-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(254, 222, 0, 0.15);
    border: 1px solid rgba(254, 222, 0, 0.4);
    color: #fede00;
    font-size: 12px;
    font-weight: 600;
    border-radius: 18px;
    margin-bottom: 22px;
}

.fs-hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.fs-hero-title span {
    background: linear-gradient(90deg, #fede00, #ffea6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fs-hero-desc {
    margin-top: 22px;
    font-size: 16.5px;
    line-height: 1.75;
    color: #d7d7d7;
    max-width: 680px;
}

/* Keyword Tags */
.fs-hero-tags {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fs-hero-tags span {
    padding: 7px 14px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    color: #f1f1f1;
}

/* CTA */
.fs-hero-cta {
    margin-top: 36px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.fs-btn-primary {
    padding: 14px 28px;
    background: linear-gradient(135deg, #fede00, #ffea6a);
    color: #000;
    font-weight: 700;
    border-radius: 28px;
    text-decoration: none;
}

.fs-btn-outline {
    padding: 14px 28px;
    border: 1px solid rgba(254, 222, 0, 0.6);
    color: #fede00;
    border-radius: 28px;
    text-decoration: none;
}

/* Visual Cards */
.fs-hero-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.fs-stack-card {
    padding: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    backdrop-filter: blur(6px);
    transition: transform 0.4s ease;
}

.fs-stack-card:hover {
    transform: translateY(-8px);
}

.fs-stack-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fede00;
    margin-bottom: 6px;
}

.fs-stack-card p {
    font-size: 13.5px;
    color: #ddd;
}

/* Responsive */
@media (max-width: 1024px) {
    .fs-hero-container {
        grid-template-columns: 1fr;
    }

    .fs-hero-visual {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .fs-hero-title {
        font-size: 32px;
    }

    .fs-hero {
        padding: 90px 0 80px;
    }
}

/* ===================== End Full Stack Developer Course Hero ===================== */



/* ===================== Start Full Stack Developer Course Section ===================== */


.fs-course-section {
    position: relative;
    background: #000;
    color: #fff;
    padding: 100px 6%;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

/* Background Pattern */
.fs-course-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(254, 220, 0, 0.218), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(254, 0, 0, 0.12), transparent 45%),
        repeating-linear-gradient(135deg,
            rgba(255, 255, 255, 0.088) 0,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 36px);
    z-index: 0;
}

.fs-course-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

/* LEFT CONTENT */
.fs-course-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.fs-course-title {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.fs-course-title span {
    color: #fede00;
}

.fs-course-desc {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.9;
    max-width: 520px;
}

.fs-course-cta {
    display: flex;
    gap: 18px;
    margin-top: 30px;
}

.fs-btn-primary {
    background: linear-gradient(135deg, #fede00, #ffea4d);
    color: #000;
    padding: 14px 26px;
    font-weight: 600;
    text-decoration: none;
}

.fs-btn-outline {
    border: 2px solid #fede00;
    color: #fede00;
    padding: 14px 26px;
    font-weight: 600;
    text-decoration: none;
}

/* RIGHT GRID */
.fs-course-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.fs-course-card {
    position: relative;
    background: linear-gradient(160deg, #0e0e0e, #000);
    padding: 28px;
    border-radius: 16px;
    border: 1px solid rgba(254, 222, 0, 0.2);
    transition: all 0.4s ease;
}

.fs-course-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(254, 222, 0, 0.08));
    opacity: 0;
    transition: 0.4s;
}

.fs-course-card:hover::before {
    opacity: 1;
}

.fs-course-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fede00;
}

.fs-course-card p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

.fs-course-card span {
    display: block;
    margin-top: 14px;
    font-size: 13px;
    color: #fede00;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .fs-course-container {
        grid-template-columns: 1fr;
    }

    .fs-course-title {
        font-size: 36px;
    }

    .fs-course-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================== End Full Stack Developer Course Section ===================== */


/* ===================== Start Stack Split Section ===================== */
.cf-stack-universe {
    position: relative;
    background: radial-gradient(circle at top, #1a1a1a, #000 70%);
    padding: 90px 6%;
    color: #fff;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

/* Background Animation */
.cf-stack-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cf-stack-wave {
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(254, 42, 0, 0.33), transparent 60%);
    animation: waveMove 18s linear infinite;
}

@keyframes waveMove {
    0% {
        transform: translate(-20%, -20%);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

.cf-stack-orb {
    position: absolute;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, #fede00, transparent 65%);
    top: -120px;
    right: -120px;
    opacity: 0.35;
    filter: blur(90px);
}

.cf-stack-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(254, 222, 0, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(254, 222, 0, 0.06) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.15;
}

/* Content */
.cf-stack-wrap {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
}

/* Header */
.cf-stack-head {
    max-width: 820px;
    margin-bottom: 80px;
}

.cf-stack-tag {
    display: inline-block;
    background: linear-gradient(135deg, #fede00, #ffea4d);
    color: #000;
    padding: 8px 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cf-stack-head h2 {
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 16px;
}

.cf-stack-head h2 span {
    color: #fede00;
}

.cf-stack-head p {
    font-size: 17px;
    opacity: 0.85;
}

/* Lanes */
.cf-stack-lanes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

/* Individual Lane */
.cf-lane {
    background: linear-gradient(160deg, #111, #050505);
    border-radius: 22px;
    padding: 34px 30px;
    border: 1px solid rgba(254, 222, 0, 0.25);
    position: relative;
    transition: all 0.4s ease;
}

.cf-lane::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: linear-gradient(135deg, transparent, rgba(254, 222, 0, 0.2));
    opacity: 0;
    transition: 0.4s;
}

.cf-lane:hover::before {
    opacity: 1;
}

.cf-lane:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.7);
}

/* Lane Header */
.cf-lane-head h3 {
    font-size: 22px;
    color: #fede00;
}

.cf-lane-head span {
    font-size: 13px;
    opacity: 0.8;
}

/* List */
.cf-lane ul {
    margin: 18px 0 26px;
    list-style: none;
    padding: 0;
}

.cf-lane ul li {
    font-size: 14px;
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative;
}

.cf-lane ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #fede00;
}

/* Buttons */
.cf-lane-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #fede00;
    color: #fede00;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.cf-lane-btn.dark {
    background: linear-gradient(135deg, #fede00, #494001);
    color: #000;
    border: none;
}

/* Highlight Lane */
.cf-lane.highlight {
    background: linear-gradient(160deg, #fede00, #ffea4d);
    color: #000;
}

.cf-lane.highlight h3,
.cf-lane.highlight ul li::before {
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .cf-stack-head h2 {
        font-size: 34px;
    }
}

/* ===================== End Stack Split Section ===================== */



/* ===================== START: ASP.NET Full Stack CTA Section =====================  */

.cf-dotnet-v2 {
    position: relative;
    padding: 80px 6%;
    background: linear-gradient(180deg, #fedc004d 0%, #ffeb6b 100%);
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

/* texture */
.cf-dotnet-v2-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(152, 3, 3, 0.486), transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(251, 0, 0, 0.381), transparent 45%);
}

/* layout */
.cf-dotnet-v2-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 90px;
    align-items: center;
}

/* left */
.cf-dotnet-v2-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #000;
    color: #fede00;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cf-dotnet-v2-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.cf-dotnet-v2-title span {
    color: #111;
}

.cf-dotnet-v2-text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    max-width: 620px;
}

/* buttons */
.cf-dotnet-v2-actions {
    margin-top: 30px;
    display: flex;
    gap: 16px;
}

.cf-dotnet-v2-btn {
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
}

.cf-dotnet-v2-btn.dark {
    background: #000;
    color: #fede00;
}

.cf-dotnet-v2-btn.outline {
    border: 2px solid #000;
    color: #000;
}

/* flow section */
.cf-dotnet-v2-flow {
    display: flex;
    flex-direction: column;
    gap: 34px;
    position: relative;
}

/* step */
.cf-dotnet-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    position: relative;
}

.cf-dotnet-step i {
    font-size: 22px;
    background: #000;
    color: #fede00;
    padding: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cf-dotnet-step h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.cf-dotnet-step p {
    font-size: 17px;
    line-height: 1.6;
    color: #222;
}

/* vertical connector */
.cf-dotnet-line {
    position: absolute;
    left: 23px;
    top: 56px;
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.cf-dotnet-step.highlight h4 {
    color: #000;
}

/* responsive */
@media (max-width: 992px) {
    .cf-dotnet-v2-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .cf-dotnet-v2-title {
        font-size: 30px;
    }

}

/* ===================== END: ASP.NET Full Stack CTA Section =====================  */


/* ===================== START: Full Stack Developer Course Section =====================  */

.mernmean-section {
    background: #0d0d0d;
    padding: 90px 6%;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.mernmean-container {
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

/* LEFT CONTENT */
.mernmean-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.mernmean-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
}

.mernmean-title span {
    color: #fede00;
}

.mernmean-desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #dcdcdc;
}

.mernmean-points {
    margin-top: 24px;
    list-style: none;
    padding: 0;
}

.mernmean-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
}

.mernmean-points i {
    color: #fede00;
}

/* CTA */
.mernmean-cta {
    margin-top: 30px;
    display: flex;
    gap: 16px;
}

.mernmean-btn {
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.mernmean-btn.primary {
    background: #fede00;
    color: #000;
}

.mernmean-btn.secondary {
    border: 2px solid #fede00;
    color: #fede00;
}

/* RIGHT STACK */
.mernmean-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.stack-box {
    padding: 24px;
    border-radius: 16px;
    background: #161616;
    border-left: 4px solid #fede00;
}

.stack-box h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.stack-box p {
    font-size: 14.5px;
    color: #cfcfcf;
}

.stack-box.highlight {
    background: linear-gradient(135deg, #fede00, #ffeb6b);
    color: #000;
    border-left-color: #000;
}

.stack-box.highlight p {
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .mernmean-container {
        grid-template-columns: 1fr;
    }

    .mernmean-title {
        font-size: 32px;
    }
}

/* ===================== END: Full Stack Developer Course Section =====================  */


/* ===================== START: Django Full Stack Developer Course Section =====================  */

.dj-fullstack-section {
    background: radial-gradient(circle at top left, #323232, #000);
    padding: 80px 6%;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.dj-container {
    margin: auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 90px;
}

/* LEFT CONTENT */
.dj-label {
    display: inline-block;
    color: #fede00;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.dj-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.dj-title span {
    color: #fede00;
}

.dj-intro {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.8;
    color: #d9d9d9;
}

/* TIMELINE */
.dj-timeline {
    margin-top: 40px;
    border-left: 2px dashed rgba(254, 222, 0, 0.3);
    padding-left: 30px;
}

.dj-step {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}

.dj-step span {
    font-size: 22px;
    font-weight: 700;
    color: #fede00;
    min-width: 40px;
}

.dj-step h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.dj-step p {
    font-size: 14.5px;
    color: #cfcfcf;
}

/* RIGHT OUTCOME */
.dj-outcome {
    background: linear-gradient(180deg, #4c0101, #0a0a0a);
    border-radius: 22px;
    padding: 42px;
    border: 3px solid rgba(254, 220, 0, 0.51);
}

.dj-outcome h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.dj-outcome ul {
    list-style: none;
    padding: 0;
    margin-bottom: 26px;
}

.dj-outcome li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
}

.dj-outcome i {
    color: #fede00;
}

.dj-cta-box {
    padding-top: 20px;
    border-top: 1px solid rgba(254, 222, 0, 0.2);
}

.dj-cta-box p {
    font-size: 14.5px;
    margin-bottom: 16px;
    color: #e5e5e5;
}

.dj-btn {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .dj-container {
        grid-template-columns: 1fr;
    }

    .dj-title {
        font-size: 32px;
    }
}

/* ===================== END: Django Full Stack Developer Course Section =====================  */


/* ===================== START: Full Stack Developer Course Comparison Section =====================  */

.fs-compare-section {
    background: linear-gradient(180deg, #1a1a1a, #0b0b0b);
    padding: 80px 6%;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.fs-compare-container {
    max-width: 1200px;
    margin: auto;
}

.fs-compare-head {
    text-align: center;
    max-width: 780px;
    margin: auto;
    margin-bottom: 60px;
}

.fs-compare-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
}

.fs-compare-head h2 {
    font-size: 38px;
    line-height: 1.25;
}

.fs-compare-head h2 span {
    color: #fede00;
}

.fs-compare-head p {
    margin-top: 14px;
    color: #d4d4d4;
    font-size: 16px;
}

/* GRID */
.fs-compare-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.fs-compare-card {
    background: #0f0f0f;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(254, 220, 0, 0.463);
    position: relative;
    transition: transform 0.4s ease;
}

.fs-compare-card:hover {
    transform: translateY(-10px);
}

.fs-compare-top {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px dashed rgba(254, 222, 0, 0.3);
}

.fs-compare-top h3 {
    font-size: 22px;
}

.fs-compare-top span {
    font-size: 13px;
    color: #fede00;
}

/* VARIANTS */
.django span {
    color: #7dd3fc;
}

.mern span {
    color: #22c55e;
}

.aspnet span {
    color: #60a5fa;
}

/* LIST */
.fs-compare-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.fs-compare-card li {
    font-size: 14.5px;
    margin-bottom: 10px;
    color: #e5e5e5;
}

/* NOTE */
.fs-compare-note {
    font-size: 14px;
    color: #cfcfcf;
    margin-bottom: 20px;
}

/* CTA */
.fs-compare-btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 30px;
    background: #fede00;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.fs-compare-btn.dark {
    background: #000;
    color: #fede00;
    border: 1px solid #fede00;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .fs-compare-grid {
        grid-template-columns: 1fr;
    }

    .fs-compare-head h2 {
        font-size: 30px;
    }
}

/* ===================== END: Full Stack Developer Course Comparison Section =====================  */

/* ================= Start: Full Stack Career Tracks ================= */

.fs-tracks {
  background: radial-gradient(circle at top, #000000, #595959);
  padding: 90px 6%;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.fs-track-head {
  max-width: 900px;
  margin-bottom: 60px;
}

.fs-track-badge {
  background: #fede00;
  padding: 5px 120px;

}

.fs-track-head h2 {
  font-size: 40px;
  margin: 14px 0;
}



.fs-track-head p {
  color: #ccc;
}

/* Track Rows */
.fs-track-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.fs-track-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 30px;
  padding: 34px;
  border-radius: 26px;
  background: linear-gradient(135deg, #0f0f0f, #000);
  border: 1px solid rgba(254,222,0,0.15);
}

.fs-track-row.highlight {
  background: linear-gradient(135deg, #fede00, #ffe75a);
  color: #000;
}

.fs-track-left h3 {
  font-size: 26px;
  margin-bottom: 6px;
}

.fs-track-sub {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 16px;
}

.fs-track-left ul {
  padding-left: 18px;
  font-size: 15px;
}

.fs-track-price {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #fede00;
}

.highlight .fs-track-price {
  color: #000;
}

.fs-track-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fs-track-btn {
  margin-top: 20px;
  padding: 14px 24px;
  border-radius: 30px;
  background: #fede00;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.fs-track-btn.dark {
  background: #000;
  color: #fede00;
}

/* Footer CTA */
.fs-track-footer {
  margin-top: 70px;
  text-align: center;
}

.fs-track-main-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #fede00, #ffeb70);
  color: #000;
  font-weight: 800;
  border-radius: 40px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 900px) {
  .fs-track-row {
    grid-template-columns: 1fr;
  }
}
/* ================= END: Full Stack Career Tracks ================= */


/* ===================== START: Projects You Will Build =====================  */

.pj-showcase {
    background: radial-gradient(circle at top, #ffd00034, #1b1a1a);
    padding: 90px 6%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.pj-header {
    max-width: 820px;
    margin-bottom: 50px;
}

.pj-chip {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pj-header h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.pj-header p {
    font-size: 16px;
    color: #d0d0d0;
}

/* Horizontal Track */
.pj-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
}

.pj-track::-webkit-scrollbar {
    height: 6px;
}

.pj-track::-webkit-scrollbar-thumb {
    background: #fede00;
    border-radius: 10px;
}

/* Card */
.pj-card {
    min-width: 320px;
    background: linear-gradient(160deg, #111, #0a0a0a);
    border-radius: 20px;
    padding: 26px;
    scroll-snap-align: start;
    position: relative;
    transition: transform 0.4s ease;
}

.pj-card:hover {
    transform: translateY(-8px);
}

.pj-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1px solid rgba(254, 222, 0, 0.15);
    pointer-events: none;
}

.pj-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    background: #fede00;
    padding: 4px 10px;
    margin-bottom: 12px;
}

.pj-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.pj-card p {
    font-size: 15px;
    color: #cfcfcf;
    margin-bottom: 14px;
}

.pj-tech {
    font-size: 13px;
    color: #fede00;
}

/* Featured */
.pj-card.featured {
    background: linear-gradient(135deg, #fede00, #ffeb7a);
    color: #000;
}

.pj-card.featured p,
.pj-card.featured .pj-tech {
    color: #000;
}

/* Footer */
.pj-footer {
    margin-top: 50px;
}

.pj-cta {
    display: inline-block;
    padding: 14px 38px;
    background: #fede00;
    color: #000;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 768px) {
    .pj-header h2 {
        font-size: 30px;
    }
}

/* ===================== END: Projects You Will Build =====================  */


/* ================= START: Career Opportunities ================= */

.career-opps {
  background: linear-gradient(180deg, #000, #0b0b0b);
  padding: 90px 6%;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.career-opps-head {
  max-width: 900px;
  margin-bottom: 60px;
}

.career-opps-badge {
  background: #fede00;
  color: #000;
  padding: 6px 18px;
  font-weight: 700;
  font-size: 12px;
}

.career-opps-head h2 {
  font-size: 38px;
  margin: 14px 0;
}



.career-opps-head p {
  color: #ccc;
  font-size: 16px;
}

/* Grid */
.career-opps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.career-opps-role {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(145deg, #0f0f0f, #000);
  border: 1px solid rgba(254,222,0,0.15);
  transition: 0.4s ease;
}

.career-opps-role:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(254,222,0,0.15);
}

.career-opps-role h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.career-opps-role p {
  font-size: 14.5px;
  color: #ccc;
}

.career-opps-role span {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
  color: #fede00;
}

/* Highlight */
.career-opps-role.highlight {
  background: linear-gradient(145deg, #fede00, #ffeb70);
  color: #000;
}

.career-opps-role.highlight p {
  color: #111;
}

.career-opps-role.highlight span {
  color: #000;
}

/* CTA */
.career-opps-cta {
  margin-top: 70px;
  text-align: center;
}

.career-opps-cta h4 {
  font-size: 24px;
}

.career-opps-cta p {
  margin-top: 10px;
  color: #ccc;
}

.career-opps-btn {
  display: inline-block;
  margin-top: 22px;
  padding: 16px 36px;
  border-radius: 40px;
  background: linear-gradient(135deg, #fede00, #ffeb70);
  color: #000;
  font-weight: 800;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
  .career-opps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .career-opps-grid {
    grid-template-columns: 1fr;
  }

  .career-opps-head h2 {
    font-size: 28px;
  }
}
/* ================= END: Career Opportunities ================= */









/* ---------------start- Full Stack Developer Testimonials Section ---------------- */

.fs-test-section {
    position: relative;
    background: radial-gradient(circle at top, #1a1a1a, #000);
    padding: 90px 20px;
    overflow: hidden;
}

.fs-test-bg-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(254, 0, 0, 0.159), transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(254, 220, 0, 0.555), transparent 40%);
    pointer-events: none;
}

.fs-test-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.fs-test-head {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
}

.fs-test-badge {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 14px;
}

.fs-test-title {
    font-size: 38px;
    color: #fff;
    margin-bottom: 14px;
}

.fs-test-title span {
    color: #fede00;
}

.fs-test-subtitle {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.6;
}

.fs-test-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.fs-test-card {
    background: linear-gradient(180deg, #0d0d0d, #050505);
    border-radius: 22px;
    padding: 32px;
    position: relative;
    border: 1px solid rgba(254, 222, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.fs-test-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(254, 222, 0, 0.25);
}

.fs-test-highlight {
    border: 1px solid #fede00;
    background: linear-gradient(180deg, #141200, #060600);
}

.fs-test-quote {
    color: #fede00;
    font-size: 30px;
    margin-bottom: 16px;
}

.fs-test-text {
    color: #e5e5e5;
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.fs-test-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.fs-test-avatar {
    width: 46px;
    height: 46px;
    background: #fede00;
    color: #000;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-test-user h4 {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.fs-test-user span {
    color: #bdbdbd;
    font-size: 13px;
}

.fs-test-cta {
    text-align: center;
    margin-top: 50px;
}

.fs-test-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fede00;
    color: #000;
    padding: 14px 32px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fs-test-btn:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 992px) {
    .fs-test-head h2 {
        font-size: 30px;
    }
}

/* ---------------end- Full Stack Developer Testimonials Section ---------------- */




































/* ---------------start- Premium FAQ Section ---------------- */
/* ================= COURSE FAQ ================= */

.pl-faq {
    background: radial-gradient(circle at top, #ff000038 0%, #1b1b1b 70%);
    padding: 70px 6%;
    color: #fff;
}

.pl-faq-wrap {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

/* LEFT */
.pl-faq-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.pl-faq-head h2 {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
}

.pl-faq-head span {
    color: #fede00;
}

.pl-faq-head p {
    margin-top: 16px;
    font-size: 15.5px;
    opacity: 0.8;
    max-width: 480px;
}

/* QUESTIONS */
.pl-faq-questions {
    list-style: none;
    margin-top: 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pl-faq-questions li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: linear-gradient(145deg, #0f0f0f, #050505);
    border-radius: 14px;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: 0.35s ease;
}

.pl-faq-questions li i {
    color: #fede00;
}

.pl-faq-questions li:hover {
    transform: translateX(8px);
}

.pl-faq-questions li.active {
    border-left: 4px solid #fede00;
    box-shadow: 0 20px 40px rgba(254, 222, 0, 0.15);
    background: linear-gradient(145deg, #171717, #0a0a0a);
}

/* RIGHT */
.pl-faq-display {
    position: relative;
    padding: 50px;
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(254, 220, 0, 0.371), transparent),
        linear-gradient(180deg, #0e0e0e, #050505);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.7);
}

.pl-faq-display::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 26px;
    background: radial-gradient(circle at top right, rgba(254, 0, 0, 0.226), transparent 60%);
    pointer-events: none;
}

.pl-faq-answer {
    display: none;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
}

.pl-faq-answer.active {
    display: block;
    animation: fadeSlide 0.4s ease;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .pl-faq-wrap {
        grid-template-columns: 1fr;
    }

    .pl-faq-display {
        padding: 36px;
    }

    .pl-faq-head h2 {
        font-size: 30px;
    }
}

/* ================= END COURSE FAQ ================= */



/* ================================contact-us-section================================== */


.con-main-section {
    display: flex;
    justify-content: center;
    padding: 5rem 0 5rem 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle farthest-side at 0% 50%,
            #282828 23.5%,
            rgba(255, 170, 0, 0) 0) 21px 30px,
        radial-gradient(circle farthest-side at 0% 50%,
            #2c3539 24%,
            rgba(240, 166, 17, 0) 0) 19px 30px,
        linear-gradient(#282828 14%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 85%,
            #282828 0) 0 0,
        linear-gradient(150deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(30deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(90deg, #2c3539 2%, #282828 0, #282828 98%, #2c3539 0%) 0 0 #282828;
    background-size: 40px 60px;
}

.contact-container {
    display: flex;
    width: 90%;
    max-width: 1100px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;

}

/* Left Side - Contact Info */
.contact-info {
    background: #fff387;
    padding: 40px;
    flex: 1;
}

.contact-info h2 {
    color: #e63946;
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-info p {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-detail i {
    font-size: 22px;
    background: #e63946;
    color: #fefefe;
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-detail h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 5px;
}

.contact-detail p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

/* Social Links */
.con-social-links h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 10px;
}

.con-social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #e63946;
    font-size: 20px;
    transition: 0.3s;
}

.con-social-links a:hover {
    color: #000;
}

/* Right Side - Contact Form */
.contact-form {
    padding: 40px;
    flex: 1;
}

.contact-form h2 {
    color: #333;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: center;
}

.con-form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.con-form-group input {
    width: 100%;
    border: none;
    background: #fedc003c;
    padding: 1rem;
    border-radius: 40px;
    outline: none;
    font-family: "Poppins", sans-serif;

}



.con-form-foot textarea {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    font-family: "Poppins", sans-serif;

}

.con-form-foot textarea {
    resize: none;
}

.con-form-foot button {
    background: #fede00;
    color: #000;
    border: none;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.con-form-foot button:hover {
    background: #e63946;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 100%;
        padding: 30px;
    }
}

/* ================================end-contact-us-section================================== */


/* --------------------------------whatsapp-chat-end----------------------------------------- */

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon {
    background: #25D366;
    color: white;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.whatsapp-popup {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: none;
    flex-direction: column;
    min-width: 180px;
}

.whatsapp-popup p {
    margin: 0;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.whatsapp-popup a {
    text-decoration: none;
    color: #25D366;
    font-weight: bold;
    padding: 8px;
    display: block;
    text-align: center;
    transition: background 0.3s ease;
}

.whatsapp-popup a:hover {
    background: #f0f0f0;
}


/* --------------------------------whatsapp-chat-end----------------------------------------- */

/* -----------------back-to-top and back-to-bottom------------------------------------ */


/* Back to Top Button (Right Side) */
.back-top-btn {
    position: fixed;
    bottom: 90px;
    /* Above WhatsApp */
    right: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(20px);
    z-index: 1001;
}

/* Back to Bottom Button (Left Side) */
.back-bottom-btn {
    position: fixed;
    top: 90px;
    /* Appears on the left side */
    left: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(-20px);
    z-index: 1001;
}

/* Show buttons when scrolled */
.back-top-show {
    opacity: 1;
    transform: translateY(0);
}

.back-bottom-show {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effects */
.back-top-btn:hover,
.back-bottom-btn:hover {
    background: #555;
}


/* -----------------back-to-top and back-to-bottom-end----------------------------------- */




/* -------------footer-starts-------------- */

.footer {
    background: #000000;
    color: #fede00;
    text-align: center;
    /* padding: 30px 0; */
    font-family: "Poppins", sans-serif;

    border: 2px solid #fede00;
}

/* Top Section */
.top-section {
    display: flex;
    justify-content: center;
}

.box {
    flex: 1;
    padding: 4rem 2rem;
    font-size: 45px;
    font-weight: bold;
    border: 1px solid #fede00;
    text-align: center;
}

.box a {
    text-decoration: none;
    color: #fede00;
    transition: all 0.3s ease-in-out;
}

.box:hover {
    background: #fede00;
}

.box:hover a {
    color: #000;
}

/* Middle Section */
.middle-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    flex-wrap: wrap;
}

/* Newsletter Styling */
.newsletter {
    width: 40%;
    text-align: left;
    position: relative;
}

.newsletter form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.newsletter input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #fede00;
    padding: 10px;
    width: 60%;
    font-size: 16px;
    outline: none;
    /* Removes outline */
    transition: all 0.3s ease-in-out;
}

.newsletter input::placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #666;
}

.newsletter input:focus::placeholder {
    top: 10px;
    font-size: 12px;
    color: #fede00;
}

.newsletter .sub {
    position: absolute;
    /* right: 0; */
    left: 41%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 7px 15px;
    /* border: 1px solid #fede00;
    border-radius: 20px ; */
}

.newsletter .sub:hover {
    color: #e63946;
}

.small-text {
    font-size: 15px;
    margin-top: 7px;
    font-weight: 200;
}

/* Links */
.links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 2rem;
    margin-left: 2rem;
    gap: 1rem;
}


.links div {
    text-align: left;
}

.links h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.links ul {
    list-style: none;
}

.links ul li {
    margin-bottom: 5px;
}

.links ul li a {
    text-decoration: none;
    color: #fede00;
    font-size: 16px;
}

.links ul li a:hover {
    color: #e63946;
}





/* Bottom Section */
.bottom-section {
    text-align: center;
    padding: 30px 0;
}

.bottom-section h1 {
    font-size: 220px;
    font-weight: 900;
    font-family: codeverse;
    text-transform: capitalize;
}

.bottom-section h1:hover {
    text-shadow:
        2px 0 #fede00,
        0 -2px #fede00,
        -2px 0 #fede00,
        0 2px #fede00;
    color: #000;
    transition: text-shadow 1s, color .10s;

}

.social-icons img {
    width: 35px;
    height: 35px;
}


.bottom-section p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 200;
}

.icons {
    margin-top: 10px;
    font-size: 18px;
}

.sub {
    color: #fede00;
}




/* ========== RESPONSIVE DESIGN ========== */

/* Tablets and smaller screens */
@media (max-width: 1024px) {

    .top-section {
        flex-direction: column;
    }

    .box {

        font-size: 28px;
        padding: 1.5rem;
    }

    .middle-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .newsletter {
        width: 100%;
        text-align: center;
    }

    .newsletter form {
        justify-content: center;
    }

    .newsletter input {
        width: 70%;
    }

    .newsletter .sub {
        left: auto;
        right: 1rem;
    }

    .links {
        width: 100%;
        margin: auto;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .links div {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        padding-top: 1rem;
    }


}

/* Mobile screens */
@media (max-width: 768px) {
    .box {

        font-size: 24px;
        padding: 1rem;
    }

    .newsletter input {
        width: 80%;
    }

    .newsletter .sub {
        font-size: 15px;
    }

    .bottom-section h1 {
        font-size: 40px;
        letter-spacing: 5px;
        margin-left: -1rem;
    }

    .bottom-section p {
        font-size: 15px;
        padding: 0 1rem;

    }

    .links {
        width: 100%;
        margin: auto;
        padding-top: 1rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .support {
        text-align: center;
    }

}



/* =======================footer-ends========================= */