.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2229 .elementor-element.elementor-element-399a765 .elementor-button{background-color:var( --e-global-color-secondary );fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bbca5bf */.resource-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
}

.shape-1 {
  top: 10%;
  left: 5%;
  width: 20%;
  height: 20%;
  background-color: rgba(83, 0, 170, 0.1);
}

.shape-2 {
  bottom: 5%;
  right: 5%;
  width: 25%;
  height: 25%;
  background-color: rgba(0, 207, 151, 0.1);
}

.shape-3 {
  top: 40%;
  left: 60%;
  width: 15%;
  height: 15%;
  background-color: rgba(83, 0, 170, 0.05);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #00152E;
  margin-bottom: 15px;
}

.gradient-text {
  background: linear-gradient(to right, #5300AA, #00CF97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-line {
  height: 4px;
  width: 60px;
  background: linear-gradient(to right, #5300AA, #00CF97);
  margin: 0 auto 15px;
}

.section-description {
  font-size: 16px;
  color: #5F5F5E;
  max-width: 700px;
  margin: 0 auto;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.resource-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.resource-card:hover {
  transform: translateY(-5px);
}

.resource-image {
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  position: relative;
  overflow: hidden;
}

.resource-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.resource-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.resource-title {
  font-size: 18px;
  font-weight: 600;
  color: #00152E;
  margin-bottom: 10px;
}

.resource-description {
  font-size: 14px;
  color: #5F5F5E;
  margin-bottom: 15px;
  line-height: 1.4;
  flex-grow: 1;
}

.download-button {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  background: linear-gradient(to right, #5300AA, #00CF97);
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  transition: opacity 0.3s ease;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}

.download-button:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .resource-grid {
    grid-template-columns: 1fr;
  }
  
  .section-title {
    font-size: 28px;
  }
}/* End custom CSS */