/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* -------------------
   Global Styles
-------------------- */

body {
    font-size: 18px;
    line-height: 1.6;
}

body::before,
body::after {
    content: "";
    position: fixed;
    transform: translateY(var(--scroll-offset, 0));
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, #3F51B5 0%, transparent 70%);
    filter: blur(100px);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
    transition: transform 0.1s ease-out;
}

body::before {
    top: 30%;
    left: 60%;
}

body::after {
    left: -50%;
    bottom: -200%;
    width: 1500px;
    height: 1500px;
    background: radial-gradient(circle, #3f90b5 0%, transparent 70%);
}

.xlarge-text {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
}

.large-text {
    font-size: 20px;
    line-height: 1.6;
}


.brand-text {
    color: #2092DE;
}

/* -------------------
   Hero Slider Styles
-------------------- */

.hero-slider {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 100px 100px;
}

.swiper-slide {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero-slide-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    padding-bottom: 140px;
}

.hero-slide-bg::before,
.page-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.0) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0) 100%);
    z-index: 0;
}

.slide-content-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 180px auto auto;
}

.slide-content {
    text-align: left;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 20px;
}

.slide-content .xlarge-text,
.slide-content h1 {
    width: 70%;
}

.hero-ctas {
    margin-top: 30px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-ctas .btn {
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-primary {
    background-color: #2092DE;
    color: white;
    border: 2px solid #2092DE;
}

.btn-primary:hover {
    background: #3baefb;
    color: white;
    border: 2px solid #3baefb;
}

.btn-outline {
    border: 2px solid #fff;
    color: white;
    background: transparent;
}

.btn-outline:hover {
    background-color: white;
    color: #111;
}

.btn-text {
    color: #2092DE;
    padding-bottom: 6px;
    border-bottom: 1px solid #2092DE;
}

.btn-text:hover {
    color: #3baefb;
    border-bottom: 1px solid #3baefb;
}

/* -------------------
   Hero Thumbnails (Inside Slide)
-------------------- */

.hero-thumbnails {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 30px;
    flex-wrap: wrap;
}

.hero-thumb {
    position: relative;
    width: 250px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform-origin: bottom center;
}

.hero-thumb:hover {
    transform: scale(1.05);
}

.thumb-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.thumb-image-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.thumb-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumb-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 24px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    z-index: 2;
}

.thumb-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

/* Progress Bar (Top of Thumbnail) */

.progress-bar-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    z-index: 4;
}

.progress-bar-fill {
    height: 100%;
    width: 0;
    background-color: #2092DE;
    transition: none;
}

/* -------------------
   Intent Item Styles
-------------------- */

.intent {
    padding: 110px 0;
    margin: 110px 0 50px;
}

.intent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: url("./image/logo-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -5;
}

.intent-no-bg::before {
    content: none;
}

.intent-no-bg {
    margin-top: 0;
    padding-top: 0;
}

.intent .e-con-inner {
    gap: 80px;
}

.intent-no-bg .e-con-inner {
    gap: 110px;
}

.intent-wrapper .intent-image .elementor-widget {
    max-width: max-content !important;
    height: 100%;
    width: calc(100% + 20%);
}

.intent-wrapper .intent-text {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0) 100%);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.intent-wrapper-bottom .intent-image {
    align-items: end;
    z-index: -2;
}

/* -------------------
   Countdown Stats Styles
-------------------- */

.countdown-stats {
    margin-bottom: 220px;
}

.countdown-stats .elementor-counter-number-wrapper {
    align-items: flex-end;
}

.countdown-stats .elementor-counter-number-suffix {
    font-size: 4rem;
    line-height: normal;
}

.countdown-stats .elementor-counter-title {
    text-align: center;
    line-height: normal !important;
    padding: 0 50px !important;
}

/* -------------------
   Feature Styles
-------------------- */

.feature-wrapper {
    padding: 100px 0;
    position: relative;
    max-width: calc(100% - 100px) !important;
    margin: 0 auto;
}

.feature-wrapper .elementor-heading-title {
    margin-bottom: 50px;
}

.sitecharge-accordion-wrapper {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.accordion-left {
    width: 60%;
    min-width: 280px;
}

.accordion-left .accordion-image {
    display: none;
}

.accordion-left .accordion-image.active {
    display: block;
}

.accordion-left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    outline: 10px solid #9acce940;
}

.accordion-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.accordion-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.accordion-item {
    cursor: pointer;
}

.accordion-item:not(.active) .accordion-body {
    display: none;
}

.accordion-title {
    margin: 0;
    font-size: 30px !important;
}

.accordion-icon img {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}

