@charset "UTF-8";.ts-hero-section{padding:3.5rem 0}.ts-hero-section .container{margin:0 auto;padding:0 1rem;z-index:2;position:relative}@media(min-width:576px){.ts-hero-section .container{max-width:540px}}@media(min-width:768px){.ts-hero-section .container{max-width:720px}}@media(min-width:992px){.ts-hero-section .container{max-width:960px}}@media(min-width:1200px){.ts-hero-section .container{max-width:1140px}}@media(min-width:1400px){.ts-hero-section .container{max-width:1320px}}.ts-hero-section .container .hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.ts-hero-section .container .hero-grid{grid-template-columns:1.1fr 1fr}}.ts-hero-section .container .hero-grid .hero-content .hero-title{font-size:2.6rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.25}@media(min-width:1024px){.ts-hero-section .container .hero-grid .hero-content .hero-title{font-size:3rem}}.ts-hero-section .container .hero-grid .hero-content .hero-description{font-size:1.2rem;color:#343434;margin-bottom:1rem;line-height:1.75}.ts-hero-section .container .hero-grid .hero-content .hero-buttons{margin-top:30px;display:flex;flex-direction:column;width:100%}.ts-hero-section .container .hero-grid .hero-content .hero-buttons .hero-description{margin-bottom:0}.ts-hero-section .container .hero-grid .hero-content .hero-buttons a{width:-moz-fit-content;width:fit-content;padding:7px 20px;border-radius:30px;color:#fff;box-shadow:0 10px 15px -5px rgba(0,0,0,.1);font-weight:600}.ts-hero-section .container .hero-grid .hero-content .hero-buttons a .iconify{transition:all .5s;height:20px;width:20px;margin-left:5px;font-weight:600}.ts-hero-section .container .hero-grid .hero-content .hero-buttons a:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.ts-hero-section .container .hero-grid .hero-content .hero-buttons a:hover .iconify{transform:translateX(.25rem)}.ts-hero-section .container .hero-grid .hero-card .card-box{order:1;transition:transform .3s ease}@media screen and (max-width:991px){.ts-hero-section .container .hero-grid .hero-card .card-box{transform:none}}.ts-hero-section .container .hero-grid .hero-card .card-box:hover{transform:scale(1.03)}.ts-hero-section .container .hero-grid .hero-card .card-box .card-header{overflow:hidden;margin:0 auto;text-align:right}@media(max-width:1200px){.ts-hero-section .container .hero-grid .hero-card .card-box .card-header{text-align:center}}.ts-hero-section .container .hero-grid .hero-card .card-box .card-header img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}@media(max-width:1150px){.ts-hero-section .container .hero-grid .hero-card .card-box .card-header img{width:60%;margin:0 auto}}.world-clock-section{padding:2rem 0 3rem;background-color:#faf9f8;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.world-clock-section .main-title{font-size:var(--commonFontSize-MainTitle);color:#1c2540;font-weight:600;text-align:center;margin-bottom:0}.world-clock-section .main-title .hightlight{color:var(--themeColor)}.world-clock-section .sub-title{font-size:1.125rem;color:#6b7280;text-align:center;margin:0 0 2rem}.world-clock-section .world-clock-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;justify-content:center}.world-clock-section .clock-card-container{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 10px 20px rgba(0,0,0,.07);border-left:3px solid #eaeaea;display:flex;flex-direction:column;gap:.25rem}.world-clock-section .clock-card-container .city-title{margin:0;font-size:1rem;font-weight:600;color:#1c2237;display:flex;gap:10px;align-items:center}.world-clock-section .clock-card-container .city-title img{max-width:30px}.world-clock-section .clock-card-container .clock-card{display:flex;gap:1rem;align-items:center;min-height:115px}.world-clock-section .clock-card-container .clock-card .clock{position:relative;width:90px;height:90px;border-radius:50%;background:#fff;border:2px solid #eee;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.05);flex-shrink:0}.world-clock-section .clock-card-container .clock-card .clock .clock-face{position:relative;width:100%;height:100%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number{position:absolute;font-size:10px;color:#333;font-weight:600}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-12{top:0;left:50%;transform:translateX(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-3{right:0;top:50%;transform:translateY(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-6{bottom:0;left:50%;transform:translateX(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-9{left:0;top:50%;transform:translateY(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .tick{position:absolute;width:1px;height:5px;background:#aaa;top:3px;left:50%;transform-origin:center 40px;opacity:1!important}.world-clock-section .clock-card-container .clock-card .clock .clock-face .hand{position:absolute;width:50%;height:2px;background:#333;top:50%;left:50%;transform-origin:left center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .hour{height:3px;background:#3d5afe;width:30%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .minute{background:#00c853;width:35%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .second{background:#ff5252;height:1px;width:40%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .center-dot{position:absolute;width:8px;height:8px;background:#333;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.world-clock-section .clock-card-container .clock-card .clock .timezone{position:absolute;bottom:-24px;font-size:.7rem;color:#666;font-weight:600}.world-clock-section .clock-card-container .clock-card .clock-info p{margin-top:0;font-size:.85rem;color:#555;line-height:1.3;margin-bottom:0;white-space:nowrap}.world-clock-section .clock-card-container .clock-card .clock-info .icon-box{display:flex;gap:10px;align-items:center;line-height:normal;margin-top:.4rem}@media(max-width:768px){.world-clock-row{grid-template-columns:1fr 1fr}}@media(max-width:480px){.world-clock-row{grid-template-columns:1fr}}.technology-sec{padding:0}.technology-faq .service-faq{padding:4rem 0}.technology-faq .service-faq .faq-header .faq-badge:hover{transform:scale(1)}.technology-faq .service-faq .faq-grid .faq-left .faq-title-wrapper .faq-title{font-size:3rem}.technology-faq .service-faq .faq-grid .faq-left .faq-title-wrapper .faq-underline{display:none}@media(max-width:1024px){.technology-faq .service-faq .faq-grid .faq-left .faq-card .faq-card-desc,.technology-faq .service-faq .faq-grid .faq-left .faq-title-wrapper{text-align:center}}.ts-what-is-section{padding:4rem 0}.ts-what-is-section .container{margin:0 auto;padding:0 1rem;z-index:2;position:relative}@media(min-width:576px){.ts-what-is-section .container{max-width:540px}}@media(min-width:768px){.ts-what-is-section .container{max-width:720px}}@media(min-width:992px){.ts-what-is-section .container{max-width:960px}}@media(min-width:1200px){.ts-what-is-section .container{max-width:1140px}}@media(min-width:1400px){.ts-what-is-section .container{max-width:1320px}}.ts-what-is-section .container .what-is-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;grid-column:reverse}@media(max-width:1200px){.ts-what-is-section .container .what-is-grid{grid-template-columns:1fr}}.ts-what-is-section .container .what-is-grid .content-desc{text-align:left}.ts-what-is-section .container .what-is-grid .content-desc .content-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.25}.ts-what-is-section .container .what-is-grid .content-desc .content-description{font-size:1.15rem;color:#343434;margin-bottom:1rem;line-height:1.5}.ts-what-is-section .container .what-is-grid .content-desc .content-description:last-child{margin-bottom:0}.ts-what-is-section .container .what-is-grid .content-desc .content-description h5{font-weight:600}.ts-what-is-section .container .what-is-grid .content-desc .content-description ul{margin-top:10px}.ts-what-is-section .container .what-is-grid .content-desc .content-description ul li{font-size:1.15rem;color:#343434;margin-bottom:.5rem;line-height:1.25}.ts-what-is-section .container .what-is-grid .content-desc .content-description ul li strong{font-weight:600}.ts-what-is-section .container .what-is-grid .content-desc .content-description ul li span{color:#343434;font-weight:600}.ts-what-is-section .container .what-is-grid .content-img{text-align:center;order:2}@media(max-width:1200px){.ts-what-is-section .container .what-is-grid .content-img img{width:60%;margin:0 auto}}.ts-what-can-section{padding:4rem 0;background:#fff9f8}.ts-what-can-section .container{margin:0 auto;padding:0 1rem;z-index:2;position:relative}@media(min-width:576px){.ts-what-can-section .container{max-width:540px}}@media(min-width:768px){.ts-what-can-section .container{max-width:720px}}@media(min-width:992px){.ts-what-can-section .container{max-width:960px}}@media(min-width:1200px){.ts-what-can-section .container{max-width:1140px}}@media(min-width:1400px){.ts-what-can-section .container{max-width:1320px}}.ts-what-can-section .container .what-can-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.ts-what-can-section .container .what-can-grid .content-desc{text-align:center}.ts-what-can-section .container .what-can-grid .content-desc .content-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.25}.ts-what-can-section .container .what-can-grid .content-desc .content-description{font-size:1.15rem;color:#343434;margin-bottom:.5rem;line-height:1.5}.ts-what-can-section .container .what-can-grid .content-desc .content-description:last-child{margin-bottom:0}.ts-what-can-section .container .what-can-grid .points-sec .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.ts-what-can-section .container .what-can-grid .points-sec .feature-card{background-color:#fff;border:1px solid #fff0ee;border-radius:.75rem;padding:1rem;transition:all .3s ease;box-shadow:0 1px 4px rgba(0,0,0,.04);position:relative}.ts-what-can-section .container .what-can-grid .points-sec .feature-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:#b6b6b6}.ts-what-can-section .container .what-can-grid .points-sec .feature-card .icon-group{display:flex;align-items:flex-start;gap:.75rem}.ts-what-can-section .container .what-can-grid .points-sec .feature-card .icon-group .icon-bg{width:2.5rem;height:2.5rem;background-color:var(--themeColor);border-radius:.5rem 0 0 .5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .3s ease;position:absolute;top:50%;left:-10px;transform:translateY(-50%)}.ts-what-can-section .container .what-can-grid .points-sec .feature-card .icon-group .icon-bg .icon{font-size:1.25rem;color:#fff;transition:color .3s ease}.ts-what-can-section .container .what-can-grid .points-sec .feature-card .icon-group .text{padding-left:25px}.ts-what-can-section .container .what-can-grid .points-sec .feature-card .icon-group .text h3{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:.25rem;transition:color .3s ease}.ts-what-can-section .container .what-can-grid .points-sec .feature-card .icon-group .text p{font-size:.75rem;color:#6b7280;line-height:1.4;margin-bottom:0}.ts-what-can-section .container .what-can-grid .points-sec .feature-card:hover .icon-bg{background-color:#000}.ts-what-can-section .container .what-can-grid .points-sec .feature-card:hover .icon-bg .icon{color:#fff}.ts-what-can-section .container .what-can-grid .points-sec .feature-card:hover h3{color:#059669}.ts-what-can-section .container .what-can-grid .points-sec .quat-sec{width:100%;display:flex;align-items:center;justify-content:center;background:#e1e1e1;margin-top:50px;padding:20px 60px;border-radius:70px 0 70px;position:relative}.ts-what-can-section .container .what-can-grid .points-sec .quat-sec:before{content:"";position:absolute;width:35px;height:35px;background:url(/_next/static/media/Quote-l.35fd1bd7.webp);background-size:contain;background-repeat:no-repeat;background-position:50%;top:calc(100% - 40px);left:15px;opacity:.2}.ts-what-can-section .container .what-can-grid .points-sec .quat-sec:after{position:absolute;content:"";width:35px;height:35px;background:url(/_next/static/media/Quote.bd5c5c83.webp);background-size:contain;background-repeat:no-repeat;background-position:50%;bottom:calc(100% - 40px);right:15px;opacity:.2}.ts-what-can-section .container .what-can-grid .points-sec .quat-sec p{border-radius:10px;font-weight:600;margin:0}.ts-what-can-section .container .what-can-grid .content-description-center{text-align:center;margin-top:25px;font-size:1.25rem;color:#000;margin-bottom:.5rem;font-style:italic}.ts-why-choose-section{padding:4rem 0}.ts-why-choose-section .container{margin:0 auto;padding:0 1rem;z-index:2;position:relative}@media(min-width:576px){.ts-why-choose-section .container{max-width:540px}}@media(min-width:768px){.ts-why-choose-section .container{max-width:720px}}@media(min-width:992px){.ts-why-choose-section .container{max-width:960px}}@media(min-width:1200px){.ts-why-choose-section .container{max-width:1140px}}@media(min-width:1400px){.ts-why-choose-section .container{max-width:1320px}}.ts-why-choose-section .container .why-choose-title .content-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.25}.ts-why-choose-section .container .why-choose-title .content-description{font-size:1.15rem;color:#343434;margin-bottom:.5rem;line-height:1.5}.ts-why-choose-section .container .why-choose-title .content-description:last-child{margin-bottom:0}.ts-why-choose-section .container .why-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}@media(max-width:1024px){.ts-why-choose-section .container .why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.ts-why-choose-section .container .why-choose-grid{grid-template-columns:repeat(1,1fr)}}.ts-why-choose-section .container .why-choose-grid .list-card-sec{border-top:1px solid;padding-top:20px}.ts-why-choose-section .container .why-choose-grid .list-card-sec .top-title{display:flex;align-items:center;margin-bottom:10px}.ts-why-choose-section .container .why-choose-grid .list-card-sec .top-title .left-circle{display:inline-block;position:relative;margin-right:10px;width:1.5rem;height:1.5rem;background:#f5ddd6;border-radius:100%;z-index:11}.ts-why-choose-section .container .why-choose-grid .list-card-sec .top-title .left-circle:before{content:"";position:absolute;width:.75rem;height:.75rem;background:var(--themeColor);border-radius:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ts-why-choose-section .container .why-choose-grid .list-card-sec .top-title .card-title{font-size:var(--commonFontSize-large);font-weight:700;color:var(--themeColor);line-height:var(--commonFontSize-extraLarge)}.ts-why-choose-section .container .why-choose-grid .list-card-sec .bottom-desc p{font-size:1rem;color:#343434;margin-bottom:0;line-height:1.5}.ts-why-choose-section .container .why-choose-grid .list-card-sec:first-child,.ts-why-choose-section .container .why-choose-grid .list-card-sec:nth-child(2),.ts-why-choose-section .container .why-choose-grid .list-card-sec:nth-child(3){border-top:0;padding-top:0}@media(max-width:1024px){.ts-why-choose-section .container .why-choose-grid .list-card-sec:nth-child(3){border-top:1px solid;padding-top:20px}}@media(max-width:767px){.ts-why-choose-section .container .why-choose-grid .list-card-sec:nth-child(2),.ts-why-choose-section .container .why-choose-grid .list-card-sec:nth-child(3){border-top:1px solid;padding-top:20px}}.ts-how-moltech-can-section{padding:4rem 0;background:var(--blackColor)}.ts-how-moltech-can-section .container{margin:0 auto;padding:0 1rem;z-index:2;position:relative}@media(min-width:576px){.ts-how-moltech-can-section .container{max-width:540px}}@media(min-width:768px){.ts-how-moltech-can-section .container{max-width:720px}}@media(min-width:992px){.ts-how-moltech-can-section .container{max-width:960px}}@media(min-width:1200px){.ts-how-moltech-can-section .container{max-width:1140px}}@media(min-width:1400px){.ts-how-moltech-can-section .container{max-width:1320px}}.ts-how-moltech-can-section .container .how-moltech-can-title .content-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:var(--whiteColor);margin-bottom:1.5rem;line-height:1.25}.ts-how-moltech-can-section .container .how-moltech-can-title .desc{font-size:1.15rem;color:#b5b5b5;margin-bottom:.5rem;line-height:1.5}.ts-how-moltech-can-section .container .how-moltech-can-title .desc:last-child{margin-bottom:0}.ts-how-moltech-can-section .container .moltech-can-slider .slider-section{margin-top:15px;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:767px){.ts-how-moltech-can-section .container .moltech-can-slider .slider-section{grid-template-columns:1fr}}.ts-how-moltech-can-section .container .moltech-can-slider .slider-section .slick-slide{text-align:center}.ts-how-moltech-can-section .container .moltech-can-slider .slider-section .slider-card-sec{padding:1rem;background:#252525;height:100%;width:100%!important;margin:0 auto!important;text-align:left}.ts-how-moltech-can-section .container .moltech-can-slider .slider-section .slider-card-sec .title-icon{display:flex;align-items:center}.ts-how-moltech-can-section .container .moltech-can-slider .slider-section .slider-card-sec .title-icon .icon-part{height:3.2rem;width:3.2rem;border-radius:100%;background:linear-gradient(90deg,#ef5323,#ff6a00);margin-right:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 24px -2px #000}.ts-how-moltech-can-section .container .moltech-can-slider .slider-section .slider-card-sec .title-icon .icon-part .icon{color:var(--whiteColor);width:27px;height:27px}.ts-how-moltech-can-section .container .moltech-can-slider .slider-section .slider-card-sec .title-icon .box-slide-title{font-size:var(--commonFontSize-large);color:#fff;line-height:var(--commonFontSize-extraLarge);margin:0}.ts-how-moltech-can-section .container .moltech-can-slider .slider-section .slider-card-sec .box-slid-desc{margin-top:10px;font-size:1rem;color:#b0b0b0;margin-bottom:0;line-height:1.5}.ts-how-moltech-can-section .container .bottom-desc{margin-top:20px;font-size:1.15rem;color:#b5b5b5;margin-bottom:.5rem;line-height:1.5;font-style:italic}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.ts-where-section{padding:4rem 0}@media(max-width:1200px){.ts-where-section{padding:4rem 0 1rem}}.ts-where-section .container{margin:0 auto;padding:0 1rem;z-index:2;position:relative}@media(min-width:576px){.ts-where-section .container{max-width:540px}}@media(min-width:768px){.ts-where-section .container{max-width:720px}}@media(min-width:992px){.ts-where-section .container{max-width:960px}}@media(min-width:1200px){.ts-where-section .container{max-width:1140px}}@media(min-width:1400px){.ts-where-section .container{max-width:1320px}}.ts-where-section .container .where-grid{display:grid;grid-template-columns:2fr 1fr;gap:0;align-items:center;position:relative}@media(max-width:1200px){.ts-where-section .container .where-grid{grid-template-columns:1fr}}.ts-where-section .container .where-grid .content-desc{text-align:left;background:#fff0ed;padding:20px 17% 20px 20px}@media(max-width:1200px){.ts-where-section .container .where-grid .content-desc{padding:20px 20px 70px}}.ts-where-section .container .where-grid .content-desc .top-title-desc .content-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.25}.ts-where-section .container .where-grid .content-desc .top-title-desc .content-description{font-size:1.15rem;color:#343434;line-height:1.5}.ts-where-section .container .where-grid .content-desc .top-title-desc .content-description:last-child{margin-bottom:25px}.ts-where-section .container .where-grid .content-desc .bottom-listing ul{margin-top:15px;list-style-type:none}.ts-where-section .container .where-grid .content-desc .bottom-listing ul li{position:relative;margin-bottom:20px}.ts-where-section .container .where-grid .content-desc .bottom-listing ul li:last-child{margin-bottom:0}.ts-where-section .container .where-grid .content-desc .bottom-listing ul li:before{content:"💡";position:absolute;top:-4px;left:-35px;font-size:25px}.ts-where-section .container .where-grid .content-desc .bottom-listing ul li span{font-size:var(--commonFontSize-large);font-weight:700;color:#1f2937;line-height:var(--commonFontSize-extraLarge)}.ts-where-section .container .where-grid .content-desc .bottom-listing ul li p{font-size:1rem;color:#343434;margin:0;line-height:1.5}.ts-where-section .container .where-grid .content-desc .bottom-description{font-size:1.15rem;color:#000;line-height:1.5}.ts-where-section .container .where-grid .right-img-part{width:100%;height:100%}.ts-where-section .container .where-grid .right-img-part .img-sec{width:530px;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media(max-width:1200px){.ts-where-section .container .where-grid .right-img-part .img-sec{width:70%;position:relative;margin:0 auto;top:-50px;transform:unset}}.ts-where-section .container .where-grid .right-img-part .img-sec img{height:auto;max-width:100%}.ts-benefits-section{padding:4rem 0;background:#f3f3f3}.ts-benefits-section .container{margin:0 auto;padding:0 1rem;z-index:2;position:relative}@media(min-width:576px){.ts-benefits-section .container{max-width:540px}}@media(min-width:768px){.ts-benefits-section .container{max-width:720px}}@media(min-width:992px){.ts-benefits-section .container{max-width:960px}}@media(min-width:1200px){.ts-benefits-section .container{max-width:1140px}}@media(min-width:1400px){.ts-benefits-section .container{max-width:1320px}}.ts-benefits-section .container .what-can-grid{display:grid;grid-template-columns:1fr 2fr;gap:3rem}@media(max-width:1024px){.ts-benefits-section .container .what-can-grid{grid-template-columns:repeat(1,1fr)}}.ts-benefits-section .container .what-can-grid .content-desc{position:sticky;top:150px;max-height:-moz-fit-content;max-height:fit-content}@media(max-width:1024px){.ts-benefits-section .container .what-can-grid .content-desc{position:unset}}.ts-benefits-section .container .what-can-grid .content-desc .content-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.25}.ts-benefits-section .container .what-can-grid .content-desc .content-title span{color:var(--themeColor)}.ts-benefits-section .container .what-can-grid .content-desc .content-description{font-size:1.15rem;color:#343434;margin-bottom:.5rem;line-height:1.75}.ts-benefits-section .container .what-can-grid .content-desc .content-description:last-child{margin-bottom:0}.ts-benefits-section .container .what-can-grid .content-desc .bottom-img{text-align:center}@media(max-width:1024px){.ts-benefits-section .container .what-can-grid .content-desc .bottom-img img{width:60%}}.ts-benefits-section .container .what-can-grid .right-card-sec{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:767px){.ts-benefits-section .container .what-can-grid .right-card-sec{grid-template-columns:1fr}}.ts-benefits-section .container .what-can-grid .right-card-sec .benefit-card{background:var(--whiteColor);padding:25px;transition:.2s ease-in-out}.ts-benefits-section .container .what-can-grid .right-card-sec .benefit-card .card-tile{display:flex;align-items:flex-start}.ts-benefits-section .container .what-can-grid .right-card-sec .benefit-card .card-tile .iconify{padding-top:0;min-width:25px;min-height:25px;max-width:25px;max-height:25px;color:var(--themeColor)}.ts-benefits-section .container .what-can-grid .right-card-sec .benefit-card .card-tile .card-title{font-size:var(--commonFontSize-extraLarge);font-weight:700;color:#1f2937;line-height:1.3;transition:all .5s;margin-left:7px;margin-bottom:0}.ts-benefits-section .container .what-can-grid .right-card-sec .benefit-card .card-desc{font-size:1rem;color:#343434;margin-bottom:0;margin-top:5px}.ts-benefits-section .container .what-can-grid .right-card-sec .benefit-card .card-desc ul{margin:0}.ts-benefits-section .container .what-can-grid .right-card-sec .benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px 8px rgba(0,0,0,.05)}.ts-benefits-section .container .what-can-grid .right-card-sec .benefit-card:hover .card-title{color:var(--themeColor)}.ts-benefits-section .container .what-can-grid .content-description-bottom{font-size:1.15rem;color:#343434;margin-bottom:.5rem;line-height:1.5;margin-top:15px}.ts-problem-solution-section{padding:4rem 0}.ts-problem-solution-section .container{margin:0 auto;padding:0 1rem;z-index:2;position:relative}@media(min-width:576px){.ts-problem-solution-section .container{max-width:540px}}@media(min-width:768px){.ts-problem-solution-section .container{max-width:720px}}@media(min-width:992px){.ts-problem-solution-section .container{max-width:960px}}@media(min-width:1200px){.ts-problem-solution-section .container{max-width:1140px}}@media(min-width:1400px){.ts-problem-solution-section .container{max-width:1320px}}.ts-problem-solution-section .container .problem-solution-title{text-align:center}.ts-problem-solution-section .container .problem-solution-title .content-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:var(--commonFontSize-MainTitle)}.ts-problem-solution-section .container .problem-solution-title .content-title .title-icon{color:#00a63e;margin-right:7px;margin-top:-4px;line-height:var(--commonFontSize-MainTitle)}.ts-problem-solution-section .container .problem-solution-title .desc{font-size:1.25rem;color:#343434;margin-bottom:.5rem;line-height:1.5}.ts-problem-solution-section .container .problem-solution-title .desc:last-child{margin-bottom:0}.ts-problem-solution-section .container .problem-solution-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:30px}@media(max-width:767px){.ts-problem-solution-section .container .problem-solution-detail{grid-template-columns:1fr;gap:1.5rem}}.ts-problem-solution-section .container .problem-solution-detail .problems-list{background:#ffefef;padding:20px;border-radius:12px}.ts-problem-solution-section .container .problem-solution-detail .problems-list .problems-title{display:flex;align-items:center}.ts-problem-solution-section .container .problem-solution-detail .problems-list .problems-title .title-icon{color:#e7000b;font-size:var(--commonFontSize-3extraLarge);margin-right:10px;margin-top:-4px}.ts-problem-solution-section .container .problem-solution-detail .problems-list .problems-title .titles{font-size:var(--commonFontSize-2extraLarge);color:#82181a;font-weight:700}.ts-problem-solution-section .container .problem-solution-detail .solutions-list{background:#e5ffed;padding:20px;border-radius:12px}.ts-problem-solution-section .container .problem-solution-detail .solutions-list .solution-title{display:flex;align-items:center}.ts-problem-solution-section .container .problem-solution-detail .solutions-list .solution-title .title-icon{color:#00a63e;font-size:var(--commonFontSize-3extraLarge);margin-right:10px;margin-top:-4px}.ts-problem-solution-section .container .problem-solution-detail .solutions-list .solution-title .titles{font-size:var(--commonFontSize-2extraLarge);color:#0d542b;font-weight:700}.ts-problem-solution-section .container .problem-solution-detail .list-sec{margin-top:15px;display:grid;grid-template-columns:1fr;gap:1.1rem}.ts-problem-solution-section .container .problem-solution-detail .list-sec .list-items{background:var(--whiteColor);border-radius:10px;padding:15px 15px 15px 30px;transition:all .2s ease-in-out;min-height:78px;position:relative}.ts-problem-solution-section .container .problem-solution-detail .list-sec .list-items .icon-title{display:flex;align-items:flex-start}.ts-problem-solution-section .container .problem-solution-detail .list-sec .list-items .icon-title span{background:#82181a;min-width:35px;min-height:35px;max-width:35px;max-height:35px;display:flex;align-items:center;justify-content:center;position:absolute;left:-10px;top:-5px;border-radius:10px 10px 0 10px;box-shadow:0 2px 15px -5px #82181a}.ts-problem-solution-section .container .problem-solution-detail .list-sec .list-items .icon-title span .iconify{color:#fff;padding-top:0;min-width:25px;min-height:25px;max-width:25px;max-height:25px}.ts-problem-solution-section .container .problem-solution-detail .list-sec .list-items .title-txt{color:#82181a;font-weight:600;font-size:1.15rem;margin-bottom:0}.ts-problem-solution-section .container .problem-solution-detail .list-sec .list-items .desc-txt{color:#c10007;margin:0}.ts-problem-solution-section .container .problem-solution-detail .list-sec .list-items:hover{transform:translateY(-4px);box-shadow:0 8px 12px 8px rgba(0,0,0,.05)}.ts-problem-solution-section .container .problem-solution-detail .list-sec.solution-list .list-items .icon-title{display:flex;align-items:flex-start}.ts-problem-solution-section .container .problem-solution-detail .list-sec.solution-list .list-items .icon-title span{background:#008236;box-shadow:0 2px 15px -5px #008236}.ts-problem-solution-section .container .problem-solution-detail .list-sec.solution-list .list-items .title-txt{color:#0d542b}.ts-problem-solution-section .container .problem-solution-detail .list-sec.solution-list .list-items .desc-txt{color:#008236}.ts-problem-solution-section .container .bottom-why-moltech-sec{margin-top:25px;padding:25px;border-radius:10px}.ts-problem-solution-section .container .bottom-why-moltech-sec .desc-sec .bottom-title{font-size:var(--commonFontSize-subTitle);font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:var(--commonFontSize-subTitle);text-align:center}.ts-problem-solution-section .container .bottom-why-moltech-sec .desc-sec .desc{font-size:1.15rem;color:#343434;margin-bottom:1rem;line-height:1.75;text-align:center}.ts-problem-solution-section .container .bottom-desc{margin-top:25px;font-size:1.15rem;color:#343434;margin-bottom:.5rem;line-height:1.75}.ts-problem-solution-section .cta-section{margin-top:4rem}.ts-problem-solution-section .cta-section .cta-content .cta-subtitle{max-width:100%}.cta-section{padding:3rem 0;background:linear-gradient(90deg,#2563eb,#7c3aed)}.cta-section .container{max-width:1280px;margin:0 auto;padding:0 1rem}.cta-section .cta-content{text-align:center;animation:slideUp .6s ease-out}.cta-section .cta-content .cta-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#fff;margin-bottom:1.5rem}@media(min-width:1024px){.cta-section .cta-content .cta-title{font-size:var(--commonFontSize-MainTitle)}}.cta-section .cta-content .cta-subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin-bottom:1.5rem;max-width:768px;margin-left:auto;margin-right:auto}@media(max-width:768px){.cta-section .cta-content .cta-subtitle{margin-bottom:1rem}}.cta-section .cta-content .cta-benefits{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.cta-section .cta-content .cta-benefits{grid-template-columns:repeat(3,1fr)}}.cta-section .cta-content .cta-benefits .benefit-item{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--whiteColor)}.cta-section .cta-content .cta-benefits .benefit-item .icon{color:var(--whiteColor);width:2rem;height:2rem;display:flex!important;align-items:center;justify-content:center}.cta-section .cta-content .cta-benefits .benefit-item .icon svg{width:1.5rem;height:1.5rem}.cta-section .cta-content .cta-benefits .benefit-item span{font-weight:500;font-size:var(--commonFontSize)}.cta-section .cta-content .cta-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.cta-section .cta-content .cta-buttons{flex-direction:row}}.cta-section .cta-content .cta-buttons .primary-btn{background-color:#fff;color:var(--primary);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;display:flex;align-items:center;transition:all .3s ease;border:none;font-size:var(--commonFontSize)}.cta-section .cta-content .cta-buttons .primary-btn:hover{background-color:var(--themeColor);transform:scale(1.05);color:var(--whiteColor)}.cta-section .cta-content .cta-buttons .primary-btn .arrow-icon{margin-left:.5rem;transition:transform .3s}.cta-section .cta-content .cta-buttons .primary-btn:hover .arrow-icon{transform:translateX(.25rem)}.cta-section .cta-content .cta-buttons .secondary-btn{border:2px solid #fff;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;background-color:transparent;transition:all .3s ease}.cta-section .cta-content .cta-buttons .secondary-btn:hover{background-color:#fff;color:var(--primary)}.cta-section .cta-content .cta-buttons .service-btn{background:var(--whiteColor);color:var(--themeColor);padding:7px 15px;transition:all .5s}.cta-section .cta-content .cta-buttons .service-btn .component-iconify{background-color:var(--themeColor);color:var(--whiteColor);transition:all .5s}.cta-section .cta-content .cta-buttons .service-btn:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1);color:var(--blackColor)}.cta-section .cta-content .cta-buttons .service-btn:hover .component-iconify{background-color:var(--blackColor);transform:translateX(.25rem)}.cta-section .cta-content .cta-contact{color:var(--whiteColor);font-weight:500;font-size:var(--commonFontSize);display:flex;align-items:center;margin:40px auto 0;gap:60px;width:-moz-fit-content;width:fit-content;flex-wrap:wrap;justify-content:center;row-gap:25px}@media(max-width:768px){.cta-section .cta-content .cta-contact{flex-direction:column;gap:20px;margin:24px auto 0}}.cta-section .cta-content .cta-contact .cta-contact-item{display:flex;align-items:center;gap:10px}.cta-section .cta-content .cta-contact .component-iconify,.cta-section .cta-content .cta-contact .component-iconify svg{width:30px;height:30px}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.ts-process-section{padding:3.5rem 0}.ts-process-section .container{margin:0 auto;padding:0 1rem;z-index:2;position:relative}@media(min-width:576px){.ts-process-section .container{max-width:540px}}@media(min-width:768px){.ts-process-section .container{max-width:720px}}@media(min-width:992px){.ts-process-section .container{max-width:960px}}@media(min-width:1200px){.ts-process-section .container{max-width:1140px}}@media(min-width:1400px){.ts-process-section .container{max-width:1320px}}.ts-process-section .design-process{padding:0}.ts-process-section .design-process .process-title .service-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.25}.ts-process-section .design-process .step-description{max-width:85%;background:#fff5ef;padding:20px}@media(max-width:991px){.ts-process-section .design-process .step-description{max-width:100%}}.ts-process-section .design-process .step-description h3 span:nth-child(2){border:none}.design-process{background:#fafafa;padding:60px 20px;text-align:center}@media(max-width:1200px){.design-process{padding:30px 20px}}.design-process .process-title .service-title{color:var(--themeColor);font-size:var(--commonFontSize-MainTitle);font-weight:600;line-height:22px;margin-top:15px;text-align:center;margin-bottom:20px}@media(max-width:768px){.design-process .process-title .service-title{line-height:35px;margin-top:0}}.design-process .process-title .service-sub-title{font-size:1.5rem;font-weight:600;color:var(--blackColor);text-align:center;margin:0 auto}@media(max-width:768px){.design-process .process-title .service-sub-title{font-size:1rem}}.design-process .process-title .process-description{font-size:1.125rem;color:#6b7280;max-width:70%;margin:1rem auto 2rem;text-align:center}@media(max-width:768px){.design-process .process-title .process-description{max-width:100%}}.design-process .steps-wrapper{position:relative;margin:0 auto 40px}.design-process .steps-wrapper .steps-container{display:flex;justify-content:space-between;gap:10px;position:relative;z-index:2}.design-process .steps-wrapper .steps-container .step{position:relative;display:flex;flex-direction:column;align-items:center;flex:1;cursor:pointer;transition:all .3s ease}.design-process .steps-wrapper .steps-container .step .icon-wrapper{background:#ebebeb;padding:15px;border-radius:12px;font-size:24px;color:#333;z-index:2;transition:.3s;max-height:60px}.design-process .steps-wrapper .steps-container .step .icon-wrapper svg{width:30px;height:30px}.design-process .steps-wrapper .steps-container .step .step-title{margin-top:8px;font-size:.9rem;color:#333;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.design-process .steps-wrapper .steps-container .step.active .icon-wrapper{background:var(--themeColor);color:#fff}.design-process .steps-wrapper .steps-container .step.completed .icon-wrapper{background:#ffe7e0;color:#ef5323}.design-process .steps-wrapper .progress-line{position:absolute;top:30px;left:0;right:0;height:3px;background:#ddd;z-index:1;max-width:85%;margin:0 auto}.design-process .steps-wrapper .progress-line .progress-filled{height:3px;background-color:var(--themeColor);transition:width .3s ease}.design-process .step-description{max-width:800px;margin:0 auto;text-align:left}.design-process .step-description h3{font-weight:600;margin-bottom:15px;color:var(--themeColor);width:-moz-fit-content;width:fit-content}.design-process .step-description h3 span{font-size:1.5rem}.design-process .step-description h3 span:first-child{color:var(--themeColor)}.design-process .step-description h3 span:nth-child(2){border-bottom:2px solid var(--themeColor);margin-left:10px;color:unset}.design-process .step-description p{font-size:18px;color:#555;line-height:1.6}.design-process .step-description span{font-size:15px;color:#555;line-height:1.6;margin-bottom:10px}.design-process .step-description .phases-happens{display:grid;grid-template-columns:1fr 1fr;gap:10m}@media(max-width:991px){.design-process .step-description .phases-happens{grid-template-columns:1fr}}.design-process .step-description .phases-happens .phase-part,.design-process .step-description .phases-happens .what-happens-part{padding:0 15px}.design-process .step-description .label{color:#101828;font-weight:700;font-size:1.2rem}.design-process .step-description .desc{color:#101828;font-size:1rem}@media(max-width:768px){.design-process .steps-wrapper{overflow-y:auto}.design-process .steps-wrapper .steps-container{min-width:1100px}.design-process .steps-wrapper .progress-line{min-width:900px;left:100px}}.service-faq{position:relative;padding:2.5rem 0;background:linear-gradient(to bottom right,#fff7f2,#fff0f0,#ffeef4)}.service-faq .orb{position:absolute;border-radius:9999px;filter:blur(40px);opacity:.3}.service-faq .orb.orb-1{top:5rem;left:2rem;width:8rem;height:8rem;background:linear-gradient(90deg,#ef5323,orange)}.service-faq .orb.orb-2{bottom:5rem;right:2rem;width:10rem;height:10rem;background:linear-gradient(90deg,#ef5323,#ff6a00)}.service-faq .faq-container{position:relative;max-width:1280px;margin:0 auto;padding:0 1.5rem;z-index:10}.service-faq .faq-header{text-align:center;margin-bottom:1.5rem}.service-faq .faq-header .faq-badge{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:linear-gradient(90deg,#ef5323,#ff6a00);color:#fff;border-radius:9999px;font-weight:600;font-size:1rem;box-shadow:0 6px 20px rgba(239,83,35,.3);transition:transform .3s;margin-bottom:1rem}.service-faq .faq-header .faq-badge:hover{transform:scale(1.05)}.service-faq .faq-header .faq-badge .faq-badge-icon{margin-right:.5rem;font-size:1.25rem}.service-faq .faq-grid{display:flex;flex-wrap:wrap;gap:2.5rem}@media only screen and (max-width:1280px){.service-faq .faq-grid{flex-direction:column}}.service-faq .faq-grid .faq-left{flex:1 1 45%;position:sticky;top:8rem;max-height:-moz-fit-content;max-height:fit-content}.service-faq .faq-grid .faq-left .faq-title-wrapper{margin-bottom:2rem}.service-faq .faq-grid .faq-left .faq-title-wrapper .faq-title{font-size:4rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}@media only screen and (max-width:1280px){.service-faq .faq-grid .faq-left .faq-title-wrapper .faq-title{font-size:3rem}}.service-faq .faq-grid .faq-left .faq-title-wrapper .faq-underline{width:40%;height:.25rem;background:linear-gradient(90deg,#ef5323,#ff6a00);border-radius:9999px;display:flex;justify-content:flex-start;margin:0 auto}.service-faq .faq-grid .faq-left .faq-card{border-radius:1rem;position:relative;transition:all .3s ease}.service-faq .faq-grid .faq-left .faq-card .faq-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.service-faq .faq-grid .faq-left .faq-card .faq-card-icon{width:3rem;height:3rem;background:linear-gradient(90deg,#ef5323,#ff6a00);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:1.5rem}.service-faq .faq-grid .faq-left .faq-card .faq-card-title{font-size:2rem;font-weight:600;color:#1f2937;text-align:center;margin-bottom:0}.service-faq .faq-grid .faq-left .faq-card .faq-card-desc{color:#4b5563;text-align:left;margin-bottom:3.5rem;line-height:1.5;font-size:1.25rem}.service-faq .faq-grid .faq-left .faq-card .faq-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn{display:inline-flex;align-items:center;gap:.5rem;padding:1.5rem 2rem;font-weight:600;border-radius:9999px;font-size:1.25rem;transition:all .3s ease;cursor:pointer}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn.btn-primary{background:linear-gradient(90deg,#ef5323,#ff6a00);color:#fff;border:none}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn.btn-primary:hover{background:linear-gradient(270deg,#ef5323,#ff6a00);transform:scale(1.05)}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn.btn-outline{border:2px solid #e5e7eb;background:#fff;color:#4b5563}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn.btn-outline:hover{border-color:#ef5323;color:#ef5323;transform:scale(1.05)}@media only screen and (max-width:1280px){.service-faq .faq-grid .faq-left{position:relative;top:0}}.service-faq .faq-grid .faq-right{flex:1 1 50%}.service-faq .faq-grid .faq-right .faq-subtitle{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.service-faq .faq-grid .faq-right .faq-subdesc{color:#6b7280;margin-bottom:1.5rem}.accordion{display:flex;flex-direction:column;gap:1rem}.accordion .accordion-item{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 2px 6px rgba(0,0,0,.04);overflow:hidden;transition:all .3s ease}.accordion .accordion-item.open{border-color:rgba(239,83,35,.2)}.accordion .accordion-item.open .accordion-header{background:linear-gradient(90deg,#fff7f0,#fff0f0)}.accordion .accordion-item.open .accordion-icon,.accordion .accordion-item.open .accordion-question{color:#ef5323}.accordion .accordion-item.open .accordion-body{max-height:400px;opacity:1;padding:1rem 0}@media(max-width:991px){.accordion .accordion-item.open .accordion-body{max-height:-moz-max-content;max-height:max-content}}.accordion .accordion-item .accordion-header{width:100%;padding:1rem 1.5rem;text-align:left;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;border:none}.accordion .accordion-item .accordion-header:hover{background-color:#f9fafb}.accordion .accordion-item .accordion-header .accordion-question{font-size:1.125rem;font-weight:600;color:#1f2937;transition:color .3s ease;margin-bottom:0!important;width:95%;margin-top:0}.accordion .accordion-item .accordion-header .accordion-icon{font-size:1.25rem;color:#6b7280;transition:color .3s ease}.accordion .accordion-item .accordion-body{max-height:0;opacity:0;transition:all .3s ease;overflow:hidden;padding:0}.accordion .accordion-item .accordion-body .accordion-answer{color:#4b5563;line-height:1.6;border-left:4px solid;-o-border-image:linear-gradient(180deg,#ef5323,orange) 1;border-image:linear-gradient(180deg,#ef5323,orange) 1;padding:0 1.5rem 0 1rem;margin:.5rem 1rem 0}@media(max-width:991px){.accordion .accordion-item .accordion-body .accordion-answer{padding:0 0 0 5px}}.accordion .accordion-item .accordion-body .accordion-answer p,.accordion .accordion-item .accordion-body .accordion-answer ul{margin:0}