@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;
}

::-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---------------------- */



/* ===================== Programming Course Pre-Banner ===================== */
.plc-pre-banner {
    position: relative;
    background: linear-gradient(180deg, #fede00 0%, #fff1a8 100%);
    padding: 70px 0 90px;
    overflow: hidden;
}

/* Soft academic pattern */
.plc-pre-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.35;
}

/* Container */
.plc-pre-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
}

/* Content */
.plc-pre-chip {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(0, 0, 0, 0.12);
    color: #000;
    font-size: 13px;
    font-weight: 600;
    border-radius: 18px;
    margin-bottom: 22px;
}

.plc-pre-heading {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    margin-bottom: 18px;
}

.plc-pre-heading span {
    background: linear-gradient(90deg, #000, #444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plc-pre-text {
    font-size: 16.5px;
    line-height: 1.75;
    color: #222;
    max-width: 850px;
}

/* Tags */
.plc-pre-tags {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.plc-pre-tags span {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .plc-pre-heading {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .plc-pre-banner {
        padding: 60px 0 70px;
    }

    .plc-pre-heading {
        font-size: 26px;
    }
}

/* ===================== End Programming Course Pre-Banner ===================== */


/* ===================== Programming Languages Course Hero ===================== */
.plc-hero {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #0b0b0b, #000);
    color: #fff;
    overflow: hidden;
}

/* Background texture (education feel, not service) */
.plc-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(254, 222, 0, 0.12), transparent 45%),
        radial-gradient(circle at 80% 60%, rgba(254, 220, 0, 0.204), transparent 50%);
}

.plc-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.4;
}

/* Container */
.plc-hero-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

/* Content */
.plc-hero-badge {
    display: inline-block;
    padding: 8px 18px;
    font-size: 13px;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 22px;
}

.plc-hero-title {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 22px;
}

.plc-hero-title span {
    color: #fede00;
}

.plc-hero-desc {
    font-size: 16.5px;
    line-height: 1.75;
    color: #d6d6d6;
    max-width: 620px;
    margin-bottom: 14px;
}

/* Buttons */
.plc-hero-actions {
    margin-top: 30px;
    display: flex;
    gap: 18px;
}

.plc-hero-btn-primary {
    padding: 14px 28px;
    background: linear-gradient(135deg, #fede00, #ffea4d);
    color: #000;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
}

.plc-hero-btn-secondary {
    padding: 14px 28px;
    border: 1px solid rgba(254, 222, 0, 0.6);
    color: #fede00;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
}

/* Visual Coding Cards */
.plc-hero-visual {
    position: relative;
}

.plc-code-card {
    background: #0f0f0f;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
    margin-bottom: 22px;
    border-left: 4px solid #fede00;
}

.plc-code-card pre {
    font-size: 14px;
    color: #eaeaea;
    margin: 0;
}

.plc-lang {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #fede00;
    margin-bottom: 6px;
}

.plc-alt {
    margin-left: 60px;
}

.plc-mini {
    max-width: 300px;
    margin-left: 120px;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 1024px) {
    .plc-hero-container {
        grid-template-columns: 1fr;
    }

    .plc-hero-visual {
        margin-top: 50px;
    }

    .plc-alt,
    .plc-mini {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .plc-hero-title {
        font-size: 30px;
    }

    .plc-hero {
        padding: 80px 0;
    }
}

/* ===================== End Programming Languages Course Hero ===================== */



/* ===================== Languages We Teach – Dark Course Theme ===================== */

.plc-lang-dark {
    background: radial-gradient(circle at top, #1a1a1a, #000 70%);
    padding: 100px 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.plc-lang-wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 7%;
}

/* Header */
.plc-lang-head {
    text-align: center;
    margin-bottom: 70px;
}

.plc-lang-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.plc-lang-head h2 {
    font-size: 42px;
    font-weight: 800;
}

.plc-lang-head h2 span {
    color: #fede00;
}

.plc-lang-head p {
    margin-top: 16px;
    font-size: 16.5px;
    max-width: 820px;
    margin-inline: auto;
    opacity: 0.85;
}

/* Grid */
.plc-lang-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Box */
.plc-lang-box {
    position: relative;
    background: linear-gradient(145deg, #0d0d0d, #000);
    border: 1px solid rgba(254, 222, 0, 0.25);
    padding: 34px 30px;
    transition: 0.4s ease;
}

.plc-lang-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(254, 220, 0, 0.434), transparent);
    opacity: 0;
    transition: 0.4s ease;
}

.plc-lang-box:hover::before {
    opacity: 1;
}

.plc-lang-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(254, 222, 0, 0.15);
}

/* Icon */
.plc-lang-icon {
    margin-bottom: 18px;
}

/* Text */
.plc-lang-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fede00;
}