.progress-bar {
    height: 2px;
    background: #DFDFDF;
    margin-top: 0.5rem;
    overflow: hidden;
}

.progress-bar-fill {
    width: 0;
    height: 100%;
    background-color: #2092DE;
    transition: none;
}

.accordion-body p {
    margin: 1rem 0;
}

/* -------------------
   client Logos Styles
-------------------- */

.client-logos {
    margin: 220px 0 0;
}

/* -------------------
   Global Testimonials Styles
-------------------- */
.testimonial-slider .swiper-pagination-bullet {
    background: white;
}

.testimonial-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.testimonial-block {
    position: relative;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0) 100%);
    border: 2px solid #3F51B5;
    color: #ffffff;
    border-radius: 20px;
    padding: 7rem 3rem 3rem;
    max-width: 960px;
    width: 100%;
    font-family: "Inter", sans-serif;
}

.testimonial-block::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 3rem;
    width: 60px;
    height: 60px;
    background-image: url("/wp-content/themes/hello-theme-child-master/image/quote.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.testimonial-text {
    margin-bottom: 2rem;
}

.author-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    font-size: 20px;
}

.author-position {
    font-size: 18px;
    color: #bbb;
    margin-top: 2px;
}

.author-photo img {
    max-height: 70px;
    max-width: 180px;
    object-fit: contain;
}

@media (max-width: 600px) {
    .testimonial-text {
        font-size: 1rem;
        padding-left: 1rem;
    }

    .testimonial-block::before {
        left: 1rem;
        font-size: 3rem;
    }

    .author-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

/* -------------------
   Services Styles
-------------------- */

/* .services {
    margin: 220px 0;
}

.services .e-con-inner {
    gap: 80px;
}

.services-wrapper .e-child {
    min-height: 400px;
    padding: 40px 40px 20px;
    border-radius: 20px;
}

.services-wrapper .e-child h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1rem;
} */

/* -------------------
   Logo Carousel Styles
-------------------- */

.logo-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    padding: 10px;
}

.logo-slide img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    aspect-ratio: 3 / 1;
    object-fit: contain;
}

/* -------------------
   Bottom CTA Styles
-------------------- */

.bottom-cta {
    max-width: calc(100% - 100px) !important;
    margin: 0 auto;
}

.bottom-cta-img {
    border-radius: 50px 0 0 50px;
}

.btn a {
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    background-color: #2092DE !important;
    color: white;
    border: 2px solid #2092DE;
}

.btn a:hover {
    background: #3baefb !important;
    color: white;
    border: 2px solid #3baefb;
}

.icon-box-item .elementor-icon-box-icon {
    margin-top: 12px;
}

.animated-glow-border {
    position: relative;
    z-index: 0;
    border-radius: 0.75rem;
    background: white;
    animation: glowPulse 4s linear infinite;
    box-shadow: 0 0 15px 2px #2092de;
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 10px 2px #2092de;
    }

    50% {
        box-shadow: 0 0 25px 8px #2092de;
    }

    100% {
        box-shadow: 0 0 10px 2px #2092de;
    }
}

.animated-border-box {
    position: relative;
    border: none !important;
    border-radius: 0.75rem;
    overflow: hidden;
    z-index: 0;
}

.animated-border-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 9999px;
    height: 9999px;
    background-image: conic-gradient(transparent, #14a1ff, transparent 25%);
    background-repeat: no-repeat;
    z-index: -1;
    animation: rotate-c385c170 8s linear infinite;
    filter: blur(20px);
}

.animated-border-box::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #000032;
    border-radius: 0.75rem;
    z-index: -1;
}

@keyframes rotate-c385c170 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* Responsive Adjustments */

@media (max-width: 767px) {
    .hero-slider {
        border-radius: 0 0 40px 40px;
    }
    .hero-thumbnails {
        padding: 10px;
        gap: 12px;
        justify-content: center;
    }

    .hero-thumb {
        width: calc(100% / 4 - 12px);
        height: 60px;
    }

    .slide-content .xlarge-text,
    .slide-content h1 {
        width: 100%;
    }

    .slide-content h1 {
        font-size: 36px;
    }

    .slide-content p {
        font-size: 16px;
    }

    .thumb-overlay {
        padding: 5px;
    }   

    .thumb-title {
        font-size: 13px;
        line-height: 3px !important;
    }

    .feature-wrapper {
        max-width: calc(100% - 40px) !important;
        padding: 0 20px;
        border-radius: 30px;
    }


    .testimonial-slider .swiper-slide {
        padding: 0px;
    }

    .testimonial-block {
        margin: 0 20px;
        padding: 20px;
        padding-top: 45px;
    }

    .testimonial-block::before {
        width: 30px;
        height: 30px;
        top: 1rem;
    }

    .testimonial-text {
        padding-left: 0;
    }

    .bottom-cta {
        max-width: calc(100% - 40px) !important;
        border-radius: 30px;
    }

    .bottom-cta-img {
        border-radius: 30px 30px 0 0;
    }

    .intent-wrapper .intent-image .elementor-widget {
     width: 100%;   
    }
}

