@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---------------------- */



/* ================= START: CodeFuturix Data Analytics SEO Banner CSS ================= */

.cf-da-pre {
    position: relative;
    padding: 70px 6%;
    background: #fede00;
    overflow: hidden;
}





.cf-da-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
}

/* LEFT */
.cf-da-pill {
    display: inline-block;
    background: #000;
    color: #fede00;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cf-da-left h2 {
    font-size: 38px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-bottom: 16px;
}

.cf-da-left h2 span {
    color: #222;
    font-weight: 800;
}

.cf-da-left p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 620px;
    color: #222;
}

/* =========================
   RIGHT WRAPPER
========================= */
.cf-ban-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Glow background behind card */
.cf-ban-right::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(254, 237, 0, 0.263), transparent 70%);
    filter: blur(60px);
    z-index: 0;
}

/* =========================
   CARD DESIGN
========================= */
.cf-ban-card {
    position: relative;
    z-index: 2;
    background: linear-gradient(160deg, #000 0%, #0c0c0c 100%);
    color: #fff;
    padding: 36px 34px;
    border-radius: 26px;
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.55),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

/* Animated gradient edge */
.cf-ban-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 28px;
    background: linear-gradient(120deg,
            transparent,
            rgba(254, 0, 0, 0.9),
            transparent);
    opacity: 0.7;
    z-index: -1;
}

/* Diagonal texture overlay */
.cf-ban-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg,
            rgba(255, 255, 255, 0.086),
            rgba(255, 255, 255, 0.195) 2px,
            transparent 2px,
            transparent 6px);
    opacity: 0.25;
    pointer-events: none;
}

/* =========================
   CARD CONTENT
========================= */
.cf-ban-card h4 {
    font-size: 22px;
    margin-bottom: 18px;
    color: #fede00;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.cf-ban-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 26px;
}

.cf-ban-card li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
    color: #f1f1f1;
}

.cf-ban-card i {
    color: #fede00;
    margin-right: 10px;
    font-size: 14px;
    margin-top: 4px;
}

/* =========================
   CTA BUTTON
========================= */
.cf-ban-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    background: linear-gradient(135deg, #fede00, #ffd000);
    color: #000;
    font-weight: 900;
    border-radius: 40px;
    text-decoration: none;
    letter-spacing: 0.3px;
    box-shadow: 0 18px 40px rgba(254, 222, 0, 0.5);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cf-ban-cta:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 28px 60px rgba(254, 222, 0, 0.75);
}

/* Responsive */
/* =========================
   LARGE SCREENS (1400px+)
========================= */
@media (min-width: 1400px) {
    .cf-da-pre {
        padding: 90px 8%;
    }

    .cf-da-left h2 {
        font-size: 44px;
    }

    .cf-ban-card {
        padding: 40px;
    }
}


/* =========================
   LAPTOPS (1024px – 1399px)
========================= */
@media (max-width: 1399px) and (min-width: 1024px) {
    .cf-da-inner {
        gap: 50px;
    }

    .cf-da-left h2 {
        font-size: 36px;
    }
}


/* =========================
   SMALL LAPTOPS (992px – 1023px)
========================= */
@media (max-width: 1023px) {
    .cf-da-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .cf-da-left p {
        max-width: 100%;
    }

    .cf-da-right {
        justify-content: flex-start;
    }
}


/* =========================
   TABLETS (768px – 991px)
========================= */
@media (max-width: 991px) {
    .cf-da-pre {
        padding: 60px 6%;
    }

    .cf-da-left h2 {
        font-size: 32px;
    }

    .cf-ban-card {
        width: 100%;
        max-width: 480px;
    }
}


/* =========================
   LARGE MOBILES (600px – 767px)
========================= */
@media (max-width: 767px) {
    .cf-da-pre {
        padding: 55px 5%;
    }

    .cf-da-pill {
        font-size: 12px;
    }

    .cf-da-left h2 {
        font-size: 28px;
    }

    .cf-ban-card {
        padding: 30px 26px;
    }
}


/* =========================
   SMALL MOBILES (≤599px)
========================= */
@media (max-width: 599px) {
    .cf-da-pre {
        padding: 45px 18px;
    }

    .cf-da-left h2 {
        font-size: 24px;
        line-height: 1.25;
    }

    .cf-da-left p {
        font-size: 15px;
    }

    .cf-ban-card {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .cf-ban-card h4 {
        font-size: 20px;
    }

    .cf-ban-card li {
        font-size: 14px;
    }

    .cf-ban-cta {
        width: 100%;
    }
}


/* ================= END: CodeFuturix Data Analytics SEO Banner CSS ================= */




/* ================= START: Data Analytics Hero ================= */

.da-hero {
    position: relative;
    background: linear-gradient(160deg, #000, #0b0b0b);
    padding: 110px 6%;
    color: #fff;
    overflow: hidden;
}

.da-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(254, 222, 0, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(254, 222, 0, 0.12), transparent 45%);
    z-index: 0;
}

.da-hero-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    z-index: 1;
}

