.logo-img32 {
  width: 10px; /* Adjust the width as needed */
  height: auto; /* Maintains aspect ratio */
}
.contact_section {
    padding: 80px 0;
    background-color: #f8f8f9;
  }
  
  .contact_info {
    margin-top: 40px;
  }
  
  .info_box {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  
  .info_box .icon {
    width: 40px;
    height: 40px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  
  .info_box .icon i {
    color: #fff;
  }
  
  .detail h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .detail p {
    font-size: 16px;
    color: #666;
  }
  
  .contact_form {
    margin-top: 50px;
  }
  
  .contact_form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
  }
  
  .contact_form input,
  .contact_form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .contact_form textarea {
    height: 150px;
  }
  
  .contact_form button {
    padding: 15px 40px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact_form button:hover {
    background-color: #0056b3;
  }
  .icon {
    width: 60px; /* Adjust the width and height to fit your design */
    height: 60px;
    background-color: #007bff; /* Blue circle background color */
    border-radius: 50%; /* Make the container a circle */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .icon svg {
    width: 50%; /* Adjust the size of the SVG icon relative to its container */
    height: 50%;
    fill: white; /* Change the color of the icon to white */
  }
/* Reset default margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Apply styles to the container */
.container {
  max-width: 1000px; /* Adjust the max-width as needed */
  margin: 0 auto; /* Center the container horizontally */
  padding: 20px;
}

/* Apply styles to the video section */
.video-section {
  margin-top: 20px; /* Adjust spacing as needed */
}

/* Apply styles to the video container */
.video-container {
  width: 100%; /* Set width to match parent container */
  position: relative;
  padding-bottom: 20%; /* Aspect ratio: 16:9 (adjust as needed) */
}

/* Apply styles to the video player */
#video-player {
  position: absolute;
  width: 100%;
  height: 100%;
}


.clicked-tab {
  color: white; /* White color for clicked tab */
}
.about_section {
  background-color: #023445; /* White background */
  color: #ffffff; /* Black text */
}
.footer{
  background-color: #002e3d;
  color:#ffffff ;
}


/* Custom styles for the dropdown menu */
/* Custom styles for the dropdown menu */
@media (min-width: 992px) {
  .navbar .dropdown-menu {
      width: 80vw; /* Set the width to 100% of the viewport width */
      left: auto; /* Set left to auto to remove alignment */
      right: 0; /* Align the dropdown to the right edge of the screen */
      top: 100%; /* Position the dropdown below the navbar */
      position: absolute; /* Use absolute positioning */
      padding: 20px; /* Add padding for better spacing */
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better visibility */
      background-color: rgba(12, 40, 68, 0.3); /* Set background color with transparency */
      z-index: 1000; /* Ensure the dropdown appears above other elements */
  }
}

/* Style for individual cards */
.navbar .dropdown-menu .card {
  margin-bottom: 20px; /* Add bottom margin for spacing between cards */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Add box shadow on hover */
}
.navbar .dropdown-menu .card:hover {
  background-color: #f8f9fa; /* Change background color on hover */
  box-shadow: 0 4px 8px rgba(182, 181, 181, 0.8); /* Add box shadow on hover */
  transition: background-color 0.3s, box-shadow 0.3s; /* Add smooth transition */
}
/* Style for card titles */
.navbar .dropdown-menu .card-title {
  color: #f5f5f5;
  padding-top: 3%;
  font-size: 22px; /* Adjust font size of card title */
  margin-bottom: 10px; /* Add bottom margin for spacing */
}
.navbar .dropdown-menu .card {
  background-color: #93a0ad;
}


/* Style for card text */
.navbar .dropdown-menu .card-text {
  padding-top: 7%;
  color: #f5f5f5; /* Set color of card text */
}

/* Style for card buttons */
.navbar .dropdown-menu .btn {
  background-color: #007bff; /* Set background color of button */
  color: #ffffff; /* Set text color of button */
}

/* Optional: Adjust individual dropdown items for better spacing */
.navbar .dropdown-item {
  padding: 10px 20px; /* Adjust padding */
  color: #333; /* Set text color */
}

.navbar .dropdown-item:hover {
  background-color: #007bff; /* Background color on hover */
  color: rgba(255, 255, 255, 0.192); /* Text color on hover */
}

/* Optional: Adjust the divider */
.navbar .dropdown-divider {
  margin: 10px 0; /* Adjust margin for divider */
}

/* Make the dropdown deploy on hover */
.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Change cursor to pointer */
.navbar .nav-link.dropdown-toggle {
  cursor: pointer;
}

/* Ensure the dropdown menu doesn't disappear when hovered */
.navbar .dropdown-menu:hover {
  display: block;
}

#hosting {
  background-image: url('/static/website/images/hosting.jpg');
  background-size: cover;
  background-position: center;
  height: 200px;
  flex-direction: column;
  justify-content: center;
}

#starlink {
  background-image: url('/static/website/images/starlink.png');
  background-size: cover;
  background-position: center;
  height: 200px; 
  flex-direction: column;
  justify-content: center;
}
#solar {
  background-image: url('/static/website/images/solar.jpg');
  background-size: cover;
  background-position: center;
  height: 200px;
  flex-direction: column;
  justify-content: center;
}
.card-body {
  background: rgba(0, 0, 0, 0.5); 
  padding: auto;
}