/* ============================================
   SiteCharge Pricing Table (Final Clean Build)
   Tailwind-compatible + Mobile Scroll + Sticky Column
   ============================================ */

/* Wrapper */
.sitecharge-grid-pricing {
    width: 100%;
    max-width: 1200px; /* center table like Tailwind max-w-6xl */
    margin: 40px auto;
    font-family: inherit;
}

/* Outer scroll wrapper */
.sitecharge-grid-outer {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	border-radius: 20px;
}

/* Grid Table */
.sitecharge-grid-table {
    display: grid;
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    overflow: hidden;
}

/* Columns: 1 feature column + 4 plan columns */
.sitecharge-grid-table.cols-5 {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

/* Unified row behavior */
.sg-row {
    display: contents;
}

/* Cells */
.sg-cell {
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb; /* gray-300 */
    display: flex;
    align-items: center;
}

/* Left column (feature names) */
.sg-feature-name {
    background: #f8fafc; /* gray-50 */
}

.sg-feature-name p {
    color: #475569; /* slate-600 */
    font-size: 15px;
    font-weight: 500;
}

/* Header row */
.sg-row-header .sg-cell {
    background: #f1f5f9; /* gray-100 */
    border-bottom: 2px solid #e2e8f0;
    font-weight: 700;
    text-align: center;
}

.sg-feature-heading h4,
.sg-plan-heading h4 {
    font-size: 15px;
    font-weight: 900;
    color: #3f51b5;
    text-transform: uppercase;
}

/* Plan headings */
.sg-plan-heading {
    justify-content: center;
    color: #2092DE;
}

/* Plan column cell alignment */
.sg-plan-value {
    justify-content: center;
    text-align: center;
}

/* --------------------------------------------
   ICON SYSTEM (✔ / ✖ FIXED + WORKING)
-------------------------------------------- */

/* Icon container */
.sg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 1;
}

/* Required to override Tailwind reset */
.sg-icon::before {
    content: "";
}

/* ✔ Green check */
.sg-icon-check::before {
    content: "✔";
    color: #10b981; /* green-500 */
    font-size: 16px;
    font-weight: 700;
}

/* ✖ Red X */
.sg-icon-x::before {
    content: "✖";
    color: #dc2626; /* red-600 */
    font-size: 16px;
    font-weight: 700;
}

/* --------------------------------------------
   RESPONSIVE — MOBILE MODE
   Horizontal scroll + sticky feature column
-------------------------------------------- */
@media (max-width: 768px) {

    /* Force scroll table */
    .sitecharge-grid-table {
        min-width: 900px;
    }

    /* Smaller padding & font */
    .sg-cell {
        padding: 10px 12px;
        font-size: 13px;
    }

    .sg-feature-name p {
        font-size: 13px;
    }

    /* Sticky first column */
    .sg-feature-name,
    .sg-row-header .sg-feature-heading {
        position: sticky;
        left: 0;
        z-index: 20;
        background: #ffffff;
        border-right: 1px solid #e5e7eb;
        box-shadow: 2px 0 3px rgba(0,0,0,0.06);
    }

    .sg-row-header .sg-feature-heading {
        background: #f1f5f9;
        z-index: 25;
    }

    /* Icons smaller on mobile */
    .sg-icon {
        width: 16px;
        height: 16px;
    }

    .sg-icon-check::before,
    .sg-icon-x::before {
        font-size: 14px;
    }
}

/* Plan headings – stack label + button vertically */
.sg-plan-heading {
    justify-content: center;
    text-align: center;
}

/* Wrap heading + button */
.sg-plan-heading-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

/* Heading text (keep from before, but ok to repeat) */
.sg-plan-heading h4 {
    color: #2092DE;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

/* CTA button */
.sg-plan-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #0ea5e9; /* sky-500 */
    color: #0ea5e9;
    background: #ecfeff; /* cyan-50-ish */
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    white-space: nowrap;
}

.sg-plan-cta:hover {
    background: #0ea5e9;
    color: #ffffff;
    border-color: #0ea5e9;
    transform: translateY(-1px);
}

/* Mobile tweak: make CTAs slightly smaller + tighter */
@media (max-width: 768px) {
    .sg-plan-cta {
        padding: 4px 10px;
        font-size: 12px;
    }
}

