.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-372 .elementor-element.elementor-element-3870bc0 .elementor-repeater-item-89e5793 .swiper-slide-bg{background-color:#833CA300;background-image:url(https://www.planethike.org/wp-content/uploads/2025/11/TichiLumplus1-scaled.jpg);background-size:cover;}.elementor-372 .elementor-element.elementor-element-3870bc0 .swiper-slide{transition-duration:calc(5000ms*1.2);height:813px;}.elementor-372 .elementor-element.elementor-element-3870bc0 .swiper-slide-contents{max-width:66%;}.elementor-372 .elementor-element.elementor-element-3870bc0 .swiper-slide-inner{text-align:center;}.elementor-372 .elementor-element.elementor-element-3870bc0 .elementor-slide-heading{font-family:"Cormorant Garamond", Sans-serif;font-size:109px;font-weight:600;}.elementor-372 .elementor-element.elementor-element-3870bc0 .elementor-slide-description{font-family:"Roboto Slab", Sans-serif;font-size:21px;font-weight:400;}.elementor-372 .elementor-element.elementor-element-05541ac > .elementor-container{max-width:1335px;}.elementor-372 .elementor-element.elementor-element-05541ac{padding:30px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-372 .elementor-element.elementor-element-fffe607{text-align:center;}.elementor-372 .elementor-element.elementor-element-fffe607 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:33px;font-weight:700;color:#FFFFFF;}.elementor-372 .elementor-element.elementor-element-0d963e3{text-align:center;}.elementor-372 .elementor-element.elementor-element-0d963e3 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-372 .elementor-element.elementor-element-3870bc0 .swiper-slide{height:378px;}}@media(max-width:767px){.elementor-372 .elementor-element.elementor-element-3870bc0 .swiper-slide{height:166px;}}/* Start custom CSS for html, class: .elementor-element-848a549 *//* ==============================
   🌟 Global Reset & Fonts
   ============================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}

/* ==============================
   🌟 Hero Section
   ============================== */
.pledge-hero {
    position: relative;
    min-height: 0vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 10px 20px;
}

.pledge-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

.pledge-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    animation: fadeInUp 1s ease;
}

.pledge-hero h1 {
    font-size: 32px; /* Hero/H2 size */
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
}

.hero-highlight {
    color: #4ECDC4;
    display: block;
}

.pledge-hero .subheadline {
    font-size: 20px; /* Subtitle size */
    font-weight: 400;
    color: #EAF7EB;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Hero CTA button */
.hero-cta {
    display: inline-block;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 16px 40px;
    font-size: 16px; /* Button text size */
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(15,95,80,0.6); /* cleaner shadow */
    transition: all 0.3s ease;
}

.hero-cta:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 50px rgba(15,95,80,0.8);
}

/* ==============================
   🌟 Problem/Solution Grid
   ============================== */
.grid-section {
    padding: 20px;
}

.grid-content {
    max-width: 1300px;
    margin: 0 auto;
}

.section-heading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
}

.problem-solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.grid-card {
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(20px);
    padding: 20px 35px;
    border-radius: 25px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.grid-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 25px;
    background: linear-gradient(135deg, #0F5F50, #4ECDC4);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.grid-card-content {
    position: relative;
    z-index: 1;
}

.grid-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: block;
}

.grid-label {
    font-size: 16px;
    color: #4ECDC4;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: normal;
}

.grid-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.4;
}

.grid-description {
    font-size: 16px;
    color: #EAF7EB;
    line-height: 1.6;
}

       /* ==============================
   🌟 Image Text Section
   ============================== */
.image-text-section {
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
}

.image-text-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
}

.image-text-container.reverse {
    direction: rtl;
}

.image-text-container.reverse > * {
    direction: ltr;
}

