.custom-carousel-wrapper{position:relative;overflow:hidden;padding:1rem}.custom-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:1rem}.custom-carousel::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 auto;width:250px;scroll-snap-align:start;border:1px solid #eee;border-radius:12px;padding:.5rem;background:#fff;box-shadow:0 2px 6px rgb(0 0 0 / .05)}.carousel-thumb img{width:100%;border-radius:8px;object-fit:cover}.carousel-nav{position:absolute;top:40%;z-index:1;background:#fff;border:2px solid #ccc;border-radius:20px;width:40px;height:40px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.main-text{width:60%;text-align:right}.carousel-item h4{font-size:clamp(16px, 1.5vw, 22px);line-height:2;margin:.5rem 0 0;color:#9b7100}.section-wrapper{position:relative;width:100%;max-width:600px;height:80vh;display:flex;justify-content:center;align-items:center;direction:rtl;overflow:hidden}.person-image{position:absolute;left:50%;transform:translateX(-50%);max-width:400px;z-index:1}.shape-1{position:absolute;top:5%;left:5%;width:100px;z-index:0}.shape-2{position:absolute;bottom:5%;right:5%;width:100px;z-index:0}.text-box-top-left{position:absolute;top:5%;left:5%;background-color:#fff;border:2px solid #373534;padding:10px 20px;border-radius:10px;text-align:center;font-size:1.2rem;z-index:2}.text-box-top-right{position:absolute;top:0%;right:0%;background-color:#fff;border:2px solid #373534;padding:10px 20px;border-radius:10px;text-align:center;font-size:1.2rem;z-index:2}.text-box-bottom img{width:30px;height:30px;border-radius:50%}@media (max-width:768px){.section-wrapper{max-width:100%;background-size:cover}.person-image{width:70%;max-width:350px}.text-box-top-left,.text-box-top-right,.text-box-bottom{font-size:.9rem;padding:8px 15px}.shape-1,.shape-2{width:70px}}@media (max-width:480px){.section-wrapper{height:50vh}.person-image{width:90%;max-width:300px}.text-box-top-left,.text-box-top-right,.text-box-bottom{font-size:1rem;padding:5px 10px}.shape-1,.shape-2{width:50px}.text-box-bottom img{width:20px;height:20px}}.text-box-bottom{justify-content:space-between;position:absolute;bottom:0%;left:50%;transform:translateX(-50%);background-color:#fff;border:2px solid #373534;padding:10px 20px;border-radius:10px;font-size:1rem;z-index:2;display:flex;align-items:center;gap:10px;width:100%;direction:rtl}.image-stack{display:flex;width:40%;position:relative;direction:ltr}.image-stack img{width:40px;height:50px;object-fit:cover;border-radius:100%!important;position:relative;margin-left:-25px;transition:transform 0.3s ease}.image-stack img:first-child{margin-left:0}.image-stack img:hover{transform:translateY(-10px)}.image-stack img:nth-child(1){z-index:5}.image-stack img:nth-child(2){z-index:4}.image-stack img:nth-child(3){z-index:3}.image-stack img:nth-child(4){z-index:2}.image-stack img:nth-child(5){z-index:1}