@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 : DIGITAL MARKETING PRE HERO (PURE FEDE00) ================= */

.cf-dm-prehero-clean {
    background: #fede00;
    padding: 70px 20px;
}

.cf-dm-prehero-wrap {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.cf-dm-prehero-badge {
    display: inline-block;
    background: #000;
    color: #fede00;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
}

.cf-dm-prehero-wrap h2 {
    font-size: 56px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    margin-bottom: 14px;
}

.cf-dm-prehero-wrap h2 span {
    color: #000;
    text-decoration: underline;
}

.cf-dm-prehero-wrap p {
    max-width: 760px;
    margin: auto;
    font-size: 20px;
    line-height: 1.7;
    color: #1a1a1a;
}

/* Responsive */
@media (max-width: 768px) {
    .cf-dm-prehero-wrap h2 {
        font-size: 28px;
    }

    .cf-dm-prehero-wrap p {
        font-size: 15px;
    }
}

/* ================= END : DIGITAL MARKETING PRE HERO (PURE FEDE00) ================= */





/* ================= START : DIGITAL MARKETING HERO SECTION ================= */

.cf-dm-hero {
    position: relative;
    padding: 80px 20px;
    background: radial-gradient(circle at top left, #1a1a1a, #000);
    overflow: hidden;
}

/* diagonal yellow shape */
.cf-dm-hero::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 420px;
    height: 420px;
    background: linear-gradient(135deg, #fe0000, #ffcc00);
    transform: rotate(35deg);
    opacity: 0.9;
}

.cf-dm-container {
    position: relative;
    max-width: 1350px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
}

/* LEFT */
.cf-dm-label {
    display: inline-block;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cf-dm-left h1 {
    font-size: 44px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 20px;
}

.cf-dm-left h1 span {
    color: #fede00;
}

.cf-dm-desc {
    font-size: 17px;
    color: #d6d6d6;
    line-height: 1.7;
    margin-bottom: 24px;
}

.cf-dm-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.cf-dm-highlights li {
    font-size: 15px;
    color: #f1f1f1;
    margin-bottom: 10px;
}

/* CTA */
.cf-dm-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.cf-dm-btn-primary {
    background: linear-gradient(135deg, #fede00, #ffd84d);
    color: #000;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cf-dm-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(254, 222, 0, 0.4);
}

.cf-dm-btn-outline {
    border: 2px solid #fede00;
    color: #fede00;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cf-dm-btn-outline:hover {
    background: #fede00;
    color: #000;
}

/* RIGHT CARD */
.cf-dm-right {
    display: flex;
    justify-content: center;
}

.cf-dm-visual-card {
    background: #0f0f0f;
    padding: 36px;
    border-radius: 26px;
    border: 1px solid rgba(254, 222, 0, 0.25);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

.cf-dm-visual-card h3 {
    color: #fede00;
    font-size: 22px;
    margin-bottom: 14px;
}

.cf-dm-visual-card p {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.6;
}

.cf-dm-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.cf-dm-tags span {
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 900px) {
    .cf-dm-container {
        grid-template-columns: 1fr;
    }

    .cf-dm-left h1 {
        font-size: 32px;
    }
}

/* ================= END : DIGITAL MARKETING HERO SECTION ================= */



/* ================= START : WHAT YOU’LL LEARN – DIGITAL MARKETING ================= */

.dm-learn-section {
    position: relative;
    background: #000;
    color: #fff;
    padding: 90px 20px;
    overflow: hidden;
}

/* Decorative shapes */
.dm-shape {
    position: absolute;
    background: #fe0000;
    opacity: 1;
}

.dm-shape-1 {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    top: -80px;
    left: -80px;
}

.dm-shape-2 {
    width: 320px;
    height: 320px;
    border-radius: 30%;
    bottom: -120px;
    right: -120px;
}

.dm-learn-container {
    max-width: 1350px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Header */
.dm-learn-head {
    max-width: 700px;
    margin-bottom: 60px;
}

.dm-learn-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 16px;
}

.dm-learn-head h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

.dm-learn-head h2 span {
    color: #fede00;
}

.dm-learn-head p {
    font-size: 17px;
    line-height: 1.7;
    color: #dcdcdc;
}

/* Grid */
.dm-learn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

/* Cards */
.dm-learn-card {
    background: linear-gradient(160deg, #0d0d0d, #000);
    border: 1px solid rgba(254, 222, 0, 0.15);
    padding: 28px;
    transition: 0.35s ease;
}

.dm-learn-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fede00;
}

.dm-learn-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
}

.dm-learn-card:hover {
    transform: translateY(-8px);
    border-color: #fede00;
}

/* Highlight card */
.dm-learn-card.highlight {
    background: linear-gradient(135deg, #fede00, #ffea4d);
    color: #000;
}

.dm-learn-card.highlight h3 {
    color: #000;
}

.dm-learn-card.highlight p {
    color: #1a1a1a;
}

/* Responsive */
@media (max-width: 992px) {
    .dm-learn-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dm-learn-head h2 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .dm-learn-grid {
        grid-template-columns: 1fr;
    }

    .dm-learn-head h2 {
        font-size: 28px;
    }
}

/* ================= END : WHAT YOU’LL LEARN – DIGITAL MARKETING ================= */


/* ================= START : DIGITAL MARKETING MODULE FLOW STYLES ================= */

.dmx-modules {
    position: relative;
    background: #0b0b0b;
    color: #ffffff;
    padding: 80px 20px;
    overflow: hidden;
}

/* Grain + pattern overlay */
.dmx-modules-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(254, 222, 0, 0.18), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(254, 222, 0, 0.12), transparent 45%),
        repeating-linear-gradient(135deg,
            rgba(255, 255, 255, 0.02) 0,
            rgba(255, 255, 255, 0.02) 1px,
            transparent 1px,
            transparent 6px);
    pointer-events: none;
}

.dmx-modules-wrap {
    position: relative;
    max-width: 1250px;
    margin: auto;
    z-index: 2;
}

/* Header */
.dmx-modules-head {
    max-width: 1020px;
    margin-bottom: 80px;
}



.dmx-modules-head h2 {
    font-size: 60px;
    line-height: 1.2;
    margin: 18px 0;
    font-weight: 900;
}

.dmx-modules-head h2 span {
    color: #fede00;
}

.dmx-modules-head p {
    font-size: 18px;
    color: #d5d5d5;
}

/* Timeline layout */
.dmx-modules-timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
}

/* Module block */
.dmx-module {
    position: relative;
    padding-left: 90px;
    border-left: 2px dashed rgba(254, 222, 0, 0.35);
}

.dmx-count {
    position: absolute;
    left: -18px;
    top: 0;
    width: 56px;
    height: 56px;
    background: #000;
    border: 2px solid #fede00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #fede00;
}

.dmx-module-body {
    padding: 28px 34px;
    background:
        linear-gradient(135deg, rgba(254, 220, 0, 0.251), rgba(45, 0, 0, 0.9));
    clip-path: polygon(0 0, 95% 0, 100% 20%, 100% 100%, 0 100%);
}

.dmx-module-body h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffffff;
}

.dmx-module-body p {
    font-size: 17px;
    color: #e0e0e0;
    line-height: 1.6;
}

/* Featured module */
.dmx-module.featured .dmx-module-body {
    background:
        linear-gradient(135deg, #fede00, #ffea4d);
    color: #000;
}

.dmx-module.featured h3,
.dmx-module.featured p {
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .dmx-modules-head h2 {
        font-size: 32px;
    }

    .dmx-module {
        padding-left: 70px;
    }
}

/* ================= END : DIGITAL MARKETING MODULE FLOW STYLES ================= */





/* ================= START : DIGITAL MARKETING COURSE OFFER ================= */

.dm-offer-section {
    position: relative;
    padding: 100px 20px;
    background: #050505;
    color: #fff;
    overflow: hidden;
}

.dm-offer-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 30%, rgba(254, 222, 0, 0.18), transparent 45%),
        radial-gradient(circle at 85% 70%, rgba(254, 222, 0, 0.12), transparent 50%),
        repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.025),
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px,
            transparent 70px);
    z-index: 0;
}

