.elementor-837 .elementor-element.elementor-element-859a46d > .elementor-container{max-width:1400px;}.elementor-bc-flex-widget .elementor-837 .elementor-element.elementor-element-d2a4726.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-837 .elementor-element.elementor-element-d2a4726.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-837 .elementor-element.elementor-element-af8a838{margin-top:30px;margin-bottom:0px;}.elementor-837 .elementor-element.elementor-element-3de7a29 .elementor-button{background-color:#FF0000;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;fill:#FFFFFF;color:#FFFFFF;border-radius:10px 10px 10px 10px;padding:20px 20px 20px 20px;}.elementor-837 .elementor-element.elementor-element-3de7a29 .elementor-button:hover, .elementor-837 .elementor-element.elementor-element-3de7a29 .elementor-button:focus{background-color:#FFD700;color:#000000;box-shadow:0px 0px 10px 5px rgba(255, 0, 0, 0.5);}.elementor-837 .elementor-element.elementor-element-3de7a29 .elementor-button:hover svg, .elementor-837 .elementor-element.elementor-element-3de7a29 .elementor-button:focus svg{fill:#000000;}.elementor-837 .elementor-element.elementor-element-921a2ab .elementor-button{background-color:#FF0000;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;fill:#FFFFFF;color:#FFFFFF;border-radius:10px 10px 10px 10px;padding:20px 20px 20px 20px;}.elementor-837 .elementor-element.elementor-element-921a2ab .elementor-button:hover, .elementor-837 .elementor-element.elementor-element-921a2ab .elementor-button:focus{background-color:#FFD700;color:#000000;box-shadow:0px 0px 10px 5px rgba(255, 0, 0, 0.5);}.elementor-837 .elementor-element.elementor-element-921a2ab .elementor-button:hover svg, .elementor-837 .elementor-element.elementor-element-921a2ab .elementor-button:focus svg{fill:#000000;}.elementor-837 .elementor-element.elementor-element-1b08428 .elementor-button{background-color:#FF0000;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;fill:#FFFFFF;color:#FFFFFF;border-radius:10px 10px 10px 10px;padding:20px 20px 20px 20px;}.elementor-837 .elementor-element.elementor-element-1b08428 .elementor-button:hover, .elementor-837 .elementor-element.elementor-element-1b08428 .elementor-button:focus{background-color:#FFD700;color:#000000;box-shadow:0px 0px 10px 5px rgba(255, 0, 0, 0.5);}.elementor-837 .elementor-element.elementor-element-1b08428 .elementor-button:hover svg, .elementor-837 .elementor-element.elementor-element-1b08428 .elementor-button:focus svg{fill:#000000;}body.elementor-page-837:not(.elementor-motion-effects-element-type-background), body.elementor-page-837 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-837 .elementor-element.elementor-element-bbcfc96{width:58.956%;}.elementor-837 .elementor-element.elementor-element-d2a4726{width:41.044%;}}/* Start custom CSS for html, class: .elementor-element-d34dedf *//* Hero Section */
.hero-section {
    background: #000;
    padding: 80px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.hero-container {
    max-width: 900px;
    margin: auto;
}

/* Stars */
.stars {
    color: #FFD700;
    font-size: 22px;
    margin-bottom: 10px;
}

.stars p {
    color: white;
    font-size: 14px;
}

/* Title */
.hero-title {
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-title span {
    color: red;
}

/* Subtitle */
.hero-subtitle {
    color: #ccc;
    font-size: 18px;
    margin-bottom: 25px;
}

/* Highlight Box */
.hero-highlight {
    background: #FFD700;
    color: black;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Old Price */
.old-price {
    color: white;
    margin-bottom: 10px;
}

.old-price span {
    text-decoration: line-through;
    color: red;
}

/* Offer Text */
.offer-text {
    color: #FFD700;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Button */
.hero-btn {
    display: inline-block;
    background: red;
    color: white;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #FFD700;
    color: black;
    box-shadow: 0 0 15px red;
}

/* Countdown */
.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.time-box {
    background: #111;
    border: 2px solid red;
    padding: 10px 15px;
    border-radius: 6px;
    color: white;
}

.time-box span {
    font-size: 22px;
    font-weight: bold;
    color: #FFD700;
}

/* Bonus */
.bonus-text {
    color: white;
    margin-bottom: 15px;
}

.bonus-text span {
    color: #FFD700;
    font-weight: bold;
}

/* Urgency */
.urgency {
    color: #ccc;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .hero-btn {
        padding: 14px 25px;
        font-size: 16px;
    }

    .countdown {
        flex-direction: row;
    }
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.time-box {
    background: #111;
    border: 2px solid red;
    padding: 10px 18px;
    border-radius: 6px;
    text-align: center;
    color: white;
}

.time-box span {
    font-size: 22px;
    font-weight: bold;
    color: #FFD700;
}

.time-box p {
    font-size: 12px;
    margin-top: 3px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e237e9 */.software-section {
    background: #000;
    padding: 40px px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.software-text {
    color: #ccc;
    margin-bottom: 30px;
    font-size: 16px;
}

/* Cards Layout */
.software-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.card {
    background: #111;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #222;
    color: white;
    transition: 0.3s;
}

.card:hover {
    border-color: yellow;
    transform: translateY(-5px);
}

.icon {
    font-size: 28px;
    margin-bottom: 10px;
}

/* Mobile Layout */
@media (max-width: 768px) {
    .software-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .software-cards .card:nth-child(5) {
        grid-column: span 2;
        max-width: 200px;
        margin: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c07b0df *//* Common Container */
.container {
    max-width: 1100px;
    margin: auto;
    padding: 60px 10px;
    font-family: 'Poppins', sans-serif;
}

/* Section Titles */
.section-title {
    color: white;
    font-size: 34px;
    text-align: center;
    margin-bottom: 15px;
}

.section-title span {
    color: yellow;
}

.section-subtext {
    color: #cccccc;
    text-align: center;
    max-width: 750px;
    margin: auto;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* ---------------- Problem Section ---------------- */

.problem-section {
    background: #111111;
}

/* Flex Layout */
.problem-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.problem-item {
    background: #1a1a1a;
    color: white;
    padding: 18px 20px;
    border-left: 4px solid red;
    border-radius: 6px;
    font-size: 15px;
    width: 30%;
    min-width: 260px;
}

/* ---------------- Solution Section ---------------- */

.solution-section {
    background: #000;
}

.solution-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.solution-item {
    background: #111;
    color: white;
    padding: 18px 22px;
    border-radius: 8px;
    border: 1px solid #222;
    text-align: center;
    transition: 0.3s;
    width: 30%;
    min-width: 220px;
}

.solution-item:hover {
    border-color: yellow;
    transform: translateY(-5px);
}

/* Tablet */
@media (max-width: 992px) {
    .problem-item,
    .solution-item {
        width: 45%;
    }

    .section-title {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .problem-item,
    .solution-item {
        width: 100%;
    }

    .container {
        padding: 40px 15px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtext {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7b41c3 *//* Important Global Fix */
* {
    box-sizing: border-box;
}

/* Container */
.container {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Sections */
.problem-section {
    background: #111111;
    width: 100%;
    overflow: hidden;
}

.solution-section {
    background: #000;
    width: 100%;
    overflow: hidden;
}

/* Titles */
.section-title {
    color: white;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3;
}

.section-title span {
    color: cyan;
}

.section-subtext {
    color: #cccccc;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.6;
}

/* Grid Layout */
.problem-grid,
.solution-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

/* Cards */
.problem-item,
.solution-item {
    background: #1a1a1a;
    color: white;
    padding: 18px;
    border-radius: 8px;
    width: calc(33.33% - 12px);
    word-wrap: break-word;
}

.problem-item {
    border-left: 4px solid red;
}

.solution-item {
    background: #111;
    border: 1px solid #222;
    text-align: center;
}

/* Tablet */
@media (max-width: 992px) {
    .problem-item,
    .solution-item {
        width: calc(50% - 12px);
    }

    .section-title {
        font-size: 26px;
    }
}

/* Mobile Fix */
@media (max-width: 576px) {

    .container {
        padding: 40px 15px;
        max-width: 100%;
    }

    .problem-grid,
    .solution-grid {
        flex-direction: column;
        align-items: center;
    }

    .problem-item,
    .solution-item {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .section-title {
        font-size: 22px;
    }

    .section-subtext {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7479bb6 */.toolkit-cards-section {
    background: #000;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

.toolkit-cards-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Card */
.toolkit-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
    border: 2px solid transparent;
}

.toolkit-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* Title */
.card-title {
    background: #111;
    color: #FFD700;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

/* Hover Effect */
.toolkit-card:hover {
    transform: translateY(-8px);
    border-color: red;
    box-shadow: 0 0 20px rgba(255,0,0,0.4);
}

.toolkit-card:hover .card-title {
    background: red;
    color: #fff;
}

/* Tablet */
@media (max-width: 992px) {
    .toolkit-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .toolkit-cards-container {
        grid-template-columns: 1fr;
    }

    .toolkit-cards-section {
        padding: 40px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a3048e *//* Section */
.who-section {
    background: #111;
    width: 100%;
    overflow: hidden;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.who-container {
    max-width: 1100px;
    margin: auto;
    width: 100%;
}

/* Title */
.who-title {
    color: white;
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
}

/* Grid */
.who-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

/* Items */
.who-item {
    background: #1a1a1a;
    color: white;
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid #222;
    width: calc(25% - 14px);
    text-align: center;
    font-size: 15px;
    transition: 0.3s;
}

/* Hover Effect */
.who-item:hover {
    background: #000;
    border-color: yellow;
    color: red;
    transform: translateY(-5px);
}

/* Tablet */
@media (max-width: 992px) {
    .who-item {
        width: calc(33.33% - 14px);
    }

    .who-title {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .who-section {
        padding: 40px 15px;
    }

    .who-container {
        max-width: 100%;
    }

    .who-grid {
        flex-direction: column;
        align-items: center;
    }

    .who-item {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .who-title {
        font-size: 22px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a376fe5 *//* Value Section */
.value-section {
    background: #000;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

.value-container {
    max-width: 1100px;
    margin: auto;
}

.value-title {
    color: white;
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
}

/* Grid */
.value-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}

/* Boxes */
.value-box {
    background: #111;
    color: white;
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid #222;
    width: calc(33.33% - 12px);
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}

/* Yellow + Red Hover Effect */
.value-box:hover {
    border-color: #FFD700;
    background: #1a1a1a;
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}

.value-box span {
    color: #ccc;
}

.total-value {
    text-align: center;
    color: white;
    margin-top: 30px;
    font-size: 22px;
}

.total-value span {
    color: #FFD700;
    font-weight: bold;
}

/* Pricing Section */
.price-section {
    background: linear-gradient(180deg, #000000, #0a0a0a, #111111);
    padding: 0px 20px;
    text-align: center;
}

.price-title {
    color: white;
    font-size: 34px;
    margin-bottom: 30px;
}

/* Price Box */
.price-box {
    background: #111;
    border: 1px solid #222;
    padding: 40px;
    border-radius: 12px;
    max-width: 400px;
    margin: auto;
    transition: 0.3s;
}

/* Price Box Hover */
.price-box:hover {
    border-color: #FFD700;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.5);
    transform: scale(1.03);
}

.old-price {
    color: #fff;
    text-decoration: line-through;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
}

.new-price {
    color: #FFD700;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

/* Button */
.price-btn {
    display: inline-block;
    background: #FFD700;
    color: black;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    text-align: center;
}

/* Button Hover Red */
.price-btn:hover {
    background: red;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
}

/* Tablet */
@media (max-width: 992px) {
    .value-box {
        width: calc(50% - 12px);
    }

    .value-title,
    .price-title {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .value-box {
        width: 100%;
    }

    .price-box {
        padding: 30px 20px;
    }

    .new-price {
        font-size: 26px;
    }

    .value-title,
    .price-title {
        font-size: 22px;
    }
}

/* Price Features Text */
.price-features {
    color: #fff;
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
}

/* Optional Divider Line */
.price-features::before {
    content: "";
    display: block;
    height: 1px;
    background: #222;
    margin-bottom: 12px;
}

/* Hover Highlight */
.price-box:hover .price-features {
    color: #FFD700;
}

@media (max-width: 576px) {
    .price-features {
        font-size: 13px;
        line-height: 1.5;
        padding: 0 10px;
    }
}
.price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-620006e *//* FAQ Section */
.faq-section {
    background: #000;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

.faq-container {
    max-width: 800px;
    margin: auto;
}

.faq-title {
    color: white;
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
}

/* FAQ Item */
.faq-item {
    background: #111;
    border: 1px solid #222;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.3s;
}

/* Question */
.faq-question {
    color: white;
    padding: 16px 20px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

/* Plus Icon */
.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: #FFD700;
}

/* Answer */
.faq-answer {
    color: #ccc;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

/* Active */
.faq-item.active .faq-answer {
    padding: 15px 20px;
    max-height: 200px;
}

.faq-item.active .faq-question::after {
    content: "-";
}

/* Hover */
.faq-item:hover {
    border-color: #FFD700;
}

/* Mobile */
@media (max-width: 576px) {
    .faq-title {
        font-size: 24px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 14px;
    }
}/* End custom CSS */