@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap";.main_heading{font-family:Open Sans,sans-serif!important;font-size:clamp(25px,3.5vw,35px);font-weight:500;color:#e42163}.main_heading2{font-size:clamp(1.8rem,3vw,2rem);font-weight:700;color:#e42163;font-family:Playfair Display,serif;text-align:center;position:relative}.main_heading2:after{content:"";display:block;width:80px;height:4px;background:#e42163;margin:1rem auto;border-radius:2px}.profile-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999!important;overflow-y:auto;display:flex;align-items:center;justify-content:center}.profile-modal .modal-dialog{max-width:1000px;margin:2rem auto;height:auto;min-height:100vh;display:flex;align-items:center}.profile-modal .modal-content{border-radius:12px;border:none;box-shadow:0 10px 30px rgba(0,0,0,.2);overflow:hidden}.profile-modal__body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:0;position:relative}@media(min-width:992px){.profile-modal__body{flex-direction:row}}.profile-modal .modal-image{flex:0 0 40%;position:relative;min-height:300px;display:flex;justify-content:center}.profile-modal .modal-image img{width:100%;height:300px;margin:20px;border-radius:12px 0 12px 0;object-fit:cover;object-position:top center}.profile-modal .modal-text-content{flex:1 1;padding:2rem;max-height:85vh;width:100%;overflow-y:auto;scroll-behavior:smooth}.profile-modal .modal-text-content h3{font-size:clamp(20px,3vw,26px);font-weight:500;color:#e42163;margin-bottom:.5rem;font-family:Open Sans,sans-serif}.profile-modal .modal-text-content .title{font-size:clamp(13px,2vw,15px);color:#707070;font-weight:600;margin-bottom:1.5rem;display:block}.profile-modal .modal-text-content .bio-text{font-size:clamp(14px,2vw,15px);color:#000;margin-bottom:1.5rem;font-weight:400;font-family:Open Sans,sans-serif}.profile-modal .modal-text-content .bio-text p{margin-bottom:1rem}.profile-modal .custom-close-button{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.6);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3.5rem!important;z-index:10;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.profile-modal .custom-close-button:hover{background:rgba(0,0,0,.8);transform:scale(1.1);color:#e42163}.modal-backdrop-custom{background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998!important}