.custom-tab-wrapper{background-color:#fff;color:#1f1f3e;display:flex;font-family:Poppins,sans-serif}.custom-tab-wrapper .tab-sidebar{align-self:flex-start;background-color:#fff;border-right:1px solid #e0e0e0;display:flex;flex:0 0 220px;flex-direction:column;gap:25px;height:fit-content;padding:30px 20px;position:sticky;top:0;z-index:10}.custom-tab-wrapper .tab-button{background:none;border:none;color:#1f1f3e;cursor:pointer;font-size:20px;font-weight:700;margin:0;outline:none;padding:0;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.custom-tab-wrapper .tab-button.active,.custom-tab-wrapper .tab-button:hover{color:#60c0d8}.custom-tab-wrapper .tab-content-area{background-color:#e8f8fd;flex:1;padding:40px}.custom-tab-wrapper .tab-content{display:none}.custom-tab-wrapper .tab-content.active{display:block}.custom-tab-wrapper .tab-title{color:#60c0d8;font-size:20px;font-weight:700;margin:0 0 10px;text-transform:uppercase}.custom-tab-wrapper .tab-subtitle{color:#1f1f3e;font-size:28px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.custom-tab-wrapper .tab-description{color:#1f1f3e;font-size:16px;margin-bottom:20px}.custom-tab-wrapper .image-grid{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px}.custom-tab-wrapper .image-grid a{display:inline-block;max-width:100%}.custom-tab-wrapper .image-grid img{height:auto;max-width:500px;object-fit:contain;transition:transform .3s ease;width:100%}.custom-tab-wrapper .image-grid img:hover{transform:scale(1.05)}