.expertise-section-wrapper{background-color:#f8f9fc;padding:60px 0;font-family:Poppins,sans-serif}.expertise-headings-wrapper{text-align:center;max-width:1000px;margin:0 auto 50px;padding:0 20px}.expertise-sub-heading{color:#040201;margin-bottom:10px;font-size:21px;font-weight:500;display:block}.expertise-main-heading{color:#f84525;font-family:gilroy-extraBold,sans-serif;font-size:48px;font-weight:700;line-height:1.2}.expertise-container{background:#fff;border-radius:20px;max-width:1200px;min-height:600px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.expertise-sidebar{background-color:#f5f5f5;flex-direction:column;flex-shrink:0;gap:10px;width:300px;padding:20px;display:flex}.expertise-tab{cursor:pointer;color:#333;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;width:100%;padding:15px 20px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.expertise-tab:hover{background-color:#e0e0e0}.expertise-tab.active{color:#fff;background-color:#f84525;box-shadow:0 4px 6px #f8452533}.expertise-tab i,.expertise-tab img{text-align:center;width:20px;margin-right:12px}.expertise-content-area{flex-direction:column;flex-grow:1;padding:50px;display:flex}.expertise-title{color:#000;margin-bottom:20px;font-size:32px;font-weight:700}.expertise-description-box{background-color:#fff;border:1px dashed #ccc;border-radius:12px;margin-bottom:30px;padding:25px}.expertise-description{color:#555;margin:0;font-size:15px;line-height:1.6}.expertise-links-grid{grid-template-columns:1fr 1fr;gap:15px 40px;margin-bottom:40px;display:grid}.expertise-link{color:#f84525;border-bottom:1px solid #0000;width:fit-content;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .2s}.expertise-link:hover{border-bottom:1px solid #f84525}.expertise-tech-icons{gap:20px;margin-top:auto;display:flex}.tech-icon{color:#555;background-color:#fff0ed;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:transform .2s;display:flex}.tech-icon:hover{transform:translateY(-5px)}.tech-icon img{width:24px;height:24px}.expertise-mobile-selector-container{background-color:#fff;border-bottom:1px solid #f0f0f0;width:100%;padding:20px;display:none;position:relative}.expertise-mobile-dropdown-header{color:#fff;cursor:pointer;background-color:#f84525;border-radius:12px;justify-content:space-between;align-items:center;padding:15px 20px;font-weight:600;display:flex;box-shadow:0 4px 15px #f8452533}.expertise-mobile-dropdown-header span{flex-grow:1;margin-left:15px;font-size:15px}.expertise-mobile-dropdown-header .arrow-icon{transition:transform .3s}.expertise-mobile-dropdown-header.open .arrow-icon{transform:rotate(180deg)}.expertise-mobile-dropdown-list{z-index:100;background:#fff;border-radius:12px;animation:.3s fadeInDown;position:absolute;top:80px;left:20px;right:20px;overflow:hidden;box-shadow:0 10px 30px #00000026}.expertise-mobile-dropdown-item{color:#333;border-bottom:1px solid #f5f5f5;padding:15px 20px;font-size:14px;transition:background .2s}.expertise-mobile-dropdown-item:last-child{border-bottom:none}.expertise-mobile-dropdown-item.active{color:#f84525;background-color:#fff0ed;font-weight:600}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.expertise-mobile-selector-container{display:block}.desktop-only-sidebar{display:none!important}.expertise-headings-wrapper{margin-bottom:25px;padding:0 15px}.expertise-container{border-radius:12px;flex-direction:column;min-height:auto;margin:0 15px}.expertise-content-area{padding:25px 20px}.expertise-main-heading{font-size:24px;line-height:1.3}.expertise-links-grid{grid-template-columns:1fr;gap:12px}.expertise-tech-icons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:25px}}@media (max-width:600px){.expertise-headings-wrapper{margin-bottom:20px}.expertise-main-heading{font-size:20px}.expertise-title{margin-bottom:15px;font-size:20px}.expertise-sub-heading{font-size:13px}.expertise-description{font-size:14px}.expertise-description-box{margin-bottom:20px;padding:18px}}@media (max-width:480px){.expertise-main-heading{font-size:19px}.expertise-title{font-size:18px}}
.industries-section-wrapper{background-color:#f0f4f8;padding:80px 0;font-family:Poppins,sans-serif}.industries-main-container{color:#fff;background-color:#0d1b2a;border-radius:20px;flex-direction:column;max-width:1400px;min-height:700px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000001a}.industries-header{text-align:center;padding:40px 20px 20px}.industries-header h2{color:#000;margin-bottom:10px;font-size:36px;font-weight:700}.industries-header p{color:#4a5568;font-size:16px}.industries-mobile-selector{z-index:100;background-color:#1b263b;padding:20px;display:none;position:relative}.industries-selector-header{color:#fff;cursor:pointer;background-color:#f84525;border-radius:12px;justify-content:space-between;align-items:center;padding:15px 20px;font-weight:600;display:flex;box-shadow:0 4px 15px #f845254d}.industries-selector-header i:first-child{margin-right:15px;font-size:18px}.industries-selector-header span{flex-grow:1}.industries-selector-header .arrow{transition:transform .3s}.industries-selector-header.open .arrow{transform:rotate(180deg)}.industries-selector-list{color:#333;background:#fff;border-radius:12px;animation:.3s fadeInDown;position:absolute;top:75px;left:20px;right:20px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.industries-selector-item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;padding:12px 20px;transition:background .2s;display:flex}.industries-selector-item i{color:#f84525;width:25px;margin-right:15px}.industries-selector-item.active{color:#f84525;background-color:#fff0ed;font-weight:600}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.industries-tabs-wrapper{background-color:#1b263b;padding:0 40px}.desktop-tabs{display:block}.industries-tabs-list{scrollbar-width:none;-ms-overflow-style:none;justify-content:space-between;gap:15px;padding:20px 0 0;display:flex;overflow-x:auto}.industries-tabs-list::-webkit-scrollbar{display:none}.industry-tab{cursor:pointer;color:#a0aec0;text-align:center;background:0 0;border:none;border-top-left-radius:10px;border-top-right-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-width:100px;padding:15px 10px;transition:all .3s;display:flex;position:relative}.industry-tab:hover{color:#fff;background-color:#ffffff0d}.industry-tab i,.industry-tab img{filter:brightness(.8);width:auto;height:24px;margin-bottom:8px;font-size:24px}.industry-tab span{font-size:13px;font-weight:500;line-height:1.2}.industry-tab.active{color:#fff;z-index:10;background-color:#0d1b2a;transform:translateY(2px);box-shadow:0 -4px 10px #0003}.industry-tab.active:after{content:"";background-color:#0d1b2a;width:100%;height:10px;position:absolute;bottom:-5px;left:0}.industry-tab.active i,.industry-tab.active img{filter:brightness();color:#f84525}.industry-content-area{z-index:5;background-color:#0d1b2a;flex-grow:1;align-items:flex-start;gap:60px;padding:40px 60px;display:flex;position:relative}.industry-text-content{flex:1.2}.industry-text-content h3{color:#fff;margin-bottom:20px;font-size:32px;font-weight:700}.industry-text-content p{color:#cbd5e0;margin-bottom:30px;font-size:16px;line-height:1.8}.industry-features-list{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px;padding:0;list-style:none;display:grid}.industry-features-list li{color:#e2e8f0;align-items:center;font-size:15px;display:flex}.industry-features-list li i{color:#f84525;margin-right:12px;font-size:16px}.industry-image-content{border-radius:15px;flex:.8;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.industry-image-content img{object-fit:cover;width:100%;height:100%;max-height:400px;display:block}@media (max-width:1024px){.industry-content-area{gap:30px;padding:40px}}@media (max-width:900px){.industries-section-wrapper{padding:60px 0}.industries-header h2{font-size:28px}.industries-main-container{min-height:auto;margin:0 15px}.industries-mobile-selector{display:block}.desktop-tabs{display:none}.industry-content-area{flex-direction:column;gap:30px;padding:30px 20px}.industry-text-content h3{margin-bottom:15px;font-size:24px}.industry-text-content p{margin-bottom:20px;font-size:14px}.industry-features-list{grid-template-columns:1fr}.industry-image-content{width:100%}}@media (max-width:480px){.industries-header h2{font-size:24px}.industry-text-content h3{font-size:22px}}
