.elementor-3256 .elementor-element.elementor-element-b2b9e2e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b28eb1c */.page-header.page-header--default {
    display: none !important;
}



.philosophy-page {
  padding: 100px 0;
  background: #f4f4f4;
}


.philosophy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* HEADER */
.philosophy-header {
  text-align: center;
  margin-bottom: 70px;
}

.philosophy-header h1 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1px;
}

.philosophy-line {
  width: 90px;
  height: 3px;
  background: #000;
  margin: 15px auto;
}

.philosophy-subtitle {
  color: #666;
  font-size: 16px;
  margin-top: 8px;
}

/* MAIN LAYOUT */
.philo-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  
}

/* IMAGE */
.philo-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

/* CONTENT */
.philo-content h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.intro-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}

/* GRID - CENTERED CARDS */
.philo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  justify-items: center;
}

/* CARD DESIGN */
.philo-card {
  background: #ffffff;
  padding: 22px 22px 22px 60px; /* space for left number */
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  position: relative;
  max-width: 430px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.philo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* LEFT NUMBER */
.philo-number {
  font-size: 18px;
  font-weight: 700;
  color: #999;
  position: absolute;
  left: 18px;
  top: 22px;
}

/* CARD CONTENT */
.philo-card-content h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.philo-card-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* QUOTE */
.philo-quote {
  margin-top: 35px;
  padding: 20px;
  border-left: 4px solid #000;
  background: #ececec;
}

.philo-quote p {
  font-style: italic;
  margin: 0;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
  .philo-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .philo-grid {
    grid-template-columns: 1fr;
  }

  .philo-card {
    max-width: 520px;
  }

  .philo-image img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}/* End custom CSS */