.elementor-9219 .elementor-element.elementor-element-2bf76b0 .elementor-repeater-item-a3d6a8d.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-9219 .elementor-element.elementor-element-2bf76b0:not(.elementor-motion-effects-element-type-background), .elementor-9219 .elementor-element.elementor-element-2bf76b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9219 .elementor-element.elementor-element-2bf76b0 > .elementor-container{max-width:1604px;}.elementor-9219 .elementor-element.elementor-element-2bf76b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-9219 .elementor-element.elementor-element-2bf76b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9219 .elementor-element.elementor-element-f213f22, .elementor-9219 .elementor-element.elementor-element-f213f22 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-9219 .elementor-element.elementor-element-f213f22{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-9219 .elementor-element.elementor-element-e42f1bb > .elementor-container{max-width:1068px;}.elementor-9219 .elementor-element.elementor-element-e42f1bb{margin-top:-22px;margin-bottom:0px;}.elementor-9219 .elementor-element.elementor-element-2a9e3f7 > .elementor-widget-container{margin:-75px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9219 .elementor-element.elementor-element-2a9e3f7 .ekit-btt{text-align:center;}.elementor-9219 .elementor-element.elementor-element-2a9e3f7 .ekit-btt__button{font-size:41px;font-weight:400;text-transform:uppercase;width:50px;height:50px;line-height:50px;}.elementor-9219 .elementor-element.elementor-element-2a9e3f7 :is( .ekit-btt__button, #canvas ){border-radius:50px 50px 50px 50px;}@media(max-width:1024px){.elementor-9219 .elementor-element.elementor-element-2a9e3f7 > .elementor-widget-container{margin:-67px 0px 0px 0px;}}@media(max-width:767px){.elementor-9219 .elementor-element.elementor-element-2bf76b0{padding:0px 0px 60px 0px;}.elementor-9219 .elementor-element.elementor-element-f213f22, .elementor-9219 .elementor-element.elementor-element-f213f22 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-9219 .elementor-element.elementor-element-2a9e3f7 > .elementor-widget-container{margin:-55px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-5fd0725 *//* ULTRABLOCK™ - Modern Premium Design */

/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #333;
    background-color: #f8f9fa;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Main wrapper */
.ultrablock-wrapper {
    width: 100%;
    overflow: hidden;
}

/* Base wrapper styles */
.section-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Badge */
.section-badge {
    display: inline-block;
    background-color: #c8202d;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Section Title */
.section-title {
    color: #c8202d;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #c79015, #c8202d);
    margin: 20px auto 0;
    border-radius: 2px;
}

.light-title {
    color: white;
}

.light-title::after {
    background: white;
}

.sub-heading {
    color: #c8202d;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 20px 0;
}

.light-heading {
    color: white;
}

.light-text {
    color: #f1f1f1;
}

/* Hero Section */
.ultrablock-hero-section {
    padding: 50px 0 80px;
    background-color: #f8f9fa;
}

/* Hero Image Styles */
.hero-image-container {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

/* Heading Styles */
.innovation-heading {
    text-align: center;
    margin-bottom: 30px;
}

.hero-badge {
    display: inline-block;
    background-color: #c8202d;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.innovation-heading h1 {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Gradient text styling */
.gradient-text {
    background: linear-gradient(to right, #c79015, #c8202d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Content Sections */
.ultrablock-challenge-section,
.ultrablock-impact-section,
.ultrablock-solution-section,
.ultrablock-benefits-section,
.ultrablock-specs-section,
.ultrablock-applications-section,
.ultrablock-testimonials-section,
.ultrablock-faq-section {
    padding: 80px 0;
}

.innovation-content {
    background-color: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.dark-content {
    background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
    color: white;
}

/* Feature Paragraph */
.feature-paragraph {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

.highlight-text {
    color: #c8202d;
    font-weight: 600;
}

/* Challenge Section */
.challenge-showcase {
    margin: 40px 0;
}

.challenge-box {
    padding: 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.migration-process {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.process-step {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 200px;
    margin: 10px 0;
}

.step-icon {
    width: 50px;
    height: 50px;
    background-color: #c8202d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 1.2rem;
}

.step-text h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: white;
}

.step-text p {
    font-size: 14px;
    color: #ccc;
}

.process-arrow {
    font-size: 1.5rem;
    color: #c8202d;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

/* Impact Section */
.impact-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 40px 0;
}

.impact-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.impact-image img {
    width: 100%;
    height: auto;
    display: block;
}

.impact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.impact-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.impact-icon {
    color: #c8202d;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.impact-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.impact-card p {
    font-size: 14px;
    color: #666;
}

/* Solution Section */
.ultrablock-logo {
    text-align: center;
    margin-bottom: 40px;
}

.ultrablock-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(to right, #c79015, #c8202d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.ultrablock-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.solution-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 40px 0;
}

.solution-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.solution-image img {
    width: 100%;
    height: auto;
    display: block;
}

.solution-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.comparison-column {
    padding: 20px;
    border-radius: 10px;
}

.comparison-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.negative {
    color: #e63946;
}

.positive {
    color: #00a651;
}

.comparison-list {
    list-style: none;
}

.comparison-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.comparison-list li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.negative-list li i {
    color: #e63946;
}

.positive-list li i {
    color: #00a651;
}

/* Benefits Section */
.benefits-showcase {
    margin: 40px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(to right, #c79015, #c8202d);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.benefit-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefit-list {
    list-style: none;
    text-align: left;
}

.benefit-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #f1f1f1;
}

.benefit-list li i {
    color: #00a651;
    position: absolute;
    left: 0;
    top: 5px;
}

/* Specs Section */
.specs-showcase {
    margin: 40px 0;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.spec-card {
    background-color: #f8f9fa;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.spec-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, #c79015, #c8202d);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.spec-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.spec-value {
    color: #c8202d;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.spec-desc {
    font-size: 14px;
    color: #666;
}

.certifications {
    text-align: center;
}

.certification-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.certification-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certification-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.certification-item span {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

/* Applications Section */
.applications-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.application-card {
    background-color: #f8f9fa;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.application-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, #c79015, #c8202d);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.application-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.application-card p {
    font-size: 14px;
    color: #666;
}

/* Testimonials Section */
.testimonials-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.testimonial-quote {
    color: rgba(255, 255, 255, 0.2);
    font-size: 2rem;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #f1f1f1;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.author-info p {
    font-size: 14px;
    color: #ccc;
}

/* FAQ Section */
.ultrablock-faq-section {
    padding: 80px 0;
}

.faq-badge {
    display: inline-block;
    background-color: #c8202d;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.faq-main-title {
    color: #c8202d;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.faq-main-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #e49e31;
    margin: 20px auto 0;
    border-radius: 2px;
}

.faq-container {
    max-width: 800px;
    margin: 60px auto 20px;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.faq-question {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; /* ป้องกันการแสดง highlight บนมือถือ */
    user-select: none; /* ป้องกันการเลือกข้อความ */
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    pointer-events: none; /* ป้องกันการมีปฏิสัมพันธ์กับข้อความโดยตรง */
}

.faq-toggle {
    color: #c8202d;
    font-size: 1.2rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* ป้องกันการมีปฏิสัมพันธ์กับไอคอนโดยตรง */
}

.faq-answer {
    padding: 0 0 20px;
}

.faq-answer p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.faq-answer ul {
    margin: 15px 0;
    padding-left: 20px;
}

.faq-answer ul li {
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* ป้องกันการแสดง highlight เมื่อแตะบนมือถือ */
.ultrablock-wrapper * {
    -webkit-tap-highlight-color: transparent;
}

/* CTA Section */
.ultrablock-cta-section {
    background: linear-gradient(to right, #c79015, #c8202d);
    color: white;
    text-align: center;
    padding: 80px 0;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-button {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; /* ป้องกันการแสดง highlight บนปุ่ม */
}

.primary-button {
    background-color: white;
    color: #c8202d;
}

.secondary-button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .section-title, 
    .faq-main-title {
        font-size: 2.2rem;
    }
    
    .innovation-heading h1 {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .specs-grid,
    .applications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-title, 
    .faq-main-title {
        font-size: 2rem;
    }
    
    .innovation-heading h1 {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .impact-showcase,
    .solution-showcase {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .solution-comparison {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .migration-process {
        flex-direction: column;
    }
    
    .process-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .testimonials-container {
        grid-template-columns: 1fr;
    }
    
    .impact-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-button {
        width: 80%;
    }
    
    .ultrablock-challenge-section,
    .ultrablock-impact-section,
    .ultrablock-solution-section,
    .ultrablock-benefits-section,
    .ultrablock-specs-section,
    .ultrablock-applications-section,
    .ultrablock-testimonials-section,
    .ultrablock-faq-section {
        padding: 60px 0;
    }
    
    .innovation-content {
        padding: 40px 30px;
    }
    
    .faq-question h3 {
        font-size: 16px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .section-title, 
    .faq-main-title {
        font-size: 1.8rem;
    }
    
    .innovation-heading h1 {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .ultrablock-title {
        font-size: 2.8rem;
    }
    
    .specs-grid,
    .applications-grid {
        grid-template-columns: 1fr;
    }
    
    .certification-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-button {
        width: 100%;
    }
    
    .ultrablock-challenge-section,
    .ultrablock-impact-section,
    .ultrablock-solution-section,
    .ultrablock-benefits-section,
    .ultrablock-specs-section,
    .ultrablock-applications-section,
    .ultrablock-testimonials-section,
    .ultrablock-faq-section {
        padding: 40px 0;
    }
    
    .innovation-content {
        padding: 30px 20px;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .faq-container {
        margin: 40px auto 20px;
    }
    
    .faq-question h3 {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fd0725 *//* ULTRABLOCK™ - Modern Premium Design */

/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #333;
    background-color: #f8f9fa;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Main wrapper */
.ultrablock-wrapper {
    width: 100%;
    overflow: hidden;
}

/* Base wrapper styles */
.section-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Badge */
.section-badge {
    display: inline-block;
    background-color: #c8202d;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Section Title */
.section-title {
    color: #c8202d;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #c79015, #c8202d);
    margin: 20px auto 0;
    border-radius: 2px;
}

.light-title {
    color: white;
}

.light-title::after {
    background: white;
}

.sub-heading {
    color: #c8202d;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 20px 0;
}

.light-heading {
    color: white;
}

.light-text {
    color: #f1f1f1;
}

/* Hero Section */
.ultrablock-hero-section {
    padding: 50px 0 80px;
    background-color: #f8f9fa;
}

/* Hero Image Styles */
.hero-image-container {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

/* Heading Styles */
.innovation-heading {
    text-align: center;
    margin-bottom: 30px;
}

.hero-badge {
    display: inline-block;
    background-color: #c8202d;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.innovation-heading h1 {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Gradient text styling */
.gradient-text {
    background: linear-gradient(to right, #c79015, #c8202d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Content Sections */
.ultrablock-challenge-section,
.ultrablock-impact-section,
.ultrablock-solution-section,
.ultrablock-benefits-section,
.ultrablock-specs-section,
.ultrablock-applications-section,
.ultrablock-testimonials-section,
.ultrablock-faq-section {
    padding: 80px 0;
}

.innovation-content {
    background-color: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.dark-content {
    background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
    color: white;
}

/* Feature Paragraph */
.feature-paragraph {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

.highlight-text {
    color: #c8202d;
    font-weight: 600;
}

/* Challenge Section */
.challenge-showcase {
    margin: 40px 0;
}

.challenge-box {
    padding: 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.migration-process {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.process-step {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 200px;
    margin: 10px 0;
}

.step-icon {
    width: 50px;
    height: 50px;
    background-color: #c8202d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 1.2rem;
}

.step-text h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: white;
}

.step-text p {
    font-size: 14px;
    color: #ccc;
}

.process-arrow {
    font-size: 1.5rem;
    color: #c8202d;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

/* Impact Section */
.impact-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 40px 0;
}

.impact-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.impact-image img {
    width: 100%;
    height: auto;
    display: block;
}

.impact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.impact-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.impact-icon {
    color: #c8202d;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.impact-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.impact-card p {
    font-size: 14px;
    color: #666;
}

/* Solution Section */
.ultrablock-logo {
    text-align: center;
    margin-bottom: 40px;
}

.ultrablock-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(to right, #c79015, #c8202d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.ultrablock-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.solution-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 40px 0;
}

.solution-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.solution-image img {
    width: 100%;
    height: auto;
    display: block;
}

.solution-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.comparison-column {
    padding: 20px;
    border-radius: 10px;
}

.comparison-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.negative {
    color: #e63946;
}

.positive {
    color: #00a651;
}

.comparison-list {
    list-style: none;
}

.comparison-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.comparison-list li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.negative-list li i {
    color: #e63946;
}

.positive-list li i {
    color: #00a651;
}

/* Benefits Section */
.benefits-showcase {
    margin: 40px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(to right, #c79015, #c8202d);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.benefit-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefit-list {
    list-style: none;
    text-align: left;
}

.benefit-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #f1f1f1;
}

.benefit-list li i {
    color: #00a651;
    position: absolute;
    left: 0;
    top: 5px;
}

/* Specs Section */
.specs-showcase {
    margin: 40px 0;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.spec-card {
    background-color: #f8f9fa;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.spec-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, #c79015, #c8202d);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.spec-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.spec-value {
    color: #c8202d;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.spec-desc {
    font-size: 14px;
    color: #666;
}

.certifications {
    text-align: center;
}

.certification-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.certification-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certification-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.certification-item span {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

/* Applications Section */
.applications-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.application-card {
    background-color: #f8f9fa;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.application-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, #c79015, #c8202d);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.application-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.application-card p {
    font-size: 14px;
    color: #666;
}

/* Testimonials Section */
.testimonials-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.testimonial-quote {
    color: rgba(255, 255, 255, 0.2);
    font-size: 2rem;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #f1f1f1;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.author-info p {
    font-size: 14px;
    color: #ccc;
}

/* FAQ Section */
.ultrablock-faq-section {
    padding: 80px 0;
}

.faq-badge {
    display: inline-block;
    background-color: #c8202d;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.faq-main-title {
    color: #c8202d;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.faq-main-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #e49e31;
    margin: 20px auto 0;
    border-radius: 2px;
}

.faq-container {
    max-width: 800px;
    margin: 60px auto 20px;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.faq-question {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; /* ป้องกันการแสดง highlight บนมือถือ */
    user-select: none; /* ป้องกันการเลือกข้อความ */
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    pointer-events: none; /* ป้องกันการมีปฏิสัมพันธ์กับข้อความโดยตรง */
}

.faq-toggle {
    color: #c8202d;
    font-size: 1.2rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* ป้องกันการมีปฏิสัมพันธ์กับไอคอนโดยตรง */
}

.faq-answer {
    padding: 0 0 20px;
}

.faq-answer p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.faq-answer ul {
    margin: 15px 0;
    padding-left: 20px;
}

.faq-answer ul li {
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* ป้องกันการแสดง highlight เมื่อแตะบนมือถือ */
.ultrablock-wrapper * {
    -webkit-tap-highlight-color: transparent;
}

/* CTA Section */
.ultrablock-cta-section {
    background: linear-gradient(to right, #c79015, #c8202d);
    color: white;
    text-align: center;
    padding: 80px 0;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-button {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; /* ป้องกันการแสดง highlight บนปุ่ม */
}

.primary-button {
    background-color: white;
    color: #c8202d;
}

.secondary-button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .section-title, 
    .faq-main-title {
        font-size: 2.2rem;
    }
    
    .innovation-heading h1 {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .specs-grid,
    .applications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-title, 
    .faq-main-title {
        font-size: 2rem;
    }
    
    .innovation-heading h1 {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .impact-showcase,
    .solution-showcase {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .solution-comparison {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .migration-process {
        flex-direction: column;
    }
    
    .process-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .testimonials-container {
        grid-template-columns: 1fr;
    }
    
    .impact-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-button {
        width: 80%;
    }
    
    .ultrablock-challenge-section,
    .ultrablock-impact-section,
    .ultrablock-solution-section,
    .ultrablock-benefits-section,
    .ultrablock-specs-section,
    .ultrablock-applications-section,
    .ultrablock-testimonials-section,
    .ultrablock-faq-section {
        padding: 60px 0;
    }
    
    .innovation-content {
        padding: 40px 30px;
    }
    
    .faq-question h3 {
        font-size: 16px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .section-title, 
    .faq-main-title {
        font-size: 1.8rem;
    }
    
    .innovation-heading h1 {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .ultrablock-title {
        font-size: 2.8rem;
    }
    
    .specs-grid,
    .applications-grid {
        grid-template-columns: 1fr;
    }
    
    .certification-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-button {
        width: 100%;
    }
    
    .ultrablock-challenge-section,
    .ultrablock-impact-section,
    .ultrablock-solution-section,
    .ultrablock-benefits-section,
    .ultrablock-specs-section,
    .ultrablock-applications-section,
    .ultrablock-testimonials-section,
    .ultrablock-faq-section {
        padding: 40px 0;
    }
    
    .innovation-content {
        padding: 30px 20px;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .faq-container {
        margin: 40px auto 20px;
    }
    
    .faq-question h3 {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55e7a4b *//* ใช้วิธีการโหลดฟอนต์ที่เชื่อถือได้มากขึ้น */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* จำกัดขอบเขตของ CSS ให้อยู่เฉพาะภายใน .contact-section เท่านั้น */
.contact-section {
  color: #fff;
  text-align: center;
  padding: 80px 0;
  /* ไม่กำหนด font-family ที่นี่ แต่จะกำหนดเฉพาะภายในแต่ละ element */
}

.contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-section .title {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: transparent;
  margin-bottom: 30px;
  line-height: 1.2;

  background: linear-gradient(270deg, #c69214, #d30528, #c69214);
  background-size: 600% 100%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: animateContactGradient 4s ease-in-out infinite;
}

@keyframes animateContactGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.contact-section .cta-container {
  background: linear-gradient(to right, #c69214, #d30528);
  border-radius: 30px;
  padding: 15px 30px;
  box-shadow: 0 4px 15px rgba(198, 146, 20, 0.5); /* ทองอมส้มในเงา */
  display: inline-block;
  margin-bottom: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-section .cta-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(198, 146, 20, 0.7); /* เงามากขึ้นเมื่อ hover */
}


.contact-section .cta-text {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* ปรับปรุงการจัดวาง contact details */
.contact-section .contact-details {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  gap: 60px;
  flex-wrap: wrap;
}

.contact-section .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  min-width: 250px;
}

.contact-section .contact-info .info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: background-color 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.contact-section .contact-info .info-item:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.contact-section .contact-info img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* ปรับปรุงการจัดวาง QR codes */
.contact-section .qr-codes {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-section .qr-code {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.contact-section .qr-code:hover {
  transform: translateY(-5px);
}

.contact-section .qr-code img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.contact-section .qr-code p {
  font-weight: 500;
  margin: 0;
}

/* ปรับปรุง footer */
.contact-section .footer {
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}

.contact-section .company-name {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFA500;
  margin: 0;
  letter-spacing: 1px;
}

.contact-section .established {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0 0 0;
  letter-spacing: 2px;
}

/* Responsive Design - ปรับปรุงให้ดีขึ้น */
@media (max-width: 1024px) {
  .contact-section .contact-details {
    gap: 40px;
  }
  
  .contact-section .title {
    font-size: 2.5rem;
  }
  
  .contact-section .cta-text {
    font-size: 1.3rem;
  }
  
  .contact-section .qr-code img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-section .contact-details {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  
  .contact-section .contact-info {
    width: 100%;
    max-width: 400px;
  }
  
  .contact-section .title {
    font-size: 2rem;
  }
  
  .contact-section .cta-container {
    padding: 12px 25px;
  }
  
  .contact-section .cta-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .contact-section .title {
    font-size: 1.7rem;
  }
  
  .contact-section .qr-codes {
    flex-direction: column;
    gap: 20px;
  }
  
  .contact-section .contact-info .info-item {
    padding: 8px;
  }
  
  .contact-section .company-name {
    font-size: 1.5rem;
  }
  
  .contact-section .established {
    font-size: 0.9rem;
  }
}
  /* ปรับสีข้อความ "WhatsApp" และ "Social Media" */
  .contact-section .qr-code p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #fff; /* สีขาว */
    margin-top: 10px;
    transition: color 0.3s ease;
  }

  .contact-section .qr-code:hover p {
    color: #d30528; /* สีแดงเข้มเมื่อ hover */
  }
  
  /* เพิ่มสไตล์สำหรับอีเมลและเบอร์โทรศัพท์ */
.contact-section .contact-info a {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff; /* สีขาว */
  transition: color 0.3s ease;
}

.contact-section .contact-info a:hover {
  color: #d30528; /* สีแดงเมื่อ hover */
}

 
/* Inquiry Section - แบบเรียบง่าย */
.contact-section .inquiry-section {
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-section .inquiry-description {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.contact-section .inquiry-link {
  font-family: 'Inter', sans-serif; /* ฟอนต์เหมือนกับ inquiry-description */
  font-size: 1.2rem; /* ขนาดฟอนต์เท่ากัน */
  font-weight: 600;
  text-decoration: none;
  color: #FFA500;
  transition: color 0.3s ease;
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.contact-section .inquiry-link:hover {
  color: #d30528;
  border-bottom-color: #d30528;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-section .inquiry-section {
    margin-top: 30px;
    padding: 15px 0;
  }
  
  .contact-section .inquiry-description {
    font-size: 1.1rem;
  }

  .contact-section .inquiry-link {
    font-size: 1.1rem; /* ขนาดฟอนต์ของลิงค์เล็กลงเมื่อหน้าจอเล็กลง */
  }
}

@media (max-width: 480px) {
  .contact-section .inquiry-description {
    font-size: 1rem;
  }
  
  .contact-section .inquiry-link {
    font-size: 1rem; /* ขนาดฟอนต์เท่ากัน */
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f213f22 */.elementor-9219 .elementor-element.elementor-element-f213f22 {
  --opacity: 1.5; /* ปรับค่า opacity ที่นี่ */
  background: linear-gradient(to top right, rgba(77, 0, 3, var(--opacity)), rgba(43, 0, 3, var(--opacity)));
}/* End custom CSS */
/* Start custom CSS for elementskit-back-to-top, class: .elementor-element-2a9e3f7 */.elementor-9219 .elementor-element.elementor-element-2a9e3f7 i {
  background: linear-gradient(to bottom, #c69214 0%, #d30528 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* fallback */
  display: inline-block;
  animation: bounceUpDown 2s ease-in-out infinite; /* เพิ่มการเคลื่อนไหว */
}

/* สร้าง keyframes สำหรับการเคลื่อนไหว */
@keyframes bounceUpDown {
  0% {
    transform: translateY(0); /* เริ่มที่ตำแหน่งเดิม */
  }
  50% {
    transform: translateY(-10px); /* เลื่อนขึ้นไป 10px */
  }
  100% {
    transform: translateY(0); /* กลับมาที่ตำแหน่งเดิม */
  }
}/* End custom CSS */