.dm-offer-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 50px;
    z-index: 2;
}

/* LEFT CONTENT */

.dm-offer-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 7px 16px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.dm-offer-content h2 {
    font-size: 42px;
    line-height: 1.2;
}

.dm-offer-content h2 span {
    color: #fede00;
}

.dm-offer-desc {
    margin-top: 18px;
    font-size: 16px;
    color: #ccc;
    max-width: 650px;
}

.dm-offer-benefits {
    margin-top: 28px;
    list-style: none;
    padding: 0;
}

.dm-offer-benefits li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 15px;
}

.dm-offer-benefits li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #fede00;
    font-weight: bold;
}

/* CTA BUTTONS */

.dm-offer-actions {
    margin-top: 34px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.dm-offer-btn {
    padding: 14px 26px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s ease;
}

.dm-offer-btn.primary {
    background: #fede00;
    color: #000;
}

.dm-offer-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(254, 222, 0, 0.35);
}

.dm-offer-btn.secondary {
    border: 2px solid #fede00;
    color: #fede00;
}

.dm-offer-btn.secondary:hover {
    background: #fede00;
    color: #000;
}

/* PRICE BOX */

.dm-offer-pricebox {
    position: relative;
    padding: 42px 38px;
    margin: auto;
    height: fit-content;
    background:
        linear-gradient(160deg, rgba(254, 222, 0, 0.25), rgba(0, 0, 0, 0.4)),
        repeating-linear-gradient(-45deg,
            rgba(254, 222, 0, 0.08),
            rgba(254, 222, 0, 0.08) 1px,
            transparent 1px,
            transparent 18px);
    border: 2px solid rgba(254, 222, 0, 0.6);
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}


