/*
Theme Name: business-incubator-child
Template: business-incubator
*/
.box-image {
  background: linear-gradient(135deg, #0f1840 0%, #1e3a8a 50%, #00aeef 100%);
  position: relative;
  overflow: hidden;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-menu {
  text-align: right;
}
.box-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  animation: float 20s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.page-header {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 2rem;
}
.page-header h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: white;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  position: relative;
}
.page-header h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #00aeef, transparent);
  border-radius: 2px;
}
.wp-block-columns {
  margin-bottom: 25px;
}
.wp-block-quote {
  background: linear-gradient(135deg, #00aeef10, #0f184010);
  border-left: 4px solid #00aeef;
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
}
.wp-block-quote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 4rem;
  color: #00aeef;
  opacity: 0.3;
  font-family: serif;
}
.wp-block-quote p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #0f1840;
  position: relative;
  z-index: 1;
}
h2.wp-block-heading {
  color: #0f1840;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem 0;
  position: relative;
  padding-bottom: 0.5rem;
}
h2.wp-block-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #00aeef, #0f1840);
  border-radius: 2px;
}
h3.wp-block-heading {
  color: #0f1840;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
  position: relative;
  padding-left: 1rem;
}
h3.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #00aeef;
  border-radius: 2px;
}
p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
}
.check-list {
  list-style: none;
  margin: 1.5rem 0;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #4a5568;
  font-size: 1.1rem;
  line-height: 1.6;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00aeef;
  font-weight: bold;
  font-size: 1.2rem;
  background: #00aeef20;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.theme-block .wp-block-column {
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(15, 24, 64, 0.08);
  border: 1px solid rgba(0, 174, 239, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.theme-block .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00aeef, #0f1840);
}
.theme-block .wp-block-column:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(15, 24, 64, 0.12);
}
.wp-block-table {
  margin: 2rem 0;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 24, 64, 0.08);
}
.wp-block-table th {
  background: linear-gradient(135deg, #0f1840, #1e3a8a);
  color: white;
  padding: 1.5rem 1rem;
  font-weight: 600;
  font-size: 1rem;
}
.entry-content table th {
  color: #fff;
  text-align: center;
}
.entry-content table th strong {
  color: #fff;
}
.wp-block-table td {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.5;
}
.wp-block-table tr:nth-child(even) {
  background: #f8fafc;
}
.wp-block-table tr:hover {
  background: #00aeef10;
  transition: background 0.3s ease;
}
a {
  color: #00aeef;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
a:hover {
  color: #0f1840;
}
a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #00aeef, #0f1840);
  transition: width 0.3s ease;
}
a:hover::after {
  width: 100%;
}
strong {
  color: #0f1840;
  font-weight: 600;
}
em {
  color: #00aeef;
  font-style: italic;
}
#footer {
  background: #0f1840;
  color: white;
  padding: 2rem 0;
  margin-top: 4rem;
  text-align: center;
}
.copywrap-info p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.9rem;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .entry-content {
    padding: 2rem;
  }
  .wp-block-columns {
    grid-template-columns: 1fr;
  }
  .container {
    padding: 0 1rem;
  }
  .contentsecwrap {
    margin-top: -50px;
  }
  .page-header h1 {
    font-size: 2.5rem;
  }
  .wp-block-table {
    font-size: 0.9rem;
  }
  .wp-block-table th,
  .wp-block-table td {
    padding: 1rem 0.5rem;
  }
}
/* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #00aeef, #0f1840);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #0f1840, #00aeef);
}
