/*
Theme Name: BidClaim
Theme URI: https://bidclaim.com
Author: BidClaim Team
Author URI: https://bidclaim.com
Description: Market-Based Pricing for Property Claims - A modern WordPress theme for BidClaim
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bidclaim
*/

/* Reset and Base Styles */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");
#wpadminbar{display:none;}
:root{--primary:#fdc726;--secondary:#1a1a1a;--white:#ffffff;}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:"DM Sans",sans-serif;line-height:1.6;color:#1a1a1a;overflow-x:hidden;}
html{overflow-x:hidden;}

/* Container */
.container{max-width:1392px;margin:0 auto;}

/* Header Styles */
.site-header{position:fixed;top:0;width:100%;background:rgba(255,255,255,0.98);backdrop-filter:blur(10px);z-index:1000;padding:28px 80px;box-shadow:0 1px 10px rgba(0,0,0,0.05);}
.header-container{display:flex;justify-content:space-between;align-items:center;}
.site-logo{font-size:1.5rem;font-weight:700;color:#1a1a1a;text-decoration:none;}
.main-navigation{display:flex;list-style:none;gap:2rem;align-items:center;}
.main-navigation a{text-decoration:none;color:#1a1a1a;font-weight:500;transition:color 0.3s ease;font-size:16px;}
.main-navigation a:hover{color:#fdc726;}
.current-menu-item{border-bottom:1px solid #fdc726;border-width:3px;}

/*Dev Css*/
img.custom-logo{width:195px;height:100%;min-height:45px;}
ul#menu-main-menu{display:flex;justify-content:space-between;gap:40px;}
ul#menu-main-menu li{list-style:none;}

/* CTA Button */
.how-cta{text-align:center;margin-top:40px;display:flex;justify-content:center;}
.btn-yellow{font-weight:600;line-height:20px;letter-spacing:0px;text-align:center;vertical-align:bottom;text-transform:uppercase;background:#fdc726;color:#1a1a1a;padding:12px 26px;border-radius:8px;text-decoration:none;font-size:14px;transition:all 0.3s ease;width:max-content; /* 🔥 Smooth animation */transition:background 0.3s ease-out,transform 0.25s ease-out,box-shadow 0.25s ease-out;}
.btn-yellow:hover{background:#ffc700;transform:translateY(-3px);}
.cta-btn{display:flex;flex-direction:row;align-items:center;gap:10px; /* 🔥 Smooth animation */transition:background 0.3s ease-out,transform 0.25s ease-out,box-shadow 0.25s ease-out;}
.cta-btn:hover{background:#ffc700;transform:translateY(-3px);}
.cta-btn .btn-arrow{width:18px;height:18px;transition:transform 0.3s ease-out;}
.header-cta{text-transform:uppercase;background:var(--primary);color:#1a1a1a;padding:12px 26px;border-radius:6px;text-decoration:none;font-weight:600;transition:all 0.3s ease;display:flex;flex-direction:row;align-items:center;gap:10px;transition:background 0.3s ease-out,transform 0.25s ease-out,box-shadow 0.25s ease-out;font-size:14px;}
.cta-btn:hover{background:#1a1a1a;color:#fff;transform:translateY(-3px);}
.cta-btn:hover .btn-arrow{transform:translateX(4px);filter:invert(1);}

/* Primary Button */
.btn-primary{text-transform:uppercase;background:var(--primary);color:#000;padding:0.9rem 1.8rem;border-radius:6px;font-weight:600;font-size:0.95rem;display:inline-flex;align-items:center;gap:0.6rem;width: max-content;text-decoration:none; /* 🔥 Smooth animation */transition:background 0.3s ease-out,transform 0.25s ease-out,box-shadow 0.25s ease-out;}
.btn-primary:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,0.08);}

/* Secondary Button */
.btn-secondary-white{text-transform:uppercase;background:#fff;color:#000;padding:0.9rem 1.8rem;border-radius:6px;font-weight:600;font-size:0.95rem;display:inline-flex;align-items:center;gap:0.6rem;text-decoration:none;transition:background 0.3s ease-out,transform 0.25s ease-out,box-shadow 0.25s ease-out;}
.btn-secondary-white:hover{background:#fdc726;transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,0.08);}

/* Arrow animation */
.btn-arrow{display:inline-block;transition:transform 0.25s ease-out;}
.btn-primary:hover .btn-arrow,.btn-secondary-white:hover .btn-arrow{transform:translateX(4px);}

/* Mobile Menu Toggle */
.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer;padding:10px;border-radius:8px;transition:all 0.3s ease;position:relative;z-index:1002;}
.mobile-menu-toggle:hover{background:rgba(0,0,0,0.05);}

/* .mobile-menu-toggle:focus {
  outline: 2px solid #fdc726;
  outline-offset: 2px;
} */

/* Hamburger Animation */
.mobile-menu-toggle .hamburger{display:block;position:relative;width:24px;height:2px;background:#333;transition:all 0.3s ease;}
.mobile-menu-toggle .hamburger::before,.mobile-menu-toggle .hamburger::after{content:"";position:absolute;width:24px;height:2px;background:#333;transition:all 0.3s ease;}
.mobile-menu-toggle .hamburger::before{top:-8px;}
.mobile-menu-toggle .hamburger::after{bottom:-8px;}
.mobile-menu-toggle.active .hamburger{background:transparent;}
.mobile-menu-toggle.active .hamburger::before{top:0;transform:rotate(45deg);}
.mobile-menu-toggle.active .hamburger::after{bottom:0;transform:rotate(-45deg);}

/* Mobile Menu Overlay */
.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0.5);backdrop-filter:blur(5px);z-index:1000;opacity:0;visibility:hidden;transition:all 0.3s ease;}
.mobile-menu-overlay.active{opacity:1;visibility:visible;}

/* Mobile Menu Slide Panel */
.mobile-menu-panel{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background:white;box-shadow:-5px 0 20px rgba(0,0,0,0.1);z-index:1001;transition:all 0.3s ease;overflow-y:auto;}
.mobile-menu-panel.active{right:0;}
.mobile-menu-header{padding:20px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;background:#fafafa;}
.mobile-menu-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:8px;border-radius:50%;transition:all 0.3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;}
.mobile-menu-close:hover{background:rgba(0,0,0,0.05);color:#333;}
.mobile-menu-content{padding:20px;}
.mobile-navigation{list-style:none;margin:0;padding:0;}
ul.mobile-navigation ul#menu-main-menu{flex-direction:column;gap:0;padding:0;}
.mobile-navigation li{margin-bottom:10px;}
.mobile-navigation a{display:block;padding:5px 0px;color:#333;text-decoration:none;font-weight:500;border-radius:8px;transition:all 0.3s ease;border:1px solid transparent;}
.mobile-navigation a:hover{background:#f8f8f8;color:#1a1a1a;border-color:#fdc726;}
.mobile-menu-cta{margin-top:30px;padding-top:20px;border-top:1px solid #f0f0f0;}
.mobile-menu-cta .header-cta{display:block;width:100%;text-align:center;padding:15px 20px;background:#fdc726;color:#1a1a1a;text-decoration:none;font-weight:600;border-radius:8px;transition:all 0.3s ease;}
.mobile-menu-cta .header-cta:hover{background:#ffc700;transform:translateY(-1px);}

/* Hero Section */
.hero-section{  /* min-height: 100vh; */
background:url("./assets/images/hero-banner-home.webp");background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;min-height:870px;}

/* Content Wrapper */
.hero-content-wrapper{max-width:1392px;margin:0 auto;width:100%;}

/* Text Content */
.hero-text-content{max-width:70%; /* push slightly upward */}

/* Title */
.hero-title{font-size:72px;font-weight:700;line-height:1.15;margin-bottom:34px;margin-top:96px;}

/* Tagline + Line */
.hero-tagline-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1.8rem;}
.hero-tagline{font-size:1.25rem;line-height:1.5;max-width:500px;}
.hero-separator{width:4px;height:87px;background:#fdc726;flex-shrink:0;}
.hero-description{font-size:1rem;opacity:0.85;margin-bottom:32px;}

/* Buttons */
.hero-buttons{display:flex;gap:1rem;}
.hero-tagline{font-size:36px;line-height:120%;max-width:700px;}

/* Description */
.hero-description{font-size:18px;opacity:0.85;margin-bottom:88px;}

/* Buttons */
.hero-buttons{display:flex;gap:1rem;}

/* Content Sections */
.section{padding:5rem 0;}
.section-header{display:grid;grid-template-columns:1fr 1fr;text-align:center;margin-bottom:62px;gap:16px;}
.section-title{color:#1a1a1a;font-weight:700;font-size:52px;line-height:113%;letter-spacing:0px;text-align:start;text-transform:capitalize;}
.section-subtitle{text-align:start;font-size:20px;color:#1a1a1acc;max-width:600px;margin:0 auto;padding-top:10px;line-height:120%;}

/* Problem Section */
.problem-section{background:#fff;padding:130px 0;}
.problem-content{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;}
.problem-image{position:relative;height:100%;width:100%;}
.problem-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,0.1);object-fit:cover;height:100%;}
.problem-features{display:grid;grid-template-columns:1fr;gap:24px;}
.feature-card{background:white;padding:30px 30px 40px 30px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.05);transition:all 0.3s ease;border:1px solid #f0f0f0;}
.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,0.1);}
.icon-content-wrap{display:flex;flex-direction:row;gap:20px;align-items:center;}
.feature-icon{width:48px;height:48px;background:#fdc726;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;}
.feature-icon i{color:#1a1a1a;font-size:1.3rem;}
.feature-title{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;line-height:1.3;}
.feature-description{color:#1a1a1a;font-size:1rem;line-height:120%;font-weight:400;}

/* Solution Section */
.solution-section{background:#f5f5f5;padding:130px 0;}
.right-content-sec{width:100%;display:flex;flex-direction:column;gap:28px;}
.solution-content{display:inline-block;align-items:center;}
.solution-features{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.solution-features .feature-card{display:flex;align-items:flex-start;gap:22px;background:#fff;padding:30px 30px 36px 30px;border-radius:16px;position:relative;box-shadow:0 4px 12px rgba(0,0,0,0.05);border-left:2px solid #fdc726;}
.solution-features .feature-icon{min-width:28px;height:28px;background:rgba(253,199,38,1);color:#000;font-size:14px;font-weight:bold;display:flex;align-items:center;justify-content:center;border-radius:25px;margin-top:2px;box-shadow:0px 6px 9px 0px rgba(253,199,38,0.4);width:26px;}
.solution-features .feature-content h3{margin:0 0 6px;color:#1a1a1a;font-weight:600;font-size:18px;line-height:28px;letter-spacing:0px;}
.solution-features .feature-content p{color:#666;margin:0;font-weight:400;font-size:16px;line-height:120%;letter-spacing:0px;}
.solution-image img{width:100%;max-width:500px;height:auto;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,0.1);}
section.how-it-works-section.section{width:100%;display:inline-block;background:#fff;padding:130px 0 80px 0;}
section.how-it-works-section.section .section-header{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;gap:26px;}
section.how-it-works-section.section .section-title{font-size:52px;font-weight:700;margin:0;}
section.how-it-works-section.section .section-subtitle{color:#1a1a1acc;font-weight:400;font-size:20px;line-height:120%;letter-spacing:0px;text-align:center;margin:0;max-width:100%;width:100%;padding:0;}

/* Steps Layout */
.steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px;position:relative;margin-bottom:86px;}

/* Card */
.step-card{background:#fff;padding:26px 24px;border-radius:16px;border:1px solid #f0f0f0;box-shadow:0 10px 30px rgba(0,0,0,0.05);transition:all 0.3s ease;position:relative;display:flex;flex-direction:column;gap:18px;}
.step-card:nth-child(2){position:relative;top:24px;}

/* Number Circle */
.step-number{width:50px;height:50px;background:#fdc726;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:15px;font-size:24px;}

/* Text */
.step-card h3{margin-bottom:8px;color:#111;font-weight:600;font-size:18px;line-height:120%;letter-spacing:0px;}
.step-card p{color:#6b6b6b;font-weight:400;font-size:16px;line-height:120%;letter-spacing:0px;}

/* Dotted connector (between cards) */
.step-card:not(:last-child)::after{content:"";position:absolute;top:50%;right:-32px;width:30px;height:2px;border-top:2px dotted #fdc726;}

/* Movement Section */
.movement-section{background:#fff;padding:50px 0 130px 0;}
.movement-wrapper{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;}
.movement-text{display:flex;flex-direction:column;gap:26px;}
.movement-text h2{font-weight:700;font-size:52px;line-height:120%;letter-spacing:0px;max-width:80%;}
.movement-text .content-wrap{display:flex;flex-direction:column;gap:14px;width:100%;max-width:572px;margin:26px 0 62px 0;}
.movement-text .content-wrap p{font-weight:400;font-size:20px;line-height:120%;letter-spacing:0px;color:#1a1a1acc;}
.movement-buttons{display:flex;gap:1rem;}

/* Image */
.movement-image{position:relative;}
.movement-image img{width:100%;border-radius:16px;display:block;min-height:600px;object-fit:cover;}

/* Quote Overlay */
.image-quote{position:absolute;bottom:20px;left:20px;right:20px;background:#fff;padding:28px;border-radius:16px;font-size:13px;color:#333;box-shadow:0 6px 18px rgba(0,0,0,0.08);text-align:center;margin:33px;border-left:5px solid #fdc726;}
.image-quote p{font-weight:600;font-size:20px;line-height:120%;letter-spacing:0px;text-align:center;max-width:400px;margin:0 auto;color:#1a1a1a;}

/* Founding Partner Program Section */
.founding-partner-program-section{padding:130px 0;background:url("./assets/images/founding.webp");background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;position:relative;}
.founding-partner-content-box{background:white;padding:60px 50px;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,0.1);max-width:924px;text-align:center;margin:0 auto;display:flex;flex-direction:column;gap:25px;align-items:center;}
.founding-partner-content-box h2{font-size:2.5rem;font-weight:800;color:#1a1a1a;}
.founding-partner-content-box .subtitle{font-weight:600;font-size:18px;line-height:28px;letter-spacing:0px;}
.founding-partner-content-box p{color:#1a1a1a;margin-bottom:2rem;font-weight:400;font-size:20px;line-height:130%;letter-spacing:0px;text-align:center;}

/* Footer */
.site-footer{background:#1a1a1a;color:#ffffff;padding:100px 0 40px 0;}
.footer-content{max-width:1392px;margin:0 auto;}
.footer-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:4rem;}
.footer-brand{flex:1;max-width:300px;}
.footer-logo-image{max-width:100%;height:auto;margin-bottom:0;min-height:46px;}
.footer-logo{font-size:2rem;font-weight:700;color:#ffffff;margin-bottom:0.5rem;}
.footer-subtitle{color:#ffffff;font-size:1.1rem;margin-bottom:0.5rem;font-weight:500;}
.footer-tagline{font-weight:600;font-style:SemiBold;font-size:33.91px;line-height:120%;letter-spacing:0px;margin-top:40px;color:#efefef;}
.footer-columns{display:flex;gap:4rem;flex:2;margin-left:160px;}
.footer-column{margin-bottom:2rem; /* flex: 1; */}
.footer-column h4{    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #efefef;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 24px;}
.footer-column ul{list-style:none;padding:0;margin:0;}
.footer-column a{color:#efefef;text-decoration:none;display:block;padding:0.5rem 0;font-size:16px;font-weight:400;}
.footer-column a:hover{opacity:1;}
.footer-bottom{border-top:0.6px solid rgba(255,255,255,0.2);padding-top:2rem;display:flex;justify-content:center;align-items:center;}
.footer-copyright{color:#ffffff;opacity:0.7;font-size:0.9rem;text-align:center;}
.social-links{display:flex;gap:1rem;margin-top:1rem;}
.social-links a{width:36px;height:36px;background:rgba(255,255,255,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;text-decoration:none;transition:all 0.3s ease;}
.social-links a:hover{background:rgba(255,255,255,0.2);transform:translateY(-2px);}

/* Contact Links Styling */
.contact-links-wrap{display:flex;flex-direction:column;gap:16px;}
.contact-link{display:flex;flex-direction:row;gap:10px;align-items:center;}
.contact-link i{color:rgba(253,199,38,1);padding-right:10px;font-size:20px;}
.contact-link a{color:#efefef;text-decoration:none;transition:opacity 0.3s ease;font-size:0.95rem;padding:0;}
.contact-link a:hover{opacity:1;}

/* WordPress Specific Classes */
.wp-block-group{margin-bottom:2rem;}
.wp-block-button{background:#fdc726!important;color:#1a1a1a!important;border-radius:8px!important;font-weight:600!important;}
.wp-block-button:hover{background:#ffc700!important;}

/* Accessibility */
.screen-reader-text{position:absolute;left:-9999px;}

/* Animations */
@keyframes fadeInUp{
  from{opacity:0;transform:translateY(30px);}
  to{opacity:1;transform:translateY(0);}
}
.fade-in-up{animation:fadeInUp 0.8s ease forwards;}

/* Claim Resilience Initiative Page Styles */
.initiative-hero-section{background:url(./assets/images/banner-resilience.webp);background-size:cover;background-position:inherit;display:flex;align-items:center;color:#fff;min-height:560px;padding:130px 0 158px 0;margin-top:80px;}
.initiative-hero-wrapper{max-width:1400px;margin:0 auto;width:100%;}
.initiative-hero-content{max-width:860px;}

/* Title */
.initiative-hero-title{margin-bottom:20px;font-weight:700;font-size:56px;line-height:120%;letter-spacing:-1.5px;}

/* Subtitle */
.initiative-hero-subtitle-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1.8rem;}
.initiative-hero-separator{width:3px;height:69px;background:#fdc726;flex-shrink:0;}
.initiative-hero-subtitle{color:rgba(255,255,255,0.9);font-weight:500;font-size:28px;line-height:120%;letter-spacing:0px;}

/* Description */
.initiative-hero-description{width:777px;color:#ffffff99;font-weight:400;font-size:18px;line-height:20px;letter-spacing:0px;padding-left:22px;}

/* Section */
.initiative-alignment-section{background:#fff;padding:130px 0;}

/* Layout */
.alignment-wrapper{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;}

/* Left content */
.alignment-title{font-size:52px;font-weight:700;margin-bottom:30px;color:#1a1a1a;line-height:120%;}
.alignment-description{font-size:20px;color:#1a1a1acc;margin-bottom:30px;max-width:620px;line-height:120%;font-weight:400;}

/* Bullet list */
.alignment-list{list-style:none;padding:0;margin-bottom:2rem;}
.alignment-list li{position:relative;padding-left:40px;margin-bottom:16px;font-size:18px;color:#1a1a1a;line-height:27px;}

/* Yellow check icon */
.alignment-list li::before{content:"";position:absolute;left:0;top:0px;width:28px;height:28px;background:rgba(253,199,38,1) url(./assets/images/check-icon.svg)
no-repeat center;background-size:12px;border-radius:50%;color:#000;font-size:14px;font-weight:bold;box-shadow:0px 6px 9px 0px rgba(253,199,38,0.4);}

/* Callout box */
.alignment-callout{background:#fdc7260f;padding:26px 20px 26px 40px;border-radius:10px;border-left:4px solid #fdc726;max-width:684px;}
.alignment-callout p{margin:0;color:#1a1a1a;font-size:18px;font-weight:400;line-height:130%;}
.alignment-callout p strong{font-size:20px;font-weight:600;}

/* Image */
.alignment-image{position:relative;}
.alignment-image img{width:100%;border-radius:16px;display:block;}

/* Yellow corner shape */
.alignment-shape{position:absolute;width:max-content;bottom:-25px;left:61%;}
.alignment-shape img{width:300px;height:auto;}

/* Section */
.industry-shift-section{background:#f5f5f5;padding:130px 0;}

/* Header */
.industry-header{display:grid;grid-template-columns:1fr 1fr;align-items:start;margin-bottom:62px;}
.industry-title{font-size:52px;font-weight:700;color:#131111;line-height:120%;}
.industry-subtext{font-size:20px;color:#1a1a1acc;max-width:545px;line-height:120%;}

/* Cards Layout */
.industry-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem;}

/* Card */
.industry-card{background:#ffffff;padding:30px 30px 14px 30px;border-radius:14px;border-left:3px solid #ffd700;min-height:220px;}

/* Card Header */
.card-header{display:flex;align-items:center;gap:10px;margin-bottom:1rem;font-weight:600;color:#1a1a1a;font-size:18px;}

/* Icon */
.card-icon{background:#ffd700;display:flex;align-items:center;justify-content:center;font-size:14px;opacity:1;border-radius:8px;padding:12px;}
.card-icon img{width:24px;height:24px;}

/* List */
.industry-card ul{padding-left:18px;margin:0;}
.industry-card li{font-size:18px;margin-bottom:16px;color:#1a1a1a;line-height:28px;}
.industry-card li::marker{background-color:#fdc726;color:#fdc726;box-shadow:0px 6px 9px 0px #fdc72666;width:8px;height:8px;}

/* Footer */
.industry-footer{text-align:center;margin-top:62px;}
.industry-footer p{font-size:18px;color:#1a1a1a;line-height:130%;font-weight:400;}
.industry-footer p strong{font-size:20px;font-weight:600;}

/* Four Cornerstones Sections */
.cornerstones-section{background:#fff;padding:130px 0;text-align:center;}

/* Header */
.cornerstones-header h2{font-size:52px;font-weight:700;color:#131111;line-height:120%;margin-bottom:62px;}

/* Grid */
.cornerstones-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:34px;}

/* Card */
.cornerstone-card{text-align:left;padding:24px;border-radius:16px;background:transparent;}

/* Highlight first card */
.cornerstone-card.active{background:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,0.06);border:1px solid #f0f0f0;}

/* Icon container */
.cornerstone-icon{background:#fdc726;border-radius:10px;padding:9px;width:50px;height:50px;}

/* Image inside icon */
.cornerstone-icon img{width:32px;height:32px;object-fit:contain;}

/* Title */
.cornerstone-card h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:30px 0 18px 0;line-height:120%;}

/* Text */
.cornerstone-card p{font-size:16px;color:#1a1a1acc;line-height:120%;font-weight:400;}

/* Callout */
.cornerstones-callout{background:#fdc7260f;padding:26px;border-radius:10px;max-width:100%;margin:0 auto;border-left:3px solid #ffd700;}
.cornerstones-callout p{margin:0;font-size:18px;color:#1a1a1a;font-weight:400;line-height:130%;}
.cornerstones-callout p strong{font-size:20px;font-weight:600;}

/* Section */
.responsibility-section{background:#f5f5f5;padding:130px 0;text-align:center;}

/* Title */
.responsibility-header h2{font-size:52px;font-weight:700;color:#131111;line-height:120%;margin-bottom:62px;max-width:948px;margin:0 auto 62px;}

/* Grid */
.responsibility-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:0 auto 62px;}

/* Card */
.responsibility-card{display:flex;align-items:flex-start;gap:20px;background:#ffffff;padding:30px 30px 40px 30px;border-radius:16px;border-left:3px solid #fdc726;text-align:left;transition:0.3s ease;box-shadow:0px 4px 44px 0px #0000000f;}

/* Hover */
.responsibility-card:hover{background:#ffffff;box-shadow:0 10px 25px rgba(0,0,0,0.05);}

/* Icon */
.resp-icon{width:30px;height:30px;}

/* Content */
.resp-content h4{font-size:18px;font-weight:600;margin-bottom:6px;color:#1a1a1a;line-height:28px;}
.resp-content p{font-size:16px;color:#1a1a1acc;line-height:120%;max-width:473px;font-weight:400;}

/* Footer */
.responsibility-footer p{font-size:20px;color:#1a1a1a;line-height:130%;font-weight:400;}
.responsibility-footer p strong{font-size:22px;font-weight:600;}

/* Section */
.powered-section{background:#fff;padding:130px 0;}

/* Layout */
.powered-wrapper{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;}

/* Left */
.powered-title{font-size:52px;font-weight:700;color:#131111;line-height:120%;margin-bottom: 26px;}
.powered-description{font-size:20px;color:#1a1a1acc;line-height:120%;margin-bottom:20px;max-width:620px;}

/* List */
.powered-list{list-style:none;padding:0;margin:40px 0 50px 0;}
.powered-list li{position:relative;padding-left:36px;margin-bottom:16px;font-size:18px;color:#1a1a1a;line-height:27px;}

/* Yellow check */
.powered-list li::before{content:"";position:absolute;left:0;top:0px;width:28px;height:28px;background:rgba(253,199,38,1) url(./assets/images/check-icon.svg)
no-repeat center;background-size:12px;border-radius:50%;color:#000;font-size:14px;font-weight:bold;box-shadow:0px 6px 9px 0px rgba(253,199,38,0.4);}

/* Callout */
.powered-callout{background:#fdc7260f;padding:28px 40px;border-radius:10px;border-left:3px solid #ffd700;}
.powered-callout p{margin:0;font-size:18px;color:#1a1a1a;font-weight:400;line-height:130%;}
.powered-callout p strong{font-size:20px;font-weight:600;}

/* Right image */
.powered-image{position:relative;}
.powered-image img{width:100%;border-radius:16px;display:block;}

/* Floating Card */
.powered-floating-card{position:absolute;top:16px;left:16px;background:#ffffff;padding:30px;border-radius:12px;width:max-content;box-shadow:0 20px 40px rgba(0,0,0,0.15);}

/* Floating text */
.floating-title{font-weight:600;font-size:18px;line-height:28px;letter-spacing:0px;color:#1a1a1a;padding-bottom:24px;}
.powered-floating-card ul{padding-left:16px;margin:0;}
.powered-floating-card li{margin-bottom:8px;font-weight:500;font-size:16px;line-height:28px;letter-spacing:0px;color:#1a1a1acc;}
.powered-floating-card li::marker{color:#fdc726;font-size:22px;width:8px;}

/* Section */
.initiative-cta-section{position:relative;padding:120px 0;}

/* Background image */
.cta-bg{position:absolute;inset:0;background:url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1950&q=80")
center/cover no-repeat;background-size:cover;background-position:center;background-attachment:fixed;z-index:1;}

/* Overlay */
.cta-bg::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.3);}

/* Title */
.cta-title{font-size:2.3rem;font-weight:700;margin-bottom:1rem;}

/* Description */
.cta-description{font-size:0.95rem;color:#555;max-width:700px;margin:0 auto 1rem;}

/* Subtitle */
.cta-subtitle{font-size:0.9rem;margin-bottom:1.5rem;}

/* Points grid */
.cta-points{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;}

/* Text */
.cta-point p{margin:0;font-weight:500;font-size:16px;line-height:120%;letter-spacing:0px;}

/* Footer text */
.cta-footer-text{font-size:0.85rem;margin:1rem 0 2rem;color:#555;}

/* Buttons */
.cta-buttons{display:flex;justify-content:center;gap:1rem;}

/* Button styles */

/* .btn-dark {
background: #222;
color: #fff;
padding: 0.8rem 1.5rem;
border-radius: 6px;
font-weight: 600;
text-decoration: none;
} */

.cta-card{position:relative;z-index:2;background:#ffffff;padding:64px 59px;border-radius:16px;text-align:center;}
.cta-description{width:100%;color:#1a1a1acc;max-width:981px;font-weight:400;font-size:20px;line-height:130%;letter-spacing:0px;text-align:center;margin:0 auto;}
.cta-subtitle{margin-bottom:30px;font-weight:500;font-size:18px;line-height:130%;letter-spacing:0px;text-align:center;margin-top:34px;}
.cta-point{display:flex;gap:10px;background:#f5f5f5;padding:15px 24px;border-radius:10px;text-align:left;font-weight:500;font-size:16px;line-height:120%;letter-spacing:0px;align-items:center;}
.cta-point span{min-width:8px;height:8px;background:#fdc726;border-radius:50%;margin-top:6px;}
.cta-points{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:57px;}
.cta-footer-text{margin-bottom:62px;color:#1a1a1acc;font-weight:400;font-size:18px;line-height:130%;letter-spacing:0px;text-align:center;}
.btn-dark{background:#1a1a1a;color:#fff;text-transform:uppercase;padding:12px 26px;border-radius:6px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:0.6rem;width: max-content;text-decoration:none;transition:background 0.3s ease-out,transform 0.25s ease-out,box-shadow 0.25s ease-out;}
.cta-buttons .btn-primary:hover{background:#1a1a1a;color:#fff;}
.cta-buttons .btn-primary:hover .btn-arrow{filter:invert(1);}
.cta-buttons .btn-dark:hover{background:#fdc726;color:#1a1a1a;transform:translateY(-3px);}
.cta-buttons .btn-dark:hover img{filter:invert(1);transform:translateX(4px);}
.cta-buttons .btn-darky:hover .btn-arrow{filter:invert(1);}
.footer-column a:hover{opacity:1;color:#fdc726;}
:focus-visible{outline:none;}

.wp-block-group{margin-bottom:2rem;}
.wp-block-button{background:#fdc726!important;color:#1a1a1a!important;border-radius:8px!important;font-weight:600!important;}
.wp-block-button:hover{background:#ffc700!important;}

/* Accessibility */
.screen-reader-text{position:absolute;left:-9999px;}

/* Animations */
@keyframes fadeInUp{
  from{opacity:0;transform:translateY(30px);}
  to{opacity:1;transform:translateY(0);}
}
.fade-in-up{animation:fadeInUp 0.8s ease forwards;}


/* MATERIALS CONTEXT SECTION */
.materials-context-section {
    padding: 130px 0;
    background: #f5f5f5;
}

.materials-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

/* LEFT SIDE */
.materials-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.materials-text {
    font-size: 18px;
    color: #1a1a1acc;
    line-height: 130%;
    margin-bottom: 18px;
    max-width: 600px;
}

/* MAIN LIST */
.materials-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.materials-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
}

.materials-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background: #fdc726 url("./assets/images/check-icon.svg") no-repeat center;
    background-size: 12px;
    border-radius: 50%;
    box-shadow: 0px 6px 9px rgba(253, 199, 38, 0.4);
}

/* CALLOUT */
.materials-callout {
    background: #fdc7260f;
    padding: 24px 24px 24px 40px;
    border-left: 4px solid #fdc726;
    border-radius: 10px;
    max-width: 620px;
}

.materials-callout p {
    font-size: 18px;
    line-height: 130%;
}

.materials-callout strong {
    font-weight: 600;
}

/* RIGHT SIDE */
.materials-small-title {
    font-size: 16px;
    color: #1a1a1acc;
    margin-bottom: 16px;
}

/* MINI LIST BOX */
.materials-mini-list {
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 10px;
    list-style: none;
    margin-bottom: 20px;
}

.materials-mini-list li {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    margin-bottom: 10px;
}

.materials-mini-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fdc726;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* TEXT BELOW */
.materials-bottom-text {
    font-size: 16px;
    color: #1a1a1acc;
    line-height: 130%;
    margin-bottom: 24px;
}

/* IMAGE BOX */
.materials-image-box {
    background: #fdc726;
    border-radius: 16px;
    padding: 30px;
}

.materials-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .materials-wrapper {
        grid-template-columns: 1fr;
    }

    .materials-title {
        font-size: 40px;
    }
}


/* =================== founding-new-section ============================ */
.founding_new_section {
  background: url("./assets/images/hero-image.webp");
}
.early_aligment_section {
  background-color: #f5f5f5;
}
.aligment_white_call {
  background: #ffffff;
}
section.economy_system.section {
  background-color: #f5f5f5;
  padding: 130px 0 130px 0;
}
.industry_together_section {
  background-color: #f5f5f5;
}
.strucher_direction_left {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 44px 25px 20px 41px;
}
.strucher_direction_left .alignment-list li {
  font-weight: 500;
}
.strucher_direction_left .alignment-list li:last-child {
  margin-bottom: 0;
}
.strucher_direction_left .alignment-list {
  padding-top: 20px;
}
.steps-container.economy_step_container {
  margin-top: 62px;
  margin-bottom: 0;
}
.economy_step_container .step-card:not(:last-child)::after {
  display: none;
}
.economy_step_container .step-card:nth-child(2) {
  top: 0;
}
.economy_step_container .step-card {
  box-shadow: none;
  padding: 30px 50px 64px 30px;
  gap: 20px;
}
.economy_step_container .step-number {
  margin-bottom: 0;
}
.economy_step_container .step-card h3 {
  color: #1a1a1a;
  font-size: 20px;
  margin-bottom: 0;
}
.economy_step_container .step-card p {
  font-size: 18px;
  color: #1a1a1acc;
}
.economy_step_container .step-card.active {
  border-bottom: 3px solid #fdc726;
}
.matters_now_section .alignment-title {
  max-width: 484px;
}
.matters_now_section .alignment-list li,
.early_aligment_section .alignment-list li,
.material_section .alignment-list li,
.industry_together_section .alignment-list li {
  font-weight: 500;
}
.material_section .industry-card {
  background: #f5f5f5;
  border: none;
  min-height: auto;
  margin-bottom: 34px;
  padding: 24px;
}
.material_section .industry-card li {
  font-size: 16px;
  margin-bottom: 18px;
  color: #1a1a1a;
  line-height: 120%;
  font-weight: 500;
}
.material_section .industry-card li:last-child {
  margin-bottom: 0;
}