.plc-lang-icon i {
    font-size: 36px;
    color: #fede00;
}


.plc-lang-box p {
    font-size: 14.8px;
    line-height: 1.7;
    opacity: 0.9;
}

/* Meta */
.plc-lang-meta {
    display: inline-block;
    margin-top: 14px;
    font-size: 12.5px;
    color: #000;
    background: #fede00;
    padding: 6px 12px;
    font-weight: 600;
}

/* Highlight Module */
.plc-lang-highlight {
    border: 2px solid #fede00;
    background: linear-gradient(145deg, #1a1a00, #000);
}

/* Responsive */
@media (max-width: 576px) {
    .plc-lang-head h2 {
        font-size: 30px;
    }
}

/* ===================== End Languages We Teach – Dark Course Theme ===================== */

/* ===================== WHO SHOULD LEARN THIS COURSE ===================== */

.course-audience-section {
    background: #0b0b0b;
    padding: 40px 7%;
    color: #fff;
    overflow: hidden;
}

/* Header */
.course-audience-header {
    max-width: 760px;
    margin-bottom: 70px;
}

.course-audience-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.course-audience-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.course-audience-title span {
    color: #fede00;
}

.course-audience-sub {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfcf;
}

/* Pinterest Grid */
.course-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(180px, auto);
    gap: 22px;
}

/* Tiles */
.course-audience-tile {
    background:
        linear-gradient(180deg, rgba(255, 0, 0, 0.181), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.262);
    border-radius: 22px;
    padding: 28px 26px;
    backdrop-filter: blur(6px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.course-audience-tile:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
}

.course-audience-tile i {
    font-size: 26px;
    color: #fede00;
    margin-bottom: 16px;
}

.course-audience-tile h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.course-audience-tile p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #d6d6d6;
}

/* Pinterest Variations */
.tile-large {
    grid-column: span 2;
}

.tile-wide {
    grid-column: span 2;
}

.tile-tall {
    grid-row: span 2;
}

/* ===================== RESPONSIVE: COURSE AUDIENCE SECTION ===================== */

/* Large desktops (1400px+) */
@media (min-width: 1400px) {
    .course-audience-section {
        padding: 130px 10%;
    }

    .course-audience-title {
        font-size: 46px;
    }
}

/* Laptops & small desktops */
@media (max-width: 1200px) {
    .course-audience-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .tile-large,
    .tile-wide {
        grid-column: span 2;
    }
}

/* Tablets (landscape) */
@media (max-width: 992px) {
    .course-audience-section {
        padding: 100px 6%;
    }

    .course-audience-title {
        font-size: 34px;
    }

    .course-audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tile-tall {
        grid-row: span 1;
    }
}

/* Tablets & large mobiles */
@media (max-width: 768px) {
    .course-audience-header {
        margin-bottom: 50px;
    }

    .course-audience-sub {
        font-size: 15px;
    }

    .course-audience-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .tile-large,
    .tile-wide {
        grid-column: span 1;
    }
}

/* Mobile phones */
@media (max-width: 576px) {
    .course-audience-section {
        padding: 80px 5%;
    }

    .course-audience-title {
        font-size: 26px;
        line-height: 1.25;
    }

    .course-audience-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .course-audience-tile {
        padding: 24px 22px;
    }

    .course-audience-tile i {
        font-size: 22px;
    }

    .course-audience-tile h3 {
        font-size: 17px;
    }

    .course-audience-tile p {
        font-size: 14px;
    }
}

/* Extra small devices */
@media (max-width: 380px) {
    .course-audience-title {
        font-size: 24px;
    }

    .course-audience-tag {
        font-size: 12px;
        padding: 6px 14px;
    }
}

/* ===================== END RESPONSIVE ===================== */


/* ===================== END: WHO SHOULD LEARN THIS COURSE ===================== */


