  body, html {
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
        }
        .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); 
        }
       
        .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;
            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; 
        }
        @media (max-width: 768px) {
            .left-content {
                padding-right: 0; 
                margin-bottom: 15px; 
            }
            .right-card {
                justify-content: center; 
            }
        }
    .card {
        height: 100%;
    }
    .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .categories {
            padding: 60px 0;
            background-color: #ffffff;
        }
        .list-box {
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 8px;
            background-color: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
            position: relative;
        }
        .list-box:hover {
            transform: translateY(-5px);
        }
        .list-box:hover .about__item::after {
            width: 30%; 
        }
        .about__item {
            font-size: 1.5rem;
            margin-bottom: 10px;
            position: relative;
            cursor: pointer;
            color:#000931;
        }
        .about__item::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            display: block;
            margin-top: 5px;
            left: 0;
            background: red;
            transition: width 0.3s ease;
            -webkit-transition: width 0.3s ease;
        }
        .bg {
            background-color: #f8f9fa;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            position: relative;
            width: 100%;
            height: 350px;
            padding-top: 10px;
            margin-bottom: 2rem;
        }
        
        @media (max-width: 992px) { 
            .bg {
                height: 300px; 
            }
        }
        
        @media (max-width: 768px) { 
            .bg {
                height: 250px; 
                padding-top: 5px; 
            }
        }
        
        @media (max-width: 576px) { 
            .bg {
                height: 800px; 
                padding-top: 0; 
            }
        }
        
        
        .card-body h6 {
            font-size: 1rem; 
        }
        
        .card {
            margin-bottom: 1rem; 
        }
        
        @media (max-width: 576px) {
            .card-body h6 {
                font-size: 0.9rem; 
            }
        }
       section {
           display: block;
           unicode-bidi: isolate;
       }
	    .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;
        
    }
    
.container {
    position: relative;
    z-index: 1;
}

       .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;
        }