 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f5f5;
            color: #333;
            line-height: 1.6;

      
        }
.crm-bg{			background-image: url("eFacility-bg.png");
			background-repeat:no-repeat;
			background-size:cover; 
			background-position: left;
			padding-top: 45px; 
			position: relative;
}		
		
        /* Header Section */
        .header {
            background: #fff;
            color: white;
            padding:10px 3.5%;
            position: relative;
			z-index:99;
		
			
        }
		
	.black-strip{ width:30px; height:auto; background:#000;   writing-mode: vertical-lr; position:absolute;left:3.5%; top:0; bottom:0;letter-spacing:1px;}
	.black-strip > marquee{font-size:16px; font-weight:500; color:#fff;  transform: rotate(180deg); 
  writing-mode: vertical-rl;}
	.logo{width:230px;}	
	
   .header .menu-right{    display: flex;
    align-content: center;
    justify-content: center;}
   .header .menu-right	.link{font-size:18px; font-weight:600; color:#000;  padding:5px 10px;}
      
        /* CRM Section */
        .crm-section {
            padding: 40px;
     
        }
         .crm-section p{   text-align: justify;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 32px;
    width: 80%;
    margin: auto;
    letter-spacing: 1px;
}
        .crm-section h2 {
				font-size: 2rem;
				color: #ffffff;
				text-align: center;
				font-weight: 500;
				margin-top: 35px;
				letter-spacing: 2px;
        }
        .crm-section h4 {
				
				color: #ffffff;
				text-align: center;
				font-weight: 400;
				margin-top: 35px;
				letter-spacing: 2px;
        }
        
        /* Download Cards */
        .download-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 0px;
    align-items: center;
    justify-content: center;
	    text-align: center;
        }
        
        .card {
            flex: 1;
            background-color: transparent;
            border: none;
        }
        
        .card h3 {
            font-size: 1.8rem;
            color: #fff;
            margin-bottom: 20px;
            font-weight: 500;
        }
        
   
        .download-buttons {
display: flex;
  flex-direction: column; 
    gap: 15px;
    margin-top: 20px;

    align-content: center;
    justify-content: center;
        }
        
        .store-button {
              display: flex;
    align-items: center;
    flex-direction: column;

        }

        
        /* Responsive Design */
        @media (max-width: 768px) {
			.logo {
    width:180px;
}
   .header .menu-right{    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;}
	        .crm-section p{    
    font-size: 14px;
    line-height:26px;
	padding-left:25px;
	width:95%;
}
            .header h1 {
                font-size: 1.5rem;
            }
            
            .crm-section h2 {
                font-size: 1.2rem;
                padding-left:20px;
            }
             .crm-section h4 {
                font-size: .8rem;
                padding-left:25px;
            }
            
            .card {
                min-width: 100%;
            }
            
            .header, .crm-section {
                padding: 25px;
            }
			
        }
        
        @media (max-width: 480px) {
            .header h1 {
                font-size: 1.8rem;
            }
            
            .crm-section h2 {
                font-size: 1.5rem;
            }
            
            .store-button {
                min-width: 100%;
            }
        }