  body, html {
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
        }
        .navbar-nav {
            margin: auto;
            display: inline-flex;
        }
        .navbar-light{
            background-color: #ffffff;
        }
        .navbar-nav .nav-item {
            text-align: center;
            margin-right: 30px;
            font-size: large;
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .navbar-nav .nav-item .nav-link {
            color: rgb(14, 13, 13);
            position: relative;
        }
        .navbar-nav .nav-item .nav-link:hover {
            border-bottom: 1px solid red;
            color: rgb(14, 13, 13); /* Maintain text color on hover */
        }
       
           .background-container {
            background-color:  #BBBBBB;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            position: relative;
            width: 100%;
            height: 400px;
            padding-top: 10px; 
        }
        .container {
            position: relative;
            z-index: 1;
        }
        
        .py-md-5 {
            padding-top: 3rem !important; 
            padding-bottom: 3rem !important;
        }
        .col-md-8 {
            margin-bottom: 0.5rem; 
        }
    .card-container {
            display: flex;
            align-items: center;
        }
        .left-content {
            flex: 1;
        }
        .right-card {
            flex: 1;
            display: flex;
            justify-content: flex-end;
        }
        .card {
            width: 100%;
            max-width: 350px; 
        }
		  .buy-now-button {
            padding: 10px 30px;
            background-color: #ffffff; 
            color:#000931; 
            border: none;
            border-radius: 5px; 
            font-size: 18px; 
            cursor: pointer; 
            height: 50px;
            transition: background-color 0.3s ease; 
        }

        .buy-now-button:hover {
            background-color: #979494; 
           
        }
		 .banner-container {
        position: relative;
        height: 200px; 
        background-image: url('Cloud_Computing_data_Centers.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        
    
    }
    
    .overlay-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7); 
        display: flex;
        justify-content: start;
        align-items: center;
		color:#fff;
		padding:20px;
        
    }
	    .contact-section {
        background-color: #f8f9fa;
        padding: 50px 0;
        text-align: center;
		line-height: 1.6;
    }

    .contact-section h2 {
        margin-bottom: 30px;
        color: #333;
    }

    .contact-options {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
    }

    .contact-option {
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 20px;
        flex: 1;
        max-width: 300px;
        text-align: center;
        transition: transform 0.3s ease;
    }

    .contact-option:hover {
        transform: translateY(-10px);
    }

    .contact-option .icon {
        font-size: 36px;
        color: #05002e;
        margin-bottom: 15px;
    }

    .contact-option p {
        color: #666;
        font-size: 16px;
    }

    .contact-option .btn {
        margin-top: 15px;
        background-color: #007bff;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
     
        font-weight: light;
        transition: background-color 0.3s ease;
    }

    .contact-option .btn:hover {
        background-color: #0056b3;
    }

    @media (max-width: 768px) {
        .contact-options {
            flex-direction: column;
            align-items: center;
        }

        .contact-option {
            margin-bottom: 20px;
        }
    }
	 h4{
			font-weight: bolder; letter-spacing: 3px;
		}
  
    
        .footer {
        background:#000931;
        padding-top: 30px;
        color: #ffffff;
    }
    .footer_content h6 {
        color: #ffffff;
    }
    .footer_content ul {
        list-style: none;
        padding: 0;
    }
    .footer_content ul li {
        margin-bottom: 10px;
    }
    .footer_content ul li a {
        color: #ffffff;
        text-decoration: none;
    }
    .footer_content ul li a:hover {
        text-decoration: underline;
    }
    .footer_body ul {
        list-style: none;
        padding: 0;
    }
    .footer_body ul li {
        margin-bottom: 10px;
        color: #ffffff;
    }
    .footer_text {
        font-size: 14px;
    }