/* ================= COURSE STRUCTURE SECTION ================= */
.course-structure-section {
    background: linear-gradient(180deg, #5201015b 0%, #0b0b0b 100%);
    padding: 80px 6%;
    color: #fff;
}

.course-structure-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
}

/* LEFT NAV */
.course-structure-nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cs-nav-item {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    padding: 18px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: 0.3s ease;
}

.cs-nav-item i {
    margin-right: 10px;
    color: #fede00;
}

.cs-nav-item:hover,
.cs-nav-item.active {
    background: rgba(254, 222, 0, 0.15);
    border-left-color: #fede00;
}

/* CONTENT */
.course-structure-content {
    background: rgba(242, 255, 1, 0.134);
    padding: 40px 45px;
    border-radius: 18px;
}

.cs-content-box {
    display: none;
    animation: fadeUp 0.4s ease;
}

.cs-content-box.active {
    display: block;
}

.cs-content-box h3 {
    font-size: 26px;
    margin-bottom: 14px;
    color: #fede00;
}

.cs-content-box p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
}

.cs-content-box ul {
    margin-top: 18px;
    padding-left: 18px;
}

.cs-content-box li {
    margin-bottom: 10px;
    font-size: 15px;
}

.cs-duration {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background: #fede00;
    padding: 6px 14px;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= COURSE STRUCTURE INTRO ================= */
.course-structure-intro {
    max-width: 1000px;
    margin-bottom: 60px;
}

.course-structure-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(254, 222, 0, 0.18);
    color: #fede00;
    font-size: 13px;
    font-weight: 600;
    border-radius: 18px;
    margin-bottom: 18px;
}

.course-structure-heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
}

.course-structure-heading span {
    color: #fede00;
}

.course-structure-subtext {
    font-size: 17px;
    line-height: 1.75;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .course-structure-heading {
        font-size: 30px;
    }
}


@media (max-width: 992px) {
    .course-structure-container {
        grid-template-columns: 1fr;
    }
}


/* ================= END COURSE STRUCTURE SECTION ================= */


/* ================= COURSE PRICING (NEW VISUAL IDENTITY) ================= */
.pl-price {
  position: relative;
  padding: 70px 6%;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(254, 220, 0, 0.255), transparent 45%),
    radial-gradient(circle at bottom right, rgba(255,255,255,0.05), transparent 40%),
    linear-gradient(160deg, #222222 0%, #0f0f0f 40%, #222222 100%);
  overflow: hidden;
}

/* subtle dot mesh pattern */
.pl-price::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.241) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: 0.25;
  pointer-events: none;
}

/* glowing accent */
.pl-price::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(254,222,0,0.25), transparent 70%);
  top: -180px;
  right: -180px;
  filter: blur(120px);
  pointer-events: none;
}

.pl-price-wrap {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
}

/* ================= HEAD ================= */
.pl-price-badge {
  display: inline-block;
  padding: 9px 20px;
  background: rgba(254,222,0,0.12);
  border: 1px solid rgba(254,222,0,0.35);
  color: #fede00;
  font-weight: 700;
  font-size: 13px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.pl-price-head h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.15;
}

.pl-price-head span {
  background: linear-gradient(90deg, #fede00, #fff2a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pl-price-head p {
  margin-top: 18px;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.7;
  color: #cfcfcf;
}

/* ================= GRID ================= */
.pl-price-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

/* ================= CARD ================= */
.pl-price-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(44, 43, 43, 0.08), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  padding: 40px 32px;
  backdrop-filter: blur(14px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pl-price-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 20px 30px rgb(58, 58, 58);
}

.pl-price-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
}

.pl-price-for {
  font-size: 16px;
  color: #bdbdbd;
  margin-bottom: 22px;
}

/* Price */
.pl-price-amount {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 26px;
  color: #fede00;
}

.pl-price-amount span {
  font-size: 22px;
}

/* Features */
.pl-price-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pl-price-card ul li {
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  color: #e6e6e6;
}

.pl-price-card ul i {
  color: #fede00;
  margin-top: 3px;
}

/* Button */
.pl-price-btn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  border-radius: 30px;
  background: linear-gradient(135deg, #fede00, #ffea4d);
  color: #000;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.pl-price-btn:hover {
  filter: brightness(1.05);
}

