.custom-image-module{position:relative;display:inline-block;width:550px;height:550px;margin-left:25px}.custom-image-module img{border-radius:50%;transition:all 0.3s ease;display:block;padding:1px}.custom-image-module::before{content:'';position:absolute;top:-5px;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px);background:conic-gradient(#dd0505,#ead904);border-radius:50%;box-sizing:border-box;z-index:0;animation:rotateBorder 5s linear infinite}.custom-image-module img{position:relative;z-index:1}.custom-image-module:hover::before{animation-play-state:paused;transition:none}@keyframes rotateBorder{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.custom-image-module:hover img{filter:grayscale(30%)}@media (max-width:768px){.custom-image-module img{width:350px;height:350px;padding:5px}.custom-image-module::before{top:-3px;left:-3px;width:calc(100% + 6px);height:calc(100% + 6px);border-width:4px}}@media (max-width:480px){.custom-image-module img{width:300px;height:300px;padding:5px}.custom-image-module::before{top:-2px;left:-2px;width:calc(55% + 2px);height:calc(55% + 2px);border-width:1px}}.chart-container{display:flex;justify-content:center;align-items:center;height:60vh}canvas{max-width:400px;max-height:400px;transition:transform 0.3s ease,box-shadow 0.3s ease}.image-area{display:flex;justify-content:center;align-items:center;min-height:30vh;background:#f1f2f6}.image-area .img-wrapper{width:250px;height:250px;position:relative;overflow:hidden}.image-area .img-wrapper:before{content:'';position:absolute;top:0;left:180%;height:100%;width:100%;background:rgba(255,255,255,0.3);z-index:1;transform:skew(45deg);transition:0.5s}.image-area .img-wrapper:hover:before{left:-180%}.image-area .img-wrapper img{height:100%;width:100%;filter:grayscale(10%);transition:2s}.image-area .img-wrapper:hover img{filter:grayscale(0%);transform:scale(1.1)}.image-area .img-wrapper h2{background:tomato;font-family:Poppins,sans-serif;font-size:20px;color:#fff;text-align:center;text-transform:uppercase;margin:0px;padding:10px 0;position:absolute;bottom:20px;width:100%;transform:perspective(400px) rotateY(90deg);transform-origin:right;transition:1s}.image-area .img-wrapper:hover h2{transform:perspective(400px) rotateY(0deg)}.image-area .img-wrapper h3{background:tomato;font-family:Poppins,sans-serif;font-size:16px;color:#fff;text-align:center;text-transform:uppercase;margin-top:0;padding:5px 0;position:absolute;bottom:0;width:100%;transform:perspective(400px) rotateY(90deg);transform-origin:right;transition:1s}.image-area .img-wrapper:hover h3{transform:perspective(400px) rotateY(0deg)}.image-area .img-wrapper ul{position:absolute;top:0;left:0;margin:0;padding:0;list-style:none}.image-area .img-wrapper ul li{background:#333;height:40px;width:40px;text-align:center;line-height:40px;transform:perspective(800px) rotateY(90deg);transition:0.5s;transform-origin:left}.image-area .img-wrapper:hover ul li{transform:perspective(800px) rotateY(0deg)}.image-area .img-wrapper:hover ul li:nth-child(1){transition-delay:0.2s}.image-area .img-wrapper:hover ul li:nth-child(2){transition-delay:0.6s}.image-area .img-wrapper:hover ul li:nth-child(3){transition-delay:0.8s}.image-area .img-wrapper:hover ul li:nth-child(4){transition-delay:1s}.image-area .img-wrapper ul li a{color:tomato}.image-area .img-wrapper ul li i{color:tomato}.image-area .img-wrapper ul li i:hover{color:#fff}.et-pb-contact-message p{color:#FFFFFF;font-size:20px;font-weight:900;text-transform:uppercase}