.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}.wpcf7 form{max-width:600px;margin:30px auto;padding:25px;background:#ffffff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.1);font-family:"Segoe UI",Tahoma,sans-serif}.wpcf7 form p{padding:0}.wpcf7 label{display:block;font-weight:600;margin-bottom:6px;color:#333}.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 select,.wpcf7 textarea{width:100%;padding:12px 14px;border:1px solid #ccc;border-radius:8px;font-size:15px;background:#f9f9f9;transition:all 0.3s ease}.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:#0073e6;background:#fff;outline:none;box-shadow:0 0 5px rgba(0,115,230,0.3)}.wpcf7 textarea{min-height:100px;resize:vertical}.wpcf7 input[type="file"]{border:none;font-size:14px;margin-top:6px}.wpcf7 input[type="submit"]{background:#0073e6;color:#fff;font-size:16px;padding:12px 20px;border:none;border-radius:8px;cursor:pointer;transition:background 0.3s ease}.wpcf7 input[type="submit"]:hover{background:#005bb5}