
                @media screen and (max-width: 600px) {
          .nomobile {
            display: none;
          }
          .middle-header-area{
              display: none;
          }
            .main-responsive-nav .mean-container a.meanmenu-reveal {
            top: 8px !important; 
            padding-right:4px;
          }
          .navbar-area {
            padding-top: 10px;    
            padding-bottom: 10px;
            background-color:#f1f5fb;
        }
        }
        
        p {
            font-weight: 500 !important;
        }
        li {
            font-weight: 500 !important;
        }
        
        .default-btn {
            color: #fff;
            background:#a04289;
            padding: 12px 30px;
            border-radius: 50px;
            text-transform: uppercase;
            font-weight: bold;
            transition: all 0.3s ease;
        }
        
        .single-services{position:relative}.single-services .services-content{background-color:#fff;padding:35px 30px;border-bottom:1px solid #a04289;border-radius:0 0 10px 10px;box-shadow:0 0 1.25rem rgba(108,118,134,.1);transition:.6s;z-index:1}.single-services:hover .services-content{background-color:#fff}.single-services:hover .services-content h3 a{color:#222}.single-services:hover .services-content p{color:#222}.single-services:hover .services-image img{transform:rotate(2deg) scale(1.2)}.single-services:hover .services-image .icon i{background-color:#fff;color:#222}
        
                .single-review-item:hover {
            background-color: #fff;
            transform: scale(1.01); /* Zoom efekti */
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
        }
        