.image-box {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.image-box::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 25px;
    background: linear-gradient(45deg, #0F5F50, #4ECDC4, #2d8a7a, #0F5F50);
    background-size: 300% 300%;
    animation: gradientRotate 4s linear infinite;
    z-index: 1;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

.text-content {
    padding: 20px;
}

.text-content h2 {
    font-size: 32px; /* H2 size */
    margin-bottom: 20px;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.3;
}

.text-content p {
    font-size: 16px; /* Body text */
    color: #EAF7EB;
    line-height: 1.6;
    margin-bottom: 20px;
}

.text-content ul {
    list-style: none;
    margin-top: 20px;
}

.text-content ul li {
    font-size: 16px;
    color: #EAF7EB;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
}

.text-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4ECDC4;
    font-weight: 700;
    font-size: 1.2rem;
}

/* ==============================
   🌟 Impact Model Section
   ============================== */
.impact-model-section {
    padding: 20px;
}

.impact-model-content {
    max-width: 1100px;
    margin: 0 auto;
}

.calculation-box {
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(25px);
    border: 3px solid rgba(78,205,196,0.5);
    border-radius: 30px;
    padding: 40px 35px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.calculation-box::before {
    content: '';
    position: absolute;
    inset: 0;
}

.calc-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.calc-intro {
    font-size: 16px; /* Body text */
    color: #EAF7EB;
    margin-bottom: 30px;
    line-height: 1.6;
}

.equation-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.equation-part {
    background: rgba(78,205,196,0.15);
    border: 2px solid rgba(78,205,196,0.4);
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.equation-arrow {
    font-size: 24px;
    color: #4ECDC4;
}

.example-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.example-box {
    background: linear-gradient(135deg, #0F5F50, #2d8a7a);
    padding: 15px 25px;
    border-radius: 20px;
    text-align: center;
}

.example-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.example-text {
    font-size: 16px; /* Body text */
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

/* ==============================
   🌟 Pricing Table Section
   ============================== */
.pricing-section {
    padding: 40px 20px;
}

.pricing-content {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-table-wrapper {
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(20px);
    border: 3px solid rgba(15,95,80,0.5);
    border-radius: 25px;
    padding: 40px;
    margin-top: 50px;
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 2px solid #fff;
}

.pricing-table thead {
    background: linear-gradient(135deg, #0F5F50, #2d8a7a);
}

.pricing-table th {
    padding: 20px;
    text-align: left;
    font-size: 16px; /* Body size */
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
}

.pricing-table td {
    padding: 20px;
    border-bottom: 1px solid rgba(78,205,196,0.2);
    font-size: 16px; /* Body size */
    color: #EAF7EB;
    font-weight: 600;
}

.table-note {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #EAF7EB;
    font-style: italic;
}

/* ==============================
   🌟 Image Carousel Section
   ============================== */
.carousel-section {
    padding: 40px 20px;
    position: relative;
}

.carousel-content {
    max-width: 1400px;
    margin: 0 auto;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-top: 60px;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s ease;
}

.carousel-slide {
    min-width: 100%;
    position: relative;
    height: 600px;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
}

.carousel-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
}

.carousel-description {
    font-size: 16px;
    color: #EAF7EB;
    line-height: 1.6;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.carousel-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(234,247,235,0.3);
    cursor: pointer;
    transition: all 0.4s ease;
}

.carousel-dot.active {
    background: linear-gradient(135deg, #0F5F50, #4ECDC4);
    width: 45px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(78,205,196,0.6);
}

.carousel-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.carousel-arrow {
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(78,205,196,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    font-size: 1.5rem;
    color: #4ECDC4;
}

.carousel-arrow:hover {
    background: rgba(78,205,196,0.25);
    transform: scale(1.1);
}

/* ==============================
   🌟 Value Proposition Section
   ============================== */
.value-section {
    padding: 40px 20px;
    position: relative;
}

.value-content {
    max-width: 1100px;
    margin: 0 auto;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.value-card {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(20px);
    padding: 20px 30px;
    border-radius: 25px;
    border: 2px solid rgba(78,205,196,0.3);
    transition: all 0.4s ease;
}

.value-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.value-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #4ECDC4;
    text-transform: none;
    letter-spacing: normal;
}

.value-description {
    font-size: 16px;
    color: #EAF7EB;
    line-height: 1.6;
}

/* ==============================
   🌟 Final CTA Section
   ============================== */
.final-cta-section {
    padding: 40px 20px 50px;
    text-align: center;
    position: relative;
}

.final-cta-content {
    max-width: 1000px;
    margin: 0 auto;
}

.final-cta-section h2 {
    font-size: 32px;
    margin-bottom: 25px;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.3;
    color: #fff;
}

.final-cta-section p {
    font-size: 16px;
    color: #EAF7EB;
    margin-bottom: 40px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: none !important;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.2);
    border-color: #4ECDC4;
    transform: translateY(-5px);
}

        /* Animations */
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        @keyframes rotateBorder {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes gradientRotate {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .problem-solution-grid {
                grid-template-columns: 1fr;
            }

            .image-text-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .carousel-slide {
                height: 450px;
            }
        }

        @media (max-width: 768px) {
            .pledge-hero h1 { font-size: 3rem; }
            .pledge-hero .subheadline { font-size: 1.2rem; }
            .hero-cta { padding: 18px 40px; font-size: 1rem; }
            
            .section-heading { font-size: 2.5rem; }
            
            .grid-card { padding: 35px 25px; }
            .grid-title { font-size: 1.4rem; }
            
            .text-content h2 { font-size: 2.2rem; }
            .text-content p { font-size: 1.1rem; }
            
            .equation-display { gap: 15px; }
            .equation-part { padding: 20px 25px; font-size: 1.4rem; }
            
            .pricing-table-wrapper { padding: 25px 15px; }
            .pricing-table th,
            .pricing-table td { padding: 20px 15px; font-size: 1rem; }
            
            .carousel-slide { height: 350px; }
            .carousel-overlay { padding: 30px 20px; }
            .carousel-title { font-size: 1.8rem; }
            
            .value-grid { grid-template-columns: 1fr; }
            
            .final-cta-section h2 { font-size: 2.5rem; }
            .final-cta-section p { font-size: 1.2rem; }
            
            .cta-buttons { flex-direction: column; align-items: center; }
            .hero-cta, .btn-secondary { width: 100%; max-width: 350px; }
        }

        @media (max-width: 480px) {
            .pledge-hero { min-height: 75vh; padding: 60px 15px; }
            .pledge-hero h1 { font-size: 2.2rem; }
            .hero-highlight { display: inline; }
            
            .section-heading { font-size: 2rem; }
            
            .calculation-box,
            .pricing-table-wrapper { padding: 25px 15px; }
            
            .carousel-slide { height: 280px; }
            .carousel-title { font-size: 1.5rem; }
            .carousel-description { font-size: 1rem; }
            
            .carousel-arrow { width: 45px; height: 45px; font-size: 1.2rem; }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12beadb *//* ==============================
   🌟 Digital + Living Impact Section
   ============================== */
.impact-section {
    background: transparent;
    padding: 0 20px;
    position: relative;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.impact-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.impact-header {
    text-align: center;
    margin-bottom: 50px;
}

.impact-header h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
}

.impact-subtitle {
    font-size: 20px;
    color: #EAF7EB;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.impact-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Force 3 cards in one row */
    gap: 30px;
}

.impact-stat-card {
    background: linear-gradient(135deg, rgba(15,95,80,0.15), rgba(26,122,104,0.1));
    backdrop-filter: blur(10px);
    padding: 20px 30px;
    border-radius: 30px;
    border: 2px solid rgba(15,95,80,0.4);
    text-align: center;
    transition: all 0.3s ease;
}

.stat-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 15px;
}

.stat-number {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    display: block;
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    text-shadow: 0 3px 15px rgba(0,0,0,0.5);
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.stat-description {
    font-size: 16px;
    color: #EAF7EB;
    line-height: 1.6;
}

.legacy-message {
    text-align: center;
    margin-top: 30px;
}

.legacy-message p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0 3px 15px rgba(0,0,0,0.5);
}

/* Responsive Design */
@media (max-width: 968px) {
    .impact-stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .impact-header h2 {
        font-size: 28px;
    }

    .impact-subtitle {
        font-size: 18px;
    }

    .impact-stat-card {
        padding: 15px 20px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 16px;
    }

    .legacy-message p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .impact-header h2 {
        font-size: 24px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-icon {
        font-size: 2rem;
    }

    .legacy-message p {
        font-size: 14px;
    }
}/* End custom CSS */