/* Hero */
.agentic-factory-page .hero{ background: var(--black); color: var(--white); max-height: 900px; background: var(--black) url("../jpg/bg-hero-5.jpg"); background-position: center; background-size: cover; }
.agentic-factory-page .hero:before{ content: ""; display: block; width: 100%; height: 150px; position: absolute; bottom: 0; left: 0; background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); }

.agentic-factory-page .hero .content{ display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; z-index: 30; }
.agentic-factory-page .hero .text{ max-width: 100%; text-align: center; padding-top: 120px; }
.agentic-factory-page .hero .text .label{ text-transform: uppercase; font-size: 13px; display: inline-block; border-radius: 30px; margin-bottom: 20px; background: rgba(0,0,0,.3); padding: 8px 15px; font-weight: 600; }
.agentic-factory-page .hero .text .title{ color: var(--white); letter-spacing: -1px; margin-bottom: 30px; font-size: 120px; font-weight: 500; line-height: 1; font-family: var(--hanken); }
.agentic-factory-page .hero .text .subtitle{ font-weight: 500; font-size: 22 px; line-height: 1.6; margin-bottom: 30px; }
.agentic-factory-page .hero .text .description{ font-weight: 200; font-size: 16px; line-height: 1.6; max-width: 700px; margin: 0 auto; }
.agentic-factory-page .hero .services-list{ display: flex; margin: 50px auto 0; align-items: center; justify-content: center; }
.agentic-factory-page .hero .services-list li{ font-size: 16px; color: #CED8FC; padding: 0 20px; position: relative; }
.agentic-factory-page .hero .services-list li:before{ content: ""; width: 1px; height: 25px; background: var(--white); display: block; position: absolute; right: 0; top: -3px; }
.agentic-factory-page .hero .services-list li:last-child:before{ display: none; }

.agentic-factory-page .hero .techs-logos{ display: flex; align-items: center; justify-content: center; gap: 40px; height: 100%; margin-top: 140px }
.agentic-factory-page .hero .techs-logos li{}
.agentic-factory-page .hero .techs-logos li figure{}
.agentic-factory-page .hero .techs-logos li figure img{ width: 100%; }

    .agentic-factory-page .hero .techs-logos li.databricks{ width: 140px; }
    .agentic-factory-page .hero .techs-logos li.aws{ width: 60px; }
    .agentic-factory-page .hero .techs-logos li.azure{ width: 110px; }
    .agentic-factory-page .hero .techs-logos li.openai{ width: 110px; }
    .agentic-factory-page .hero .techs-logos li.anthropic{ width: 130px; }
    .agentic-factory-page .hero .techs-logos li.landgraph{ width: 140px; }
    .agentic-factory-page .hero .techs-logos li.nvidia{ width: 120px; }
    .agentic-factory-page .hero .techs-logos li.llama{ width: 75px; }

/* Rebuilding Industries */
.agentic-factory-page .rebuilding-industries{ background: var(--black); color: var(--white); padding: 100px 0; position: relative; line-height: 1.6; }
.agentic-factory-page .rebuilding-industries .content{ display: flex; justify-content: space-between; align-items: center; max-width: 1100px; position: relative; }
.agentic-factory-page .rebuilding-industries strong{ font-weight: 600; }
.agentic-factory-page .rebuilding-industries .left{ width: 550px; }
.agentic-factory-page .rebuilding-industries .left h2{ letter-spacing: -1px; font-size: 52px; margin-bottom: 20px; font-family: var(--hanken); line-height: 1.2; font-weight: 500; }
.agentic-factory-page .rebuilding-industries .left h2 span{ font-size: 24px; display: inline-block; position: relative; top: -21px; right: -5px; }
.agentic-factory-page .rebuilding-industries .left .description{ color: var(--white); font-size: 17px; margin-bottom: 40px; font-weight: 300; }
.agentic-factory-page .rebuilding-industries .left .subtitle{ font-weight: 400; margin-bottom: 30px; }
.agentic-factory-page .rebuilding-industries .left .impacted{ display: flex; flex-wrap: wrap; gap: 20px 15px; }
.agentic-factory-page .rebuilding-industries .left .impacted li{ background: #191919; color: #EBEBEB; padding: 5px 15px; font-size: 14px; border-radius: 50px; }

.agentic-factory-page .rebuilding-industries .right{ width: 400px; position: relative; }
.agentic-factory-page .rebuilding-industries .right .main-image{}
.agentic-factory-page .rebuilding-industries .right .main-image img{ width: 100%; }

/* Pods Impact */
.agentic-factory-page .pods-impact{ background: var(--black); color: var(--white); padding: 150px 0; position: relative; }
.agentic-factory-page .pods-impact .content{ position: relative; }
.agentic-factory-page .pods-impact .head{ display: flex; justify-content: space-between; margin-bottom: 100px; }
.agentic-factory-page .pods-impact .head h2{ width: 30%; letter-spacing: -1px; position: relative; font-family: var(--hanken); font-weight: 600; font-size: 52px; line-height: 1.1; }
.agentic-factory-page .pods-impact .head h2 span{ display: block; }
.agentic-factory-page .pods-impact .head h2 i{ font-size: 18px; position: absolute; top: 4px; margin-left: -7px; }
.agentic-factory-page .pods-impact .head p{ width: 65%; font-size: 15px; font-weight: 300; line-height: 1.6; }

.agentic-factory-page .pods-impact .penta{ display: flex; justify-content: space-between; position: relative; min-height: 2000px; }

.agentic-factory-page .pods-impact .penta .left{ position: sticky; top: 150px; height: 600px; }
.agentic-factory-page .pods-impact .penta .left figure{ width: 700px; position: absolute; top: -20px; left: -120px; }
.agentic-factory-page .pods-impact .penta .left figure img{ width: 100%; }

.agentic-factory-page .pods-impact .penta .right{ width: 500px; }
.agentic-factory-page .pods-impact .penta .right .mobile-image{ display: none; }
.agentic-factory-page .pods-impact .penta .right .text{ line-height: 1.4; color: var(--white); margin-bottom: 200px; }
.agentic-factory-page .pods-impact .penta .right .text h2{ font-weight: 500; font-size: 22px; margin-bottom: 20px; }
.agentic-factory-page .pods-impact .penta .right .text p{ font-weight: 300; font-size: 15px; line-height: 1.7; }

    .agentic-factory-page .pods-impact .penta .right .text.first{ height: 800px; }
    .agentic-factory-page .pods-impact .penta .right .text.second{}
    .agentic-factory-page .pods-impact .penta .right .text.third{}
    .agentic-factory-page .pods-impact .penta .right .text.fourth{}
    .agentic-factory-page .pods-impact .penta .right .text.fifth{}
    .agentic-factory-page .pods-impact .penta .right .text.sixth{}
 

/* Agentic Platform */
.agentic-factory-page .agentic-platform{ background: var(--black); color: var(--white); padding: 100px 0; position: relative; }
.agentic-factory-page .agentic-platform .content{ position: relative; z-index: 10; }

.agentic-factory-page .agentic-platform .head{ text-align: center; margin-bottom: 100px; position: relative; z-index: 20; }
.agentic-factory-page .agentic-platform .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.agentic-factory-page .agentic-platform .head .label span{ display: inline-block; padding: 6px 35px; border-radius: 30px; background: var(--black); }
.agentic-factory-page .agentic-platform .head .title{ letter-spacing: -1px; position: relative; font-family: var(--hanken); font-size: 58px; font-weight: 600; }
.agentic-factory-page .agentic-platform .head .description{ font-size: 16px; color: #CCC6DC; line-height: 1.8; margin-top: 20px; font-weight: 300; }
.agentic-factory-page .agentic-platform .head .description span{ display: block; }

.agentic-factory-page .agentic-platform figure img{ width: 100%; }
.agentic-factory-page .agentic-platform figure img.mobile{ display: none; }

/* Key Attributes */
.agentic-factory-page .key-attributes{ background: var(--black); color: var(--white); padding: 100px 0; position: relative; }
.agentic-factory-page .key-attributes .head{ text-align: center; margin-bottom: 100px; position: relative; z-index: 20; }
.agentic-factory-page .key-attributes .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.agentic-factory-page .key-attributes .head .label span{ display: inline-block; padding: 6px 35px; border-radius: 30px; background: var(--black); }
.agentic-factory-page .key-attributes .head .title{ letter-spacing: -1px; position: relative; font-family: var(--hanken); font-size: 58px; font-weight: 600; }
.agentic-factory-page .key-attributes .ai-agents{ display: flex; justify-content: stretch; gap: 40px; position: relative; z-index: 20; }
.agentic-factory-page .key-attributes .ai-agents li{ width: 33.333%; }
.agentic-factory-page .key-attributes .ai-agents li .box-border{ background: radial-gradient(177.99% 105.81% at 50.18% 100%, rgba(255, 255, 255, 0) 0%, rgba(181, 192, 255, 0.2) 100%); height: 100%; padding: 1px; border-radius: 20px; }
.agentic-factory-page .key-attributes .ai-agents li .box-content{ display: flex; align-items: center; flex-direction: column; justify-content: flex-start; text-align: center; padding: 30px 50px 40px; background: #09051f; border-radius: 20px; height: 100%; box-shadow: 0 23px 38.3px 0 #FFFFFF0D inset; }
.agentic-factory-page .key-attributes .ai-agents li .box-content figure{ width: 100%; height: 130px; margin-bottom: 30px; margin-top: 0; }
.agentic-factory-page .key-attributes .ai-agents li .box-content figure img{ height: 100%; width: auto; }
.agentic-factory-page .key-attributes .ai-agents li .box-content h3{ font-size: 24px; margin-bottom: 15px; letter-spacing: -1px; }
.agentic-factory-page .key-attributes .ai-agents li .box-content p{ font-size: 14px; color: #CED8FC; font-weight: 300; line-height: 1.6; }

    .agentic-factory-page .key-attributes .ai-agents li.security figure img{}
    .agentic-factory-page .key-attributes .ai-agents li.extensibility figure img{}
    .agentic-factory-page .key-attributes .ai-agents li.portability figure img{}

/* Ai Solutions */
.agentic-factory-page .ai-solutions{ background: var(--black); color: var(--white); padding: 50px 0; position: relative; }
.agentic-factory-page .ai-solutions .head{ text-align: center; margin-bottom: 100px; position: relative; z-index: 20; }
.agentic-factory-page .ai-solutions .head .title{ letter-spacing: -1px; font-family: var(--hanken); }
.agentic-factory-page .ai-solutions .head .description{ font-size: 16px; color: #CCC6DC; line-height: 1.8; margin-top: 20px; font-weight: 300; }
.agentic-factory-page .ai-solutions .head .description span{ display: block; }
.agentic-factory-page .ai-solutions .solutions-list{ display: flex; align-items: stretch; justify-content: space-between; position: relative; }
.agentic-factory-page .ai-solutions .solutions-list:before{ content: ""; width: 85%; height: 100px; display: block; position: absolute; left: 10px; top: -50px; background: radial-gradient(71.32% 80.45% at 48.84% 139.21%, #2452C8 0%, #000000 100%); }
.agentic-factory-page .ai-solutions .solutions-list .solution{ width: 18%; position: relative; z-index: 20; }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content{ display: flex; height: 100%; flex-direction: column; justify-content: space-between; }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content .top figure{ width: 75px; height: 75px; margin-bottom: 30px; padding: 20px; border-radius: 100%; background: radial-gradient(73.75% 75.34% at 50% 50%, #000000 30.5%, #1855EE 100%); }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content .top figure img{ width: 100%; }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content .top h4{ font-weight: 600; font-size: 18px; margin-bottom: 10px; }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content .top .description{ font-size: 14px; margin-bottom: 20px; font-weight: 200; line-height: 1.5; }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content .top .description span{ display: block; }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content .highlights{ font-size: 14px; margin-top: 10px; }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content .highlights li{ margin-bottom: 20px; position: relative; }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content .highlights li span{ display: inline-block; position: relative; white-space: nowrap; }
.agentic-factory-page .ai-solutions .solutions-list .solution .box-content .highlights li span:before{ content: ""; width: 100%; height: 1px; background: linear-gradient(90deg, #A09BFF 0%, #4741FF 100%); display: block; position: absolute; left: 0; bottom: -5px; }

/* Metholodogy */
.agentic-factory-page .methodology{ background: var(--black); color: var(--white); padding: 100px 0; position: relative; }
.agentic-factory-page .methodology .head{ display: flex; justify-content: space-between; }
.agentic-factory-page .methodology .head .title{ letter-spacing: -1px; font-family: var(--hanken); }
.agentic-factory-page .methodology .head .title span{ display: block; }
.agentic-factory-page .methodology .head .description{ font-size: 16px; color: #CCC6DC; line-height: 1.8; margin-top: 20px; font-weight: 300; }
.agentic-factory-page .methodology .head .description span{ display: block; }

.agentic-factory-page .methodology .methodology-content{ position: relative; height: 600px; }
.agentic-factory-page .methodology .methodology-content .methodology-bg{ width: 650px; height: 563px; background: url("../svg/bg-methodology.svg"); background-size: 100% 100%; position: absolute; left: 50%; margin-left: -325px; }

.agentic-factory-page .methodology .methodology-content .float-box{ display: flex; position: absolute; width: 330px; }
.agentic-factory-page .methodology .methodology-content .float-box figure{ width: 45px; min-width: 45px; position: relative; }
.agentic-factory-page .methodology .methodology-content .float-box figure img{ width: 100%; }
.agentic-factory-page .methodology .methodology-content .float-box .text h4{ font-size: 22px; font-weight: 600; margin-bottom: 10px; }
.agentic-factory-page .methodology .methodology-content .float-box .text p{ font-size: 14px; font-weight: 300; line-height: 1.4; }

.agentic-factory-page .methodology .methodology-content .float-box.shield{ flex-direction: row-reverse; top: 115px; left: -47px; text-align: right; }
.agentic-factory-page .methodology .methodology-content .float-box.shield figure{ width: 40px; min-width: 40px; right: -64px; }

.agentic-factory-page .methodology .methodology-content .float-box.centric{ top: 117px; right: -40px; }
.agentic-factory-page .methodology .methodology-content .float-box.centric figure{ left: -55px; }

.agentic-factory-page .methodology .methodology-content .float-box.trell{ flex-direction: row-reverse; bottom: 64px; left: -102px; text-align: right; width: 390px; } 
.agentic-factory-page .methodology .methodology-content .float-box.trell figure{ left: 59px; width: 40px; min-width: 40px; }

.agentic-factory-page .methodology .methodology-content .float-box.human{ bottom: 68px; right: -44px; }
.agentic-factory-page .methodology .methodology-content .float-box.human figure{ left: -59px; width: 40px; min-width: 40px; }

.agentic-factory-page .methodology .methodology-content .float-box.center-box{ display: flex; position: absolute; width: 130px; flex-direction: column; text-align: center; align-items: center; left: 50%; margin-left: -73px; top: 50%; margin-top: -70px; }
.agentic-factory-page .methodology .methodology-content .float-box.center-box h4{ font-size: 13px; }
.agentic-factory-page .methodology .methodology-content .float-box.center-box figure{ width: 60px; min-width: 60px; position: relative; margin-bottom: 10px; }

/* Core AI */
.agentic-factory-page .core-ai{ background: var(--black); color: var(--white); padding: 150px 0; margin-top: -40px; position: relative; }
.agentic-factory-page .core-ai .head{ text-align: center; margin-bottom: 100px; }
.agentic-factory-page .core-ai .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.agentic-factory-page .core-ai .head .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.agentic-factory-page .core-ai .head .title{ letter-spacing: -1px; font-family: var(--hanken); }

.agentic-factory-page .core-ai .outcomes-table{ background: url("../svg/bg-core-ai.svg"); background-size: 100% 100%; width: 1160px; height: 758px; margin: 80px auto 0; display: flex; flex-wrap: wrap; text-align: left; }
.agentic-factory-page .core-ai .outcomes-table li{ width: 50%; height: 370px; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; position: relative; text-align: left; padding: 20px; padding-left: 60px; padding-top: 40px; }
.agentic-factory-page .core-ai .outcomes-table li:nth-child(odd){ text-align: right; align-items: flex-end; padding-right: 80px; padding-left: 20px; }
.agentic-factory-page .core-ai .outcomes-table li figure{ width: 60px; position: relative; margin-bottom: 10px; }
.agentic-factory-page .core-ai .outcomes-table li figure img{ width: 100%; height: 100%; }

.agentic-factory-page .core-ai .outcomes-table li .title{ font-size: 24px; letter-spacing: -1px; font-weight: 300; margin-bottom: 20px; }
.agentic-factory-page .core-ai .outcomes-table li .title span{ display: block; }
.agentic-factory-page .core-ai .outcomes-table li .description{ font-size: 14px; font-weight: 300; line-height: 1.8; color: #CCC6DC; max-width: 400px; }
.agentic-factory-page .core-ai .outcomes-table li .description span{ display: block; }

    .agentic-factory-page .core-ai .outcomes-table li.strategic figure{ left: 10px; }
    .agentic-factory-page .core-ai .outcomes-table li.agents figure{ width: 70px; left: -10px; }
    .agentic-factory-page .core-ai .outcomes-table li.talent figure{ width: 70px; left: 20px; }
    .agentic-factory-page .core-ai .outcomes-table li.volt figure{ left: -20px; }

/* White Paper */
.agentic-factory-page .white-paper-home{ background: var(--black); color: var(--white); margin-top: -40px; border-radius: 0; z-index: 10; position: relative; height: 700px; padding: 0; overflow: hidden; }
.agentic-factory-page .white-paper-home:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 500px; background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); display: block; z-index: 5; }
.agentic-factory-page .white-paper-home .content{ display: flex; flex-direction: row-reverse; position: relative; padding: 120px 0; height: 100%; align-items: center; }
.agentic-factory-page .white-paper-home .left{ position: absolute; top: 120px; left: -50px; height: auto; width: 580px; }
.agentic-factory-page .white-paper-home .left img{ width: 100%; height: auto; }
.agentic-factory-page .white-paper-home .right{ max-width: 500px; position: relative; z-index: 20; }
.agentic-factory-page .white-paper-home .right .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.agentic-factory-page .white-paper-home .right .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.agentic-factory-page .white-paper-home .right .title{ font-size: 52px; font-weight: 600; margin-bottom: 30px; font-family: var(--hanken); letter-spacing: -1px; }
.agentic-factory-page .white-paper-home .right .title span{ display: block; }
.agentic-factory-page .white-paper-home .right .description{ line-height: 1.7; font-size: 15px; margin-bottom: 40px; font-weight: 300; }

.agentic-factory-page .report-modal .modal-content{ width: 96%; height: 96%; padding: 0; }
.agentic-factory-page .report-modal .modal-content iframe{ width: 100%; height: 100%; }

/* FAQs */
.agentic-factory-page .faqs{ padding: 100px 0; }

@media screen and (max-width: 1440px){

    /* Methodology */
    .agentic-factory-page .methodology .methodology-content{ scale: .9; }

}


@media screen and (max-width: 1280px){

    /* Hero */
    .agentic-factory-page .hero .text .title{ font-size: 72px; }
    .agentic-factory-page .hero .text .subtitle{ font-size: 16px; }
    .agentic-factory-page .hero .text .description{ font-size: 15px; }
    .agentic-factory-page .hero .techs-logos{ flex-wrap: wrap; }
    .agentic-factory-page .hero .services-list li{ font-size: 14px; }

    /* Rebuilding Industries */
    .agentic-factory-page .rebuilding-industries .left h2{ font-size: 38px; }
    .agentic-factory-page .rebuilding-industries .left h2 span { font-size: 15px; top: -17px; }
    .agentic-factory-page .rebuilding-industries .left .description{ font-size: 14px; }
    .agentic-factory-page .rebuilding-industries .right{ width: 500px; }
    .agentic-factory-page .rebuilding-industries .right .main-image{ width: 100%; }

    /* Key Attributes */
    .agentic-factory-page .key-attributes .ai-agents li .box-content figure{ height: 150px; }
    .agentic-factory-page .key-attributes .ai-agents li .box-content h3{ font-size: 24px; }
    .agentic-factory-page .key-attributes .ai-agents li .box-content p{ font-size: 14px; }

    /* Core AI */
    .agentic-factory-page .core-ai{ padding: 120px 0 0; }
    .agentic-factory-page .core-ai .head{ margin-bottom: 70px; }
    .agentic-factory-page .core-ai .outcomes-table{ width: 100%; height: auto; background: none; max-width: 660px; flex-direction: column; margin: 0 auto; }
    .agentic-factory-page .core-ai .outcomes-table li{ width: 100%; height: auto; margin-bottom: 0; padding: 40px; }
    .agentic-factory-page .core-ai .outcomes-table li:nth-child(odd){ background: url("../png/table-bg-mobile.png") !important; background-size: 100% 100% !important; text-align: left; align-items: flex-start; padding: 40px; }
    .agentic-factory-page .core-ai .outcomes-table li .title{ font-size: 22px; }
    .agentic-factory-page .core-ai .outcomes-table li .description{ font-size: 13px; }
    .agentic-factory-page .core-ai .outcomes-table li.talent figure{ left: -18px; }
    .agentic-factory-page .core-ai .outcomes-table li.strategic figure{ left: -10px; }

    /* White Paper Home */
    .agentic-factory-page .white-paper-home{ height: 650px; }
    .agentic-factory-page .white-paper-home .content{ padding: 120px 20px; }
    .agentic-factory-page .white-paper-home .left{ top: 100px; left: -50px; width: 570px; }
    .agentic-factory-page .white-paper-home .right{ max-width: 450px; }

    /* Pods Impact */
    .agentic-factory-page .pods-impact .head h2{ font-size: 48px; }
    .agentic-factory-page .pods-impact .head h2 i{ margin-left: -3px; }
    .agentic-factory-page .pods-impact .head p{ font-size: 14px; }
    .agentic-factory-page .pods-impact .penta .left figure{ left: -60px; width: 600px; }   
    .agentic-factory-page .pods-impact .penta .right .text{ width: 500px; }

    /* AI Solution */
    .agentic-factory-page .ai-solutions .solutions-list{ flex-wrap: wrap; justify-content: space-between; }
    .agentic-factory-page .ai-solutions .solutions-list:before{ display: none; }
    .agentic-factory-page .ai-solutions .solutions-list .solution{ width: 48%; margin-bottom: 30px; }

    /* Methodology */
    .agentic-factory-page .methodology .head .title{ font-size: 42px; }
    .agentic-factory-page .methodology .head .description{ font-size: 15px; }
    .agentic-factory-page .methodology .methodology-content{ scale: .85; max-width: 900px; margin: 0 auto; }
    .agentic-factory-page .methodology .methodology-content .float-box.shield{ left: -126px; width: 270px; }
    .agentic-factory-page .methodology .methodology-content .float-box.centric{ right: -120px; width: 270px; }
    .agentic-factory-page .methodology .methodology-content .float-box.trell{ left: -143px; bottom: 16px; width: 290px; }
    .agentic-factory-page .methodology .methodology-content .float-box.human{ right: -125px; width: 270px; bottom: 30px; }

}

@media screen and (max-width: 1024px){

    /* Hero */
    .agentic-factory-page .hero{ max-height: 5000px; height: auto; }
    .agentic-factory-page .hero .text{ padding-top: 160px; }
    .agentic-factory-page .hero .text .title{ font-size: 62px; }
    .agentic-factory-page .hero .text .description{ font-size: 14px; }
    .agentic-factory-page .hero .techs-logos{ gap: 30px; margin: 90px 0 50px; }
    .agentic-factory-page .hero .services-list{ flex-direction: column; }
    .agentic-factory-page .hero .services-list li{ margin-bottom: 10px;}
    .agentic-factory-page .hero .services-list li:before{ display: none; }

    /* Rebuilding Industries */
    .agentic-factory-page .rebuilding-industries{ padding: 20px 0 0; }
    .agentic-factory-page .rebuilding-industries .content{ flex-direction: column-reverse; }
    .agentic-factory-page .rebuilding-industries .left { max-width: 420px; margin-bottom: 0; margin-top: -30px; width: 100%; }
    .agentic-factory-page .rebuilding-industries .left h2{ font-size: 36px; }
    .agentic-factory-page .rebuilding-industries .left h2 span { font-size: 12px; top: -13px; }
    .agentic-factory-page .rebuilding-industries .left .description{ font-size: 14px; }
    .agentic-factory-page .rebuilding-industries .right{ width: 100%; max-width: 470px; margin-bottom: 80px; }

    /* Agentic Platform */
    .agentic-factory-page .agentic-platform{ padding: 80px 0 20px; }
    .agentic-factory-page .agentic-platform .head{ margin-bottom: 50px; }
    .agentic-factory-page .agentic-platform .head .title{ font-size: 36px; }
    .agentic-factory-page .agentic-platform .head .description{ font-size: 14px; }
    .agentic-factory-page .agentic-platform .head .description span{ display: inline; }
    .agentic-factory-page .agentic-platform figure img.desktop{ display: none; }
    .agentic-factory-page .agentic-platform figure img.mobile{ display: block; }

    /* Key Atrtibutes */
    .agentic-factory-page .key-attributes{ padding: 80px 0 30px; }
    .agentic-factory-page .key-attributes .head{ margin-bottom: 50px; }
    .agentic-factory-page .key-attributes .head .title{ font-size: 36px; }
    .agentic-factory-page .key-attributes .ai-agents{ flex-direction: column; max-width: 450px; margin: 0 auto; gap: 20px; }
    .agentic-factory-page .key-attributes .ai-agents li{ width: 100%; }
    .agentic-factory-page .key-attributes .ai-agents li .box-content h3{ font-size: 20px; }

    /* Core AI */
    .agentic-factory-page .core-ai .head .title{ font-size: 36px; }
    .agentic-factory-page .core-ai .outcomes-table{ width: 100%; height: auto; flex-direction: column; background: none; max-width: 100%; }
    .agentic-factory-page .core-ai .outcomes-table li{ padding: 30px 20px !important; margin-bottom: 0; }
    .agentic-factory-page .core-ai .outcomes-table li .title{ font-size: 20px; }
    .agentic-factory-page .core-ai .outcomes-table li figure{ position: relative !important; margin-bottom: 40px; }

    /* White Paper Home */
    .agentic-factory-page .white-paper-home{ height: auto; margin-top: 0; }
    .agentic-factory-page .white-paper-home .content{ padding: 80px 20px 70px; flex-direction: column-reverse; }
    .agentic-factory-page .white-paper-home .left{ position: relative; width: 80%; left: auto; top: auto; padding-top: 40%; margin-top: 30px; }
    .agentic-factory-page .white-paper-home .left img{ position: absolute; top: 0; left: 0; }
    .agentic-factory-page .white-paper-home .right{ max-width: 100%; }
    .agentic-factory-page .white-paper-home .right .title{ font-size: 38px; }
    .agentic-factory-page .white-paper-home .right .title span{ display: inline; }
    .agentic-factory-page .white-paper-home .right .description{ font-size: 14px; }
    .agentic-factory-page .white-paper-home:after{ height: 140px; }

    /* Pods Impact */
    .agentic-factory-page .pods-impact{ padding: 150px 0 0; }
    .agentic-factory-page .pods-impact .head{ flex-direction: column; margin-bottom: 20px; }
    .agentic-factory-page .pods-impact .head h2{ width: 100%; font-size: 32px; margin-bottom: 20px; font-weight: 500; }
    .agentic-factory-page .pods-impact .head h2 span{ display: inline; }
    .agentic-factory-page .pods-impact .head h2 i{ display: none; }
    .agentic-factory-page .pods-impact .head p{ width: 100%; }
    .agentic-factory-page .pods-impact .penta{ min-height: 100px; }
    .agentic-factory-page .pods-impact .penta .left{ display: none; }
    .agentic-factory-page .pods-impact .penta .right{ width: 100%; }
    .agentic-factory-page .pods-impact .penta .right .text{ width: 100%; margin-bottom: 50px; }
    .agentic-factory-page .pods-impact .penta .right .text h2{ font-size: 19px; }
    .agentic-factory-page .pods-impact .penta .right .text h2 span{ display: inline-block; }
    .agentic-factory-page .pods-impact .penta .right .text h2 span:after{ content: ""; display: block; width: 100%; height: 1px; position: relative; bottom: -5px; background: #2361F1; }
    .agentic-factory-page .pods-impact .penta .right .mobile-image{ display: block; }
    .agentic-factory-page .pods-impact .penta .right .mobile-image img{  width: 130%; margin-left: -15%; }
    .agentic-factory-page .pods-impact .penta .right .text.first{ display: none; }

    /* AI Solution */
    .agentic-factory-page .ai-solutions .head .title{ font-size: 36px; }
    .agentic-factory-page .ai-solutions .head .description{ font-size: 15px; }
    .agentic-factory-page .ai-solutions .solutions-list{ max-width: 500px; margin: 0 auto; }
    .agentic-factory-page .ai-solutions .solutions-list .solution{ width: 100%; }

    /* Methodology */
    .agentic-factory-page .methodology{ padding: 0 0 10px; }
    .agentic-factory-page .methodology .head{ flex-direction: column; margin-bottom: 50px; }
    .agentic-factory-page .methodology .head .title{ font-size: 36px; }
    .agentic-factory-page .methodology .head .title span{ display: inline; }
    .agentic-factory-page .methodology .head .description{  font-size: 15px; }
    .agentic-factory-page .methodology .head .description span{ display: inline; }

    .agentic-factory-page .methodology .methodology-content{ scale: 1; height: auto; }
    .agentic-factory-page .methodology .methodology-content .methodology-bg{ display: none; }

    .agentic-factory-page .methodology .methodology-content .float-box{ margin-bottom: 60px; }
    .agentic-factory-page .methodology .methodology-content .float-box h4{ text-align: left; font-size: 20px !important; }

    .agentic-factory-page .methodology .methodology-content .float-box.center-box{ position: relative; top: auto; left: auto; flex-direction: row; margin: 30px 0 70px; display: none; }

    .agentic-factory-page .methodology .methodology-content .float-box.shield{ position: relative; top: auto; left: auto; flex-direction: row; width: 100%; align-items: flex-start; text-align: left; }
    .agentic-factory-page .methodology .methodology-content .float-box.shield figure{ right: auto; margin-right: 20px; padding-left: 5px; }

    .agentic-factory-page .methodology .methodology-content .float-box.centric{ position: relative; top: auto; right: auto; width: 100%; }
    .agentic-factory-page .methodology .methodology-content .float-box.centric figure{ left: auto; margin-right: 20px; padding-left: 5px; }

    .agentic-factory-page .methodology .methodology-content .float-box.trell{ position: relative; bottom: auto; left: auto; flex-direction: row; width: 100%; align-items: flex-start; text-align: left; }
    .agentic-factory-page .methodology .methodology-content .float-box.trell figure{ left: auto; margin-right: 20px; padding-left: 5px; }

    .agentic-factory-page .methodology .methodology-content .float-box.human{ position: relative; bottom: auto; right: auto; width: 100%; }
    .agentic-factory-page .methodology .methodology-content .float-box.human figure{ left: auto; margin-right: 20px; padding-left: 5px; }

    /* FAQs */
    .agentic-factory-page .faqs{ padding: 100px 0 40px; }

}

@media screen and (max-width: 767px){

    /* Hero */
    .agentic-factory-page .hero .text .title{ font-size: 48px; }
    .agentic-factory-page .hero .text .subtitle{ font-size: 15px; }
    
}