.dm-offer-pricebox::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.25), transparent 60%);
    animation: priceGlow 8s linear infinite;
    z-index: -1;
}

@keyframes priceGlow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.dm-price-new {
    font-size: 52px;
    font-weight: 900;
    color: #fede00;
    letter-spacing: 1px;
    text-shadow: 0 0 25px rgba(254, 222, 0, 0.35);
}


.dm-offer-timer {
    margin-top: 26px;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #000;
    background: #fede00;
    padding: 10px 14px;
    display: inline-block;
    font-weight: 700;
    animation: pulseTag 1.6s infinite ease-in-out;
}

@keyframes pulseTag {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}


.dm-offer-tag {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    background: #fede00;
    padding: 6px 14px;
}

.dm-price-wrap {
    margin: 20px 0;
}

.dm-price-old {
    display: block;
    text-decoration: line-through;
    color: #aaa;
    font-size: 18px;
}

.dm-price-new {
    font-size: 46px;
    font-weight: 800;
    color: #fede00;
}

.dm-price-note {
    font-size: 14px;
    color: #eee;
}



/* RESPONSIVE */

@media (max-width: 1024px) {
    .dm-offer-container {
        grid-template-columns: 1fr;
    }

    .dm-offer-pricebox {
        max-width: 400px;
        margin: auto;
    }
}

@media (max-width: 600px) {
    .dm-offer-content h2 {
        font-size: 30px;
    }

    .dm-price-new {
        font-size: 36px;
    }
}

/* ================= END : DIGITAL MARKETING COURSE OFFER ================= */


/* ================= START : PRICING  ================= */

.cf-dm-section {
    padding: 60px 100px;
    background: linear-gradient(135deg, #0b0b0b 0%, #1c1c1c 100%);
    font-family: 'Poppins', sans-serif;
    color: #fff;
    overflow: hidden;
}

.cf-dm-intro {
    position: relative;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
    padding: 20px;
}

.cf-dm-intro::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 120%;
    height: 140%;
    background: repeating-conic-gradient(rgba(254, 222, 0, 0.05) 0deg 45deg, transparent 45deg 90deg);
    transform: rotate(45deg);
    z-index: 0;
    border-radius: 20px;
}