/* ================= HIGHLIGHT CARD ================= */
.pl-price-card.highlight {
  background:
    linear-gradient(180deg, #fedc0063 0%, #ffea4d 100%);
  color: #000;
  border: none;
}

.pl-price-card.highlight .pl-price-amount {
  color: #000;
}

.pl-price-card.highlight ul li {
  color: #000;
}

.pl-price-card.highlight ul i {
  color: #000;
}

.pl-price-btn.dark {
  background: #000;
  color: #fede00;
}

/* Tag */
.pl-price-tag {
  position: absolute;
  top: -14px;
  right: 22px;
  background: #000;
  border: 1px solid #fede00;
  color: #fede00;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 30px;
}

/* ================= BATCH INFO ================= */
.pl-batch-info {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.pl-batch-box {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.138), rgba(255,255,255,0.02));
  border-radius: 22px;
  padding: 34px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.215);
}

.pl-batch-box i {
  font-size: 30px;
  color: #fede00;
  margin-bottom: 16px;
}

.pl-batch-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.pl-batch-box p {
  font-size: 14.5px;
  color: #cfcfcf;
  line-height: 1.6;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .pl-price-grid,
  .pl-batch-info {
    grid-template-columns: 1fr;
  }

  .pl-price-head h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .pl-price {
    padding: 90px 6%;
  }
}
/* ================= END COURSE PRICING ================= */


/* ===================== COURSE CTA SECTION ===================== */
.course-cta-section {
    position: relative;
    background: linear-gradient(135deg, #fede00 0%, #ffea4d 100%);
    padding: 70px 6%;
    overflow: hidden;
    color: #000;
}

/* Background Effects */
.course-cta-bg {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(45deg,
            rgba(0, 0, 0, 0.126),
            rgba(0, 0, 0, 0.06) 1px,
            transparent 1px,
            transparent 36px);
    opacity: 0.4;
}

.course-cta-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.426), transparent 70%);
    bottom: -120px;
    right: -120px;
    filter: blur(100px);
}

.course-cta-container {
    position: relative;
    margin: auto;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

/* Content */
.course-cta-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(0, 0, 0, 0.15);
    font-size: 13px;
    font-weight: 600;
    border-radius: 18px;
    margin-bottom: 20px;
}

.course-cta-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px;
}

