   body, html {
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .navbar-light{
            background-color: #ffffff;
        }
        .navbar-nav {
            margin: auto;
            display: inline-flex;
        }
        .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); 
        }
       
           .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;
        
    }
        
        .background-container {
            background-color:  #f8f9fa;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            position: relative;
            width: 100%;
            height: 350px;
            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;
            flex-wrap: wrap;
        }
        .left-content {
            flex: 1;
            padding-right: 15px;
        }
        .right-card {
            flex: 1;
            display: flex;
            justify-content: flex-end;
        }
        .card {
            width: 100%;
            max-width: 350px; 
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
        }
        @media (max-width: 768px) {
            .left-content {
                padding-right: 0; 
                margin-bottom: 15px; 
            }
            .right-card {
                justify-content: center; 
            }
        }
        .bg-success {
            background-color: #000931!important;
        }
        .py-5 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important;
        }
       
        section {
            display: block;
            unicode-bidi: isolate;
        }
    .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
    }
.card-body {
        background-color: #fff; 
        transition: background-color 0.3s ease; 
        border-radius: 10px; 
       
    }

    .card-body:hover {
        background-color: #f0f0f0; 
    }
    .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; 
           
        }
    .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;
        }