.cf-dm-intro h2 {
    font-size: 65px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.cf-dm-intro .highlight {
    background: linear-gradient(90deg, #fede00, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cf-dm-intro p {
    font-size: 20px;
    line-height: 1.7;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
}

.cf-dm-intro strong {
    color: #fede00;
}


.cf-dm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: stretch;
}

.cf-dm-track {
    background: linear-gradient(145deg, #101010, #2e0000);
    padding: 30px 25px;
    position: relative;
    box-shadow: -8px 8px 0 rgba(254, 220, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cf-dm-track:hover {
    transform: translateY(-10px);
    box-shadow: -15px 0 20px rgba(254, 222, 0, 0.5);
}

.cf-track-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cf-track-header h3 {
    color: #fede00;
    font-size: 1.6rem;
}

.cf-price {
    font-size: 1.1rem;
    color: #fff;
}

.cf-track-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.cf-track-features li {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.5;
}

.cf-dm-track ul.cf-track-features {
    list-style: none;
    /* remove default bullets */
    padding-left: 0;
    margin: 0 0 25px 0;
}

.cf-dm-track ul.cf-track-features li {
    position: relative;
    padding-left: 30px;
    /* space for the custom bullet */
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 1rem;
}

/* Custom bullet */
.cf-dm-track ul.cf-track-features li::before {
    content: "\f00c";
    /* Font Awesome check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #fede00;
    font-size: 1rem;
}


.cf-track-features li i {
    color: #fede00;
    margin-right: 10px;
}

.cf-track-cta {
    display: flex;
    gap: 15px;
}

.cf-btn {
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.cf-brochure {
    background: #fede00;
    color: #111;
}

.cf-brochure:hover {
    background: #ffd700;
    color: #000;
}

.cf-enroll {
    background: #111;
    color: #fede00;
    border: 2px solid #fede00;
}

.cf-enroll:hover {
    background: #fede00;
    color: #111;
}

.cf-batch-info {
    margin-top: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(145deg, #3f3f3f, #1a1a1a);
    padding: 30px;
    box-shadow: 0 10px 10px rgba(97, 97, 97, 0.641);
    text-align: left;
}

.cf-batch-info h4 {
    font-size: 1.5rem;
    color: #fede00;
    margin-bottom: 15px;
}

.cf-batch-info p {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 12px;
}

.cf-batch-info i {
    color: #fede00;
    margin-right: 6px;
}
/* =========================
   ULTRA LARGE SCREENS (1600px+)
========================= */
@media (min-width: 1600px) {

    .cf-dm-section {
        padding: 80px 160px;
    }

    .cf-dm-intro h2 {
        font-size: 72px;
    }

    .cf-dm-intro p {
        font-size: 22px;
    }

    .cf-dm-grid {
        gap: 40px;
    }
}


/* =========================
   LARGE LAPTOPS (1200px – 1599px)
========================= */
@media (max-width: 1599px) and (min-width: 1200px) {

    .cf-dm-section {
        padding: 70px 120px;
    }

    .cf-dm-intro h2 {
        font-size: 60px;
    }
}


/* =========================
   SMALL LAPTOPS (992px – 1199px)
========================= */
@media (max-width: 1199px) and (min-width: 992px) {

    .cf-dm-section {
        padding: 60px 80px;
    }

    .cf-dm-intro h2 {
        font-size: 52px;
    }

    .cf-dm-intro p {
        font-size: 18px;
    }

    .cf-dm-track {
        padding: 26px 22px;
    }
}


/* =========================
   TABLETS (768px – 991px)
========================= */
@media (max-width: 991px) and (min-width: 768px) {

    .cf-dm-section {
        padding: 60px 50px;
    }

    .cf-dm-intro h2 {
        font-size: 44px;
    }

    .cf-dm-intro p {
        font-size: 17px;
    }

    .cf-dm-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cf-track-cta {
        flex-direction: column;
    }

    .cf-btn {
        justify-content: center;
    }
}


/* =========================
   LARGE MOBILES (600px – 767px)
========================= */
@media (max-width: 767px) and (min-width: 600px) {

    .cf-dm-section {
        padding: 50px 30px;
    }

    .cf-dm-intro h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    .cf-dm-intro p {
        font-size: 16px;
    }

    .cf-dm-grid {
        grid-template-columns: 1fr;
    }

    .cf-track-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}


/* =========================
   SMALL MOBILES (≤599px)
========================= */
@media (max-width: 599px) {

    .cf-dm-section {
        padding: 40px 20px;
    }

    .cf-dm-intro {
        margin-bottom: 40px;
    }

    .cf-dm-intro h2 {
        font-size: 30px;
    }

    .cf-dm-intro p {
        font-size: 15px;
    }

    .cf-dm-track {
        box-shadow: -5px 5px 0 rgba(254, 220, 0, 0.6);
    }

    .cf-track-header h3 {
        font-size: 1.4rem;
    }

    .cf-price {
        font-size: 1rem;
    }

    .cf-track-cta {
        flex-direction: column;
        gap: 12px;
    }

    .cf-btn {
        width: 100%;
        justify-content: center;
    }

    .cf-batch-info {
        padding: 22px;
    }

    .cf-batch-info h4 {
        font-size: 1.3rem;
    }

    .cf-batch-info p {
        font-size: 0.95rem;
    }
}


/* ================= END : PRICING  ================= */



/* ================= START : LIVE TOOLS YOU WILL USE ================= */

.dm-tools-section {
    position: relative;
    padding: 90px 20px;
    background: #050505;
    color: #fff;
    overflow: hidden;
}

.dm-tools-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%),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.03) 0,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 60px);
    z-index: 0;
}

.dm-tools-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 2;
}