.da-hero-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 8px 20px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.da-hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
    margin: 20px 0;
}

.da-hero-content h1 span {
    color: #fede00;
}

.da-hero-content p {
    font-size: 16px;
    color: #d0d0d0;
    max-width: 620px;
}

.da-hero-points {
    margin: 26px 0;
    list-style: none;
    padding: 0;
}

.da-hero-points li {
    margin-bottom: 12px;
    font-size: 15px;
}

.da-hero-points i {
    color: #fede00;
    margin-right: 10px;
}

.da-hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 24px;
}

.da-hero-btn {
    padding: 16px 34px;
    border-radius: 40px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s ease;
}

.da-hero-btn.primary {
    background: linear-gradient(135deg, #fede00, #ffeb70);
    color: #000;
}

.da-hero-btn.secondary {
    border: 2px solid #fede00;
    color: #fede00;
}

.da-hero-btn:hover {
    transform: translateY(-2px);
}

.da-hero-note {
    margin-top: 20px;
    font-size: 13px;
    color: #aaa;
}

/* Right visual */
.da-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.da-visual-card {
    background: linear-gradient(145deg, #111, #000);
    border-radius: 26px;
    padding: 36px;
    border: 1px solid rgba(254, 222, 0, 0.25);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

.da-visual-card h4 {
    color: #fede00;
    margin-bottom: 16px;
    font-size: 20px;
}

.da-visual-card ul {
    list-style: none;
    padding: 0;
}

.da-visual-card li {
    padding: 8px 0;
    font-size: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

/* Responsive */
@media (max-width: 992px) {
    .da-hero-wrap {
        grid-template-columns: 1fr;
    }

    .da-hero-content h1 {
        font-size: 32px;
    }
}

/* ================= END: Data Analytics Hero ================= */


/* ================= START: What You Will Learn - Data Analytics CSS ================= */

.da-learn-sec {
    position: relative;
    padding: 70px 6%;
    background: linear-gradient(180deg, #131313 0%, #0d0d0d 100%);
    color: #fff;
    overflow: hidden;
}

/* subtle pattern */
.da-learn-bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(254, 220, 0, 0.412) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.5;
}

/* wrapper */
.da-learn-wrap {
    position: relative;
    z-index: 2;
}

/* heading */
.da-learn-head {
    max-width: 820px;
    margin-bottom: 60px;
}

.da-learn-tag {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 18px;
}

.da-learn-head h2 {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.da-learn-head h2 span {
    color: #fede00;
}

.da-learn-head p {
    font-size: 16px;
    line-height: 1.7;
    color: #ddd;
}

/* grid */
.da-learn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* blocks */
.da-learn-block {
    background: linear-gradient(145deg, #111, #000);
    padding: 28px;
    border-radius: 20px;
    border: 1px solid rgba(254, 222, 0, 0.15);
    transition: 0.4s ease;
}

.da-learn-block:hover {
    transform: translateY(-8px);
    border-color: #fede00;
    box-shadow: 0 20px 40px rgba(254, 222, 0, 0.15);
}

.da-learn-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #fede00;
}

.da-learn-block i {
    margin-right: 8px;
}

.da-learn-block p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #ccc;
}

/* responsive */
@media (max-width: 992px) {
    .da-learn-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .da-learn-grid {
        grid-template-columns: 1fr;
    }

    .da-learn-head h2 {
        font-size: 30px;
    }
}

/* ================= END: What You Will Learn - Data Analytics CSS ================= */




/* ================= START: Combo Course Offer - Data Analytics CSS ================= */

.combo-offer-sec {
    position: relative;
    padding: 90px 6%;
    background: linear-gradient(180deg, #fede00 0%, #ffef7a 100%);
    overflow: hidden;
    color: #000;
}

/* background texture */
.combo-offer-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.4;
}

/* layout */
.combo-offer-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 70px;
    align-items: center;
}

/* content */
.combo-offer-badge {
    display: inline-block;
    background: #000;
    color: #fede00;
    padding: 8px 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.combo-offer-content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.combo-offer-content h2 span {
    color: #000;
    background: linear-gradient(90deg, #242323, #a20101d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.combo-offer-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 640px;
}

.combo-offer-points {
    list-style: none;
    padding: 0;
}

.combo-offer-points li {
    margin-bottom: 10px;
    font-size: 15px;
}

.combo-offer-points i {
    color: #000;
    margin-right: 8px;
}

/* offer card */
.combo-offer-card {
    background: linear-gradient(145deg, #000, #510101);
    color: #fff;
    padding: 36px 34px;
    border-radius: 26px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    position: relative;
}

.combo-offer-tag {
    position: absolute;
    top: -14px;
    left: 24px;
    background: #ffffff;
    color: #000;
    font-weight: 800;
    padding: 6px 14px;
}

.combo-offer-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.combo-offer-price {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 10px;
}

.combo-offer-price .old {
    text-decoration: line-through;
    opacity: 0.6;
}

.combo-offer-price .new {
    font-size: 36px;
    font-weight: 800;
    color: #fede00;
}

.combo-offer-note {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 18px;
}

.combo-offer-includes {
    list-style: none;
    padding: 0;
    margin-bottom: 22px;
}

.combo-offer-includes li {
    font-size: 14.5px;
    margin-bottom: 8px;
}

.combo-offer-includes i {
    color: #fede00;
    margin-right: 8px;
}

/* button */
.combo-offer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fede00, #ffea4d);
    color: #000;
    padding: 14px 26px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
}

.combo-offer-foot {
    margin-top: 16px;
    font-size: 13px;
    opacity: 0.85;
}

/* responsive */
@media (max-width: 992px) {
    .combo-offer-wrap {
        grid-template-columns: 1fr;
    }
}

/* ================= END: Combo Course Offer - Data Analytics CSS ================= */


/* ========================== Start: Data Analytics Testimonials =================  */

.da-test-section {
    background: linear-gradient(135deg, #0b0b0b, #111);
    padding: 90px 20px;
    color: #fff;
    position: relative;
}

.da-test-container {
    max-width: 1200px;
    margin: auto;
}

.da-test-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.da-test-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 16px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 16px;
    font-size: 14px;
}

.da-test-head h2 {
    font-size: 34px;
    margin-bottom: 12px;
}

.da-test-head p {
    color: #cfcfcf;
    font-size: 16px;
}

.da-test-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
}

.da-test-card {
    background: linear-gradient(160deg, #141414, #0f0f0f);
    border-radius: 18px;
    padding: 28px;
    border: 1px solid rgba(254, 222, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.da-test-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(254, 222, 0, 0.15);
}

.da-test-highlight {
    background: linear-gradient(160deg, #fede00, #ffea60);
    color: #000;
}

.da-test-rating {
    color: #fede00;
    margin-bottom: 14px;
    font-size: 15px;
}

.da-test-highlight .da-test-rating {
    color: #000;
}

.da-test-text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.da-test-user strong {
    display: block;
    font-size: 15px;
}

.da-test-user span {
    font-size: 13px;
    opacity: 0.8;
}

.da-test-cta {
    text-align: center;
    margin-top: 50px;
}

.da-test-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fede00;
    color: #000;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.da-test-btn:hover {
    background: #fff;
    transform: translateY(-2px);
}

/* ========================== END: Data Analytics Testimonials =================  */



/* ================= START : DATA ANALYTICS CURRICULUM SECTION ================= */

.cf-da-curriculum {
    position: relative;
    padding: 90px 7%;
    background: linear-gradient(135deg, #ffea0128 0%, #000 100%);
    overflow: hidden;
}

/* subtle pattern */
.cf-da-curriculum::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg,
            rgba(254, 222, 0, 0.05),
            rgba(254, 222, 0, 0.05) 1px,
            transparent 1px,
            transparent 10px);
}

.cf-da-wrap {
    position: relative;
    margin: auto;

    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: center;
}

/* LEFT CONTENT */
.cf-da-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 30px;
    margin-bottom: 14px;
}

.cf-da-content h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.cf-da-content h2 span {
    color: #fede00;
}

.cf-da-intro {
    color: #dcdcdc;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.cf-da-points {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.cf-da-points li {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
    padding-left: 18px;
    position: relative;
}

.cf-da-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #fede00;
    font-size: 14px;
}

/* CTA */
.cf-da-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cf-da-btn {
    display: inline-block;
    width: fit-content;
    background: linear-gradient(135deg, #fede00, #ffcc00);
    color: #000;
    padding: 14px 26px;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cf-da-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(254, 222, 0, 0.4);
}

.cf-da-note {
    font-size: 13px;
    color: #bdbdbd;
}

/* RIGHT CARD */
.cf-da-visual {
    display: flex;
    justify-content: center;
}

.cf-da-card {
    background: linear-gradient(180deg, #fede00, #ffd84d);
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.cf-da-card h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}

.cf-da-card p {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 16px;
}

.cf-da-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cf-da-tags span {
    background: #000;
    color: #fede00;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 900px) {
    .cf-da-wrap {
        grid-template-columns: 1fr;
    }

    .cf-da-content h2 {
        font-size: 30px;
    }
}

/* ================= END : DATA ANALYTICS CURRICULUM 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========================= */