
  
        .btn-open-popup { 
            cursor: pointer;
            transition: background-color 0.3s ease;
            top: 220px;
            left: 0;
            z-index: 99;
            width: 50px;
            height: 50px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: green;
            position: fixed;
            color: white;
        } 
  
        .btn-open-popup:hover { 
            background-color: #4caf50; 
        } 
        .btn-open-popup-w { 
            cursor: pointer;
            transition: background-color 0.3s ease;
            top: 240px;
            left: 0;
            z-index: 99;
            width: 50px;
            height: 50px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: green;
            position: fixed;
            color: white;
        } 
  
        .btn-open-popup-w:hover { 
            background-color: #4caf50; 
        } 
        .flexx 
        {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #ffffff;
        }
        .image img 
        {
            width: 100%;
            padding: 50px;
        }
        .broke 
        {
            padding-bottom: 100px;
        }
        .overlay-container { 
            display: none; 
            position: fixed; 
            top: 0; 
            left: 0; 
            width: 100%;  
            height: 100%;
            background: rgba(0, 0, 0, 0.6); 
            justify-content: center; 
            align-items: center; 
            z-index: 99;
            opacity: 0; 
            transition: opacity 0.3s ease; 
        } 
  
        .popup-box { 
            background: #fff; 
            padding: 24px; 
            border-radius: 12px; 
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); 
            width: 80%; 
            text-align: center; 
            opacity: 0; 
            transform: scale(0.8); 
            animation: fadeInUp 0.5s ease-out forwards; 
        }
  
        .form-container { 
            display: flex; 
            flex-direction: column; 
        } 
  
        .form-label { 
            margin-bottom: 10px; 
            font-size: 16px; 
            color: #444; 
            text-align: left; 
        } 
  
        .form-input { 
            padding: 10px; 
            margin-bottom: 20px; 
            border: 1px solid #ccc; 
            border-radius: 8px; 
            font-size: 16px; 
            width: 100%; 
            box-sizing: border-box; 
        } 
        
        .btn-submit, 
        .btn-close-popup { 
            padding: 12px 24px; 
            border: none; 
            border-radius: 8px; 
            cursor: pointer; 
            transition: background-color 0.3s ease, color 0.3s ease; 
        } 
  
        .btn-submit { 
            background-color: green; 
            color: #fff; 
        } 
  
        .btn-close-popup { 
            margin-top: 12px; 
            background-color: #e74c3c; 
            color: #fff; 
        } 
  
        .btn-submit:hover, 
        .btn-close-popup:hover { 
            background-color: #4caf50; 
        } 
  
        /* Keyframes for fadeInUp animation */ 
        @keyframes fadeInUp { 
            from { 
                opacity: 0; 
                transform: translateY(20px); 
            } 
  
            to { 
                opacity: 1; 
                transform: translateY(0); 
            } 
        } 
  
        /* Animation for popup */ 
        .overlay-container.show { 
            display: flex; 
            opacity: 1; 
        } 
        @media (max-width:768px)
        {
            .flexx 
            {
                flex-direction: column;
            }
            .image img 
            {
            width: 300px;
            }
        }




  
        .btn-open-popup2 { 
            cursor: pointer;
            transition: background-color 0.3s ease;
            top: 200px;
            left: 0;
            z-index: 99;
            width: 50px;
            height: 50px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: green;
            position: fixed;
            color: white;
        } 
  
        .btn-open-popup2:hover { 
            background-color: #4caf50; 
        } 








        .btn-open-popup1 {
            width: 140px;
            height: 40px;
            border: none;
            border-radius: 10px;
            background: linear-gradient(to right,#770a0a,#ff7777,#770a0a,#770a0a,#ff7777,#770a0a);
            background-size: 250%;
            background-position: left;
            color: #fff;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition-duration: 1s;
            overflow: hidden;
            position: relative;
            top: 50px;
            left: 100px;
          }
          
          .btn-open-popup1::before {
            position: absolute;
            content: "Get A Quote";
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 97%;
            height: 90%;
            border-radius: 8px;
            transition-duration: 1s;
            background-color: red;
            background-size: 200%;
          }
          
          .btn-open-popup1:hover {
            background-position: right;
            transition-duration: 1s;
          }
          
          .btn-open-popup1:hover::before {
            background-position: right;
            transition-duration: 1s;
          }
          
          .btn-open-popup1:active {
            transform: scale(0.95);
          }



          .call {
   
            top: 300px;
            z-index: 99;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: red;
            position: fixed;
            color: white;
          }
          .call2 {
   
            top: 245px;
            z-index: 99;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: red;
            position: revert;
            color: white;
          }
        
          .call3 {
   
            top: 300px;
            z-index: 99;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: red;
            position: fixed;
            color: white;
          }
        