/* HEADER */

.dm-tools-head {
    max-width: 700px;
    margin-bottom: 60px;
}

.dm-tools-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 14px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.dm-tools-head h2 {
    font-size: 38px;
    line-height: 1.2;
}

.dm-tools-head h2 span {
    color: #fede00;
}

.dm-tools-head p {
    margin-top: 16px;
    color: #ccc;
    font-size: 16px;
}

/* GRID */

.dm-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* PANELS */

.dm-tools-panel {
    position: relative;
    padding: 28px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border-left: 4px solid #fede00;
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease;
}

.dm-tools-panel:hover {
    transform: translateY(-6px);
}

.dm-tools-panel h3 {
    color: #fede00;
    margin-bottom: 18px;
    font-size: 18px;
}

.dm-tools-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dm-tools-panel ul li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    color: #eee;
}

.dm-tools-panel ul li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #fede00;
}

/* VARIATIONS */

.dm-tools-panel.accent {
    border-left-color: #fff;
}

.dm-tools-panel.glow {
    box-shadow: 0 0 0 transparent;
}

.dm-tools-panel.glow::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(254, 222, 0, 0.15), transparent 60%);
    pointer-events: none;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
    .dm-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .dm-tools-head h2 {
        font-size: 28px;
    }

    .dm-tools-grid {
        grid-template-columns: 1fr;
    }
}

/* ================= END : LIVE TOOLS YOU WILL USE ================= */



/* ================= START : TESTIMONIAL SECTION =================  */

.dmc-test-section {
  position: relative;
  background: #0b0b0b;
  padding: 60px 20px;
  color: #fff;
  overflow: hidden;
}

.dmc-test-bg-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(254,222,0,.15), transparent 40%),
    radial-gradient(circle at 80% 60%, rgba(254,222,0,.12), transparent 45%);
  pointer-events: none;
}

.dmc-test-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.dmc-test-head {
  text-align: center;
  margin-bottom: 60px;
}

.dmc-test-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fede00;
  color: #000;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 14px;
}

.dmc-test-head h2 {
  font-size: 42px;
  font-weight: 800;
}

.dmc-test-head h2 span {
  color: #fede00;
}

.dmc-test-head p {
  max-width: 720px;
  margin: 16px auto 0;
  color: #cfcfcf;
}

.dmc-test-rail {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.dmc-test-item {
  background: linear-gradient(160deg, #141414, #0b0b0b);
  border: 1px solid rgba(254,222,0,.25);
  border-radius: 22px;
  padding: 28px;
  width: 320px;
  position: relative;
  transition: transform .4s ease, box-shadow .4s ease;
}

.dmc-test-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(254,222,0,.15);
}

.dmc-test-item.highlight {
  border: 2px solid #fede00;
  box-shadow: 0 0 40px rgba(254,222,0,.25);
}

.dmc-test-item i.fa-quote-left {
  font-size: 26px;
  color: #fede00;
  margin-bottom: 12px;
}

.dmc-test-item p {
  color: #ddd;
  font-size: 15px;
  line-height: 1.6;
}

.dmc-test-item h4 {
  margin-top: 18px;
  font-size: 17px;
  font-weight: 600;
}

.dmc-test-item span {
  font-size: 13px;
  color: #aaa;
}

.dmc-stars {
  margin-top: 10px;
  color: #fede00;
}

.dmc-test-trust {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  gap: 30px;
  text-align: center;
}

.dmc-test-trust div {
  background: #111;
  border-radius: 18px;
  padding: 26px 20px;
  border: 1px solid rgba(254,222,0,.2);
}

.dmc-test-trust i {
  font-size: 26px;
  color: #fede00;
  margin-bottom: 10px;
}

.dmc-test-trust strong {
  display: block;
  font-size: 20px;
}

.dmc-test-trust span {
  font-size: 13px;
  color: #bbb;
}


/* ================= END : TESTIMONIAL 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========================= */