.home-feature-sections{width:100%;display:flex;flex-direction:column;align-items:center;background-color:#ebf0f4;padding:30px 0 0}.home-feature-sections>.feature-title{font-size:36px;font-weight:600;color:#f60671;text-align:center;position:relative;margin:30px 0}.home-feature-sections>.feature-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:#f60671}.home-feature-sections .feature-section{width:80%;max-width:1400px;display:flex;margin:30px 0 60px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden}.home-feature-sections .feature-section:last-child{margin-bottom:0}.home-feature-sections .feature-section.left-text-right-image{background-color:#f6f8fb}.home-feature-sections .feature-section.left-text-right-image .feature-content .title-underline{margin-left:0}.home-feature-sections .feature-section .feature-image{flex:5.5;padding:20px;display:flex;justify-content:center;align-items:center}.home-feature-sections .feature-section .feature-image .image-placeholder{width:800px;max-width:100%;height:420px;background:linear-gradient(135deg,#e6e9f0,#d2d7e5);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.home-feature-sections .feature-section .feature-image .image-placeholder:hover{transform:scale(1.03);box-shadow:0 8px 25px rgba(0,0,0,.15)}.home-feature-sections .feature-section .left-image.feature-content{flex:4.5;padding:40px 20px 30px 30px;display:flex;flex-direction:column;justify-content:center}.home-feature-sections .feature-section .left-image.feature-content .feature-title{font-size:32px;font-weight:600;color:#f60671;margin-bottom:15px;position:relative}.home-feature-sections .feature-section .left-image.feature-content .title-underline{width:60px;height:3px;background-color:#f60671;margin-bottom:20px}.home-feature-sections .feature-section .left-image.feature-content .platform-description{margin-bottom:24px}.home-feature-sections .feature-section .left-image.feature-content .platform-description p{font-size:17px;line-height:1.6;color:#444;margin-bottom:16px}.home-feature-sections .feature-section .left-image.feature-content .platform-features ul{list-style:none;padding-left:8px}.home-feature-sections .feature-section .left-image.feature-content .platform-features ul li{margin-bottom:13px;font-size:17px;display:flex;align-items:baseline}.home-feature-sections .feature-section .left-image.feature-content .platform-features ul li .feature-bullet{color:#f60671;font-size:19px;margin-right:13px;font-weight:700}.home-feature-sections .feature-section .right-image.feature-content{flex:4.5;padding:40px 30px 30px 20px;display:flex;flex-direction:column;justify-content:center}.home-feature-sections .feature-section .right-image.feature-content .feature-title{text-align:right;font-size:32px;font-weight:600;color:#f60671;margin-bottom:15px;position:relative}.home-feature-sections .feature-section .right-image.feature-content .title-underline{margin-left:auto;margin-right:0;width:60px;height:3px;background-color:#f60671;margin-bottom:20px}.home-feature-sections .feature-section .right-image.feature-content .platform-description{margin-bottom:24px;text-align:right}.home-feature-sections .feature-section .right-image.feature-content .platform-description p{font-size:17px;line-height:1.6;color:#444;margin-bottom:16px}.home-feature-sections .feature-section .right-image.feature-content .platform-features ul{list-style:none;padding-right:8px;padding-left:0}.home-feature-sections .feature-section .right-image.feature-content .platform-features ul li{margin-bottom:13px;font-size:17px;display:flex;flex-direction:row-reverse;justify-content:flex-start;text-align:right}.home-feature-sections .feature-section .right-image.feature-content .platform-features ul li .feature-bullet{color:#f60671;font-size:19px;margin-left:13px;margin-right:0;font-weight:700}@media(max-width:1024px){.home-feature-sections .feature-section{flex-direction:column;max-width:95%}.home-feature-sections .feature-section.left-text-right-image{flex-direction:column-reverse}.home-feature-sections .feature-section .feature-content,.home-feature-sections .feature-section .feature-image{flex:1;width:100%;padding:20px}.home-feature-sections .feature-section .feature-image .image-placeholder{height:350px}}.image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;padding:30px}.image-modal-overlay .image-modal-content{position:relative;background-color:#fff;border-radius:8px;padding:10px;max-width:90%;max-height:90%;box-shadow:0 5px 30px rgba(0,0,0,.3)}.image-modal-overlay .image-modal-content .close-modal{position:absolute;top:-20px;right:-20px;width:40px;height:40px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.2);color:#333;z-index:1010}.image-modal-overlay .image-modal-content .close-modal:hover{background-color:#f0f0f0}.image-modal-overlay .image-modal-content .modal-image-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.image-modal-overlay .image-modal-content .modal-image-container .modal-image{max-width:100%;max-height:calc(90vh - 60px);-o-object-fit:contain;object-fit:contain;border-radius:4px}