Fahad is a talented web developer with a fantastic dimension of creativity and proactivity. He made the whole process very easy for me with excellent communication. I enjoyed the process and timely delivery. Thank you so much.
My goodness! Fahad!!! You're a magician. Oh my gosshh! I can't thank you more, Also thanks to Max for referring you! I'm super happy!
Subscribe To My YouTube Channel For More Upcoming Videos
selector{
--bg-color: #F648BF;
--front-color: white;
}
selector .my-title.active .elementor-widget-container{
background: var(--bg-color) !important;
transition: 0.3s ease-in-out;
}
selector .my-img{
display: none;
}
selector .my-img.active{
display: block;
}
selector .my-title.active .elementor-icon-box-title, selector .my-title.active .elementor-icon{
color: var(--front-color);
transition: 0.3s ease-in-out;
}