.course-cta-title span {
    color: #111;
    background: linear-gradient(90deg, #000, #e60101);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.course-cta-desc {
    font-size: 17px;
    line-height: 1.75;
    max-width: 760px;
}

/* Buttons */
.course-cta-actions {
    display: flex;
    gap: 18px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.course-cta-btn {
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

.course-cta-btn.primary {
    background: #000;
    color: #fede00;
}

.course-cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.course-cta-btn.secondary {
    border: 2px solid #000;
    color: #000;
}

.course-cta-btn.secondary:hover {
    background: #000;
    color: #fede00;
}

/* Note */
.course-cta-note {
    margin-top: 22px;
    font-size: 14px;
    opacity: 0.85;
}


/* Right Image */
.course-cta-visual {
    position: relative;
}

.course-cta-image-wrap {
    background: #ff0000;
    padding: 14px;
    border-radius: 26px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: rotate(-2deg);
}

.course-cta-image-wrap img {
    width: 100%;
    border-radius: 18px;
    display: block;
    transform: rotate(2deg);
}

/* Responsive */
@media (max-width: 992px) {
    .course-cta-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .course-cta-image-wrap {
        max-width: 420px;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .course-cta-title {
        font-size: 30px;
    }
}

/* ===================== END COURSE CTA SECTION ===================== */


/* ===================== CAREER MODERN ===================== */
.career-modern {
    background: radial-gradient(circle at top left, #232323, #000 70%);
    padding: 70px 6%;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Container */
.career-modern-container {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 90px;
    align-items: center;
}

/* Left Content */
.career-modern-badge {
    display: inline-block;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.career-modern-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
}

.career-modern-title span {
    color: #fede00;
}

.career-modern-desc {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.75;
    opacity: 0.85;
    max-width: 520px;
}

.career-modern-note {
    margin-top: 26px;
    font-size: 14px;
    color: #000;
    background: #fede00;
    display: inline-block;
    padding: 10px 18px;
    font-weight: 600;
}

/* Right Flow */
.career-modern-flow {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

/* Pills */
.career-modern-pill {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: linear-gradient(135deg, #f3030355, #000000);
    border-radius: 22px;
    padding: 22px 26px;
    border: 1px solid rgba(254, 222, 0, 0.2);
    max-width: 520px;
    transition: 0.4s ease;
}

.career-modern-pill i {
    font-size: 26px;
    color: #fede00;
    margin-top: 6px;
}

.career-modern-pill h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.career-modern-pill p {
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.6;
}

.career-modern-pill span {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(254, 222, 0, 0.15);
    padding: 6px 12px;
    border-radius: 14px;
}

/* Floating offsets */
.shift-right {
    margin-left: 70px;
}

/* Highlight */
.career-modern-pill.highlight {
    background: linear-gradient(135deg, #fede00, #ffea4d);
    color: #000;
}

.career-modern-pill.highlight i {
    color: #000;
}

.career-modern-pill.highlight span {
    background: rgba(0, 0, 0, 0.15);
}

/* Hover */
.career-modern-pill:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(254, 222, 0, 0.15);
}

/* Responsive */
@media (max-width: 1024px) {
    .career-modern-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .shift-right {
        margin-left: 0;
    }
}

@media (max-width: 576px) {

    .career-modern-title {
        font-size: 30px;
    }
}

/* ===================== END CAREER MODERN ===================== */

/* ===================== Start: COURSE TESTIMONIALS SECTION ===================== */

.pl-test-section {
    position: relative;
    padding: 100px 20px;
    background: radial-gradient(circle at top, #1a1a1a, #000);
    color: #fff;
    overflow: hidden;
}

.pl-test-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(254, 222, 0, 0.08) 1px, transparent 1px),
        linear-gradient(60deg, rgba(254, 222, 0, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.pl-test-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.pl-test-header {
    text-align: center;
    margin-bottom: 60px;
}

.pl-test-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}

.pl-test-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    margin-bottom: 14px;
}

.pl-test-subtitle {
    max-width: 760px;
    margin: auto;
    color: #ccc;
    font-size: 16px;
}

.pl-test-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.pl-test-card {
    position: relative;
    padding: 32px;
    background: linear-gradient(145deg, #0f0f0f, #1a1a1a);
    border-radius: 22px;
    border: 1px solid rgba(254, 222, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pl-test-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 60px rgba(254, 222, 0, 0.25);
}

.pl-test-card.highlight {
    border: 2px solid #fede00;
    box-shadow: 0 0 0 2px rgba(254, 222, 0, 0.2);
}

.pl-test-stars {
    color: #fede00;
    margin-bottom: 14px;
}

.pl-test-text {
    font-size: 15px;
    line-height: 1.7;
    color: #eaeaea;
    margin-bottom: 22px;
}

.pl-test-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pl-test-avatar {
    width: 46px;
    height: 46px;
    background: #fede00;
    color: #000;
    font-weight: 800;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.pl-test-user h4 {
    font-size: 15px;
    margin: 0;
}

.pl-test-user span {
    font-size: 13px;
    color: #bbb;
}

.pl-test-course-tag {
    position: absolute;
    top: -14px;
    right: 22px;
    background: #fede00;
    color: #000;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 700;
}

.pl-test-cta {
    margin-top: 60px;
    text-align: center;
}

.pl-test-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    background: linear-gradient(135deg, #fede00, #ffb800);
    color: #000;
    font-weight: 800;
    border-radius: 40px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pl-test-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(254, 222, 0, 0.45);
}

/* ===================== END: COURSE TESTIMONIALS SECTION ===================== */
































/* ---------------start- Premium FAQ Section ---------------- */
/* ================= COURSE FAQ ================= */

.pl-faq {
  background: radial-gradient(circle at top, #ff000038 0%, #1b1b1b 70%);
  padding: 70px 6%;
  color: #fff;
}

.pl-faq-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

/* LEFT */
.pl-faq-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(254,222,0,0.15);
  color: #fede00;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.pl-faq-head h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
}

.pl-faq-head span {
  color: #fede00;
}

.pl-faq-head p {
  margin-top: 16px;
  font-size: 15.5px;
  opacity: 0.8;
  max-width: 480px;
}

/* QUESTIONS */
.pl-faq-questions {
  list-style: none;
  margin-top: 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pl-faq-questions li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: linear-gradient(145deg, #0f0f0f, #050505);
  border-radius: 14px;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: 0.35s ease;
}

.pl-faq-questions li i {
  color: #fede00;
}

.pl-faq-questions li:hover {
  transform: translateX(8px);
}

.pl-faq-questions li.active {
  border-left: 4px solid #fede00;
  box-shadow: 0 20px 40px rgba(254,222,0,0.15);
  background: linear-gradient(145deg, #171717, #0a0a0a);
}

/* RIGHT */
.pl-faq-display {
  position: relative;
  padding: 50px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(254, 220, 0, 0.371), transparent),
    linear-gradient(180deg, #0e0e0e, #050505);
  box-shadow: 0 30px 70px rgba(0,0,0,0.7);
}

.pl-faq-display::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: radial-gradient(circle at top right, rgba(254, 0, 0, 0.226), transparent 60%);
  pointer-events: none;
}

.pl-faq-answer {
  display: none;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
}

.pl-faq-answer.active {
  display: block;
  animation: fadeSlide 0.4s ease;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .pl-faq-wrap {
    grid-template-columns: 1fr;
  }

  .pl-faq-display {
    padding: 36px;
  }

  .pl-faq-head h2 {
    font-size: 30px;
  }
}
/* ================= END COURSE FAQ ================= */



/* ================================contact-us-section================================== */


.con-main-section {
    display: flex;
    justify-content: center;
    padding: 5rem 0 5rem 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle farthest-side at 0% 50%,
            #282828 23.5%,
            rgba(255, 170, 0, 0) 0) 21px 30px,
        radial-gradient(circle farthest-side at 0% 50%,
            #2c3539 24%,
            rgba(240, 166, 17, 0) 0) 19px 30px,
        linear-gradient(#282828 14%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 85%,
            #282828 0) 0 0,
        linear-gradient(150deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(30deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(90deg, #2c3539 2%, #282828 0, #282828 98%, #2c3539 0%) 0 0 #282828;
    background-size: 40px 60px;
}

.contact-container {
    display: flex;
    width: 90%;
    max-width: 1100px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;

}

/* Left Side - Contact Info */
.contact-info {
    background: #fff387;
    padding: 40px;
    flex: 1;
}

.contact-info h2 {
    color: #e63946;
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-info p {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-detail i {
    font-size: 22px;
    background: #e63946;
    color: #fefefe;
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-detail h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 5px;
}

.contact-detail p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

/* Social Links */
.con-social-links h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 10px;
}

.con-social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #e63946;
    font-size: 20px;
    transition: 0.3s;
}

.con-social-links a:hover {
    color: #000;
}

/* Right Side - Contact Form */
.contact-form {
    padding: 40px;
    flex: 1;
}

.contact-form h2 {
    color: #333;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: center;
}

.con-form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.con-form-group input {
    width: 100%;
    border: none;
    background: #fedc003c;
    padding: 1rem;
    border-radius: 40px;
    outline: none;
    font-family: "Poppins", sans-serif;

}



.con-form-foot textarea {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    font-family: "Poppins", sans-serif;

}

.con-form-foot textarea {
    resize: none;
}

.con-form-foot button {
    background: #fede00;
    color: #000;
    border: none;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.con-form-foot button:hover {
    background: #e63946;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 100%;
        padding: 30px;
    }
}

/* ================================end-contact-us-section================================== */


/* --------------------------------whatsapp-chat-end----------------------------------------- */

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon {
    background: #25D366;
    color: white;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.whatsapp-popup {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: none;
    flex-direction: column;
    min-width: 180px;
}

.whatsapp-popup p {
    margin: 0;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.whatsapp-popup a {
    text-decoration: none;
    color: #25D366;
    font-weight: bold;
    padding: 8px;
    display: block;
    text-align: center;
    transition: background 0.3s ease;
}

.whatsapp-popup a:hover {
    background: #f0f0f0;
}


/* --------------------------------whatsapp-chat-end----------------------------------------- */

/* -----------------back-to-top and back-to-bottom------------------------------------ */


/* Back to Top Button (Right Side) */
.back-top-btn {
    position: fixed;
    bottom: 90px;
    /* Above WhatsApp */
    right: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(20px);
    z-index: 1001;
}

/* Back to Bottom Button (Left Side) */
.back-bottom-btn {
    position: fixed;
    top: 90px;
    /* Appears on the left side */
    left: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(-20px);
    z-index: 1001;
}

/* Show buttons when scrolled */
.back-top-show {
    opacity: 1;
    transform: translateY(0);
}

.back-bottom-show {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effects */
.back-top-btn:hover,
.back-bottom-btn:hover {
    background: #555;
}


/* -----------------back-to-top and back-to-bottom-end----------------------------------- */




/* -------------footer-starts-------------- */

.footer {
    background: #000000;
    color: #fede00;
    text-align: center;
    /* padding: 30px 0; */
    font-family: "Poppins", sans-serif;

    border: 2px solid #fede00;
}

/* Top Section */
.top-section {
    display: flex;
    justify-content: center;
}

.box {
    flex: 1;
    padding: 4rem 2rem;
    font-size: 45px;
    font-weight: bold;
    border: 1px solid #fede00;
    text-align: center;
}

.box a {
    text-decoration: none;
    color: #fede00;
    transition: all 0.3s ease-in-out;
}

.box:hover {
    background: #fede00;
}

.box:hover a {
    color: #000;
}

/* Middle Section */
.middle-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    flex-wrap: wrap;
}

/* Newsletter Styling */
.newsletter {
    width: 40%;
    text-align: left;
    position: relative;
}

.newsletter form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.newsletter input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #fede00;
    padding: 10px;
    width: 60%;
    font-size: 16px;
    outline: none;
    /* Removes outline */
    transition: all 0.3s ease-in-out;
}

.newsletter input::placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #666;
}

.newsletter input:focus::placeholder {
    top: 10px;
    font-size: 12px;
    color: #fede00;
}

.newsletter .sub {
    position: absolute;
    /* right: 0; */
    left: 41%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 7px 15px;
    /* border: 1px solid #fede00;
    border-radius: 20px ; */
}

.newsletter .sub:hover {
    color: #e63946;
}

.small-text {
    font-size: 15px;
    margin-top: 7px;
    font-weight: 200;
}

/* Links */
.links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 2rem;
    margin-left: 2rem;
    gap: 1rem;
}


.links div {
    text-align: left;
}

.links h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.links ul {
    list-style: none;
}

.links ul li {
    margin-bottom: 5px;
}

.links ul li a {
    text-decoration: none;
    color: #fede00;
    font-size: 16px;
}

.links ul li a:hover {
    color: #e63946;
}





/* Bottom Section */
.bottom-section {
    text-align: center;
    padding: 30px 0;
}

.bottom-section h1 {
    font-size: 220px;
    font-weight: 900;
    font-family: codeverse;
    text-transform: capitalize;
}

.bottom-section h1:hover {
    text-shadow:
        2px 0 #fede00,
        0 -2px #fede00,
        -2px 0 #fede00,
        0 2px #fede00;
    color: #000;
    transition: text-shadow 1s, color .10s;

}

.social-icons img {
    width: 35px;
    height: 35px;
}


.bottom-section p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 200;
}

.icons {
    margin-top: 10px;
    font-size: 18px;
}

.sub {
    color: #fede00;
}




/* ========== RESPONSIVE DESIGN ========== */

/* Tablets and smaller screens */
@media (max-width: 1024px) {

    .top-section {
        flex-direction: column;
    }

    .box {

        font-size: 28px;
        padding: 1.5rem;
    }

    .middle-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .newsletter {
        width: 100%;
        text-align: center;
    }

    .newsletter form {
        justify-content: center;
    }

    .newsletter input {
        width: 70%;
    }

    .newsletter .sub {
        left: auto;
        right: 1rem;
    }

    .links {
        width: 100%;
        margin: auto;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .links div {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        padding-top: 1rem;
    }


}

/* Mobile screens */
@media (max-width: 768px) {
    .box {

        font-size: 24px;
        padding: 1rem;
    }

    .newsletter input {
        width: 80%;
    }

    .newsletter .sub {
        font-size: 15px;
    }

    .bottom-section h1 {
        font-size: 40px;
        letter-spacing: 5px;
        margin-left: -1rem;
    }

    .bottom-section p {
        font-size: 15px;
        padding: 0 1rem;

    }

    .links {
        width: 100%;
        margin: auto;
        padding-top: 1rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .support {
        text-align: center;
    }

}



/* =======================footer-ends========================= */