
.bumail-price-card{
     border: 1px solid #dddd;
     background-color: #11e2883a;
}



.server-image {
    width: 390px;
    height: 350px;
    margin-top: 40px;
}

.server-image img{
    width: 96%;
    height: 96%;
}

@media (max-width:560px) {
  .server-image {
    width: 300px;
    height: 350px;
    margin-top: 10px;
}

.server-image img{
    width: 96%;
    height: 96%;
}
}


.dedicated-email-benefits {
  padding: 50px 20px;
  background: #f8faff;
  font-family: Arial, sans-serif;
}

.dedicated-email-benefits .container {
  max-width: 1200px;
  margin: auto;
}

.dedicated-email-benefits h2 {
  text-align: center;
  color: #003366;
  font-size: 28px;
  margin-bottom: 15px;
}

.dedicated-email-benefits .subtitle {
  text-align: center;
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.benefit-card {
  background: #d8f8f0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.benefit-card img {
  width: 60px;
  margin-bottom: 15px;
}

.benefit-card h3 {
  color: #003366;
  font-size: 18px;
  margin-bottom: 10px;
}

.benefit-card p {
  color: #555;
  font-size: 14px;
}

.comparison-section {
  margin-top: 50px;
}

.comparison-section h3 {
  text-align: center;
  color: #003366;
  font-size: 33px;
  margin-bottom: 20px;
  font-family: sans-serif;
  font-weight: bold;
}

.table-container {
  overflow-x: auto;
  justify-content: center;
  align-items: center;

}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
    margin: auto;


}

thead tr {
  background: #003366;
  color: #fff;
}

th,
td {
  padding: 12px;
  text-align: center;
}

tbody tr:nth-child(even) {
  background: #f9f9f9;
}


 
  @media screen and (max-width: 560px) {
  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll for mobile */
  }

  .table-container table {
    min-width: 600px; /* টেবিলের width বড় রাখলাম যাতে scroll আসে */
  }
}


.testimonial {
  margin-top: 50px;
  text-align: center;
}

.testimonial blockquote {
  font-style: italic;
  color: #555;
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
}

.infrastructure-section {
    background: #f8faff;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.infrastructure-section .container {
    max-width: 1200px;
    margin: auto;
}

.infrastructure-section h2 {
    text-align: center;
    color: #003366;
    font-size: 28px;
    margin-bottom: 15px;
}

.infrastructure-section .subtitle {
    text-align: center;
    color: #555;
    font-size: 16px;
    margin-bottom: 40px;
}

.infra-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.infra-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.infra-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.infra-card img {
    width: 60px;
    margin-bottom: 15px;
}

.infra-card h3 {
    color: #003366;
    font-size: 18px;
    margin-bottom: 10px;
}

.infra-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}


/* hybrid design */
  .hybrid-slider {
      background: linear-gradient(rgba(10, 102, 97, 0.959), rgb(4, 66, 95));
      color: #fff;
      padding: 120px 0;
      text-align: center;
    }
    .hybrid-slider h1 {
      font-size: 2.7rem;
      font-weight: 700;
    }
    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }
    .card {
      border: none;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

/* Why Hybrid Section */
.why-hybrid-section {
  background: #ffffff;
}

.why-hybrid-title {
  color: #004080; /* Invision IT Deep Blue */
  font-weight: 700;
}

.why-hybrid-subtitle {
  color: #6c757d;
  font-size: 15px;
}

.why-hybrid-card {
  background: #e6f3fc;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-hybrid-card h5 {
  color: #004080; /* Invision IT Light Blue */
  font-weight: 600;
  margin-bottom: 10px;
}

.why-hybrid-card p {
  color: #405568;
  font-size: 15px;
  margin-bottom: 0;
}

.why-hybrid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}
